@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #000;
}
#logo {
	margin-bottom:15px;
}
#header{}
#tel{
	position:absolute;
	left: 840px;
	top:65px;
	color: #014076;
	width: 200px;
	font-weight: bold;
}
#datev{
	position:absolute;
	left: 982px;
	top:55px;
}
#sub{
 width:1000px;
}
#nav{
	background-image: URL(pics/bg_nav.jpg); 
	repeat: no-repeat;
	float: left;
	padding-top:20px;
	width: 250px;
}
#content{
	float: left;
	width: 700px;
	padding: 20px;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #000;
}

#content.homepage{
	font-size: 14px; 
}

#content .homepage h2{
	font-size: 14px; 
	font-weight: bold;
}

#nav a{
	display: block;
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	display: block;
	text-decoration: none;
	color: #000;
	margin: 20px;
	font-weight: bold;
}
#nav .active{	
	color: #001785;
	
}

#nav a:hover{
	color: #001785;
}

.float {
	float: left;
	margin-right: 30px
}


.clear{
	clear: both;
}

.center {
	text-align: center;
}
.header {
	font-weight: bold;
	font-size:13px;
}

a {
	color: #001785;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.umbau {
	margin:5px;
}
}