html{
	height: 101%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
	font-size: 12px;
	background: url("/fileadmin/pictures/layout/bg_body.gif") repeat-y center #e9e9e9;
}

* {
	font-size: 12px;
	font-family: arial,sans-serif;
}

a{
	text-decoration: none;	
	color: #000000;
}

a:hover{
	color: #555555;	
}

img a{
	border: 0px;	
}

#wrap {
	width: 994px;
	margin: 0px auto;
	padding: 3px;
	background: #ffffff;
}

#naviHead {
	float: right;
	height: 25px;
	line-height: 25px;
	margin-right: 6px;
	color: #666666;	
}

#naviHead ul {
	margin: 0px;
	padding: 0px;
}

#naviHead ul li {
	display: inline;
	list-style-type: none;
}

#naviHead ul li a {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#naviHead ul li a:hover {
	text-decoration: underline;
}

#naviHead ul li .active {
	text-decoration: underline;
}

#logo {
	clear: both;
	height: 45px;
	background: #ffed00;
}

#logo a img {
	margin-left: 40px;
	border: none;
}

#bigPic {
	height: 129px;	
}

#navi {
	height: 25px;
	background: url("/fileadmin/pictures/layout/bg_navi.gif") repeat-x;
}

#navi ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#navi ul li {
	display: block;
	float: left;
	list-style-type: none;
}

#navi ul li a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}

#navi ul li a:hover {
	background: #807f7f;
	color: #ffffff;
}

#navi ul li .active {
	background: #ffed00;
	color: #000000;
}

#lastNaviPoint {
	float: right;	
	margin-right: 10px;
}

#lastNaviPoint a {
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;	
}

#main {
	margin-top: 30px;
	padding-bottom: 40px;
}

#left {	
	float: left;
}

#center {
	float: left;
	width: 378px;
	margin-left: 20px;
}

#right {
	float: right;
}

.smallBlock {
	width: 185px;	
}

.wideBlock {
	width: 400px;	
}

#subnavi {
	width: 185px;	
}

#subnavi ul {
	margin: 0px;
	padding: 0px;	
}

#subnavi ul li {
	list-style-type: none;
}

#subnavi ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	color: #ffffff;	
	text-decoration: none;
	background: url("/fileadmin/pictures/layout/bg_subnavi_li.gif") repeat-x bottom #5c5c5b;
}

#subnavi ul li a:hover {
	background: url("/fileadmin/pictures/layout/bg_subnavi_li.gif") repeat-x bottom #807f7f;
}

#subnavi ul li .active {
	background: url("/fileadmin/pictures/layout/bg_subnavi_li_active.gif") repeat-x;
	font-weight: bold;
}

#contentBlock {
	margin-bottom: 10px;	
}

#contentBlock a {
	text-decoration: underline;
}

#footer {
	position: absolute;
	left: 50%;
	width: 994px;
	margin-left: -497px;
	height: 20px;
	line-height: 20px;
	color: #666666;
	font-size: 10px;
	text-align: right;
	border-top: 1px solid #666666;
}

#naviFooter {
	float: left;
}

#naviFooter ul {
	margin: 0px;	
	padding: 0px;
}

#naviFooter ul li {
	display: inline;
	list-style-type: none;	
}

#naviFooter ul li a {
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

#naviFooter ul li a:hover {
	text-decoration: underline;
	background: none;	
}

#naviFooter ul li .active {
	text-decoration: underline;	
	background: none;
}

#teaserBlock {
	float: left;
	margin-bottom: 20px;	
	border-bottom: 1px solid #acacac;
}

#twitterBlock {
	float: left;
	margin-bottom: 20px;	
	margin-right: 10px;
	width: 375px;
}

#contactForm label {
	float: left;
	width: 130px;
}

#contactForm input {
	width: 170px;
	margin-bottom: 5px;	
	border-top: 1px solid #626261;
	border-left: 1px solid #626261;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#contactForm select {
	margin-bottom: 5px;	
	border-top: 1px solid #626261;
	border-left: 1px solid #626261;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#contactForm textarea {
	width: 200px;	
	margin-bottom: 5px;	
	border-top: 1px solid #626261;
	border-left: 1px solid #626261;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#contactForm .button {
	width: auto;	
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #626261;
	border-right: 1px solid #626261;
	background: #807f7f;
	color: #ffffff;
	font-weight: bold;
}

#errorMessage {
	margin-bottom: 15px;
}

#bo_hinweis {
	clear: both;
	border: 1px solid #cccccc;
	background: #efefef;
	margin-bottom: 10px;
}

#headline_twitterbox{
	height: 46px;
	background: url("/fileadmin/pictures/layout/bg_headline_twitter.gif") top right #ffffff;
	vertical-align: bottom;
}

#twitterLink {
	float: right;
	width: 150px;
	height: 40px;
}

#twitterEntry{
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px dashed #a4a4a4;
}

#twitterEntry a{
	font-size: 11px;
	text-decoration: underline;
}
