/* CSS Document */

div#stand {
	WIDTH: 800px;
	position: relative;
	MARGIN: 0px auto;
	background-color: #FFFFFF;
}

	.header {
	width: 800px;
	height: 372px;
	padding: 0px 0px 3px 0px;
	}
	
	.content {
	width: 800px;
	background-image: url(../../bilder/footer.jpg);
	background-repeat: repeat-y;
	}


/* Navigation */

	.deutsch {
	left: 710px;
	top: 5px;
	position: absolute;	
	} 
	
	.englisch {
	left: 755px;
	top: 5px;
	position: absolute;
	}

div#navi {
	width: 215px;
	float: left;
	padding: 50px 0px 50px 0px;
	}
	
	.navi li {
	width: 120px;
	color: #FFCC00;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 250%;
	text-align: left;
	list-style-type: none;
	border-bottom: #ffffff 1.0px solid;
	padding-left: 5px;
	}
	
	.navi li A:link {COLOR: #FFFFFF; text-decoration: none;}
	.navi li A:visited {COLOR: #FFFFFF; text-decoration: none;}
	.navi li A:active {COLOR: #FFFFFF; text-decoration: none;}
	.navi li A:hover {COLOR: #FFCC00; text-decoration: none;}
		
	
/* Textbereich */

div#inhalt {
	float: left;
	font-family: Verdana, sans-serif;
	position: relative;
	padding: 50px 0px 30px 50px;
	background-color: #FFFFFF;
	}

.headline {
	width: 318px;
	color: #003366;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
  }

.text {
	width: 318px;
	padding-top: 20px;
	color: #003366;
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 150%;
  }	

.text a:link {color: #991C3E; font-weight: bold; text-decoration: none;}
.text a:visited {font-weight: bold; color: #991C3E; text-decoration: none;}
.text a:hover {font-weight: bold; color: #FFCC00; text-decoration: none;}
.text a:active {font-weight: bold; color: #991C3E; text-decoration: none;}

.text-black {
	width: 318px;
	padding-top: 20px;
	color: #000000;
	font-size: 11px;
	font-family: Courier, Arial, sans-serif;
	line-height: 150%;
  }	

.text a:link {color: #991C3E; font-weight: bold; text-decoration: none;}
.text a:visited {font-weight: bold; color: #991C3E; text-decoration: none;}
.text a:hover {font-weight: bold; color: #FFCC00; text-decoration: none;}
.text a:active {font-weight: bold; color: #991C3E; text-decoration: none;}

.text-breit {
	width: 480px;
	padding-top: 20px;
	color: #003366;
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 150%;
  }	
  
.text-breit a:link {color: #991C3E; font-weight: bold; text-decoration: none;}
.text-breit a:visited {font-weight: bold; color: #991C3E; text-decoration: none;}
.text-breit a:hover {font-weight: bold; color: #FFCC00; text-decoration: none;}
.text-breit a:active {font-weight: bold; color: #991C3E; text-decoration: none;}

.text-table {
	color: #003366;
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 110%;
  }	  
.text-table a:link {color: #991C3E; font-weight: bold; text-decoration: none;}
.text-table a:visited {font-weight: bold; color: #991C3E; text-decoration: none;}
.text-table a:hover {font-weight: bold; color: #FFCC00; text-decoration: none;}
.text-table a:active {font-weight: bold; color: #991C3E; text-decoration: none;}

.untertext {
	width: 318px;
	color: #003366;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 100%;
  }	

/* Bilder */

div#bilder {
	float: right;
	padding: 85px 20px 50px 0px;
	position: relative;
	width: 150px;	
	color: #003366;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 100%;
	}

.bild1 {
	width: 150px;	
  }

.bild2 {
	width: 150px;
	margin-top: 15px;
  }
.bild1 a:link {color: #991C3E; font-weight: bold; text-decoration: none;}
.bild1 a:visited {font-weight: bold; color: #991C3E; text-decoration: none;}
.bild1 a:hover {font-weight: bold; color: #FFCC00; text-decoration: none;}
.bild1 a:active {font-weight: bold; color: #991C3E; text-decoration: none;}  

.bild2 a:link {color: #991C3E; font-weight: bold; text-decoration: none;}
.bild2 a:visited {font-weight: bold; color: #991C3E; text-decoration: none;}
.bild2 a:hover {font-weight: bold; color: #FFCC00; text-decoration: none;}
.bild2 a:active {font-weight: bold; color: #991C3E; text-decoration: none;}  
  
/* Fusszeile */

div#footer {
	clear: both;
	background-image: url(../../bilder/footer.jpg);	
}
