/* Annualreport V1.0 - 03.03.2008 - SB */
@import url("menu.css");
@import url("module.css");
@import url("tabellengitter.css");
@import url("tagcloud.css");
@import url("typo3klassen.css");
@import url("searchresults.css");
@import url("iconbar.css");
@import url("rte.css");

/* Cleartype im IE7 abschalten */
BODY{
   filter:alpha(opacity=100);
   opacity:1.0;
   background-color:#FFFFFF;
   height:100%;
}



*{
	padding:0;
	margin:0;
}


DIV#headerPrint{
	display:none;
}


HTML, BODY{
	background-color: #C9E5FF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
}

IMG{
	display:block; /* verhindert IE6 BUG - Rasenstreifen */
}

IFRAME{
	background-color:transparent;
}



/*
 * Start - Kopfelemente
 */

DIV#header {
	width: 100%;
	height: 68px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #C9E5FF;
	overflow: hidden;
	display: block;
}

DIV#header TD {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000066;
}


DIV#globalefunktionen{
	padding: 15px 180px 0px 0px;
	background-color: transparent;
}

DIV#logo{
	width: 100%;
	height: 48px;
	background: url(../img/kopf/logo_lbbw.gif) right no-repeat;
}

DIV#globalefunktionen TABLE TR TD{
}


/* Globale Funktionsleiste */
INPUT.sucheglobal{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000000;
	height: 15px;
	margin: 0px 12px 0px 24px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 0px none;
	border-right: 0px none;
	width: 120px
}

DIV#linkglobalCont{
	padding: 0px 17px 4px 17px;
}

.linkglobal{
	margin: 0px 8px 0px 0px;
	padding: 0px 16px 0px 0px;
}

DIV#linkglobalCont A,
DIV#linkglobalCont A:hover {
	text-decoration: none;
	color:#000066;
}

DIV#headWhite{
	width: 100%;
	height: 20px;
	font-size: 1px;
	background-color: #FFFFFF;
	background-image: url(../img/kopf/landesbank.gif);
	background-repeat: no-repeat;
}

DIV#smoothBorder{
	height:8px;
	width:100%;
	margin-bottom:30px;
	background-image:url(../img/kopf/smoothBorder.gif);
	background-repeat:repeat-x;
}



/*
 * Start - Zellenformatierung der 3-spaltigen Aufteilung
 */
 
TABLE.contTable{
	width:983px;
}

TABLE.contTable TD{
}

TD.contLeft {
	width: 200px;
	margin: 0px;
	padding: 0px 15px 0px 5px;
	text-align:left;
	vertical-align:top;
}

TD.contCenter {
	width: 569px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}


TD.contRight {
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	background: transparent;
	vertical-align:top;
}

/*
 * universelle Formatierungnen
 */
 
DIV.abstand{
	height:39px;
}

DIV.abstand2{
	height:17px;
}

DIV.abstandText{
	height:5px;
}

DIV.abstandNoScript{
	height:2px;
	border-top: 1px solid #B0B0B0;
}

/* Start - Formulare */

DIV#globalefunktionen INPUT.globalsearch{
	height: 14px;
	margin: 3px 0px 3px 0px;
	padding: 2px 0px 0px 2px;
	background: #FFF;
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 0px none;
	border-right: 0px none;
}

INPUT.eingabe {
	height: 16px;
	margin: 3px 0px 3px 0px;
	padding: 2px 0px 0px 2px;
	background: #E2F1FF;
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 0px none;
	border-right: 0px none;
	width: 236px;
}

/* Listenformatierung */

DIV.contEinspaltig UL{
	list-style-type:none;
	font-size:11px;
	padding-left:30px;
}

/*
 * Navigation Bottom
 */

#bottomNav {
	position: fixed;
	bottom: 0px;
	left:0px;
	height: 70px;
	text-align: center;
	width:600px;
	-margin-top: -70px;
	z-index:700;
/*	padding-left:13px;*/
	margin-left:199px;
	
	
	 /*IE 6 - am Ende des Dokuments positionieren*/
	-position: absolute;
	-bottom: auto;
	-top: expression(document.body.scrollHeight-1+"px"); /*document.body.clientHeight*/

	
}

/*
 * Suchergebnisse
 */




