@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial,Helvetica, sans-serif;
	font-size:13px;
}
html {
	overflow-y: scroll;
}
#main {
	width: 900px;
	text-align: left;
}
/*-------- Hauptnavigation --------*/
#main_nav{
}
#main_nav img{
	border: none;
}
#main_nav a{
	width: 124px;
	float: left;		
}
/*-------- Subnavigation --------*/
#sub_nav {
	background-repeat:no-repeat;
	background-position:5 167;
	width: 121px;
	height: 500px;
	float: left;
	
	position:relative;
}
#sub_nav a{
	display: block;
	width: 120px;
	
	background-image: url(../img/layout/sub_nav.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color:#FFFFFF;
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	
	padding-top: 8px;
	padding-bottom: 8px;
}
#sub_nav a.active {
	color: #000000;
}
#sub_nav a.last {
	background-image:url(../img/layout/sub_nav_last.gif);
}
#sub_nav a.last_active {
	background-image:url(../img/layout/sub_nav_last.gif);
	color: #000000;
}
#sub_nav #sponsoren{
	position: absolute;
	top: 175px;
	
}
/*-------- Mittleres Content+Image Feld --------*/
#main_content {
	margin-left: 122px;
	width: 750px;
}

/*-------- Mittleres Image Feld --------*/
#image img{
	border-bottom: 4px solid #98afc8;
}

/*-------- Mittleres Content Feld --------*/
#content {
	margin-left: 10px;
}
/*-------- Mittleres Footrt --------*/
#footer {
	margin-right: 30px;
	margin-left: 132px;
	
	text-align:right;
}
#footer img{
	margin-bottom: 5px;
}
/*-------- diverse Tag definitionen --------*/
/********************************************/

/*********** Content ************************/
#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #98afc8;
	
	margin-top: 8px;
	margin-bottom: 2px;
}
#content h3 {
	font-weight: bold;
	color: #98afc8;
	margin-top: 1px;
	margin-bottom: 4px;
}
#content h4 {
	margin-top: 6px;
	margin-bottom: 3px;
}
#content p {
	line-height: 16px;
	text-align: justify;
	
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 4px;
}
#content ul {
	line-height: 18px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
}
#content a{
	color: #333333;
	font-weight: bold;
	}

/*********** Content Formular ************************/
label{
	display:inline-block;
	width:100px;
}
input[type=text],input[type=password]{
	width: 250px;
	
	border: 1px solid #98afc8;
	
	padding:2px;
	margin-bottom: 2px;
}
input[type=submit]{
	width: 100px;	
	padding:2px;
	border: 1px solid #98afc8;
	margin:2px;
}