/* Allgemeine Formatierungen */
body {
	background-image : url(../bilder/hintergrund.gif);
	font-family : Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/*Linkfarben*/
a:link { color:#fff;}
a:visited { color:#B2BB1E;}
a:hover { color:#fff; background-color: #B2BB1E;}
a:active { color:#fff;}

/* Enthält den Text der Seite Die Überschrift wird mit h1 formatiert!*/
#contentcontainer {
	position:absolute;
	left: 230px;
	top: 190px;
	width: 380px;
	font-size :12px;
	color : #FFF;
    background-color : transparent;
}

#contentcontainer h1{
	font-size :12px;
	color : #B2BB1E;
	font-weight: bold;
}

#contentcontainer h2{
	font-size :12px;
	color : #B2BB1E;
	margin : o;
	padding : o;
	font-weight: normal;
}

#contentcontainer table p{
	font-size :12px;
	color : #FFF;
}

#contentcontainer table h1{
	font-size :12px;
	color : #B2BB1E;
	font-weight: bold;
}

#contentcontainer table h2{
	font-size :12px;
	color : #B2BB1E;
	margin : o;
	padding : o;
	font-weight: normal;
}

.tabelle{
	font-size :12px;
	color : #FFF;
    background-color : transparent;
	border: none;
	padding: 0;
	margin: 0;
}
.tabelle td, .tabelle th{
	font-size :12px;
	color : #FFF;
    background-color : transparent;
	border: #B2BB1E solid 1px;
	border-background: #B2BB1E;
	padding: 0;
	margin: 0;
}
#piccontainer {
	position:absolute;
	left: 630px;
	top: 190px;
	width: 30px;
	font-size :12px;
	color : #FFF;
    background-color : transparent;
}

/* Hauptnavigation*/

#navcontainer ul{
	padding-left: 0;
	color: #005288;
	float: left;
	width: 560px;
	margin: 65px 0 0 215px;
	-margin: 65px 0 0 110px;
	/*border: #B2BB1E solid 1px;*/
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a{
	padding: 0.2em 1em;
	color: #005288;
	text-decoration: none;
	float: left;
	font-weight : bold;
	background-color : transparent;
	font-size :12px;
}

#navcontainer ul li a:hover{
	color: #B2BB1E;
}

#navcontainer ul li a.current{
	color: #B2BB1E;
}


/* Subnavigation */
#subnavcontainer{
	position:absolute;
	left:0px;
	top:166px;
	width:90px;
	-width:100px;
	height: 230px;
	-height: 250px;
	border-right : 1px solid White;
	padding-top: 20px;
	padding-right: 10px;
	overflow: hidden;
}

#subnavcontainer ul, #subnavcontainer li{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	text-align : right;
}

#subnavcontainer ul li a{
	color: #FFF;
	text-decoration: none;
	text-align: right;
	font-size:12px;
    background-color: transparent;
}

#subnavcontainer a:hover{
	color: #B2BB1E;
}

#subnavcontainer ul a.current{
	color: #B2BB1E;
}

/* Sub-Subnavigation (3. Hierarchiestufe)*/
#subsubnavcontainer{
	position:absolute;
	left:110px;
	top:166px;
	width:79px;
	height:141px;
	padding-top: 20px;
}

#subsubnavcontainer ul, #subsubnavcontainer li{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

#subsubnavcontainer ul li a{
	color: #FFF;
	text-decoration: none;
	font-size:12px;
    background-color: transparent;
}

#subsubnavcontainer a:hover{
	color: #B2BB1E;
}

#subsubnavcontainer ul a.current{
	color: #B2BB1E;
}


/* Sprachumschalter */
#languagenavcontainer{	
	position:absolute;
	left:0px;
	top:295px;
	width:90px;
	-width:100px;
	height: 230px;
	-height: 250px;
	border-right : 1px solid White;
	padding-top: 20px;
	padding-right: 10px;
	overflow: hidden;
}
#languagenavcontainer ul, #languagenavcontainer li{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	text-align : right;
}
#languagenavcontainer ul li a{
	color: #FFF;
	text-decoration: none;
	text-align: right;
	font-size:12px;
    background-color: transparent;
}
#languagenavcontainer a:hover{
	color: #B2BB1E;
}

#languagenavcontainer ul a.current{
	color: #B2BB1E;
}


/* großes Flash über die gesamte breite der seite */
#flashelement{
	position:absolute;
	left:0px;
	top:102px;
	width:100%;
	height:63px;
	overflow: hidden;
	z-index: 10;
	visibility: hidden;
}

/* kleines flash unter der Subnavigation */
#flashimpuls{
	position:absolute;
	left:30px;
	top:340px;
	width:115px;
	height:50px;	
	z-index: 10;
	visibility: hidden;
}

/* Alternativbild für großes Flash über die gesamte breite der seite */
#flashelementpic{
	position:absolute;
	left:0px;
	top:102px;
	width:100%;
	height:63px;
	overflow: hidden;	
	z-index: 1;
	/*visibility: hidden;*/
}

/* Alternativbild für kleines flash unter der Subnavigation */
#flashimpulspic{
	position:absolute;
	left:30px;
	top:340px;
	width:115px;
	height:50px;	
	z-index: 1;
}

/* Das Logo */
#logo{
	position:absolute;
	left:0px;
	top:0px;
	width:163px;
	height:88px;
}

/* kleiner Bullet unter dem flashimpuls */
#logoelement{
	position:absolute;
	left:88px;
	top:416px;
	width:33px;
	height:23px;
	background-image : url(/bilder/logo_element.gif);
	background-repeat : no-repeat;
}

#slideshow{
	/*Bei den Styles des angegebenen Divs kann (optional!) der Internet Explorer Filter: "filter:revealTrans(Duration=1,Transition=23);" angegeben werden.
	Wobei Transition=23 zufällig einen Filter aus den Filtern 1-22 auswählt. Diese können einfach statt dessen zugewiesen werden
	Duration=1 bezeichnet die Dauer des Übergangs in Sekunden (hier also eine Sekunde)*/
	filter:revealTrans(Duration=2,Transition=12);

	position:absolute;
	/*
	left:30px;
	top:40px;
	
	width:10px;
	height:10px;
	z-index:1;
	*/
	/*border: 1px solid white;	*/
	/*overflow: auto;*/

}
#slideshow ul li{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: -40px;

}