body{
	margin: 0px;
	font-size: 11px; 
	font-family: Verdana; 
	background-image: URL('../images/body_bg.gif'); 
	background-repeat: repeat-x; 
	background-position: top left; 
}

a{
	color: #0918a1;
	text-decoration: none;
}

a:link{
	color: #0918a1;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:visited:hover{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: none;
}

a.white{
	color: #FFF;
	text-decoration: none;
}

a.white:link{
	color: #FFF;
	text-decoration: none;
}

a.white:visited{
	text-decoration: none;
}

a.white:visited:hover{
	text-decoration: underline;
}

a.white:hover{
	text-decoration: underline;
}

a.white:active{
	text-decoration: none;
}

h1{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-size: 18px;
	color: #0918a1;
}

h2{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-family: Lucida Sans Unicode;
	font-size: 16px;
	font-weight: normal;
	color: #0918a1;
}

img{
	border: 0px;
}

div.header{
	background-image: URL('../images/header.gif'); 
	background-repeat: no-repeat; 
	background-position: top left; 
	height: 78px; 
	width: 902px;
}

div.main{
	background-image: URL('../images/main_bg.gif'); 
	background-repeat: repeat-y; 
	background-position: center top;
	width: 902px;
	margin: 0px;
}

div.navigation{
	width: 186px; 
	float: left; 
	text-align: left;
}

ul{	
	background-color: #FFF;
	text-align: right;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 0px; 
	margin-bottom: 0px;
	padding-left: 0px; 
	padding-right: 10px; 
	list-style: none; 
	font-size: 11px;
}

li{
	background-image: URL('../images/icon_pfeil.gif'); 
	background-repeat: no-repeat; 
	background-position: right 10px;
	margin: 0px;
	padding-left: 0px; 
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: right;
}

ul.navigation_top{	
	margin-top: 49px; 
	background-color: #00adef;
}

ul.navigation_dark{	
	background-color: #0918a1;
}

li.navigation_white_arrow{
	background-image: URL('../images/icon_pfeil2.gif'); 
}

div.content{
	width: 529px;
	float: left;
	text-align: left;
}



div.pictures{
	width: 184px; 
	float: left;
}

div.pictures_top{
	width: 186px; 
	height: 120px;	
	background-image: URL('../images/pictures_top_bg.gif'); 
	background-repeat: no-repeat; 
	background-position: left top;
	background-color: #0918a1;
	color: #FFF;
}


div.footer{
	width: 902px;
	margin: 0px;
	background-image: URL('../images/footer_bg.gif'); 
	background-repeat: no-repeat; 
	background-position: center top;
	color: #0918a1;
	padding: 3px;
}

.text{
	width: 470px; 
	margin-left: 30px;
}

table{
	font-size: 11px;
}

td{
	vertical-align: top;
}

input{
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
}

select{
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
}

input.submit{
	background-color: #0918a1;
	border: 1px solid #0918a1;
	color: #FFF;
}

.fader {
    position: relative;
    display: inline-block;
}

.fader img {
    vertical-align: top;
}

.fader img.next {
    position: absolute;
    top: 0;
    left: 0;
}

