﻿body {
	line-height: 16px;
	margin: 0;
	padding: 0;
}
a img{
	border:0px;
}
div#contenttextbox a, a:visited, a:link, a:active, a:focus {
	color: #666666;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
div#contenttextbox a:hover {
	color: #418fca;
}

div#toolbar a, a:visited, a:link, a:active, a:focus {
	color: #666666;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
div#toolbar a:hover {
	color: #418fca;
}

div#main_container {
	padding:10px 0 0 0;
	width: 768px;
	margin: 0 auto;
}

div#top_navigation {
	height: 10px;
	width: 100%;
}

/* BEGINN header */

#header{
	width:768px;
	height:300px;
	background:url(../images/layout-headertypo.png) 0 0 no-repeat #ffffff;
	float:left;
}
h1{
	float:left;
	width:274px;
	height:300px;
	margin:0;
}
h1 a{
	display:block;
	width:274px;
	height:300px;
	text-indent:-1000px;
	overflow:hidden;
}
	
#header-img{
	width:494px;
	height:300px;
	float:left;
	margin:0 0 0 0;
}

/* ENDE header */

/* BEGINN navi */

ul#navi{
	width: 100%;
	height: 20px;
	margin: 10px 0 0 0;
	padding:0;
	float:left;
}
ul#navi li {
	float: left;
	height: 20px;
	padding:0;
	margin:0 16px 0 0;
}
ul#navi li a{
	width:100%;
	height:16px;
	display:block;
	color: #666666;
	font-size: 11px;
	padding:2px 6px;
	margin:0;
	
	background:#dedede;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
ul#navi li a:hover{
	color:#000000;
}
ul#navi li a.active{
	background:#ffffff;
	color:#000000;
}


/* ENDE navi */

/* ANFANG #content-container */

#content-container{
	width:768px;
	padding:24px 0;
	float:left;
	background:url(../images/layout-content-container.png) repeat-y;
}
#content{
	width:544px;
	float:left;
	background:#ffffff;
	min-height:100%;
}
#content-sidebar{
	width:224px;
	min-height:100%;
	float:left;
}

.sidebar-img{
	border:2px solid #e8e8e8;
	float:left;
	margin:0 10px 1px 0;
}
#content ul{
	list-style:square;
	width:480px;
	background:#ffffff;
	border:1px solid #e8e8e8;
	padding:8px 12px;
	margin:20px 0 18px 0;
}
#content ul li{
	margin:0 0 6px 20px;
}
.contentmissing{
	border:4px solid #FF0;
	height:20px;
	text-align:center;
	padding:40px;
	background:#ffffff;
	color:#dddddd;
}
.small,
div#contenttextbox .small a{
	font-size:9px;
}

a.download,
div#contenttextbox a.download{
	padding:2px 10px 5px 23px;
	display:inline-block;
	overflow:hidden;
	font-size:11px;
	line-height:1.3em;
	background-repeat:no-repeat;
	background:url(../images/icon-pdf.gif) no-repeat;
	background-position:0 0;
}
a.download[href$=".pdf"],
div#contenttextbox a.download[href$=".pdf"]{
	background:url(../images/icon-pdf.gif) no-repeat;
}



/* ENDE #content-container */

/* ANFANG Formular styles */

.contact-form{
	margin:50px 0 20px 0;
}
.contact-form label{
	width:110px;
	height:20px;
	float:left;
	margin: 0 0 8px 60px;
	display:block;
	font-weight:bold;
}
.contact-form input{
	width:265px;
	height:20px;
	float:left;
	margin: 0 60px 8px 0;
	display:block;
	border:1px solid #999999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
.contact-form textarea{
	width:265px;
	height:100px;
	float:left;
	margin: 0 60px 8px 0;
	display:block;
	border:1px solid #aaaaaa;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	resize: none;
}
.contact-form input:focus,
.contact-form textarea:focus{
	border:1px solid #555555;
}
#button-reset,
#button-submit{
	
	width:100px;
	height:30px;
	float:left;
	margin: 0 0 8px 0;
	display:block;
	border:1px solid #999999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	background:#e8e8e8e;
	color:#555555;
}
#button-reset{
	margin: 0 3px 8px 170px;
}
	
#button-reset:hover,
#button-reset:focus,
#button-submit:hover,
#button-submit:focus{
	background:#dedede;
	cursor:pointer;
}

/* ENDE Formular styles */


/* CLEARFIX TO BREAK FLOATING */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide 

from IE-mac */


/* ANFANG Footer */
#footer{
	width:768px;
	height:48px;
	padding:5px 0 0 0;
	float:left;
}
div.footer {
	float: left;
	padding: 0 3px;
	height: 16px;
	vertical-align: middle;
}
div.footer div.footerlinks {
	float: left;
	margin-right: 5px;
}
div.footer div.footerlinks a,
div.footer div.footerlinks a:link,
div.footer div.footerlinks a:active {
	color: #f0f0f0;
	font-size: 10px;
	margin: 2px 5px 2px 5px;
}
div.footer div.footerlinks a.active{
	color:#ffffff;
}
div.footer div.footerlinks a:hover {
	color: #ffffff;
}
div.footer div.footerlinks a:visited {
	color: #f0f0f0;
	font-size: 10px;
	margin: 2px 5px 2px 5px;
}
div.footer div.footerlinks a.bottom {
	color: #666666;
}
div.footer a.social {
	border: 0;
	padding: 0;
	margin: 0;
}