/**CSS-Styles**/
*{
	margin: 0;
	padding: 0;
}

body{
	background: url(../images/header_bg.jpg) repeat-x scroll;
}

a{
	text-decoration: none;
}

	a:hover{
		text-decoration: underline;
	}

img{
	border: none;
}

#page{
	margin: 0 auto;
	width: 650px;
	height: 400px;
}
			
	#header{
		background-repeat: no-repeat;
		height: 144px;
	}
	
	#navigation{
		font-family: Trebuchet MS;
		height: 49px;
	}
	
	#main{
		clear: both;
		float: left;
		margin-bottom: 30px;
	}
	
	#footer{
		clear: both;
		background: url(../images/footer.jpg) no-repeat;
		height: 56px;
		margin: 30px 0 50px;
	}
	
/*****Header********/
#logo{
	float: left;
	position: relative;
	top: 24px;
	left: 24px; 
}

	#logo img{
		width: 104px;
		height: 74px;
	}

#subnav{
	float: right;
	width: 95px; /*Da sonst die Breite vom Header übernommen wird*/
	font-size: 11px;
	font-family: Trebuchet MS;
	line-height: 14px;
	list-style: none;
	margin: 6px 10px;
}

	#subnav a{
		color: #9B0015;
	}
/*****Navigation******/
#navigation ul{
	float: left;
	list-style: none;
}

	#navigation li{
		float: left;
	}
	
	#navigation a{
		color: white;
		font-size: 12px;
	}
	
		#level2 a{
			font-size: 11px;
		}
		
	#level1 li{
		width: 130px;
		height: 20px;
		margin: 3px 0;
		text-align: center;
		line-height: 20px;
	}
	
	#level1 li.aktiv_l1{
		background: url(../images/menu_1_activ.jpg) no-repeat;
		height: 24px;
		margin: 0;
		padding-top: 3px;
	}
	
	#level1 li.rand{
		width: 128px;
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
	
	#level1 li.rand_r{
		width: 129px;
		border-right: 1px solid white;
	}
	
	#level1 li.rand_l{
		width: 129px;
		border-left: 1px solid white;
	}
	
	#level2{
		position: relative;
		top: 3px;
		width: 645px;
	}
	
	ul.kommunikation{
		left:-117px;
	}
	
	ul.beratung{
		left: -246px;
	}
	
		#level2 li{
			width: auto;
			height: 16px;
			margin: 2px 8px;
			padding: 0 5px;
			line-height: 11px;
		}
		
		#level2 li.aktiv_l2, #level2 li:hover{
			background: url(../images/menu_2_activ.jpg) repeat-x;
		}
		
		#level2 li.aktiv_l2 a, #level2 li a:hover{
			color: #9B0015;
			text-decoration: none;
		}
		

/*************
Main
*************/

#main{
	width: 626px;
	padding: 35px 0 0 24px;	
}

#content_head{
	width: 624px;
	border-bottom: 2px solid #00628F;
	margin-bottom: 20px;
}

	#content_head h1{
		color: #00618B;
	}


/***** Content ****/
#content{
	float: left;
	width: 330px;
	color: #00618B;
}

h1,h2,h3{
	font-family: Trebuchet MS;
	margin-bottom: 2px;
}

h1, #content h3{
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

h1.single{
	margin-bottom: 20px;
}

h2{
	font-size: 13px;
	line-height: 16px;
	color: #9B0015;
	margin-bottom: 12px;
}

p, #content ul, #sidebar ul{
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 24px;
}

	p.leistungsspektrum{
		font-weight: bold;
		margin-bottom: 10px;
	}

#content ul, #sidebar ul{
	list-style: none outside;
}

	#content li{
		padding-left: 28px;
		background: url(../images/bullet.jpg) no-repeat 0 11px;
	}
	
	#content .kontaktliste li{
		padding-left: 0;
		background: none;
	}
	
		li.name, li.pos{
			color: #9B0015;		
		}
		
		li.name{
			font-weight: bold;
		}
		
		.kontaktliste a{
			color: #00618B;
		}

/***** Content ****/
#sidebar{
	float: right;
	width: 222px;
	color: #00618B;
	font-family: Arial;
}

	#sidebar a{
		color: #00618B;
	}

	.kasten h3{
		font-family: Trebuchet MS;
		font-size: 12px;
		line-height: 14px;
		color: white;
		margin-top: 3px;
		margin-left: 12px;
	}
	
	.kasten{
		width: 220px;
		margin-bottom: 30px;
	}
	
	.rot{
		border: 1px solid #A20B15;
		background: url(../images/sidebar_head_red.jpg) no-repeat #EFF1F3;
	}
	
	.blau{
		border: 1px solid #00628F;
		background: url(../images/sidebar_head_blue.jpg) no-repeat #EFF1F3;
	}
	
	.kontakt {
		margin-bottom: 30px;
	}
	
	#sidebar ul{
		margin-top: 20px;
		margin-left: 0;
		line-height: 21px;
	}
	
		#sidebar li{
			background: url(../images/bullet.jpg) no-repeat 10px 13px;
			padding-left: 35px;
		}
		
		#sidebar li.aktiv,
		#sidebar li:hover{
			background-color: rgb(232,218,220);
		}
	
	form div{
		margin: 15px 10px;
	}
	
	#sidebar label{
		display: block;
		font-size: 12px;
		margin-bottom: 5px;
	}
		
	#sidebar input,
	#sidebar select,
	#sidebar textarea{
		border: 1px solid #00618B;
		color: #00618B;
	}
	
	#sidebar input,
	#sidebar select{
		width: 195px;
		height: 21px;
	}
	
	#sidebar .button{
		margin: 25px 15px 25px 30px; 
		height: auto; 
		width:auto;
		border: none;
	}
	
	#sidebar .form_info{
		font-weight: bold;
		margin: 15px 10px;
		color: #9B0015;
	}
