@charset "iso-8859-1";
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #000000;
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
	font-size: 12px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
p, br {
	padding-top:  10px;
}
.clear {
	clear: both;
}
#container {
	width: 777px;
	overflow: auto;
	background: white;
}
#teaser {
	width: 100%;
	background-image: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
	height: 50px;
}
#teaser h1 {
	font-size: 16pt;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.margin {
	padding-top: 14px;
	padding-left: 210px;
}
#content {
	background: white;
	padding: 12px;
	padding-left: 212px;
	padding-right: 20px;
}
#content h2 {
	border-bottom: 1px dotted #ccc;
	padding:0px 0 6px 0;
	font:normal 18px georgia;
	line-height: 22px;
	color: #2e4255;
	margin-bottom: 12px;
	padding-top: 10px;
}
#content h3 {
	border-bottom: 1px dotted #ccc;
	padding:0px 0 6px 0;
	font:normal 18px georgia;
	line-height: 22px;
	color: #2e4255;
	margin-bottom: 12px;
	padding-top: 10px;
}
#content h4 {
	border-bottom: 1px dotted #ccc;
	padding:0px 0 6px 0;
	font:normal 18px georgia;
	line-height: 22px;
	color: #2e4255;
	margin-bottom: 12px;
	padding-top: 10px;
}
#content h5 {
	border-bottom: 1px dotted #ccc;
	padding:0px 0 6px 0;
	font:normal 18px georgia;
	line-height: 22px;
	color: #2e4255;
	margin-bottom: 12px;
	padding-top: 10px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
#menu {
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 198px;
	margin: 0;
	padding:15px 0 0 0;
}
#menu ul {
	list-style:none;
	margin:0;
	width: 190px;
	padding: 0px;
}
#menu ul .headline {
	border:0;
	padding: 7px;
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul .headline a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#menu li {
	height: 23px;
}
#menu li a{
	display: block;
	padding: 2px 16px 2px 7px;
	color: black;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover{
	border-style: solid;
	border-color: #fff;
	border-width: 1px 0px 0px 0px;
	background: #333;
	color: #fff;
	font-size: 15px;
}
#copyright {
	text-alignment: center;
	font-size: 11px;
	color: #fff;
	background: #414141;
	height: 40px;
	margin-bottom: 2px;
	padding: 4px;
}
#copyright a {
	color: white;
}
#neu {
	text-alignment: center;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 2px;
	padding: 4px;
}
