body {
	background: url("bg.png");
	background-attachment: fixed;
	text-align: center;
	margin: 0px;
	padding-top: 20px;

}

b {
	font-family: verdana;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0px;
}

a {
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#b5d738;
	font-weight:bold;
	text-decoration : none;
}

p {
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}

a:link a:visited, a:active{
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#000000;
	text-decoration : none;
}

a:hover {
	font-family : Verdana,Arial;
	font-size : 10px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}

div#box {
	width: 800px;
	margin-left:auto; 
	margin-right:auto;
	padding: 0px;
	text-align: left;
	border: 0px;
}

.boxheader {
	background: url("page_header.png");
	background-repeat: no-repeat;
	height: 200px;
	padding: 0px;
	text-align: left;
	border: 0px;
	margin: auto;
}

.boxcontent {
	text-align: left;
	width: 100%;
	background: url("page_content.png") repeat-y;
	font-family: verdana;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 0px;
	border: 0px;
}

.content {
	padding: 50px;
	padding-top: 0px;
}

.footer {
	text-align: center;
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#000;
	font-weight:bold;
	padding: 0px;
	background: url("page_footer.png") no-repeat;
	width: 100%;
	height: 90px;
	border: 0px;
}

h1 {
	padding: 0 5px 5px 200px;
	font-family: verdana;
	font-size: 30px;
	color: #b5d738;
	font-weight: bold;
	margin: 0px;
	text-align: right;
	border-bottom: 3px double #b5d738;
	margin-bottom: 15px;
	text-shadow: 3px 3px 2px #000;
}

.copy {
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#000;
	font-weight:bold;
}

.copy a {
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

.copy a:hover {
	font-family : Verdana,Arial;
	font-size : 10px;
	color: #b5d738;
	font-weight:bold;
	text-decoration: none;
}

div.nav {
	position: relative;
 	left: 550px; top: 70px;
	background: url("menue.png");
	background-repeat: no-repeat;
	width: 104px;
	height: 99px;
	display: block;
}

.men:first-letter{
	font-family : Verdana,Arial;
	font-size : 14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}

.men:link, .men:visited, .men:active{
	text-align: left;
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#000000;
	text-decoration : none;
	display:block;
	background: #b5d738;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	margin-left:30px;
	text-transform:lowercase;
	margin-top:1px;
	font-weight:bold;
	width:180px;
	padding: 5px;
	border: 1px solid #000;
}

.men:hover {
	text-align: left;
	margin-top:1px;
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#000;
	display:block;
	font-weight:bold;
	text-decoration : none;
	background:#fff;
	margin-left:30px;
	text-transform:uppercase;
	padding: 5px;
	letter-spacing: 0.3em;
}

.aktmen:first-letter{
	font-family : Verdana,Arial;
	font-size : 14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}

.aktmen:link, .aktmen:visited, .aktmen:active{
	text-align: left;
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#000000;
	text-decoration : none;
	display:block;
	background:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	margin-left:30px;
	text-transform:lowercase;
	margin-top:1px;
	font-weight:bold;
	width:180px;
	padding: 7px;
	border: 3px double #000;
	letter-spacing: 0.3em;
	
}

.aktmen:hover {
	text-align: left;
	margin-top:1px;
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#000;
	display:block;
	font-weight:bold;
	text-decoration : none;
	background:#fff;
	margin-left:30px;
	text-transform:uppercase;
	padding: 7px;
	letter-spacing: 0.3em;
}

.zeit {
	font-family : Verdana,Arial;
	font-size : 10px;
	color:#fff;
	font-weight:bold;
	text-decoration : none;
}

.style-switch {
	position: relative;
 	left: 150px; top: 20px;
}

select {
	padding: 0px;
}
option {
	padding: 0px;
}

.newstable {
	width: 650px;
	border: 1px solid #000;
	background-color: #e8e8e8;
}