/*mm-screen.css
Site: t3mustermann
Author:
Erstellt:10.02.2010
letzte Änderung:10.02.2010*/

@charset "utf-8";


html, body {
	background-image:url("../bilder/bg.gif");
	background-attachment:fixed;

	height: 100%;
	margin:0;
	padding:0;
}

body {
	text-align: center;
}
div, img  {
	margin:0;
	padding:0;
	border:0;
}
h1  {
	font: normal 12px Verdana, Geneva, sans-serif;
	font-weight: bold;
}

h2  {
	font: normal 11px Verdana, Geneva, sans-serif;
	font-weight: bold;
}
a {
	color:#008;
	text-decoration:none;

}
a:visited {
	color:#888;
	text-decoration:none;
}
a:hover {
	color:#800;
	text-decoration:underline;
	}

#wrapper {
	position: relative;
	min-height: 100%;
	width: 980px;
	margin: 0 auto;
	border: 1px solid #C00000;
	background: url(../bilder/mm-background.gif)  repeat-y;
	text-align: left;
	font: 11px Verdana, Geneva, sans-serif;
}


#header1 {
float:left;

	width: 151px;
	
	height: 180px;
}

#header {
	/*float:left;

	width: 829px;
	
	height: 180px;*/
}



#horiz-menu {
	position: relative;
	font: normal 9px Verdana, Geneva, sans-serif;
	background-color: #C00000;
	text-align: right;
	color: #fff;
	padding: 5px 10px 5px 5px;	
}

#horiz-menu2 {
	position: relative;
	font: bold 10px Verdana, Geneva, sans-serif;
	background-color: #C00000;
	text-align: right;
	color: #fff;
	padding: 5px 10px 5px 5px;	
}


#vert-menu {
	float:left;
	width: 150px; 
	padding-top: 25px;
	padding-bottom: 28px;
	background-color: #ffffff;
}
#center {
	float: left;
	width: 630px;
	padding: 10px;
	padding-bottom: 28px;
}
#sidebar {
	float:left;
	width: 160px;
	padding: 10px;	
	padding-bottom: 28px;
	background-color: #D6EDFF;
}
#footer {
	position: absolute;
	
	left: 0px;
	bottom: 0px;
	width: 972px;	
	margin-top: 20px;
	padding: 4px;
	background-color: #C00000;
	color: #fff;
	font-size: 9px;
	line-height: 16px;
}
#horiz-menu a, #footer a {
	text-decoration: none;
	color: #fff;
}
#horiz-menu a:hover, #footer a:hover {
	text-decoration: underline;
}
	
/* nur für IE < 7 */
* html #wrapper {
	height: 100%;
}
* html #wrapper {
	width: 982px;
}
* html #center  {
	width: 620px;
}
* html #footer  {
	width: 980px;
}


