/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

   
/* 1. Standards */

* {
	scrollbar-face-color: #f6fcf0;
	scrollbar-highlight-color: #6FC80C;
	scrollbar-3dlight-color: #f6fcf0;
	scrollbar-darkshadow-color: #f6fcf0;
	scrollbar-shadow-color: #6FC80C;
	scrollbar-arrow-color: #6FC80C;
	scrollbar-track-color: #ffffff;
	font-family: "Trebuchet MS";
}

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, input, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	text-decoration: none;
	list-style-type: none;
}

body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-family: "Trebuchet MS";
}

h1 {
	font-size: 14px;
	border-bottom: #e8e8e8 1px solid;
	color: #55A157;
	padding-left: 30px;
	padding-bottom: 13px;
	background-image: url(../images/h1-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h2 {
	font-size: 16px;
	margin: 0 0 30px 0;
	color: #666666;
	padding-left: 25px;
}


h3 {
	font-size: 12px;
	margin: 0 0 20px 0;
	color: #666666;
	padding-left: 25px;
}
p {margin: 0 0 15px 0;}
.floatende {clear: both;}
.blockzeile {display:block; color: #B23C3C;}
.inlinezeile {display:inline; margin-left: 20px;}
hr {margin: 0 0 10px 0; color: #CCCCCC; height: 1px; border-top: solid 1px #CCCCCC; border-bottom: transparent; clear: both;}
.unsichtbar  {display: none}


/*######################################################################################################
######################################################################################################*/


/* 2. Layout */

#site {
	width: 754px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-image:url(../images/site-bg.jpg);
	background-repeat:repeat-y;
}

#head {
	background-image: url(../images/head-bg.jpg);
	background-repeat: no-repeat;
	height: 213px;
	width: 754px;
}


#content {
	float:left;
	padding-left:30px;
	padding-right:30px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	width: 470px;
	
}

#navi {
	float:left;
	width:200px;
	margin-bottom:10px;
	
}

#footer {
	background-image:url(../images/footer-bg.jpg);
	background-repeat:no-repeat;
	height:17px;
	clear:both;
	background-color:#FFFFFF;
}


/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */




/*######################################################################################################
######################################################################################################*/


/* 4. Content */

.logo{
	float:left;
	margin-right:20px;
}

.liste{
list-style-image:url(../images/li-bg.jpg);
padding-left: 30px;
}

.infotext{
	display:block;
	background-color:#f6fcf0;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	color:#333333;
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
}

#site #content #text-li {
	width: 240px;
	float:left;
	text-align:justify;
}

#site #content #text-re {
	padding-left: 25px;
	float:right;
}

.bild{
	padding: 3px;
	background-color:#f6fcf0;
	border:#e8e8e8 1px solid;
	width: 125px;
	font-size:10px;
	float:left;
	margin: 12px 7px 0px 0px;
}

#site #content .bild img{
	display:block;
	border: 0px none;
	}




/*######################################################################################################
######################################################################################################*/


/* 5. Links */

#site #navi a {
	margin-left:20px;
	padding-left:25px;
	color: #666666;
	font-size: 12px;
	display:block;
	height: 19px;
	padding-bottom: 6px;
	padding-top: 6px;
	}

 .nb{
	border-bottom:#e8e8e8 1px solid;
	}
	
#site #navi a:hover {
	color:#333333;
	background-color:#f6fcf0;
	}


.zahlen{
	font-size: 14px;
	}


/*######################################################################################################
######################################################################################################*/
