* {
	margin: 0;
	padding: 0;
}

body {
	background: #eff0f1 url(bg.png) top center repeat-y;
	
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: black;
}

a, a:visited {
	text-decoration: underline;
	color: #62a0d6;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 800px;
	height: 100px;
	background: url(header.jpg);
	background-color: blue;
	padding-top: 30px;
	padding-left: 0px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #3978aa;	
}

.titel {
	background:transparent url(name.gif) no-repeat scroll 0% 50%;
	height:72px;
	left:70px;
	position:relative;
	top:0pt;
	width:245px;
	z-index:1;
}

#container {
	width: 800px;
	
	margin: 0 auto;
	text-align: left;
	
	
}

#menu {
	width: 775px;
	height: 25px;
	background: white url(horizontal.gif) repeat-x;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 7px;
	padding-left: 25px;
	border-bottom: 1px dotted black;
	
}

#menu a, #menu a:visited {
	color: #194261;
	text-decoration: none;
	
}

#menupunkt{
        margin-right: 25px;
}

#menu a:hover {
	color: #f0f4fc;
	text-decoration: none;
}

#aktuell {
	color: black;
	margin-right: 30px;
	text-decoration: none;
}

#right {
	color: #808080;
	width: 155px;
	float: right;
	padding: 10px;
	background-color: transparent;
	border-right: 4px solid #FFF;
	height: 100%;
}

#content {
	background: white;
	float: left;
	width: 535px;
	margin: 30px 0 0 35px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #194261;
	margin-bottom: 15px;
	padding-left: 0px;
	background-color: white;
}

.black {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;

}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}



#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 800px;
	text-align: center;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	

}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}