/*_________________________________________________________________________________

 * CSS-Style-Datei
 *
 * Template fuer das Open Source CMS Website Baker (http://websitebaker2.org)
 *
 * name:		bruehlblick
 * version:   	0.10
 * plattform:  	Website Baker 2.8
 *
 * license:		GNU General Public License 
 * license:   	http://www.gnu.de/documents/gpl.de.html (Innofizielle UEbersetzung)
 * 
 * author:    	Stephan Fischer
 * copyright:	Stephan Fischer (c) 01.2010
 * firma: 		sf - mediengestaltung
 * email:		info@werbung-gotha.de
 * web:			www.werbung-gotha.de
 
 * farben:		grau: #7D7C77
 				gruen: #89BA2D
 
_________________________________________________________________________________*/
*{
margin:0px;
padding:0px;
}
html{
height:101%;
}
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
background-color:#fff;
background-image:url(bilder_layout/bg.jpg);
line-height:150%;
text-align:center;
}
#content{
width:997px;
margin:0 auto;
background-image:url(bilder_layout/content.jpg);
border-left:1px solid #fff;
border-right:1px solid #fff;
text-align:left;
}
#kopf{
width:997px;
height:233px;
background-image:url(bilder_layout/kopf.jpg);
}
#suche{
width:160px;
margin:15px auto 0px auto;
padding:0px 0 3px 3px;
background-color:#fff;
border:1px solid #79A22C;
}
#suche input{
background-color:#fff;
color:#7D7C77;
margin:0;
}
.search_string {
	margin: 9px 0px 0px 30px;
	padding: 7px 0px 0px 4px;
	width: 120px;
	height: 16px;
	background-image: url(img/search-input.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: #333;
	font-size: 90%;
	vertical-align: middle;
}
.search_submit {
	margin: 0px 0px 0px 0px;
	padding:0 0 0 5px;
	width: 25px;
	height: 22px;
	font-size: 89%;
	background-image: url(bilder_layout/suche.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #333;
	border: none;
	vertical-align: middle;
}

#navi{
width:179px;
background-position:bottom left;
float:left;
}
#navi ul li{
list-style:none;
text-transform:uppercase;
}
#navi li li{
text-indent:10px;
}
#navi a:link, #navi a:visited{
width:157px;
height:21px;
background-image:url(bilder_layout/navi.jpg);
text-decoration:none;
color: #333;
display: block;
padding:5px 0 0 20px;
margin:3px 0;
}
#navi a:hover{
width:157px;
height:21px;
background-image:url(bilder_layout/navi_hover.jpg);
text-decoration:none;
color: #666;
display: block;
padding:5px 0 0 20px;
margin:3px 0;
}
#navi a.menu_current{
width:157px;
height:21px;
background-image:url(bilder_layout/navi_hover.jpg);
text-decoration:none;
color:#000;
display: block;
padding:5px 0 0 20px;
margin:3px 0;
}
#navi_bild{
width:179px;
height:184px;
background-image:url(bilder_layout/navi_bild.jpg);
background-repeat:no-repeat;
margin:15px 0 0 0;
padding-top:290px;
}
#navi_impressum{
width:179px;
height:26px;
background-image: url(bilder_layout/navi_impressum.png);
margin-bottom:10px;
}
#navi_admin{
width:179px;
height:26px;
background-image: url(bilder_layout/navi_admin.png);
margin-bottom:10px;
}
#navi_machart{
width:179px;
height:26px;
background-image: url(bilder_layout/navi_machart.png);
}
#inhalt{
float:right;
width:700px;
padding:0 55px 0px 25px;
}
#inhalt li{
list-style:inside;
list-style-type:circle;
}
.stopp{
clear:both;
}
input, textarea{
border:1px solid #7D7C77;
margin:5px;
padding:3px;
}
versteckmich{
display:none;
}
a:link, a:visited, a:active {
color:#2f353b;
	text-decoration: underline;
}
a:hover {
	color: #53931a;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #53931a;
	border: 0;
	border-top: 1px solid #53931a;
	height: 1px;
}
h1 {
height:35px;
	font-size:18px;
	text-decoration:none;
	background-color:transparent;
	font-weight:bold;
	text-indent:35px;
	margin:8px 0px 8px 3px;
	padding:10px 0 0 0;
}
h2{
	font-size: 16px;
	text-align: left;
	font-weight:bold;
	margin: 8px 2px 8px 2px;
	width:90%;
	border-bottom:1px solid #000;
}
h3 {
	font-size:14px;
	color: #000;
	text-decoration:none;
	background-color:transparent;
	font-style: normal;
	font-weight:bold;
	background-image:url(bilder_layout/h3.jpg);
	background-repeat:no-repeat;
	text-indent:20px;
	margin:8px 0px 8px 3px;
}
h4{
margin:8px 2px 8px 10px;
}
h5{
margin:8px 2px 8px 10px;
font-style:italic;
}