@charset "utf-8";
/* CSS Document */


* {
	padding:0;
	margin:0;
	}

.html, body {
   text-align: center;  
   height: 100%;
   background: #fff url(bilder/background.jpg) repeat-x left top;
  
   
}


#master {
	margin: 46px auto;
	text-align: left; 
	width: 984px;
	min-height: 650px;
	background: #fff;
	
}

#navigation {
	margin: 0;
	text-align: left; 
	width: 984px;
	height: 100px;
	background: #fff url(bilder/bg-top.jpg) no-repeat left top;
	
}

#mainnav {
	padding: 65px 0 0 40px;
	text-align: left; 
	float: left;
	width: 700px;
	height: 30px;
	background: trans;
	
}

#logo {
	padding: 38px 0 0 65px;
	text-align: left; 
	float: left;
	width: 135px;
	height: 43px;
	background: trans;
	
}


#sujet {
	margin: 0;
	text-align: left; 
	width: 984px;
	height: 249px;
	background: #fff url(bilder/bg-sujet.jpg) no-repeat left top;
	
}

#language {
	margin: 0;
	text-align: left; 
	width: 984px;
	height: 42px;
	background: #fff url(bilder/bg-language.jpg) no-repeat left top;
	
}

#sprache {
	padding: 20px 0 0 0;
	text-align: left; 
	float: right;
	width: 128px;
	height: 20px;
	background: trans;
	
}

#content {
	margin: 0;
	text-align: left; 
	width: 984px;
	background: #fff url(bilder/bg-content.jpg) no-repeat left top;
	
}

#textfield {
	padding: 30px 0 10px 70px;
	text-align: left; 
	width: 800px;
	min-height: 200px;
	background: trans;
	
}

#bottom {
	margin: 0;
	text-align: left; 
	width: 984px;
	height: 81px;
	background: #fff url(bilder/bg-bottom.jpg) no-repeat left top;
	
}


#copyright {
	padding: 36px 0 0 40px;
	float: left;
	text-align: left; 
	width: 400px;
	height: 20px;
	background: trans;
	
}


#impressum {
	padding: 36px 43px 0 0;
	float:right;
	text-align: right; 
	width: 400px;
	height: 20px;
	background: trans;
	
}


/* Schriften */

.hauptnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8b8b8b;
	line-height: 20px;
}

a.hauptnav:link { color:#a0a0a0; text-decoration:none; }
a.hauptnav:visited { color:#a0a0a0; text-decoration:none; }
a.hauptnav:active { color:#96c108; text-decoration:none;  }
a.hauptnav:hover { color:#96c108; text-decoration:none; }

.hauptnavactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #96c108;
	line-height: 20px;
}


.sprachwahl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8b8b8b;
	line-height: 20px;
}

a.sprachwahl:link { color:#a0a0a0; text-decoration:none; }
a.sprachwahl:visited { color:#a0a0a0; text-decoration:none; }
a.sprachwahl:active { color:#96c108; text-decoration:none;  }
a.sprachwahl:hover { color:#96c108; text-decoration:none; }

.sprachwahlactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #96c108;
	line-height: 20px;
}


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
}

a.copy:link { color:#fff; text-decoration:none; }
a.copy:visited { color:#fff; text-decoration:none; }
a.copy:active { color:#fff; text-decoration:underline;  }
a.copy:hover { color:#fff; text-decoration:underline; }

.copyactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #fff;
	line-height: 20px;
}


.vline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #96c108;
	line-height: 20px;
}

.vlinelang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #96c108;
	line-height: 20px;
}


.bild {
	padding-left: 27px;
	
	
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #0b9fd8;
	line-height: 20px;
}

.subline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8bb306;
	line-height: 20px;
}


a.subline:link { color:#8bb306; text-decoration:none; }
a.subline:visited { color:#8bb306; text-decoration:none; }
a.subline:active { color:#8bb306; text-decoration:underline;  }
a.subline:hover { color:#8bb306; text-decoration:underline; }

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6f6f6f;
	line-height: 20px;
}

a.text:link { color:#6f6f6f; text-decoration:none; }
a.text:visited { color:#6f6f6f; text-decoration:none; }
a.text:active { color:#96c108; text-decoration:none;  }
a.text:hover { color:#96c108; text-decoration:none; }

