* {padding: 0; margin: 0;}
div.clearfloats{height: 0px; clear: both; overflow: hidden;}

/* Elemente */
body{background: url(img/bg-1.jpg) repeat-x #e8e8e8;}
div{
	font: normal 14px Arial, Helvetica, Tahoma, Verdana, 'Sans Serif';
	color: #333;
}

/* Elemente innerhalb der Container */

#con-suche label {
	color: #fff;
	padding: 0 10px;
}

#con-suche input {
	width: 200px;
	padding: 1px;
	border: 1px solid #ccc;
	
}

#con-navi-links ul {
	list-style: none;	
}

#con-navi-links ul li a {
	display: block;
	padding: 4px 10px;
	
	border-bottom: 1px solid #c8c8c8;
	
	font: normal 18px Arial, Helvetica, Tahoma, Verdana, 'Sans Serif';
	color: #333;
	text-decoration: none;
}

#con-navi-links ul li ul li a {
	
	padding-left: 30px;
	background-color: #f8f8f8;
	font: normal 15px Arial, Helvetica, Tahoma, Verdana, 'Sans Serif';
}

#con-navi-links ul li a:hover {
	background-color: #025AAA;
	color: #fff;
}

#con-content h1 {font-size: 22px; color: #3168A5; font-weight: normal;}
#con-content h2 {font-size: 20px; color: #3168A5; font-weight: normal;}
#con-content h3 {font-size: 18px; color: #3168A5; font-weight: normal;}
#con-content h4 {font-size: 16px; color: #3168A5; font-weight: normal;}
#con-content h5 {font-size: 14px; color: #3168A5; font-weight: normal;}

#con-content hr {
	display: block;
	height: 0px;
	border: 0;
	border-top: 1px solid #3168A5;
	margin: 15px 0;
}

#con-content a {
	color: #333;
}

#con-content a:hover {
	color: #3168A5;
}

#con-content ul, #con-content ol {
	padding: 1px 22px;
}

#con-footer-navi a{
	font: normal 12px Arial, Helvetica, Tahoma, Verdana, 'Sans Serif';
	color: #333;
	text-decoration: none;
}

#con-footer-navi a:hover {
	color: #3168A5;
}





#con-breadcrumbs a {
	color: #333;
	text-decoration: none;
}

#con-footer {
	color: #4A4A4A;
}

#con-footer h1 {font-size: 22px; color: #3168A5; font-weight: normal;}
#con-footer h2 {font-size: 20px; color: #3168A5; font-weight: normal;}
#con-footer h3 {font-size: 18px; color: #3168A5; font-weight: normal;}
#con-footer h4 {font-size: 16px; color: #3168A5; font-weight: normal;}
#con-footer h5 {font-size: 14px; color: #3168A5; font-weight: normal;}




/* Container */
#con-left {
	float: left;
	display: block;
	width: 290px;
}

#con-suche {
	display: block;
	padding: 4px;
	
	background-color: #4a4a4a;
}

#con-navi-links {
	margin-top: 20px;
}

#con-right {
	float: left;
	display: block;
	width: 710px;
	padding-top: 10px;
	margin-top: 33px;
	
	background: url(img/box-right-top.png) no-repeat top center;
}

#con-logo {
	display: block;
	height: 172px;
}

#con-content {
	display: block;
	padding: 25px;
	min-height: 500px;
	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
	background-color: #fff;
	
}

#con-breadcrumbs {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 15px;
	
	border-bottom: 1px solid #ccc;
	
	font-size: 12px;
}

#con-right-border {
	display: block;
	padding-bottom: 10px;
	
	background: url(img/box-right-bottom.png) no-repeat bottom center;
}

#con-footer {
	display: block;
	width: 250px;
	padding: 10px;
	margin: 40px 0 0 10px;
	
	background: url(img/box-left-top.png) no-repeat top center #fff;
	

}

#con-footer-box-bottom {
	display: block;
	width: 270px;
	height: 5px;
	margin-left: 10px;
	
	background: url(img/box-left-bottom.png) no-repeat bottom center;
}

#con-footer-navi {
	display: block;
	width: 970px;
	padding: 5px 10px;
	
	text-align: right;
}

/* Hacks ! */