body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0,8em; /*Ursprungsfassung 0,8em*/
	margin: 0;
	padding: 0;
	background-color:#253D02; /*#182801*/ /*zweite Fassung: #253D02*/
}

.conteneur {
	margin-top: 20px; /*Rand von oben, Hintergrundfarbe bis body beginnt, Ursprung: 10px*/
	position:absolute; /*absolute als Voreinstellung*/
	width: 740px; /*Ausdehnung Body Voreinstellung: 740*/
	left: 50%; /*Ursprung: 50% Seitenverh&auml;ltnis*/
	margin-left: -370px; /*Ursprung: -370px*, Seitenverh&auml;ltnis*/
	border:0px solid #182801;/*Rahmen zwischen Body und Hintergrund, 0px*/
	color: #182801; /*?, #182801*/
	background-color:#749431; /*Hintergrundfarbe Body, 7A9431*/
}


.header {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	height:160px; /*Abstand, &Uuml;berschrift bis Linie, 160px*/
	padding-left:50px; /* Abstand der &Uuml;berschrift von links Richtung Mitte, 50px*/ 
	padding-top:40px;/*&Uuml;berschrift Entfernung von der oberen Kante, 40px*/
	max-width:600px; /*L&auml;nge der Linie zwischen Bild und Body, 490px*/
	border-bottom:1px solid #253D02; /*Linie zwischen Bild und &Uuml;berschrift im Body, *1px solid #182801, entsprechend Hintergrundfarbe*/
	color: #F5F8EF; /*Farbe der &Uuml;berschrift, #F5F8EF*/
}

.menu {
	float:right;
	margin: 0px;
	padding:0px;
	margin-left:20px;
	border-left:1px solid #253D02; /* hauchd&uuml;nne Linie zwischen wei&szlig;em Streifen der Navileiste und Body, 1px, #182801, entsprechend Hintergrundfarbe*/
}


* html .menu {
	margin-left: -3px;
}

.centre {
	padding:20px;/*20px*/
	padding-left:40px;/*40px*/
}

.pied {
	height: 25px;
	text-align:right;
	padding-right:10px;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px; /* Abstand zwischen Navibuttons, 0px;*/
	border-bottom:1px solid #253D02; /*Linien zwischen Navibuttons, 1px solid #182801; entsprechend Hintergrundfarbe */
	color: #D9CEB8; /*?, #D9CEB8; beige */
	font-size: 1.1em;
	text-decoration: none;
	background-color:#748F02;
	padding:0px;
	width:135px; /*199px;*/
}

.menu li a {
	margin:0px;
	display: block;
	color: #F5F8EF; /* Farbe der Schrift in den Navibuttons, #F5F8EF;*/
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF; /* Breite und Farbe der Leiste links neben Navibuttons, 5px solid #F5F8EF;*/
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#90A000; /* Farbe der hervorgehobenen Navibuttons, #90A000;*/
}

.p{
	
}

h2{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	font-size: 1.3em;
	color: #F5F8EF;
	font-weight:normal;
}

h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:5px;
	font-size: 1.6em;
	color: #F5F8EF;
	font-weight:normal;
}

.header-title {
	font-size:2.3em;
	border-top:2px solid #F5F8EF;
}

.header-title-two {
	font-size:1.1em;
	padding-bottom:3px;
	border-bottom:1px solid #F5F8EF;
}

a{
	color:#000000; /*#F5F8EF;*/
	text-decoration:underline; /*none;*/
}

a:hover{
	color:#F5F8EF;/*underline;*/
}

blockquote{
	background-color:rgb(142, 168, 69); /*komplette Zeile: rgb(142, 168, 69);*/
	padding : 10px; /*Voreinstellung: 3px - Das ist der Abstand des Textes innerhalb des blockquote bis zu seinem Rand*/
	border-left:2px solid #F5F8EF;
}
