/*LOKAL LOKSCHUPPM************************* Design */
body {
	text-align: center;  /* Zentrierung im Internet Explorer */
	background-color: #000000;
	color: #FFFFFF;
}
html, body {
	top:0; left:0;
	min-height: 100%;
	width:100%;
}
* html, * html body { 
	height:100%;
}
#wrapper {
	position: relative;
  	text-align: left;    /* Seiteninhalt wieder links ausrichten */
 	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  	width: 834px;
	height: 634px;;
	margin-top: 34px;
	margin-bottom: 17px;
}

/*******************/
/****** NAVIGATION */
#navigation {
	position: absolute;
	width: 217px;
	height: 634px;
	top: 0px;
	left: 0px;
	background-color: #001533;
}
#header {
	position: absolute;
	top:17px;
	left:17px;
	width:200px;
	height:600px;
	background-color: #000000;
	background-image: url(../images/header_black.gif);
	background-repeat: no-repeat;
	background-position: left top;   /* Pos. von li, dann von oben bzw. rechts/unten*/
}

/* ZUG */
#zugauskunft {
	position: absolute;
	top: 353px;
	left: 37px;
	height: 34px;
	width: 156px;
}
#zugauskunft a {
	height: 34px;
	width: 156px;
	display:block;
	overflow: hidden;
}

/* MENU */
#menu {
	position:absolute;
	top:415px;
	left:37px;
	width:163px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
}
#menu a {
	width: 163px;
	height: 22px;
	overflow: hidden;
	font-family: univers,sans-serif;
	font-size: 0.88em;
	text-decoration: none;
	color: #697DC7;
	display: compact;
}
html>body #menu a {		/* vor IE verstecken*/
	display: block;
}
/* IE Win only \*/
* html #menu a { height: 19px; }  /* nur für IE 5.5 - 6.x */
/* End IE Win */
html + body #menu a { height: 19px; } /* nur für IE 5.0 */
*:first-child+html #menu a { height: 19px; } /* nur für IE 7.0 */


/*****************/
/****** CONTENT */
#background {
	position: absolute;
	top: 17px;
	left: 218px;
	width: 600px;
	height: 600px;
	background-image: url(../images/hg_blau.gif);
	background-repeat: repeat-x;
	background-position: left top;   /* Pos. von li, dann von oben bzw. rechts/unten*/
	overflow: none;
}

#content_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 617px;
	height: 600px;
	overflow: auto;
}

#header_wrapper {
	position: relative;
	top: 26px;
	left: 64px;
	width: 526px;
	float: left;
}

#pagetitle {
	width:399px;
	height:57px;
	font-family: univers,sans-serif;
	font-size: 2.98em;
	line-height: normal;
	font-weight: bold;	
	text-decoration: none;
	color: #E8F1F8;
	float: left;
	overflow: visible;
}

#date {
	width: 106px;
	min-height: 67px;
	height: auto;
	float: right;
	margin-bottom: 20px;
}
* html #date { height: 67px; margin-bottom: 10px; }  /* nur für IE 5.5 - 6.x */
html + body #date { height: 67px; margin-bottom: 10px; } /* nur vom IE 5.0 */

#bandimage {
	width:397px;
	min-height:10px;
	height: auto;
	float: left;
}
* html #bandimage { height: 10px; }  /* nur für IE 5.5 - 6.x */
html + body #bandimage { height: 10px; } /* nur vom IE 5.0 */

#text_wrapper {
	position: relative;´
	top: 26px;
	left: 0px;
	width: 590px;
	float: left;
	margin-top: 30px;
}

#nextpage {
	height: 13px;
	width: 590px;
	text-align: right;
	vertical-align: middle;
}
/* IE Win only \*/
* html #nextpage {  }  /* nur für IE 5.5 - 6.x */
/* End IE Win */
html + body #nextpage {  } /* nur für IE 5.0 */

#content {
	width: 526px;
	padding-left: 64px;
	overflow: none;
}
/* IE Win only \*/
* html #content { width: 590px; }  /* nur für IE 5.5 - 6.x */
/* End IE Win */
html + body #content { width: 590px; } /* nur für IE 5.0 */

#uebersicht {
	width: 590px;
	text-align: right;
	height: 19px;
	padding-top: 5px;
}
.clear {
}
/***********************************/


.usb {					/* Punkt für den Screen-Reader */
	position: absolute;
	top:0;
	left:0;
	text-indent: -2000px;
}
/***********************************/
/************** Text-Formatierungen */
/************************************/
.csc-textpic-caption {
	font-family: univers,sans-serif;
	font-size: 0.57em;
	padding: 0.63em 0 0 0;
	color: #000000;
}

/* Rahmen bei Bildern in Links entfernen */
a img {
	border: 0;
}
/******************/
/* Tabellenformatierung */

.contenttable { 	/* für alle Tebellen*/
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}

/* Table-Head */
.contenttable thead td p, .contenttable thead th {
}
.contenttable thead td, .contenttable thead th {
}
.contenttable thead tr {
}


/* Zellenformatierung: Text, Rahmen  */
.contenttable tbody td {
}

/* Formularformatierung */

form {
	width: 100%;
	padding: 20px 0 20px 0;
}
.csc-mailform-field {
	display: block;
	padding: 10px 0 0 0;
	width: 100%;
	clear: both;
}
.csc-mailform-field label {
	display: inline;
	float: left;
}
.csc-mailform-field input, .csc-mailform-field textarea {
	display: inline;
	float: right;
}
.csc-mailform-radio {
}
.csc-mailform-radio fieldset {
	margin: 0 0 0 10px;
	border-color: grey;
}
.csc-mailform-radio fieldset input {
	float: none;
}
.csc-mailform-radio fieldset label {
	float: none;
}
.csc-mailform-radio legend {
	display: none;
}

/* FVP vidoegallery */
.tx-bddbflvvideogallery-pi1 #player {
	width: 520px;
}
.tx-bddbflvvideogallery-pi1 #flvcaption {
	padding: 0 0 30px 0;
}
.tx-bddbflvvideogallery-pi1 #playlist {
	padding: 0 0 30px 0;
}
