
html {
	font-size: 62.8%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px; 
	background-color: #F5F5F5;
	color: #878787;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 auto 20px;
}

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*
div {
	border: solid 1px black;
}
*/

img {
	border: none;
}

h1 {
	margin: 0px 0px 6px 0px;
	font-size: 14px;
	clear: both;
}

h2 {
	margin: 0px 0px 6px 0px;
	font-size: 12px;
	clear: both;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	clear: both;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	clear: both;
}

.shadow-vertikal {
	height: 25px;
	background-image: url(../img/shadow-vertikal.gif);
	background-repeat: repeat-x;
	clear: both;
}

/* content */

#content{
	background-color: #FFFFFF;
	width: 908px;
	padding: 0px 8px 0px 8px;
	background-image: url(../img/shadow-background.gif);
	background-repeat: repeat-y;

}

#content-center {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}


#content-left {
	width: 425px;
	float: left;
	padding: 20px 25px 0px 200px;
	
}

#content-right {
	width: 190px;
	float: left;
	padding: 0px;
	border: solid 1px #CCCCCC;	
	border-top: none;	
}

#adresse {	
	background-color: #AAAAAA;
	color: #FFFFFF;
	padding: 15px 8px 15px 8px;
}

#adresse h3 {	
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}

#adresse-detail {	
	padding: 20px 8px 8px 8px;
	height: 190px;
}

#adresse-detail img {	
	padding-top: 8px;
}

#adresse-detail h3 {	
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	color: #72BF44;
}

#adresse-detail h4 {	
	margin-bottom: 2px;
	color: #72BF44;
}

#adresse-detail a {
	color: #72BF44;
	text-decoration: none;	
}

#adresse-detail a:visited, #adresse-detail a:link {
	text-decoration: none;
}

#adresse-detail a:active, #adresse-detail a:hover {
	text-decoration: underline;
}

/* footer */

.ecke-ru {
	height: 10px;
	background-image: url(../img/shadow-rechts-ecke.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

.ecke-lu {
	height: 10px;
	background-image: url(../img/shadow-links-ecke.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}



#footer {
	background-image: url(../img/shadow-vertikal-s.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	color: #C1C0C0;
}
/*

#footer a.footer:visited, #footer a.footer:link {
	color: #C1C0C0;
	text-decoration: none;
}

#footer a.footer:active, #footer a.footer:hover {
	color: #C1C0C0;
	text-decoration: underline;
}
*/

/* #logo */
#logo {
	width: 200px;
	float: left;
	text-align: center;
	padding-top: 20px;
	height: 179px;
	border-bottom: solid 1px #CCCCCC;
}


#header {
	width: 708px;
	float: left;
	height: 200px;
}


/* language-navigation */

#lang-navigation {
	text-transform: uppercase;
	float: left;
	padding-left: 10px;
	padding-top: 20px;

}	

#lang-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#lang-navigation li {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	float: left;
}


#lang-navigation li a:visited, #lang-navigation li a:link  {
	color: #B4AFB0;
	text-decoration: none;	
}

#lang-navigation li a:active, #lang-navigation li a:hover  {
	color: #666666;
	text-decoration: none;	
}

#lang-navigation li.aktiv a:visited, #lang-navigation li.aktiv a:link  {
	color: #666666;
	font-weight: bolder;
	text-decoration: none;	
}

#lang-navigation li.aktiv a:active, #lang-navigation li.aktiv a:hover  {
	color: #666666;
	font-weight: bolder;
	text-decoration: none;
}


/* language-navigation */

#adresse ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#adresse li {
	list-style-type: none;
	padding: 0px;
}

#adresse li a {
	color: #FFFFFF;
	text-decoration: none;	
}


#adresse li a:visited, #adresse li a:link  {
	color: #FFFFFF;
	text-decoration: none;	
}

#adresse li a:active, #adresse li a:hover  {
	color: #FFFFFF;
	text-decoration: underline;	
}

#adresse li.aktiv a:visited, #adresse li.aktiv a:link  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#adresse li.aktiv a:active, #adresse li.aktiv a:hover  {
	color: #FFFFFF;
	text-decoration: underline;	
	font-weight: bold;	
}

.impressum {
	margin-right: 15px;
	text-align: right;
}


a:hover, a:active {
	color: #72BF44;
	text-decoration: underline;	
}

a:visited, a:link {
	color: #72BF44;
	text-decoration: none;
}
	

