#container {
	border: 1px solid #000080;
	width: 800px;
	position: absolute;
	margin-top:5%;
	background-color: #003366;
 	left:50%;
	margin-left:-400px;
	margin-bottom:5%;
}
#mainmenu {
	margin-right: 5px;
	padding-bottom:10px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}
#atmopic {
	width: 100%;
	height: 150px;
	overflow:hidden;
}
#quotetext {
	padding: 20px 10px 10px 20px;
	z-index: 1;
	width: 80%;
	position: absolute;
	font-family: "Arial Narrow";
	font-size: 10pt;
	color: #000000;
	overflow: hidden;
	background-color: #96aabe;
	background-repeat: repeat;
	top:45%;
}
#leftmenu {
	position: relative;
	width: 25%;
	font-size: 8pt;
	padding-left: 5px;
	top:20px;
	padding-right: 10px;
	float:left;
}
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #FFFFFF;
	background: url('http://www.munbonn.de/typo3/fileadmin/templates/images/background_gradient.jpg'); background-repeat:repeat; background-attachment:fixed;
}
body a {
	color:#ffffff;
}
#leftmenu ul li {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-left: -25px;
	list-style-type: none;
}
#maincontent {
	position:relative;
	width:70%;
	top:20px;
	float:right;
	padding-right:20px;
	}

#footer {
	position:relative;
	font-size: 8pt;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top:10px;
	top:40px;
	margin-bottom:40px;
	clear:both;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#leftmenu a {
	text-decoration: none;
	color: #FFFFFF;
}
#leftmenu a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #CCCCCC;
}
#mainmenu a {
	text-decoration: none;
	color:#ffffff;
}
#mainmenu a:hover {
	color: #CCCCCC;
	font-weight: bold;
}
.LeftSubMenu {
	text-indent:10px;
}


