@charset "UTF-8";

/* @group allgemein */

body {
	font: 100%/1em Arial, Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
}

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */

/* @group boxen */

#container {
	width: 874px;
	height: auto;
}

#head {
	background-color: #70c1d5;
	display: block;
	height: 230px;
	min-height: 230px;
	margin: 0px;
	
	
}

#signet {
	width: 231px;
	height: 225px;
	margin-left: 50px;
}
#signet img, #signet img a{
	border: none;

}

h1 {
	display: none;
	margin-left: -999em ;
	margin-bottom: 0;
	height: 1%;
}

#navi{
	margin: 0px;
	background: url(images/navigation_bg.gif) no-repeat;
	height: 70px;
	display: block;
	padding-left: 120px;
}

#navi ul {
	margin: 0em;
	list-style-type: none;
}

#navi li {
	font-size: 12px;
    height: 30px;
	float:  left;
	margin-top: 22px;
	line-height: 16px;
}
#navi li a{
	color: white;
	padding-right: 20px;
	text-decoration: none;
	padding-left: 25px;
	padding-bottom: 4px;
}
#navi li a:hover {
	background: url(images/navi_hover.gif) no-repeat 0 -2px;
	
}

#navi .current {
	background: url(images/current_bg.gif) no-repeat 0 -2px;
	
}

/* @end */

#content {
	width: 726px;
	height: 320px;
	height: auto;
	min-height: 320px;
	padding-left: 144px;
}
#inhalt {
	width: 340px;
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}
#inhalt a {
	color: #7b7663;
	text-decoration: none;
}
#inhalt a:hover {
	color: #928c76;
	text-decoration: underline;
}

#inhalt h2 {
	
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	margin-top: 6px;
	color: #5e5442;
}

#inhalt h3 {
	color: #7c6e58;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 3px;
	
}

#inhalt h4 {
	background: url(images/pfeil2.gif) no-repeat 0 0;
	padding-left: 27px;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0;
	color: #7c6e58;
	
}
#inhalt p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 4px;
	margin-top: 4px;
}
#inhalt .date{
	padding-right: 6px;
	color: #625f4f;
	font-size: 11px;
	margin-top: 0;
	margin: 0;

	
}


#sidebar {
	
	width: 260px;
	display: inline;
	float: right;
	margin-right: 40px;
	margin-top: 4px;
}
#sidebar p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 8px;
}

#inhalt .js {
	height: 50px;
	padding-right: 6px;
	display: inline;
	float: left;
}
#sidebar a {
	color: #928c76;
	text-decoration: none;
}

#sidebar a:hover {
	color: #928c76;
	text-decoration: underline;
}
#sidebar .date{
	padding-right: 6px;
	color: #625f4f;
	font-size: 11px;
	margin-top: 0;
	margin: 0;
	padding-left: 4px;

}


#sidebar h2{
	font-size: 12px;
	margin: 0 0 3px;
	padding-top: 0;
	line-height: 16px;
	color: black;
	font-weight: normal;
	font-style: normal;
}

#sidebar h3{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background: url(images/pfeil2.gif) no-repeat 8px 0;
	padding-left: 33px;
	height: 24px;
}



#footer {
	
	width: 726px;
	height: 80px;
	min-height: 80px;
	height: auto;
	display: inline;
	float: left;
	background: #70c1d5 url(images/footer_bg.gif) no-repeat 0 0;
	padding-top: 24px;
	padding-left: 144px;
	padding-bottom: 7px;
}


#footer h2{
	color: white;
	font-size: 14px;
	line-height: 16px;
	background: url(images/footer_h2.gif) no-repeat 0 0;

	padding-left: 20px;
}

#footer p{
	color: white;
	font-size: 11px;
	line-height: 13px;
	
}


#footer a{
	color: white;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .first{
	padding-left: 0;
	padding-right: 4px;
}


