/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
    BACKGROUND-COLOR: #FFFFFF;
}

H1	{	
	font-family:Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	color:#408cbd;
}
H2	{
	font-family: Arial, Verdana;
	font-size:11px;
	line-height:17px;
	font-weight:normal;
	color:#444444;
}	
H3	{	
	font-family: Arial, Verdana;
	font-size:11px;
	line-height:17px;
	font-weight:bold;
	color:#408cbd;
}

a:link { color: #0065a3; text-decoration:none }
a:visited { color: #0065a3; text-decoration:none }
a:active { color: #0065a3; text-decoration:none }
a:hover { color: #0065a3; text-decoration:underline }

a.nav_head { padding:8px; padding-left:10px; padding-right:10px; height:27px; }
a.nav_head:link { color: #FFFFFF; text-decoration:none; }
a.nav_head:visited { color: #FFFFFF; text-decoration:none; }
a.nav_head:active { color: #FFFFFF; text-decoration:none; }
a.nav_head:hover { color: #FFFFFF; text-decoration:none; background-color:#0065a3; }

a.nav_main:link { color: #0065a3; text-decoration:none }
a.nav_main:visited { color: #0065a3; text-decoration:none }
a.nav_main:active { color: #0065a3; text-decoration:none }
a.nav_main:hover { color: #6b6c6d; text-decoration:none }
a.nav_main_a:link { color: #6b6c6d; text-decoration:none }
a.nav_main_a:visited { color: #6b6c6d; text-decoration:none }
a.nav_main_a:active { color: #6b6c6d; text-decoration:none }
a.nav_main_a:hover { color: #6b6c6d; text-decoration:none }

a.nav_bottom:link { color: #a0a4a8; text-decoration:none }
a.nav_bottom:visited { color: #a0a4a8; text-decoration:none }
a.nav_bottom:active { color: #a0a4a8; text-decoration:none }
a.nav_bottom:hover { color: #a0a4a8; text-decoration:underline }

a.nav_sitemap:link { color: #0065a3; text-decoration:none }
a.nav_sitemap:visited { color: #0065a3; text-decoration:none }
a.nav_sitemap:active { color: #0065a3; text-decoration:none }
a.nav_sitemap:hover { color: #0065a3; text-decoration:underline }
a.nav_sitemapL2:link { color: #6b6c6d; text-decoration:none }
a.nav_sitemapL2:visited { color: #6b6c6d; text-decoration:none }
a.nav_sitemapL2:active { color: #6b6c6d; text-decoration:none }
a.nav_sitemapL2:hover { color: #6b6c6d; text-decoration:underline }

a.ticker:link { color: #444444; text-decoration:none }
a.ticker:visited { color: #444444; text-decoration:none }
a.ticker:active { color: #444444; text-decoration:none }
a.ticker:hover { color: #444444; text-decoration:underline }


td.grd_left {width:10px; background-image:url(grd_left.gif)}
td.grd_right {width:10px; background-image:url(grd_right.gif)}

table.right_box {
    border-width:1px;
    border-style:solid;
	border-color:#a0a4a8;
}

td.bg_nav {
	font-family: Arial, Verdana;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#FFFFFF;
}
td.bg_nav_a {
	background-color:#0065a3;
	font-family:Arial, Verdana;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#FFFFFF;
}
td.nav_main_l1, div.nav_main_l1 { 
    background-image:url(bg_nav_l1.gif);
    height:20px;
    width:200px;
	padding-top:5px;
	padding-left:15px;
	vertical-align:top;
	font-family:Arial, Verdana;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color: #6b6c6d;
}
td.nav_main_l1_0 {
    background-image:url(bg_nav_l1_0.gif);
    height:20px;
    width:200px;
	padding-top:5px;
	padding-left:15px;
	vertical-align:top;
	font-family:Arial, Verdana;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color: #6b6c6d;
}
td.nav_main_l1_1 {
    background-image:url(bg_nav_l1_1.gif);
    height:20px;
    width:200px;
	padding-top:5px;
	padding-left:15px;
	vertical-align:top;
	font-family:Arial, Verdana;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color: #6b6c6d;
}

td.nav_main_l2 {
    background-color:#e3eef5;
    height:20px;
    width:200px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Verdana;
	font-size:11px;
	line-height:15px;
	color: #6b6c6d;
}

.txt {
	font-family: Arial, Verdana;
	font-size:0.7em;
	color:#444444;
}
.textRBL {
	font-family: Arial, Verdana;
	font-size:11px;
	color:#444444;
}
.text {
	font-family: Arial, Verdana;
	font-size:0.7em;
	line-height:1.5em;
	color:#444444;
}
.textBold {
	font-family: Arial, Verdana;
	font-size:0.7em;
	line-height:1.5em;
	font-weight:bold;
	color:#444444;
}
.textBlue {
	font-family: Arial, Verdana;
	font-weight:bold;
	color:#408cbd;
}
.textRed {
	font-family: Arial, Verdana;
	color:#d73548;
}
.textRight {
	padding-left:5px;
	padding-right:5px;
	font-family: Arial, Verdana;
	font-size:0.7em;
	line-height:1.5em;
	color:#444444;
}	

.sitemap {
	font-family: Arial, Verdana;
	font-size:0.7em;
	line-height:1.5em;
	color:#0065a3;
}
.sitemapL2 {
	font-family: Arial, Verdana;
	font-size:0.7em;
	line-height:1.5em;
	color:#6b6c6d;
}

.bottom 
{
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:45px;
	font-family: Arial, Verdana;
	font-size:11px;
	line-height:12px;
	color:#a0a4a8;
}

.html_ctrl_150{
	background-color:#FFFFFF;
	width:150px;
	height:16px;
	border-width:1px;
	font-family:Arial, Verdana;
	font-size:11px; 
	color:#002e50;
}
.html_ctrl_req_tb{
	background-color:#FFFFFF;
	border-color:#a0a4a8;
	border-width:1px;
    border-style:solid;
	font-family:Arial, Verdana;
	font-size:11px; 
	width:210px;
	height:18px;
	color:#002e50;
}
.html_ctrl_req_ta{
	background-color:#FFFFFF;
	border-color:#a0a4a8;
	border-width:1px;
    border-style:solid;
	font-family:Arial, Verdana;
	font-size:11px; 
	width:330px;
	height:60px;
	color:#28303C;
}
.button{
	background-color:#002e50;
	border-width:1px;
	font-family:Arial, Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#FFFFFF;
}

  .headline { padding:10px; background-color:#00345B; color:white; }
  #pe td { vertical-align:top; font-size:12px; margin-top:10px; font-weight:bold; text-align:center; }
  .smaller { font-size:0.8em; }
  .divPunkt { background-color:#F5F5F5; padding:13px; margin-bottom:6px; }
  #pe a { color:#292929; }
  .peText { margin-top:21px; }
  .peTextHeadline { font-weight:bold; margin-bottom:3px; }


/* LIGHTBOX GALLERY */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#lightboxMai, #lightboxNov 
{
	width:380px;
}

#lightboxMai a img, #lightboxNov a img, #videoContainer a img, #nov2009 a img
{
	border:0px;
	margin:5px;
}

#videoContainer a {
    display:block;
    text-align:right;
}

#blackout 
{
	background-image:url(blackbox.png);
	display:none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index: 99;
}

* html #blackout 
{
	background-image:url(blackbox.png);
	display:none;
	height:1000px;
	left:50%;
	position:absolute;
	top:50%;
	width:2000px;
	z-index: 99;
    margin-left:-1000px;
    margin-top:-500px;
}

div.pageNav {
    background-image:url(bg_page_nav.gif);
    background-repeat:no-repeat;
    height:25px;
    width:120px;
	padding:5px 0px;
	margin-right:10px;
	text-align:center;
	font-family:Arial, Verdana;
	font-size:12px;
	line-height:16px;
    font-weight:normal;
	color: #6b6c6d;
	float:left;
}

div.activePage {
    font-weight:bold;
}

.breaker {
    clear:both;
}

#videoContainer {
  padding:10px 10px 30px;
  height:640px;
  width:640px;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-320px;
  background-color:#FFF;
}

* html #videoContainer 
{
  margin-top:100px;
}

#videoDescription {
  position: absolute; 
  right: 20px;
  top: 10px;
  width: 220px;
}

* html #videoDescription {
  position: absolute; 
  right: 20px;
  top: 10px;
  width: 210px;
}

div.fieldReportTeaser {
	background-image:url(../instance/ads_de/img/ErfahrungsberichtBG.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:184px;
	position:relative;
	width:380px;
}

div.fieldReportTeaser div.title {
	color:#FFF;
	margin-right:0px;
	position:absolute;
	text-align:right;
	width:370px;
}

div.fieldReportTeaser div.quote {
	color:#003560;
	bottom:65px;
	left:125px;
	height:80px;
	position:absolute;
	vertical-align:bottom;
	width:245px;
}

div.fieldReportTeaser img {
	left:15px;
	position:absolute;
	top:16px;
}

div.fieldReportTeaser a.more {
	bottom:40px;
	color:#3F9CBE;
	font-size:10px;
	position:absolute;
	right:10px;
}
