@charset "UTF-8";
/* CSS Document */

@import url(style-bindersleben-navi.css);

html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #cccccc url(img/kb_verlauf.jpg) repeat-x;

}



#header {
	width: 942px;
	margin: 0 auto;
	background:url(img/kb_top.jpg) no-repeat;
	height:135px;
}



/* ------------ Inhalt --------------- */

#wrapper {
	width: 942px;
	margin: 0px auto;
	font-size: 0.9em;
	background-image:url(img/kb_bg.jpg);
}



#column1 {
	float: left;
	width: 220px;
	display: inline;
	padding: 0;
	margin-top:15px;
	margin-left: 0;
}

#inhalt-links {
	width:185px;
	margin:5px 0 0 25px;
	overflow:hidden;
	}


#column2 {	
	float: left;
	width: 490px;
	display: inline;
	padding: 0;
	margin-left: 10px;
	overflow:hidden;
}

#column3 {	
	float: left;
	width: 200px;
	display: inline;
	padding: 0;
	margin-left: 10px;
	overflow:hidden;
}


#column-top1 {
	float: left;
	width: 735px;
	display: inline;
	padding: 0;
	margin:102px 0 0 25px;
}

#column-top2 {
	float:right;
	width: auto;
	display: inline;
	padding: 0;
	margin:102px 30px 0 0;
}

#bereinigen {
	clear:both;
	}
	
#footer {
	clear:both;
	text-align:center;
	background:url(img/kb_bottom.jpg) no-repeat #ccc;
	height:40px;
}


#ende {
	text-align:center;
	margin:5px 0 15px 0;
	font-size: 10px;
}

/* ---------- Text ----------- */

div {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	}

h1, h2, h3, h4, h5, h6, csc-firstHeader {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
.csc-firstHeader, h1 {
	font-size:18px;
	color:#00519e;
	margin: 15px 0 5px 0;
	}
	
h1 {
	font-size: 14px;
	margin: 30px 0 0 0;
}

h2 {
	font-size:14px;
	color:#88ba14;
	margin:25px 0 5px 0;
	}
	
h3 {
	font-size:14px;
	color:#00519e;
	margin:25px 0 5px 0;
	}
	
/* --------------- Blocksatz ----------- */

.align-left { text-align:left; }
.align-right { text-align:right; }
.align-center { text-align:center;}
.align-justify { text-align:justify; }
.csc-frame-frame2 { text-align:justify; background:#FFFFCC; border:1px #999999 solid; padding:5px; }
.csc-frame-frame1 { text-align:justify; background:#666666; border:1px #ffffff solid; padding:5px; color:#ffffff; }
.csc-textpic-caption { font-size:9px; font-style:italic; }



