/************ STANDARD ELEMENTE ****************/
/***********************************************************/

html{
height:100%;
margin:0;
padding:0;}

* {
	margin: 0;
	padding: 0;
}

body {
	background:#292D35 url(img/gfx_background.gif) repeat-x;
	font: normal 12px Tahoma,sans-serif;
	color: #fff;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-left: 28px;
	padding-bottom: 10px;
}


li {list-style: none;}

p {
	color: #E9EEF7;
	margin:0;
	line-height: 19px;
}

td {
	font: normal 62.5% Tahoma,sans-serif;
	font-size: 12px;
	color: #E9EEF7;
	margin-top: 0px;
	line-height: 19px;
}

td b{
	line-height: 30px;
	color:#91CAF1;
}


p a {
	font: normal 62.5% Tahoma,sans-serif;
	font-size: 12px;
	color: #91CAF1;
	margin-top: 0px;
	line-height: 19px;
}

h1 {
	clear:both;
	font: normal 25px Tahoma,sans-serif;
	color: #C8E0F3;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #515560;
}

h2 {
	clear:both;
	font: normal 18px Tahoma,sans-serif;
	height: 25px;
	color: #C8E0F3;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #515560;
}

h3 {
	float:left;
	width:400px;
	font-size: 15px;
	color:#C8E0F3;
	margin:0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #515560;
}

h6 img {
	margin-top: 150px;
	margin-left: 40px;
	border: none;
}


.back {
	font: normal 62.5% Tahoma,sans-serif;
	font-size: 12px;
	color: #C8E0F3;
              height: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #515560;
}

.back p a {
	font: normal 62.5% Tahoma,sans-serif;
	font-size: 10px;
	color: #C8E0F3;
}

#keywords a {

	font: normal 62.5% Tahoma,sans-serif;
	font-size: 9px;
	text-align:center;
	color: #2A2D36;
              height: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/************ MISC ****************/
/************************************/

.clearer {clear: both;}

p,code,ul {padding-bottom: 1.2em;}

.left {float: left;}

.right {float: right;}

h6 a img {
	border-width: 0;
}

a img {
border-width: 0;
}

ul {

	font: normal 62.5% Tahoma,sans-serif;
	font-size: 12px;
	color: #E9EEF7;
	margin-top: 0px;
}

ul li {
	list-style-type: circle;
	line-height: 19px;
}

.artikel ul {

	font: normal 62.5% Tahoma,sans-serif;
	font-size: 12px;
	color: #E9EEF7;
	margin-top: 0px;
	padding-left:15px;
}

.artikel ul li {
	list-style-type: circle;
	line-height: 19px;
	padding:5px 0 5px 0;
}

/* Seiten Struktur */

#wrapper {
	background:#292D35 url(img/gfx_background.gif) repeat-x;
	width: 780px;
	margin:auto;
}

/************RUBRIK VARIABLE GRAFIKEN****************/
/****************************************************************/

#startseite .head{
	background: #292D35 url(img/headgfx_main.jpg) ;
	font-size: 1.2em;
	height: 244px;
	margin: 0 auto;
	width: 780px;
}

#video .head{
	background: #292D35 url(img/headgfx_3.jpg) ;
	font-size: 1.2em;
	height: 244px;
	margin: 0 auto;
	width: 780px;
}

/************SEITENAUFBAU ****************/
/************************************************/


#navigation {
	font: normal 62.5% Tahoma,sans-serif;
	float: left;
	background: #41454E url(img/background_menue.jpg) ;
	font-size: 1.2em;
	height: 39px;
	margin: 0 auto;
	width: 780px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;

}

#main_content {
	width: 780px;
	min-height: 400px;
	height:400px; /* das hier für den ie */
	padding: 0px 0 10px 0;

}

/* folgende anweisung wird nicht vom ie interpretiert */

#main_content[id] {
	width: 780px;
	height:auto;
	min-height:400px;
	padding: 0px 0 10px 0;

}

#main_content .sub_nav {
	font: normal 62.5% Tahoma,sans-serif;
	float: left;
	width: 200px;
	height:auto;
	padding-top: 20px;
}


#main_content .main {
	float: right;
	width: 579px;
	height: 100%;
	padding-top: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #515560;
}

#main_content .main .inhalt{
	padding: 0 20px 0 20px;
}

.teaser {
	clear: both;
	float:left;
	margin: 0 0 10px 0;
}

.teaser img{
	border-width: 1px;
	border-color: #000;
}

.teaser img:hover{
	border-width: 1px;
	border-color: #fff;
}

#footer {
	font: normal 62.5% Tahoma,sans-serif;
	clear: both;
	background: url(img/background_footer.gif) ;
	width: 780px;
	height: 39px;
	text-align: center;

}
#footer p {
	padding-top:5px;
	font-size: 9px;
	color: #6F7E91;
}
#footer p a{
	color: #6F7E91;
	font-size: 9px;
	text-decoration: underline;
}
#footer p a:hover{
	color: #2AB2DF;
	font-size: 9px;
	text-decoration: underline;
}

.artikel{
	height:auto;
}



/************ BILDER / FOTOS / VIDEOS****************/
/*************************************************/

#flv {
margin:auto;
height:350px;
}

#flv .left {
	float: left;
	width:352px;
	height:330px
}

#flv .right {
	float: right;
	width:175px;
}

#flv .right p{
	font-size: 9px;
	color: #93A0B1;
}

#flv .right p a{
	font-size: 9px;
	color: #93A0B1;
}

.textbild {
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	border: 0px;
}

.textbild .bild_subline{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	background-color: #daebfc;
	border: 0px;
	display: block;
	font-size: 9px;
}

.bild_left {
	float: left;
	margin:5px 10px 10px 0;
}

.bild_right {
	float: right;
	padding: 0 0 10px 10px;
}

/************ Hauptnavigation ****************/
/***********************************************/

ul.nav {

	padding: 0px;
	float: right;
	padding-right: 20px;
}
ul.nav li {
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1F7FE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A0AAB4;
}
ul.nav li a {
	padding-top: 7px;
	padding-right: 35px;
	padding-left: 10px;
	height: 22px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #485B7E;
}

ul.nav li a:hover {
	padding-top: 7px;
	padding-right: 35px;
	height: 22px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #2AB2DF;
}

ul.nav li .aktiv {
	padding-top: 7px;
	padding-right: 35px;
	height: 22px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #2AB2DF;
}


/************ SUBNAVIGATION ************/
/**************************************************/

ul.subnav {
	margin-top: 5px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 0px;
}

ul.subnav li {
	list-style-type: none;
	float: left;
	width: 170px;
}
ul.subnav li a {
	background: url(img/gfx_pfeil.gif) no-repeat ;
	font-size: 13px;
	padding-left: 20px;
	color: #E9EEF7;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	padding-bottom: 10px;
}
ul.subnav li a:hover {
	background: url(img/gfx_pfeil_full.gif) no-repeat ;
	font-size: 13px;
	padding-left: 20px;
	color: #91CAF1;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	padding-bottom: 10px;
}

/************ SUBNAVIGATION 2 Ebene************/
/**************************************************/

ul.subnav2 {
	margin-top: 5px;
	margin-right: 0px;
	padding-left: 30px;
	padding-right: 0px;
}

ul.subnav2 li {
	list-style-type: none;
	float: left;
	width: 140px;
}
ul.subnav2 li a {
	font-size: 10px;
	padding-left: 20px;
	color: #E9EEF7;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	padding-bottom: 10px;
}
ul.subnav2 li a:hover {
	font-size: 10px;
	padding-left: 20px;
	color: #91CAF1;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	padding-bottom: 10px;
}


/************ LIGHTBOX************/
/**************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #CAD3DC;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #CAD3DC;
	color: #40444D;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
