body {
	padding: 0;
	margin: 0;
	font: 77% sans-serif;
}
#pageContainer {
	border: solid 2px #CCCCCC;
	border-width: 0 1px;
	margin: 0;		
	min-width: 60em;
	width: auto;
}
* html #pageContainer {
	/* \*/
	word-wrap: break-word;
	/* verhindert float-Probleme beim IE/Win siehe Referenz zu float */
}


#header {
	margin:0;
	padding:0.5em 1em;
	border: solid 1px #CCCCCC;
	background: #EEEEEE url(mgvlogo.gif);
	background-repeat: no-repeat;
	height: 12em;
}

#outercontainer{
	border-left: 21em solid #DDDDDD;
	border-right: 18em solid #DDDDDD;
}

#innercontainer{
	border: solid 1px #CCCCCC;
	border-width: 0 1px;
	background: #FEFEFE;
	margin: 0 -1px;
	width: 100%;
	z-index: 1;
}

#middle h2, #middle p{
	padding: 0 0.5em;
}

#right h2, #right p{
	padding: 0 0.5em;
}

#left, #middle, #right, #SOWrap {
	overflow: visible;
	position: relative;
}
#SOWrap {
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middle {
	float: right;
	margin: 0.5em 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#left{
	float: left;
	margin: 0.5em 1px 0 -21em;
	width: 21em;
	z-index: 4;
}
#right {
	float: right;
	width: 18em;
	margin: 0 -18em 0 1px;
	z-index: 2;
}
#footer {
	margin:0;
	padding:0.5em 1em;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
	color: #B80C39;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:transparent;
}
h1,h2 { 
	font-size: 1.7em;
	color: #B80C39;
	margin: 0; 
}

p {
	margin: 0.5em 0em 0em 0.5em;
}

.menueins {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menueins a {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menueins a:link {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menueins a:visited {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menueins a:active {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menueins a:hover {
	text-decoration: underline;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}


.menuzwei {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menuzwei a {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menuzwei a:link {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menuzwei a:visited {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menuzwei a:active {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menuzwei a:hover {
	text-decoration: underline;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menudrei {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menudrei a {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menudrei a:link {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menudrei a:visited {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menudrei a:active {
	text-decoration: none;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menudrei a:hover {
	text-decoration: underline;
	color: #B80C39;
	border-left: solid 6px #DDDDDD;
}

.menuunten {
	color: #B80C39;
   text-decoration: none;
	font-weight: bold;
}

.menuunten a {
	color: #B80C39;
   text-decoration: none;
}
.menuunten a:hover {
	color: #B80C39;   
   text-decoration: underline;
}

.fuss{
	font-size: 0.8em;
}
