#container {
	border: 1px solid #000080;
	width: 800px;
	position: relative;
	margin-bottom:50px;
	margin-top:5%;
	background-color: #003366;
 	left:50%;
	margin-left:-400px;
}
#mainmenu {
	margin-right: 5px;
	padding-bottom:10px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}
#atmopic {
	width: 100%;
	height: 300px;
	overflow:hidden;
}
#atmopic img {
width: 100%; 
height:100%;
}
#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: #ced7de;
	background-repeat: repeat;
	top:45%;
}
#newscolumn {
	position: relative;
	width: 50%;
	left: 50%;
	right: 20px;
	font-size: 8pt;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	padding-left: 15px;
	top:20px;
	margin-left: 10px;
	padding-right: 15px;
}
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;

}
#newscolumn ul li {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	margin-left: -40px;
	margin-right: 40px;
}
#footer {
	font-size: 8pt;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom:20px;
}
#newscolumn a {
	text-decoration: none;
	color: #FFFFFF;
}
#newscolumn 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;
}
