body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image:url(../layout/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0059a1;
}

.clear {clear:both; height:1px;}

#container {
	width: 785px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 785px;
	height: 220px;
	padding: 0;
	background-image: url(../layout/head_bg.jpg);
	background-repeat:no-repeat;
	margin:0;
}

#container-flash {
	float: left;
	width: 320px;
	height: 180px;
	margin: 7px 10px 0px 20px;
}

#container-schriftzug {
	float: right;
	width: 254px;
	height: 146px;
	margin: 42px 30px 0px 20px;
}

/* Navigation */
div#navcontainer {
	margin: 6px 20px 0 80px;
}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

div#navcontainer ul li {
	float:left;
	padding: 5px 0 5px 0;

}

div#navcontainer ul li a {
	padding: 5px 10px 5px 10px;
	color: #000;
	text-decoration: none;
	background-image:url(../layout/trenner.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}

div#navcontainer ul li a:hover, div#navcontainer ul li a#current {
	background-image:url(../layout/menubg.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}

table, tbody, th, td {
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

/* Navigation Ende */

#container-content {
	width: 785px;
	height:100%;
	padding: 10px 0 0 0;
	margin: 0;
	background-image: url(../layout/body_bg.jpg);
	background-repeat:repeat-y;	
}

.telefon {
	border: 0 solid #FFF;
	padding:0;
	margin:0;
	width: 200px;
	}
	
.telefon-links {
	float:left;
	width: 50px;
	}
	
.telefon-rechts {
	float:right;
	width: 150px;
	}

.abschluss {
	width: 785px;
	height:40px;
	padding: 0;
	margin: 0;
	background-image: url(../layout/abschluss.jpg);
	background-repeat:no-repeat;
}

#content {
	border: 1px solid #dde2f1;
	width: 680px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px 20px 10px 20px;
	color: #000;
	background-image:url(../layout/haus.gif);
	background-position: 95% 95%;
	background-repeat:no-repeat;
	}
	
#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0059a1;
	border-bottom: 1px solid #dde2f1;
	}
	
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0059a1;
	}
	
#content ul {
	color: #0059a1;
	list-style-type: none;
	}
	
#content ul li{
	color: #000;
	padding-left: 20px;
	background-image:url(../layout/li.gif); 
	background-repeat:no-repeat; 
	background-position: 5px 5px;
	}
	
#content a{
	color: #0059a1;
	text-decoration:underline;
	}
	
#content a:hover{
	color: #0059a1;
	background-color: #dde2f1;
	}
	
#footer {
	width: 785px;
	text-align:center;
	height:20px;
	font-size: 10px;
	color: #0059a1;
	}
