@charset "utf-8";
/* CSS Document */

body { 
	background-color:#666633; 
	width:100%; 
	height:100%;
	margin: 0px auto;
}

a:link {color:#ff9900;}
a:visited {color: #dc8400;}
a:hover {color: #ffbb00;}
a:active {color: #ffbb00;}

/*Hauptcontainer*/
#site {
	width: 960px;
	margin:auto;
}
ul {
	line-height: 30px;
	text-decoration: none;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #ff9900;
	font-style: italic;
	vertical-align:middle;
	padding-top: 75px;
	padding-left: 10px;
}

h2 {
	font-size: 24px;
	font-weight: bold;	
}

h3 {
	font-size: 22px;
	font-weight: normal;
}

/*Titelleiste*/
#kopf {
	margin:5px auto;
}

/*Menücontainer*/
#menucont {
	float:left;
	padding-top:25px;
	width:140px;
}

/*Menüpunkt*/
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #ff9900;
	padding-top:25px;
	display:block;
	text-decoration:none;
}

/*MainframeContainer*/
#mfc {
	float:right;
	width: 790px;
	padding-left:25px;
	padding-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ff9900;
	font-style: oblique;
	text-align: center;
}

#mfc-li {
	float:right;
	width: 790px;
	padding-left:25px;
	padding-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ff9900;
	font-style: oblique;
	line-height: 125%;
	text-decoration: none;
}

/*Container Banner*/
#banner {
	padding-top: 25px;
	width: 960px;
	display:block;
	clear: both;
}

/*teileland Banner*/
.tlb {
	left: 250px;

}

/*manukom Logo*/
.manukoml {
	padding-top: 25px;
	padding-left: 90px;
	padding-bottom: 25px;
}
