@CHARSET "ISO-8859-1";

body{
background-color: #aaa;
font-family: arial;

}

div#inhalt{
	position: absolute;
	left: 50%;
	margin-left: -490px;	
	top: 50%;
	margin-top: -160px;
}	

a{
	color:navy;
	text-decoration: none;		
}	
	

a:HOVER{
	color: blue;		
}

a:VISITED{
}
	

a#design{
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #333;
	text-decoration: none;
	font-size: 9pt;	
}

a#design:HOVER{
	color:navy;
}	

.container{
	border: 0px solid black;
	width: 320px;
	height: 320px;
	float: left;
	margin-left: 15px;
}

div#nav{
	border-right: 1px solid navy;
	width: 205px;
	text-align: right;
	font-size: 14pt;
	font-family: sans-serif;
	font-variant:small-caps;
	padding-right: 15px;
}

div#nav ul{
	list-style: none;
	margin-top: 10px;
}

div#nav li{
	margin-bottom: 40px;
}

div#nav li#aktuell{
	list-style: disc;
}

div#nav a{
	color: navy;
	text-decoration: none;
}

div#nav a:HOVER{
	color: blue;
}	

div#text{
	border-right: 1px solid navy;	
}	

div#text p{
	text-align: left;
	margin-top: 12px;
	margin-right: 15px;
	
}

.alist br{
	margin-bottom: 10px;
}	

div#imgs img{
	display: inline;
}

iframe#preloader{
display: none;
}


