﻿body {
	font-family: 	Verdana, Geneva, sans-serif;
	font-size: 		9pt;
	background-image: url(../images/background.png);
	background-repeat:	repeat-x;
}
h1{	font-size:				10pt;
	margin:					0px;
	margin-bottom:			10px;
	}
h2{	font-size:				9pt;
	margin:					0px;
	}
p{	margin-top:				10px;
	margin-bottom:			10px;}
a{	color:					#8f501d;}

#container {
	width: 					800px;
	margin-top: 			25px;
	margin-right: 			auto;
	margin-bottom: 			0px;
	margin-left: 			auto;
	border:					1px solid #2f2e7c;
	position: 				relative;	
}
#header{	height:					220px;
			background-image:		url(../images/header.png);
			background-position:	bottom;
			background-repeat:		no-repeat;}

#logos{		height:				70px;
			background-color:	#0141a5;}

#navigation{
			height:				30px;
			line-height:		30px;
			font-size:			9pt;
			font-weight:		bold;
			background-color:	#0141a5;
	}
#navigation a{
			color:				#d2d2d2;
			text-decoration:	none;
			padding-right:		44px;
			padding-left:		44px;
			line-height:		30px;}
			
#navigation a:hover{
			color:				#FFF;
			background-color:	#5f96ce;
			padding-top:		7px;
			padding-bottom:		7px;}
			
#mainindex{	position:			relative;
			background-image:	url(../images/home_main.png);
			height:				528px;}	

#main{		position:			relative;
			background-image:	url(../images/main_weiss.png);
			background-position:top;
			height:				500px;}				

			
.rechts{	float:		right;
			padding:	5px;
			position:	relative;}
			
.links{		float:		left;
			padding-left:	7px;
			padding-bottom: 2px;			
			position:	relative;}

			
.text{		width: 			360px;
			padding-left:	30px;
			padding-top: 	80px;
			font-size:		9pt;
			color:			#FFFFFF;}
			
.stop{		clear:both;}
			
	
