/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

html,body {
height: 100%
}

/* Allgemeines */
body {
	height: 100%;
	font-size: 80%;
	line-height: 1.6em;
	background: #4e6c3d ;
	/*background-image :url("../images/bg_body.jpg");*/
	/*background-repeat : repeat-x;*/
	font-family: "arial";
	color: #1d3e13;
}

a:link {
	color:#990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #999;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
	border-top: 1px solid #333333;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
	font-family: "arial";
	font-size: 16px;
	color: #1d3e13;
	word-spacing :4px;
}

h2 {
	font-family: "arial";
	font-size: 14px;
	color: #1d3e13;
	word-spacing :3px;
}

h3 {
	font-family: "arial";
	font-size: 12px;
	color: #1d3e13;
	word-spacing :2px;
}

/* Layout */
#wrapper_01 {
	margin-top: 50px;
	width: 855px;
	margin-left : auto;
	margin-right : auto;
         /*border: 1px solid #ffffff;*/
}

#wrapper_02 {
	padding-top: -10px;
	margin: 0;
	width: 840px;
         background-color : #e1dca6;
	border: 10px solid #1d3e13;

}

#header {
	height : 85px;
	background-color : #e1dca6;
	background-image : url("../images/header.jpg");
	background-repeat : repeat-x;
}

#fader {
	background-image :url("../images/bg_fader.jpg") ;
        	background-repeat : repeat-x;
         border-bottom: 15px solid #e1dca6;
         height : 10px;
}

#navi {
	float:top;
	/*width: 133px;*/
	/*background-color : #f2f2f2;*/
	margin: 0;
  	padding: 0;
         /*border-left: 10px solid #e1dca6;*/
         /*border-right: 10px solid #e1dca6;*/
         border-bottom: 10px solid #e1dca6;
}

#navi ul {
	list-style-type: none;
 	margin: 0;
  	padding: 0;
}

/*#navi li {
	height="22px";
   	margin: 0;
	border-top : 1px solid #ffffff;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
}
 */
#navi li a:link, #navi li a:visited {
	height="22px";
	display: block;
	text-decoration: none;
	/*padding: 5px 5px 5px 0.5em;*/
	background-color: #1d3e13;
	color: #e1dca6;
	font-family: "arial";
	font-size: 12px;
}

#navi li a:hover, #navi li a:focus #navi li a:active {
	height="22px";
	background-color: #4e6c3d;
	color: #ffffff;
	font-family: "arial";
	font-size: 12px;
}

#navi #current, #navi #current a {
	background-color: #e1dca6
	color: #D3222E;
}

#content {
	float: left;
	width: 800px;
	background-color: #F2F2F2;
	padding : 30px 10px 10px 10px;
	border-left: 10px solid #e1dca6;

         }

#footer {
	clear: both;
	color: #e1dca6;
	font-size : smaller;
	text-align : center;
         background-image :url("../images/bg_footer.jpg") ;
        	background-repeat : repeat-x;
	height : 40px;
         border-top: 30px solid #e1dca6;

}