@charset "UTF-8";
@import 'resetShort.css';

/*
 * main tags
*/

html, body {
	height: 100%;
}
body {
	background: #2d3b4b url(images/bggraublau1.png) repeat-x left top;
	/*background: #143265 url(images/bg.png) repeat-x left top;*/
	font-family: Verdana, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
body, th, td, div, p {
	font-size: 12px;
	line-height: 18px;
}
a:link, a.link {
	color: #215DB1;
	text-decoration: none;
}
a:visited, a.visited {
	color: #215DB1;
	text-decoration: none;
}

a:hover, a.hover, a:active, a.active {
	color: #aa8c46;
	text-decoration: underline;
}
a{
	text-decoration:none;
}
img {
	border: medium none;
}
h1,h2,h3,h4,h5,h6,.titleBox_gsnb{
	color:#AA8C46;
	font-family:Arial,sans-serif;
	font-size: 14px;
	font-weight:bold;
}
h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited,
h5 a, h5 a:link, h5 a:visited,
h6 a, h6 a:link, h6 a:visited {
	color:#AA8C46;
}
h1{
	font-size: 16px;
	margin-bottom:6px;
}
h2{
	font-size: 15px;
}
h3,.titleBox_gsnb{
	font-size: 14px;
	margin-bottom:6px;
}
h4{
	font-size: 13px;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 12px;
	margin-bottom:6px;
}

hr {
	border: 0px;
	border-top: solid 1px #c8c4b9;
	border-bottom: transparent;
	margin:7px 0 5px;
	display:block;
	clear:both;
}
ul{
	list-style-type: none;
	list-style-image: url(images/dotList.gif);
	list-style-position: outside;
}
li{
	margin-left:22px;
}
ol li {
	margin-bottom:12px;
}

/*
 * general layout
*/
#maincenter{
	background: transparent url(images/bgCenter.png) repeat-y left top;
	margin: 0 auto;
	width:1000px;
}
#maincontent{
	margin: 0;
	padding:0 20px 1px 20px !important;
}
table#content{
	width:100%;
	border:none;
	margin:0;
}
table#content tr td{
	vertical-align:top;
}
table#content tr td#links{
	width: 590px;
	padding-right:20px;
}
#footercenter{
	background: transparent url(images/bgFooter.png) no-repeat left bottom;
	margin: 0 auto;
	width:1000px;
}
#footercontent{
	margin: 0;
	padding:10px 30px 30px 30px;
	color:#444444;
}
#footercontent a{
	color:#215DB1;
}
#footercontent a:hover{
	color:#AA8C46;
	text-decoration: underline;
}
#footer{
	border:1px solid #fff;
}
.clear{
  clear: both; 
  display: block; 
  height: 0; 
  content: "."; 
  visibility: hidden;
	margin:0;
}
div#printlink{
	float:left;
	color:#666;
	margin:24px 0 6px;
}
div#printlink a{
	padding-left:20px;
	background: transparent url(images/print15px.gif) no-repeat left top;
}

/*
 * top 
*/
#topleft, #topright{
	color:#fff;
}
#topleft{
	float:left;
	margin:7px 0 1px 10px;
}
#topright{
	background: transparent url(images/searchbg.png) no-repeat left top;
	float:right;
	margin:0 10px 1px 0;
	padding:0;
	width:270px;
	height:60px;
}
#topright div.inner{
	position:relative;
	background: transparent url(images/searchbg2.png) no-repeat right top;
	display:block;
	width:270px;
	height:60px;
}
#topright div.inner div.first{
	position:absolute;
	bottom: 35px;
	left: 10px;
}
#topright div.inner div.first input[type=text]{
	border: 1px solid #ddd;
	margin-left:11px;
	width:210px;
}
#topright div.inner div.first img{
	margin-bottom:-7px;
}
#topright div.inner div.second{
	position:absolute;
	width:250px;
	bottom:6px;
	left:10px;
	text-align:center;
	font-size:11px;
}
#topleft a, #topright a{
	color:#fff;
}
#topleft a:hover, #topright a:hover{
	text-decoration: underline;
}
.dateidatum{
	float:right;
	clear:both;
	font-size:11px;
	color:#666;
}

/*
 * main navigation
*/
.mainnav {
	clear:both;
	display:block;
	width:980px;
}
.mainnav ul {
	list-style:none;
	margin:0;
	padding-left:10px;
}
.mainnav ul li {
	float:left;
	margin:0;
	padding:0;
	margin-right:5px;
}
.mainnav a {
	background:url("images/buttonMainNavBg.png") no-repeat left top;
	float:left;
	display:block;
	margin:0;
	padding-left:10px;
	color:#fff;
	height:25px;
	line-height:25px;
	text-decoration: none;
}
.mainnav a:link, .mainnav a:visited, .mainnav a:hover, .mainnav a:active{ color:#fff; }
.mainnav a span {
	display:block;
	background:url("images/buttonMainNavBg.png") no-repeat right -27px;
	padding:0 10px 1px 2px;
}
.mainnav a:hover {
	background-position: left -54px;
}
.mainnav a:hover span {
	background-position: right -81px;
}

.mainnav .active a {
	background-position: left -108px !important;
}

.mainnav .active a:link, .mainnav .active a:visited, .mainnav .active a:hover, .mainnav .active a:active {
	color: #AA8C46;
}

.mainnav .active span {
	background-position: right -135px !important;
}

.mainnav .active-with-subnav a {
	height: 29px;
	background-position: left -162px !important;
}

.mainnav .active-with-subnav a:link, .mainnav .active-with-subnav a:visited {
	color: #AA8C46;
}

.mainnav .active-with-subnav span {
	padding-bottom: 4px;
	background-position: right -193px !important;
}

.subnav {
	clear: both;
	padding: 4px 7px 5px;
	margin: 0 10px;
	background-color: #fff;
}
.subnav ul {
	margin-left: 10px;;
}

.subnav li {
	display: inline;
	list-style: none;
	font-size: 12px;
	color: #ccc;
	margin-left: 0;
}

.subnav li a {
	margin: 0 .5em;
}
.subnav li.active a {
	color: #aa8c46;
}

/*
 * main content
*/

.whitebox{
	clear:both;
	margin:0 10px 10px 10px;
	padding:10px;
	background-color:#fff;
	min-height:65%;
}
.whitebox .linke-spalte{
}
.whitebox .linke-spalte p{
	margin-bottom:12px;
}
.whitebox .rechte-spalte{
	width:310px;
}
.whitebox .rechte-spalte div.box{
	margin:0;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #e3ded2;
	background-color: #f1efe8;
	/*background: #f1efe8 url(images/bgRechteSpalte.gif) repeat-x left top;*/
}
.whitebox .rechte-spalte div.box h1{
	font-size: 13px;
	margin-bottom:6px;
}

.box{
	clear:both;
	margin-top:10px;
}
.box h1{
	clear:both;
	margin-bottom: auto;
}
.box h1 a{
	color:#AA8C46;
}

.box-one, .box-border{
	background-color:#fff;
	border:1px solid #e3ded2;
	margin-bottom:10px;
	padding:6px 10px;
}
.box-one a{
	/*color:#d5182a;*/
}
h1.top{
	margin-bottom:16px;
}

/*
 * linklist
*/
div.linklist{
	margin-left: 20px;
}
div.linklist ul li {
	margin-bottom: 12px;
}

/*
 * sitemap
*/
#sitemap{
	margin:24px 0 24px 40px;
}
#sitemap h1, #sitemap h3{
	margin-bottom:4px;;
}
#sitemap ul{
	margin-bottom:24px;;
}

/*
 * faq
*/
h3.faqquestion {
	font-size:13px;
	font-weight:bold;
	margin: 10px 0 0 0;
	font-family: Arial, sans-serif;
	border-bottom:1px solid #ddd;
	color:#215DB1;
	padding:0 8px;
}
h3.faqquestion:hover {
	text-decoration:underline;
	color:#AA8C46;
}
div.faqanswer {
	background: #FDFDFD url(images/verlaufHellGrau2.gif) repeat-x left top;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	padding:8px;
	display:block;
}
div.faqanswer h1 {
	font-size:15px;
	line-height:20px;
	margin-bottom:3px;
}
.textblock400-rechts{
	float:right;
	width:400px;
}
div.faqanswerhilite {
	background: #c61425 url(images/verlaufRotHilite.gif) repeat-x left top;
	border:1px solid #ed1b2e;
	padding:8px;
	display:block;
}
div.faqanswerhilite h1 {
	font-size:15px;
	line-height:20px;
	margin-bottom:3px;
}
div.faqanswerhilite,
div.faqanswerhilite a, div.faqanswerhilite a:link,
div.faqanswerhilite h1,
div.faqanswerhilite h3,
div.faqanswerhilite h1 a, div.faqanswerhilite h1 a:link,
div.faqanswerhilite h3 a, div.faqanswerhilite h3 a:link,
div.faqanswerhilite .grau,
div.faqanswerhilite td.bu {
	color:#fff !important;
}


/*
 * tabellen
*/
table.quadratisch-links{
	float:left;
	margin-right:16px;
	width:150px;
}
table.quadratisch-links tr td{
	padding:0;
}
table.quadratisch-links tr td.bild{
	padding:0;
	vertical-align:middle;
	text-align:center;
	width:152px;
	height:152px;
}
table.quadratisch-links tr td.bild img{
	border:1px solid #ccc;
}
table.quadratisch-links tr td.bu, table.quadratisch-links tr td.bu a {
	color:#666;
	font-size:11px;
	line-height: 12px;
	font-style:italic;
}

/*
 * general
*/
.small, .smallem{
	font-size:11px;
}
.smallem{
	font-style:oblique;
}
.smallheight{
	line-height: 16px;
}
.autoheight{
	line-height: normal;
}
.bigger{
	font-size:13px;
	line-height:normal;
}
.grau, a.grau, span.grau a{
	color:#777;
}
.rot, .error{
	color:#d5182a;
}

.twocols{
	clear:both;
}
.twocols .left, .twocols .right{
	float:left;
	width:285px;
}
.twocols .left{
	margin-right:20px;
}

#player{
	text-align:center;
	margin:20px 0;
}

/*
 * polioplus button
*/
#polioButton {
	width: 370px;
	height:85px;
	background:url("images/polioButton.gif") no-repeat;
	margin:24px auto;
}
#polioButton a {
	display:block;
	color:#dcd7c8;
	line-height: 1.9em;
	font:bold 1.1em Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding: 16px 20px 14px 110px;
}
#polioButton a:hover {
	color: #FFFFFF;
}


/*
 * we content 
*/

.bild-links, .bild-rechts {
	border: medium none;
}
.bild-links-border, .bild-rechts-border{
	border: 1px solid #777;
}
.bild-links, .bild-links-border{
	float:left;
	margin:4px 8px 2px 0;
}
.bild-rechts, .bild-rechts-border{
	float:right;
	margin:4px 0 2px 8px;
}

.hinteditmode, .hint{
	background-color:#ddd;
	color:#ff0000;
	font-size:11px;
}
.hint{
	background-color:#ffffcc;
}
div.printonly, div.printonlybottom {
	display:none;
}
