*, html {
	padding:0;
	margin:0;	
}

body {
	background-color:#f7f5f0;
	background-image:url("../images/pageBackground.png");
	background-repeat:repeat-x;
	color:#333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
img {
	border:none;	
}
ul {
	list-style:none;	
}

#wrapper {
	margin-left: auto;
	margin-right:auto;
	width:1024px;	
}

/* Header Bereich */
#head {
	overflow:visible;
	width:100%;	
}
#head a img#logo {
	margin:22px 0 22px 10px;
}
#head p {
	color:#595959;
	font-family: "Times New Roman", Verdana, serif;
	font-size:18px;
	float:right;
	margin: 76px 100px 0 0;
}
#head div#menu {
	background-image:url("../images/headMenuBackground.png");
	background-repeat:no-repeat;
	height:45px;
}
#head div#menu ul li {
	display:inline-block;
	height:14px;
	float:left;
	padding:15px 0 15px 30px;
}
#head div#menu ul li a {
	border-right:1px solid #cccccc;
	color:#595959;
	font-family: "Times New Roman", Verdana, serif;
	font-size:14px;
	padding-right:30px;
	text-decoration:none;
	text-transform:uppercase;
}
#head div#menu ul li div ul li {
	float:none;
	height:auto;
}
#head div#menu ul li div ul li a {
	border:none;	
	font-size:14px;
	text-transform:none;
}
#head div#menu a img#logodmwv {
	margin:0 0 0 15px;
}
#head img#headerImage {
	float:left;
	padding-right:0px;
	border-right:0px solid #ffffff;	
}
#head div#headerContentBox {
	background-image:url("../images/headerContentBoxLeaf.png");
	background-repeat:no-repeat;
	margin:48px 0 0 538px;
	height:220px;
	width:450px;	
}
#head div#headerContentBox h1, #head div#headerContentBox p.headerTeaser { 
	font-family: "Times New Roman", Verdana, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin: 0 0 0 100px; 
}
#head div#headerContentBox h1 {
	color:#292929;
}
#head div#headerContentBox p.headerTeaser, #head div#headerContentBox p.headerClaim {
	color:#ffffff;
	float:none;
}
#head div#headerContentBox p.headerClaim {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:30px 0 0 100px;	
}
p.headerClaim a {
	color:#000000;
	text-decoration:none;	
}
/* Content Bereich */
#content {
	clear:both;
	margin-top:2em;
}
#content ul li.contentBlock {
	float:left;
	line-height:20px;
	padding: 0 10px;
	width:310px;
}
#content h2 {
	margin:1em 10px 1em 10px;	
}
#content h3 {
	font-size:14px;
	margin:1em 0 1em 0;
}
#content  p {
	margin-bottom:1em;	
}
#content p.imgDescr {
	background-color:#ece9e2;
	border:1px solid #888888;
	color:#888888;
	font-family: "Times New Roman", Verdana, sans-serif;
	font-style:italic;
	text-align:center;
}
#content div#breadcrump {
	margin-left:10px;	
}
#content a {
	color:#75b726;
	text-decoration:none;
}

#content .contentPicture {
    border: #FFF solid 10px;
}

/* Footer Bereich */
#footer { 
	clear:both;
	background-color:#dddddd;
	margin-top:3em;
	min-height:100px;
}
#footer div {
	margin:0 auto 0 auto;
	padding:1em;
	width:1024px;	
}
#footer div ul li {
	display:inline-block;
	float:left;	
	padding:5px 0 5px 10px;
}
#footer div ul li a {
	border-right:1px solid #ffffff;
	color:#292929;
	font-weight:bold;
	padding-right:10px;
	text-decoration:none;	
}

/* form settings */
form dl {
	margin-bottom:1em;
	margin-left:10px;
}
form dl dt {
	float:left;
	width:140px;	
}
form dl dd {
	margin-left:140px;	
}
form dl dd input[type="text"], form dl dd textarea {
	border:1px solid #dddddd;
	padding:2px;
	width:400px;
}
form dl dd input[type="text"]:hover, form dl dd textarea:hover,
form dl dd input[type="text"]:focus, form dl dd textarea:focus {
	border:1px solid #75b726;	
}
form input[type="submit"] {
	margin-bottom:2em;
	margin-left:463px;	
}
form dl dd textarea {
	height:150px;	
}
form span.formError {
	color:#9f0000;
	display:block;
	font-weight:bold;
}

/* Popup Menu */
.popupMenu {
	background-color:#ffffff;
	margin-top:13px !important;
	min-width:180px;
}
.popupMenu ul li:hover {
	background-color:#cccccc;	
}
div.popupMenu a, div.popupMenu a:hover {
	padding: 5px 7px !important;
}

div.popupMenu a, div.popupMenu a:hover {
	padding: 5px 7px 5px 35px !important;
}

/* Allgemeine Klassen */
.clearBoth { clear:both; }
.floatLeft { float:left; }
.lastElement { border:none !important; }
.red { color: #9f0000; }
.hidden { height:0;overflow:hidden;position:absolute;left:-9000px;max-width:8000px; }
.normalList { list-style-type: disc !important; }
.normalList li { margin-left: 2em; }