/* LBBW Geschäftsbericht 2008 - screen.css SB copyright brandperfection GmbH */

@import url("navigation.css");
@import url("module.css");
@import url("formulare.css");
@import url("iconbar.css");
@import url("bibliothek.css");
@import url("tabellengitter.css");
@import url("typo3.css");
@import url("kssitemap.css");

/* globale Einstellungen */
*{
	margin:0;
	padding:0;	
	}

HTML, BODY{
	width:100%;
	height:100%;
	background-color:#d1e2f3;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	line-height:15px;
	}
	
A{
	color:#000066;
	}
	
.clear{
	clear:both;
}
	
/* header, globale Navigation, searchbox */
DIV#header{
	background-image:url(../img/kopf/logo_lbbw.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}

DIV#globalWrap{
	width:800px;
	background-color:#d1e2f3;
	}

DIV#globaleNavigation{
	float:left;
	width:550px;
	padding:14px 0px 19px 16px;
	background-color:#d1e2f3;
	}
	
DIV#globaleNavigation SPAN{
	display:block;
	float:left;
	margin:0px 27px 0px 0px;
	}
	
DIV#globaleNavigation A{
	font-weight:bold;
	text-decoration:none;
	}
	
DIV#searchBox{
	float:left;
	width:220px;
	padding:9px 0px 0px 10px;
	background-color:#d1e2f3;
	}
	
DIV#white{
	clear:both;
	height:20px;
	background-image:url(../img/kopf/landesbank.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	}
	
/* contentstruktur (gerüst) */
DIV#mainWrap{
	background-image:url(../img/content/schatten.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:30px; /* CI !!! */
	}
	
DIV#contentWrap{
	width:1000px;
	}
	
DIV#leftContent {
	width:200px;
	margin-right:15px; /* CI !!! */
	float:left;
}

DIV#mainContent{
	float:left;
	background-color:#FFF;
	min-height:600px;
	width:772px; /* CI !!! */
	background-image:url(../img/content/bg_main_top.gif);
	background-position:top left;
	background-repeat:repeat-x;
	}
	
/* Content Inhalte */
DIV#mainContent H1{
	color:#000066;
	padding: 2px 0px 2px 20px;
	background-color:#e5f0fb;
	background-image:url(../img/content/bg_h1.gif);
	margin-bottom:14px;
/*	font-size:11px;*/
	}
	
DIV.contentSpalte H2{
	color:#000066;
	margin: 15px 0px 10px 0px;
	padding:0px;
/*	font-size:13px;*/
	}

DIV.contentSpalte H3{
	color:#000;
	margin: 15px 0px 5px 0px;
	padding:0px;
/*	font-size:12px;*/
	}
	
DIV.contentSpalte{
	float:left;
	width:574px;
	margin-right:15px;
	overflow:hidden;
	}

DIV.contentSpalte UL{
	list-style-type:none;
	list-style-image:url(../img/content/list_dot.gif);
	margin:15px 0px 15px 20px;
	}

DIV.contentSpalte DIV.content{
	margin:20px 0px 50px 20px;
	}
	
DIV#marginalSpalte{
	float:left;
	width:183px;
	overflow:hidden;
	}
	
DIV.toTop{
	margin:40px 20px 85px 20px;
	text-align:left;
}

DIV.toTop A{
/*	font-size:11px;*/
	font-weight:bold;
	text-decoration:none;
	color:#006;
	display:block;
	padding-left:25px;
	background-image:url(../img/icons/i_totop.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

DIV.toTop A:hover{
	text-decoration:underline;
	}

/* headerimage */
DIV.headerimageWrap{
	margin-bottom:15px;
	}
	















	
	



