* {padding: 0; margin: 0;}
div.clearfloats{height: 0px; clear: both; overflow: hidden;}
/* Elemente */
body{
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #00829A;
}
div {
	font: normal 15px Arial, Helvetica, Verdana, Tahoma, 'Sans Serif';
	color: #444;
}


/* Elemente innerhalb der Container */
#con-content h1	{ color: #00829A; font-size: 20px; }
#con-content h2	{ color: #00829A; font-size: 15px; }
#con-content h3	{ color: #00829A; font-size: 15px; }
#con-content h4	{ color: #00829A; font-size: 15px; }
#con-content h5	{ color: #00829A; font-size: 13px; }

#con-content a {color: #00829A;text-decoration: none;}
#con-content a:hover {color: #00829A;}
#con-content {min-height: 580px;}


#con-content hr {border-bottom: 1px dotted #036;}



#con-navi-border{	
	border-top: 1px solid #00829A;
	border-bottom: 1px solid #00829A;	
}

#con-navi-1 ul{
	background-color: #00829A;	
}

#con-navi-1 ul li a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

#con-navi-1 ul li a:hover{
	/*color: #195BA3;
	background-color: #fff;*/
	background-color: #2E8E9D;
}

#con-navi-1 ul li.menu-current a, #con-navi-1 ul li.menu-parent a{
	color: #fff;
	font-weight: bold;
}

#con-navi-2 ul{
	border: 1px solid #00829A;
	background-color: #F9F9F9;
}

#con-navi-2 ul li a {
	font-size: 16px;
	color:#0B5168;
	text-decoration: none;
}

#con-navi-2 ul li a:hover{
	/*
		DENK DIR WAS AUS, DAD! MIR IST NICHTS BESSERES ENGEFALLEN ;-)
	*/
	text-decoration: underline;
}

#con-navi-3 ul li a{
	color: #333;
	text-decoration: none;
	border-left: 1px solid #333;
}

#con-navi-3 ul li.menu-first a{
	border: none;
}

#con-navi-3 ul li a:hover{
	text-decoration: underline;
}

/* Container */

#con-all {
        background-color: #fff;
	/*background: url(img/bg-verlauf.jpg) repeat-x #fff;*/
	border: 0px solid #365860;
	margin-top: 0px;
	
}


#con-navi-1{
	background: url(img/bg-navi-1.jpg) no-repeat;
}

#con-content{	
	background-color: #fff;
	border: 1px solid #00829A;
	margin-top: 10px;
}

#con-footer{
	font-size: 12px;
}

/* Hacks ! */