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

@import url(style-navi.css);


html, body {
	margin: 0;
	padding: 0;
	widht: 100%;
	height: 100%;
	background: url(img/bg.jpg) #edebde repeat-x;
}

#wrapper {
	width:940px;
	margin:0 auto;
	height:100%;
}

/* --------------------------------- Top ----------------------- */

#top1 {
	height: 204px;
	width: 940px;
	background: url(img/top1.jpg) no-repeat;
	overflow: hidden;
}
	
#top2 {
	height: 206px;
	width: 940px;
	background: url(img/top2.jpg) no-repeat;
	overflow: hidden;
}


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

#inhalt {
	width: 940px;
	background:url(img/bg-inhalt.jpg) repeat-y;
	}
	
#column-left {
	display:inline;
	float:left;
	overflow:hidden;
	width:210px;
	padding-left:30px;
	padding-top:20px;
	padding-right:20px;
}


#column-center {
	display:inline;
	float:left;
	overflow:hidden;
	width:400px;
	height:auto;
	padding-right:20px;
}

#column-right {
	display:inline;
	float:left;
	overflow:hidden;
	width:190px;
	height:auto;
	padding-left:20px;
}

#column-end {
	position:relative;
	clear:both;
	width:940px;
	height:75px;
	background:url(img/bottom.jpg) no-repeat;
}

#column-end-containt {
	position:absolute;
	top:25px;
	width:940px;
	max-width:940px;
	overflow:hidden;
	text-align:center;
	padding-bottom:25px;
}

/* --------------------------------- Schrift ----------------------- */


body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

h1 {
	font-size:1.4em;
	color:#336699;
	margin:15px 0 5px 0;
	font-family:"Times New Roman", Times, serif;
}
#column-right h1 {
	font-size:1.1em;
	color:#336699;
	border-bottom:#336699 solid 1px;
}

h2 {
	font-size:1.2em;
	color:#63a3e6;
	}
	
h3 {
	font-size:1.1em;
	color:#999999;
	text-decoration:underline;
	font-weight:normal;
	}
	
h4 {
	font-size:1.1em;
	color:#999999;
}

h5 {
	font-size:1em;
	color:#333333;
	font-style:italic;
}

h6 {
	font-size:1em;
	color:#63a3e6;
	font-style:italic;
}

#column-left, #column-center, #column-right {
	font-size: 0.9em;
}

#column-end {
	font-size:0.7em;
	color:#999;
	}
	
	
.csc-textpic-caption {
	text-align:right;
	font-size:0.8em;
	color:#63a3e6;
	}
	
/* --------------------------------- Rahmen ----------------------- */

.csc-frame-frame1 {
	background: #eee;
	border:1px #63a3e6 solid;
	padding:0 10px 0 10px;
	margin:10px 0 10px 0;
	text-align:justify;
}

.csc-frame-frame2 {
	background: #666;
	border:1px #63a3e6 solid;
	padding:0 10px 0 10px;
	color:#FFFFFF;
	margin:10px 0 10px 0;
	text-align:justify;
}

.csc-frame-frame2 h1 {
	color:#CCCCCC;
}


.csc-frame-rulerBefore {
	border-top:1px #63a3e6 solid;
	padding-top:5px;
}

.csc-frame-rulerAfter {
	border-bottom:1px #63a3e6 solid;
	padding-bottom:5px;
}

.csc-frame-indent {
	padding:15px;
	border-bottom:1px #63a3e6 solid;
}

.csc-frame-indent3366 {
	padding-left:30px;
	border-bottom:1px #63a3e6 solid;
}

.csc-frame-indent6633 {
	padding-left:100px;
	border-bottom:1px #63a3e6 solid;
}