@import url(boxStartseite.css);		/* Boxen auf Startseite */
@import url(hnav.css);						/* horizontale Navigation */


/* Formatierung Grundgerüst */

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.5em;
}

#border {
	width:920px;
	border:1px solid #999999;
	margin:auto;
}

#header, #hnav, #footer, #content {
	width:920px;
	text-align:left;
	margin:auto;
}

#header {
	clear:both;
}

#hnav {
	text-align:right;
	background: #b8b8b8 url("../images/background.gif") repeat-x center right;
	border-top: 1px #FFFFFF solid; 
	border-bottom: 1px #FFFFFF solid;
	line-height: 0px;
	height:2em;
}

#content {
	clear:both;
	padding-left:32px;
}

#left, #middle, #right {
	width:290px;
	float:left;
	padding-bottom:5em; /* Abstand zum Seitenende (footer) */
	padding-top:3em;
	background-color:#FFFFFF;
}

#footer {
	clear:both;
	text-align:left;
	background-color:#79b51c;
	height:30px;
}

#footer-left {
	width:240px;
	float:left;
	background-color:#CCCCCC;
	height:30px;
	text-align:center;
	font-size:70%;
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
}




/* Überschriften */

h1 {
	font-size:140%;
	color:#7ab51d;
	font-weight:bold;
	margin-top:1.2em;
}

.csc-header h1 {
	/*font-size:14px;
	color:#B51C2B;
	font-weight:bold;*/
}

.csc-header-n1 h1 {
	/*font-size:16px;
	color:#B51C2B;
	font-weight:bold;*/
}
