/*-----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body, html { min-height:100%; }

body {
	background: #fff url(../gfx/bgbody1.gif) repeat-y center top;
	font: normal 0.7em Trebuchet MS,Verdana,sans-serif;
	text-align: center;
}


.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00 !important;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000 !important;
}

.Aleft {
	text-align: left;
}

.Aright {
	text-align: right;
}

.MargTB5 {
	margin: 5px 0px;
}

.main_header a, .main_right a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

.FetterText {
	font-weight: bold;
}

/*-----------------------------------------------------------------*/

.main {
	width: 679px;
	margin: 0 auto;
	text-align: left;
}

/*-----------------------------------------------------------------*/

.main_left {
	float: left;
	width: 447px;
	margin-left:1px;
	border: 5px solid #FFF;
	background: #fff;
}

.main_body .main_left, .main_body .main_right {
	border-top: 0;
}

.main_body .main_left.big {
	width: 673px;
	background-color: #fff;
}

/*-----------------------------------------------------------------*/

.main_body .main_left {
	overflow:hidden;
	padding: 15px 10px;
	width: 427px;
	font-size: 1.1em;
}

.main_body .main_left .klein {
	font-size: 0.8em;
}

.main_body .main_left h1, .main_body .main_left h1 a, .main_body .main_left h2, .main_body .main_left h2 a {
	color: #003664;
	font: normal 20px Trebuchet MS, sans-serif;
	margin-top: 1em;
	text-decoration: none;
}

.main_body .main_left h2, .main_body .main_left h2 a {
	font-size: 18px;
}

.main_body .main_left h1 span {
	font-size: 11px;
}

.main_body .main_left h2 {
	font-size: 1.1em;
	font-weight: bold;
}

.main_body .main_left a {
	color: #000;
}

.main_body .main_left a:hover {
	text-decoration: none;
}

.main_body .main_left p.mehrlink a {
	padding: 0px 5px;
	background-color: #cbd300;
	border-bottom: 2px solid #003664;
	text-decoration: none;
	color: #003664;
}

.strong {
	font-weight:bold;
}

ul.error li {
  color: #FF0000 !important;
}

.main_body .main_left ul {
	padding-left: 20px;
	list-style-image:url('../gfx/ul01.gif');
}

.main_body .main_left ol {
	padding-left: 25px;
}

.main_body .main_left p.mehrlink a:hover {
	border-bottom: 3px solid #003664;
}

.main_body .main_left p.sep {
	margin: 18px 0px;
	padding: 3px;
	border-top: 3px solid #cbd300;
}

.news {
	margin-bottom: 30px;
}

.news .intro h2 {
	font-size: 1em;
	font-weight: bold;
}

.text h2 {
	font-size: 1.3em;
	font-weight: bold;
}

.text img {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 10px 0px;
}

/*-----------------------------------------------------------------*/

.header {
	border-bottom: 4px solid #FFF;
	width: 448px;
	height: 195px;
	overflow: hidden;
}

.header img {
	border: none;
}

/*-----------------------------------------------------------------*/

.main_header {
	height: 243px;
}

.main_header .main_left {
	float:left;
	border-right:3px;	
	border-bottom: 0;
}


.main_left {
	line-height: 130%;
}

.main_left .links {
	margin-top: 1px;
}

.main_left .links li {
	width: 106px;
	background-color: #cbd300;
	float: left;
	margin-right: 4px;
	padding-left: 3px;
	list-style-type: none;
	color: #fff;
	height: 36px;
	font-size: 0.9em;
	overflow: hidden;
	border-bottom: 2px solid #003664;
}

ul.links li:first-child {width:105px !important; }
* html ul.links li.li1 { width:105px !important; }

.main_left .links li a {
	font-size: 1.7em;
	text-align: center;
	padding-right: 4px;
	display: block;
	color: #003664;
}

.main_left input[type=text], .main_left textarea {
	width: 98%;
	border: 2px solid #003664;
	margin: 2px 0px;
	padding: 2px;
}

.main_left input[type=text]:focus, .main_left textarea:focus {
	border: 2px solid #cbd300;
	background-color: #fafbfc;
}

.main_left textarea {
	height: 5em;
	font: normal 1.0em Tahoma,Verdana,sans-serif;
}

.main_left input[type=submit], .main_left input[type=reset] {
	padding: 2px 10px;
	background-color: #003664;
	color: #fff;
	border: 2px solid #cbd300;
}

.main_left p.fehler {
	color: #f00;
	border: 1px solid #cbd300;
	background: #FEFFE6;
	padding: 10px;




	margin: 15px 0;
}

.main_left p.code {
	color: #666;
	border: 1px solid #003664;
	background: #E6F3FF;
	padding: 10px;
	margin: 15px 0;
	font-family: 'Courier New', Courier, serif;
}

address {
	font-style: normal;
}

.grau, .main_left a.grau {
	color: #999;
}

.blau, .main_left a.blau {
	color: #003664;
}

/*-----------------------------------------------------------------*/

.main_right {
	border-top: 5px solid #FFF;
	float: right;
	width: 220px;
}

.main_right a {
	width: 217px;
	height: 56px;
	padding-top: 18px;
	display: block;
	border-bottom: 5px solid #FFF;
	text-align: center;
}

a.big {
	width: 217px;
	height: 70px;
	display: block;
	padding-top: 25px;
	border-bottom: 5px solid #FFF;
	text-align: center;
}

a.aktiv {
	background-color: #cbd300;
}

a span, a.big span, p.links span {
	font: normal 2.5em "Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	text-transform: lowercase;
}

a span {
	font-size: 2.0em;
}

.main_right .bg1 {
	border-top: 5px solid #FFF;
}

.main_right a:hover  {
	background-color: #cbd300;
	color: #000;
}

.main_right p.links, .main_right form.links {
	background-color: #cbd300;
	height: 36px;
	width: 216px;
	display: block;
	text-align: center;
}

.main_right form.links input {
	width: 180px;
	height: 19px;
	margin: 4px 4px;
	padding: 4px 22px 4px 4px;
	border: 0;
	background: #fff url(../gfx/zoom.png) no-repeat right;
}

.lastchange {	
	clear: both;
	font-size: 9px;
	color: #26547b;
	text-align: right;
	padding: 10px;
	padding-right:35px;
	padding-top:20px;
}


/*-----------------------------------------------------------------*/
/* Suche */

.tx-indexedsearch-title-caption {
	font-weight: bold;
}

.tx-indexedsearch-info {
	color: #666;
	padding: 4px;
	margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #003664;
	border-bottom: 1px solid #cbd300;
}

/*-----------------------------------------------------------------*/

.news-single-video { margin-bottom:15px; }

#stc { 
	height:24px;
	z-index:2002;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;	
	text-align:center;
}

.skip-content { 
	margin:auto; 
	color:#FFFFFF; 
	text-decoration:none; 
	width:677px; 
	display:block; 
	height:24px; 	
	/*margin-top:-24px;*/
	display:none;
	line-height:24px;
	vertical-align:middle;
	z-index:2004;
	background-color:#003664;
	border-bottom:5px solid #FFFFFF;
}

a#skipcontent_innen { 
	text-align:center; 
	display:block; 
	width:100%; 
	color:#FFFFFF; 
	text-decoration:none; 
}

#linktop_inner { 
	display:block; 
	font-size: 1.1em; 
	line-height: 2em;
	background:url("../gfx/pfeil_down.gif") no-repeat left 5px; 
	padding-left:15px; 
	width:60px; 
	overflow:hidden; 
	margin:auto; 
}

#stc { z-index:5001; }

.tag_cloud { padding: 3px !important; border:0px !important; text-align:left;  margin:0px !important; text-decoration: none; background:transparent; display:inline !important; width:auto !important; height:auto !important; }
.tag_cloud:link  { color: #FFFFFF !important; }
.tag_cloud_active { color: #CBD300 !important; background:transparent; }
.tag_cloud:hover { color: #003664 !important; background: #CBD300 !important; }
/*.tag_cloud:active { color: #003664 !important; background: #CBD300 !important; }*/

p.bodytext {
	padding: 10px 0px;
}

.last4 { margin-right:0px !important; }

.news-single-img img, .latest_image img { float:left; margin-right:12px; margin-top:10px; }