/*allgemeine Einstellungen*/
* {
margin: 0;
padding: 0;
}
html {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	background-color: #103063;
	background-image: url(../images/bgdVideo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/*Texte, Links und �berschriften*/
a {
	font-weight: bold;
	color: #184184;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4 {
	margin: 0 0 0.3em 0;
	line-height: 140%;
}
p {
	margin: 0 0 1em 0;
	line-height: 140%;
}
h1 {
	font-size: 160%;
	color: #184184;
}
h2 {
	font-size: 140%;
	color: #184184;
}
h3 {
	font-size: 120%;
	color: #184184;
}
h4 {
	font-size: 100%;
	color: #000000;
}
h5 {
	font-size: 100%;
	color: #000000;
}

/*zentrierter Bereich um alles*/
#all {
	position: absolute;
	left: 50%;
	width: 860px;
	padding: 0;
	margin-left: -430px; /*Positionierung ausgleichen, damit zentrieren*/
	/*overflow: hidden; */  /*wichtig zum vertikalen Ausdehnen des divs im firefox*/
	background: none;
}

/*Headerbereich*/
/*Header*/
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 82px;
	width: 796px;
	text-indent: -999px;
	left: 32px;
	top: 0px;
}

/*Link Home �ber Logo*/
#linkHome {
	position: absolute;
	z-index: 9999;
	left: 80px;
	top: 0px;
}
#linkHome a {
	display: block;
	width: 270px;
	height: 70px;
	text-indent: -9999px;
}

/*Sprachwechsler*/
#language {
	position: absolute;
	left: 600px;
	top: 10px;
	width: 200px;
	text-align: right;
}

/*nav1*/
#nav1 {
	position: absolute;
	left: 446px;
	top: 57px;
}
#nav1 li {
	display: inline;
	float: left;
}
#nav1 li a {
	display: block;
	height: 15px;
	width: 83px;
	background-repeat: no-repeat;
	padding: 5px 20px;
	text-indent: -9999px;
}
#nav1 li a#btn1 {
	background-image: url(../images/tab1.jpg);
}
#nav1 li a#btn1a {
	background-image: url(../images/tab1a.jpg);
}
#nav1 li a#btn2 {
	background-image: url(../images/tab2.jpg);
	width: 89px;
}
#nav1 a.acttab, #nav1 li a:hover {
	background-position: 0px -25px;
}

/*nav2*/
#nav2 {
	position: absolute;
	left: 32px;
	top: 82px;
	height: 32px;
	width: 796px;
	background-image: url(../images/nav2bgdVideo.jpg);
	background-repeat: repeat-x;
}
#nav2 li {
	display: inline;
	float: left;
}
#nav2 li a {
	display: block;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 12px;
}
#nav2 li a.act, #nav2 li a:hover {
	color: #C6D3E7;
}

/*trailer*/
#trailer {
	position: absolute;
	left: 32px;
	top: 115px;
	height: 167px;
	width: 796px;
	background-color: #000000;
}

/*breadcrumb*/
#breadcrumb {
	position: absolute;
	height: 24px;
	width: 782px;
	left: 32px;
	top: 283px;
	line-height: 25px;
	padding: 0 0 0 14px;
	font-size: 90%;
	background-color: #103063;
	color: #fff;
}
#breadcrumb a {
	text-decoration: none;
	color: #fff;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/*Printversion*/
#printversion {
	position: absolute;
	height: 24px;
	left: 720px;
	top: 283px;
	line-height: 25px;
	padding: 0;
	font-size: 90%;
	color: #fff;
}
#printversion a {
	text-decoration: none;
	color: #fff;
	padding: 0 0 5px 20px;
	background-image: url(../images/btnPrint.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#printversion a:hover {
	text-decoration: underline;
}

/*content*/
#content {
	display: inline; /*behebt double margin bug im ie*/
	margin: 307px 0 0 32px;
	float: left;
	width: 796px;
	background-color: #FFFFFF;
	position:relative;
}
/* siegel */
#content .siegel {
	position:absolute;
	bottom:40px;
	left:10px;
}
/* platz für das siegel schaffen */
#content #left {
	margin-bottom: 100px;
}

#normal {
	float: right;
	margin: 19px 0 0 0;
	padding: 15px 15px 0 15px;
	width: 600px;
	background-image: url(../images/bgdContentVideo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#normalbottom {
	float: right;
	background-image: url(../images/contentBottom.jpg);
	background-repeat: repeat-x;
	height: 10px;
	width: 632px;
}

/*linke Spalte*/
#left {
	float: left;
	width: 164px;
	margin: 19px 0 0 0;
	background-image: url(../images/menuBgdVideo1.jpg);
	background-repeat: repeat-y;
}
#leftbgd {
	background-image: url(../images/menuBgdVideo2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#left h2 {
	color: #FFFFFF;
	background-color: #103063;
	width: 132px;
	padding: 5px 5px 0px 20px;
	margin: 0;
}
#left h3 {
	color: #FFFFFF;
	background-color: #103063;
	width: 132px;
	padding: 0px 5px 5px 20px;
	margin: 0;
}

/*nav links*/
#left ul {
	list-style: none;
	padding: 0 0 25px 0;
}
#left ul li {
	background-image: url(../images/linieMenu.gif);
	background-repeat: no-repeat;
	background-position: 7px bottom;
}
#left li a {
	width: 134px;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	display: block;
	font-weight: bold;
	color: #A7A7A7;
	/*min-height: 1em;*/ /* fuer moderne Browser */
	height: auto !important; /* fuer moderne Browser */
	height: 1em; /*fuer IE*/
	font-size: 1.1em;
	line-height: 1em;
}
#left li a.act, #left li a:hover {
	color: #000000;
	background-image: url(../images/squareVideo.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
/* zweite Menueebene */
#left li ul {
	margin: 4px 0 0 0;
	padding: 0;
}
#left li li {
	background-image: url(../images/clear.gif); /*darf nicht none sein fuer IE*/
}
#left li li a {
	font-weight: normal;
	font-size: 1.0em;
	width: 129px;
	padding: 2px 0 2px 20px;
}
#left li li a:hover, #left li li a.act {
	font-weight: bold;
	background: none;
}
/* dritte Menueebene */
#left li li li a {
	width: 119px;
	margin: 0 0 0 10px;
}
#left li li ul {
	margin: 0 0 5px 0;
}

/*footer*/
#footer {
	display: inline; /*behebt double margin bug im ie*/
	clear: both;
	float: left;
	width: 776px;
	height: 20px;
	margin: 20px 10px 0 10px;
	padding: 4px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}

/*Specials f�r Typo3 Elemente*/
/*Bildunterschriften, Tabellen*/
.csc-caption {
	font-size: 90%;
	background-color: #DEE3E7;
	padding: 0 0 0 2px;
}
.contenttable {
	width: 100%;
}
.contenttable p {
	margin: 0;
}
.contenttable td {
	margin: 3px;
	padding: 3px;
}
.contenttable .tr-odd {
	background-color: #DEE3E7;
}
.contenttable .tr-0 {
	font-weight: bold;
}

/*Sitemap Formatierung*/
.csc-sitemap-level1 a {
	font-weight: bold;
	font-size: 140%;
}
.csc-sitemap-level2 {
	margin: 0 0 0 20px;
	font-weight: bold;
	font-size: 120%;
}
.csc-sitemap-level3 {
	margin: 0 0 0 40px;
}
.csc-sitemap-level4 {
	margin: 0 0 0 60px;
}
/*ab Version 4.0*/
.csc-sitemap li ul {
	margin: 0 0 0 20px;
}

/*News Formatierungen*/
.news-list-container .news-list-date, .news-list-container .clearer, .news-single-timedata {
	display: none;
}
.news-list-container H3 {
	font-size: 100%;
	margin: 0;
}


.news-list-container .news-list-item {
	margin: 0 0 20px 0;
}

/*Formulare*/
.csc-form-labelcell {
	width: 300px;
}
