/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #BDBDBD;
}
a {
	color: #2B5781;
	text-decoration: none;	
}
a:hover {
	color: #585858;
}

a.c {
	color: #585858;
}


/* Schriftformatierungen*/
.fliestext {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: Black;
	text-align: justify;
}

.subhead {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #9B937C;
	font: bold 24px;
}
/* Ende Schriftformatierungen*/


#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	width: 920px !important; /**/
	width: 920px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: Black;
	background: #FEFEFE;
	background: url(images/content_bg.jpg);
}

#header {
	width: 920px;
	height: 100px;
	background: url(images/mw_banner.jpg) no-repeat;
	text-align: right;
}

#header h1{
	font-size: 20px;
	margin: 0 0 0 20px;
	color: #b78c1d;
	padding: 0px 0px 0 0;
}

#header h2{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	color: Black;
}

#header h3{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding: 0 50px 0 0;
	color: Black;
}


#intro {
width: 468px;

}

#intro {
	padding-bottom: 0;
	width: 468px !important;
/**/
	width: 468px;
	color: Black;
}

#bottom {
	width: 425px;
	height: 20px;
	margin: 20px 0 0px 30px ; 
	padding: 0px 0px 0 0px;
	background: top center no-repeat;
}

#content {
	position: relative;
	left: 50px;
	margin: 10px 0 0px 0;
	padding: 0 0 0 30px;
	width: 535px !important;
/**/
	width: 535px;
	text-align: justify;
}

/* Siluette Container*/
#siluette {
	position: absolute;
	top: 165px;
	left: 750px;
	width: 150px;
	padding: 0 0 0 0;
}
/* Ende Siluette Container*/

#footer {
	margin: 0px 0px 0px 0;
	padding: 3px 20px 0px 0px;
	height: 80px !important;
   height /**/: 80px;
	text-align: right;
	background: url(images/footer.jpg) repeat;
}
#footer a{
	color: #2B5781;
	font-size: 16px;
}

#footer a:hover{
	color: #585858;
	font-size: 16px;
}
