/* 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: #9B9772 ;
	background-image :url("../images/bg_body.jpg");
	background-repeat : repeat-x;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #999;
}

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: "Verdana","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 16px;
	color: #8B8C7B;
	word-spacing :4px;
}

h2 {
	font-family: "Verdana","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 14px;
	color: #8B8C7B;
	word-spacing :3px;
}

h3 {
	font-family: "Verdana","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 12px;
	color: #8B8C7B;
	word-spacing :2px;
}

/* Layout */
#wrapper_01 {
	margin-top: 50px;
	width: 880px;
	margin-left : auto;
	margin-right : auto;

	/*border: 1px solid red;*/
}

#wrapper_02 {
	padding_top: -10px;
	margin: 0;
	width: 855px;
         background-color : #406132;
	border: 10px solid #6F715C;
}

#header {
	height : 85px;
	background-color : #f2f2f2;
	background-image : url("../images/header.jpg");
	background-repeat : repeat-x;
}

#fader {
	background-image :url("../images/bg_fader.jpg") ;
        	background-repeat : repeat-x;
         border-bottom: 20px solid #406132;
         height : 27px;
}

#navi {
	float:left;
	width: 133px;
	background-color : #f2f2f2;
	margin: 0;
  	padding: 0;
         border-left: 10px solid #406132;
         border-right: 10px solid #406132;
         border-bottom: 10px solid #406132;
}

#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: #f2f2f2;
	color: #406132;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navi li a:hover, #navi li a:focus #navi li a:active {
	height="22px";
	background-color: #CCCAC7;
	color: #D3222E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navi #current, #navi #current a {
	background-color: #CCCAC7;
	color: #D3222E;
}

#content {
	float: left;
	width: 670px;
	background-color: #FFFFFF;
	padding : 30px 10px 10px 10px;
	border-left: 2px dotted #999999;
         border-right: 2px dotted #999999;
         }

#footer {
	clear:both;
	color: #999999;
	font-size : smaller;
	text-align : center;
         background-image :url("../images/bg_footer.jpg") ;
        	background-repeat : repeat-x;
	height : 27px;
         border-top: 20px solid #406132;
}
