
* {
	margin: 0;
	padding: 0;
	text-align: left;
}
html, body {
	background-color: #f2f2f2;
	background-image: url(../images/whitestripes.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
	line-height: 125%;
	color: #5d777c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 10px;
}
#container {
	width: 950px;
	margin: 0 auto;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	background-repeat: repeat-y;
}
#streifen {
	float: right;
	width: 39px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#menu {
	float: left;
	height: 315px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FFF;
}
#menu #logo {
	width: 300px;
	height: 70px;
	float: left;
	overflow: hidden;
}
#menu #navigation {
	width: 300px;
	height: 245px;
	float: left
}
#menu #logo h1 {
	margin-left: 24px;
	width: 270px;
	float: left;
	height: 50px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -999px;
	display: block;
	overflow: hidden;
}
#menu #logo h4 {
	font-size: 16px;
	margin-left: 30px;
	width: 270px;
	float: left;
	height: 15px;
	
	text-indent: -999px;
}
#intro {
	float: left;
	height: 315px;
	width: 610px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #f2f2f2;
	overflow: hidden;
}
#settings {
	float: left;
	width: 278px;
	margin-left: 20px;
	background-color: #d9d9d9;
	height: 34px;
	border: solid 1px #FFF;
	border-top: none;
	line-height: 34px;
	text-align: right;
	display: inline;
}
#settings img {
	margin-top: 6px;	
}
#searchbox {
	float: left;
	width: 610px;
	height: 34px;
	border-bottom: solid 1px #FFF;
	margin-right: 15px;
}
#submenu {
	float: left;
	width: 280px;
	margin-left: 20px;
	display: inline;
}
#content {
	float: left;
	width: 580px;
	margin-top: 24px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 90%;
}
#content p {
	margin-bottom: 8px;
	text-align: justify;
}
#content h1 {
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dadada;
}

#content a {
	color: #5d777c;
	text-decoration: underline;
}
#content a:hover, #content a:focus {
	color: #000;
	text-decoration: none;
}
#content h1 a {
	text-decoration: none;
}
#social {
	background-color: #FFF;
	float: right;
	width: 580px;
	margin-top: 20px;
	margin-right: 55px;
}
#social img {
	margin: 1px;
	margin-top: 5px;
}
#footer {
	background-color: #FFF;
	float: right;
	width: 580px;
	margin-top: 4px;
	margin-right: 55px;
	margin-bottom: 24px;
	border-bottom: solid 1px #dadada;
	border-top: solid 1px #dadada;
	line-height: 28px;
	font-size: 12px;
}
#footer a {
	color: #5d777c;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer .righty {
	font-size: 9px;
	float: right;	
}
#footer .lefty {
	float: left;	
}

/*
	Content-Boxen und Formatierungen
*/
#content .voll {
	width: 580px;
	margin-bottom: 40px;
}
#content .halb_links {
	width: 270px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
#content .halb_rechts {
	width: 270px;
	float: left;
	margin-bottom: 40px;
}
#content h2 {
	font-size: 18px;
	padding: 0;
	margin-bottom: 6px;
	border-bottom: none 0px #dadada;
}
#content h2 a {
	color: #5d777c;
	text-decoration: none;
}
#content h2 a:hover, #content h2 a:focus {
	color: #000;
}
#content hr {
	background-color: #dadada;
	color: #dadada;
	border: 0;
	height: 1px; 
	margin-bottom: 16px;
	margin-top: 16px;
	clear: both;
}

#content p.breadcrumb {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #999;
	font-size: 12px;
}
#content p.breadcrumb a {
	color: #999;
	text-decoration: none;
}
#content p.breadcrumb a:hover {
	color: #000;
}
#content ul {
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 8px;
}
#content ol {
	margin-left: 20px;
	margin-bottom: 8px;
}
#content li {
	margin-bottom: 8px;
}
.gallerycontainer {
	width: 270px;
	float: right;
	margin-left: 30px;
	text-align: center;
}
img.bild_thn {
	padding: 4px;
	margin-bottom: 8px;
	border: solid 1px #dadada;
}
img.bild_mini {
	padding: 4px;
	margin-bottom: 5px;
	border: solid 1px #dadada;	
}

.downloadcontainer {
	background-color: #e6e6e6;
	float: left;
	margin-top: 12px;
	margin-bottom: 0px;
	width: 552px;
	background-image: url(../images/downloadcontainer.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
	text-align: center;
}



/*
	Such-Box und Formatierungen
*/
#searchcontainer {
	margin: 6px;
	float: right;
	height: 20px;
	width: 140px;
	border: 1px solid #FFF;
	background-color: #FFF;
	background-image: url(../images/feldbg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#searchcontainer input.suchfeld {
	width: 120px;
	background-image: url(../images/feldbg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	border: none 0px #FFF;
	float: left;
	color: #5d777c;
	text-indent: 6px;
}
#submenu .suchbox {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}

#submenu .searchcontainer {
	height: 20px;
	width: 250px;
	border: 1px solid #FFF;
	background-color: #FFF;
	background-image: url(../images/feldbg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#submenu .searchcontainer input.suchfeld {
	width: 230px;
	background-image: url(../images/feldbg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	border: none 0px #FFF;
	float: left;
	color: #5d777c;
	text-indent: 6px;
}
div.putzi {
	clear: both;
	height: 1px;
}
#content #Galerie {
	float: right;
	width: 170px;
	margin-left: 15px;
	margin-top: 5px;
}

#content #accordion ul, #content #accordion2 ul {
	list-style-type: none;
	margin-left: 0px;
}
#content #accordion li, #content #accordion2 li {
	clear: both;
	margin-bottom: 4px;
	margin-left: 0px;
}
#content #accordion li a {
	display: block;
	cursor: pointer;
	background-image: url(../images/icons_contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	text-decoration: none;
}
#content #accordion2 li a {
	display: block;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-decoration: none;
}
#content #accordion li div {
	margin-left: 18px;
	padding: 6px;
	float: left;
	width: 560px;
}
#content #accordion2 li div {
	margin-left: 0px;
	padding: 6px;
	float: left;
	width: 560px;
}
#content #accordion li div a, #content #accordion2 li div a {
	padding: 0px;
	background-image: none;	
	text-decoration: underline;
	display: inline;
}
#submenu #werbung {
	width: 240px;
	margin: auto;
	margin-top: 10px;
	font-size: 10px;
}
#submenu #werbung a {
	background: none;
}
