/* CSS Document */

body{	
	background-color: #990000;
}

#container {
	position:absolute;
	width:420px;
	margin:0;
	padding:0;
	height: 500px;
	left: 340px;
	top: 80px;
}

#logo_klein {
	position:absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #330000;
	left: 280px;	
}

#logo_gross {
	position:absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	color: #330000;
	left: 280px;
	top: 15px;
}

#text{
	position:absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	left: 5px;
	top: 60px;
	width: 275px;
	height: 280px;
	text-align: justify;
	white-space: normal;
	display: block;
}

#name{
	position:absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
	left: 180px;
	top: 360px;
	width: 100px;
	text-align: right;
	white-space: normal;
}

a:link    { /* nicht besuchte Links */
	color: #FFFFFF; 
}    

a:visited { /* besuchte Links       */
	color: #FFFFFF; 
}  
 
a:hover   { /* Benutzer selektiert  */
	color: #FFFFFF; 	
} 

a:active  { /* Aktive Links         */
	color: #FFFFFF; 
	text-decoration: underline;
}

#link{
	position:absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: ffffff;
	left: 280px;
	top: 460px;

}


