body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px 30px 30px 30px ;
}

#mheader {
	background-image: url(images/logo_gmbh.jpg);
	background-repeat: no-repeat;
	min-height:200px;
	background-position: right;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	margin: 0em;
	padding: 0em;
}
#mnavi {
	min-height: 150px; /* Mindesthöhe des Menüs */
	float:left;
	width: 13em;  /* Breite des Menüs */
	padding: 0.7em;
	background-color:#0C3A6D;
	margin-top: 1em;
	margin-bottom: 0em;

}

#mnavi ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

#mnavi li a:link, #mnavi li a:visited {
	display: block;
	background-color:#D5E8FC;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	padding: 0.5em;
	border-bottom-width: 1px;
	font-style: normal;
	text-decoration: none;
	color: #003366;

}

#mnavi li a:hover, #mnavi li a:active, #mnavi li a:focus {
	background-color:#EFEFE0;
	color: #800000;

	
}

#mcontent {
	padding: 0.5em;
	position: relative; left:15px; top:1em;
	min-height: 400px; /* Mindesthöhe des Contents */
	background-color:#D5E8FC;
	margin-left:0em; /* Abstand vom Menü über position umgesetzt */
	margin-top:0em;
	margin-right:15px; /* um den position-left-Abstand auszugleichen */
	overflow: hidden;
		
}
