body,html {
	margin:0;
	padding:0;
	color:#000;
	background:#e6ebf2;
}

body {
	background-image: url(../images/bkgloop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
}

a {
	text-decoration: none;
	color: #9ea978;
}

a:hover {
	color: #696969;
	
	cursor: pointer;
	}

#texte a:hover {
	background-color: white;
}

html, body, div, p, td, input, textarea, select {
	font-family: Trebuchet, Verdana, sans-serif;
	color:#696969;
	font-size: 12px;
	line-height: 24px;
}

input {
	height: 15px;
	width: 150px;
	background-color: #e6ebf2;
}

#search {
	margin-bottom: 20px;
}

h1 {
	font-weight: lighter;
	font-size: 24px;
}

h2 {
	font-weight: lighter;
	font-size: 18px;
	color: #820e0e;
	/*background-color: #c9c8b9;*/
}

input {
	margin-right: 10px;
}

#wrap {
	width:900px;
	margin:0 auto;
	background:#f4f0bd;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 5px;
	border-right:  5px;
	border-color: #cdcbbc;
	border-style: solid;
	background-image: url(../images/wrapback.gif);
	background-repeat: repeat-y;
}

#header {
	position:relative;
	padding:0px;
	height: 280px;
	width: 900px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
}

#headerTermine {
	color: white;
	position:relative;
	top: 40px;
	left: -40px;
	padding-top: 1px;
	padding-left: 140px;
	height: 116px;
	width: 353px;
	background-image: url(../images/termine.png);
	background-repeat: no-repeat;
}

#headerTermine .textItem {
	margin-top: 0px;
	color: white;
	width: 200px;
	font-size: 11px;
}

#headerTermine .textItem p {
	color: white;
	font-size: 11px;
}

#headerTermine h2 {
	color: white;
	font-size: 14px;
}

#headerflex {
	position:relative;
	padding:0px;
	height: 280px;
	width: 900px;
	background-repeat: no-repeat;
}

#headBody {
	position:absolute;
    height: 280px;
	width: 900px;
}

h1 {
	margin:0;
}
#subnav {
	position: absolute;
	margin: auto;
	width: 860px;
	height:  30px;
	right: 0px;
	bottom: 0px;
	padding-left:30px;
	padding-right:10px;
	/*background-color: #b1b978;*/
	background-image: url(../images/subnavtransp.png);
}

#subnav a{
	color: white;
}

#subnav a:hover{
	color: #c9c8b9;
}

#subnav ul {
	margin:auto;
	padding:0;
	list-style:none;
}
#subnav li {
	display:inline;
	margin-right:5px;
	padding:0;
}
#texte {
	float:left;
	width:500px;
	padding-left:30px;
	padding-top:30px;
	padding-right:30px;
	/*background-image: url(../images/mainbkg.jpg);*/
	background-repeat: no-repeat;
	background-color: #f4f0bd;
}

.textItem p {
	margin-top: -14px;
}

.textItem img {
	float: left;
	margin-right: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #c9c8b9;
}

#rightwrap{
	float:right;
	width:300px;
}
#navi {
	padding-left: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	width:270px;
	background:#c9c;
	background-color: #9ea978;
	background-image: url(../images/naviback.jpg);
	background-repeat: no-repeat;
	font-weight: lighter;
	font-size: 18px;
}

#navi a {
	color:#696969;
	font-family: Trebuchet, Verdana, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

#navi a:hover {
	color: #696969;
	cursor: pointer;
	}

#navi ul {
	list-style: none;
	padding-right: 10px;
	padding-left: 0;
	margin: 0px;
	font-weight: lighter;
	font-size: 18px;
}

#navi li {
	border-bottom: solid 1px #c9c8b9;
	padding-bottom: 5px;
	font-weight: lighter;
	font-size: 18px;
}

#navi .navmainStandardLevel_2 {
	border-bottom: none;
	color: white;
	font-size: 14px;
	font-weight: lighter;
	line-height: 24px;
	text-indent: 20px;
}

#navi .navmainStandardLevel_2 .last {
	/*border-bottom: solid 1px #c9c8b9;*/
}

#news {
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 10px;
	width:260px;
	background-image: url(../images/newsback.jpg);
	background-repeat: no-repeat;
	background-color: #c9c8b9;
}
#news h1 {
	color: white;
	font-size: 18px;
	font-weight: lighter;
	line-height: 24px;
}

#news a {
	color: white;
}

#news a:hover {
	color: #696969;
	background-color: white;
	cursor: pointer;
	}

#footer {
	clear:both;
	padding:5px 30px;
	color: white;
	background:#cc9;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}

/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
	position:absolute;
	top:0px;
	left:0px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
