@import url(inc_common.css);
@import url(inc_csc.css);
@import url(inc_htmlarea.css);
@import url(inc_gallery.css);
@import url(inc_mainnav.css);
@import url(inc_colors.css);

/*
 * Reset
 */
#margin, #header, #logo, #siteby, #background,
#main, #leftcol, #rightcol, #content, #maincontent,
#metanav, #metanav ul, #metanav li,
.coltop, .colbottom, .colcontent, .colinnercontent, #rightcol ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	/*
    font-size: 100%;
    vertical-align: baseline;
	*/
    background: transparent;
    text-align: left
}

#metanav ul, #rightcol ul {
	list-style-position: outside;
	list-style-type: none;
}


/*
 * Margin
 */
#margin {
	position: relative;
	margin: 20px auto;
	width: 972px;
	text-align: left;
	z-index:10;
	min-height: 650px;
}

#siteby {
	position: relative;
	background: url(../images/subseite/back_siteby.png) no-repeat left top;
	height: 50px;
	width: 972px;
	clear: both;
	margin-bottom: 20px;
}

#siteby a {
  position: absolute; 
  font-size: 10px;
  color: #555555;
  right: 44px;
  bottom: 0;
}

#background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 19px;
	width: 934px;
	height: 601px;
	background: url(../images/subseite/back_back_main.jpg) no-repeat left top;
}

/*
 * Header
 */

#header {
	position: relative;
	background: url(../images/subseite/back_header.png) no-repeat left top;
	height: 49px;
	z-index: 5;
}


/*
 * Main
 */

#main {
	position: relative;
	min-height: 400px;
	z-index: 5;
	background: transparent url(../images/subseite/back_margin.png) repeat-y left bottom;
	padding: 200px 0 0 0 ;
}

#maincontent {
	position: relative;
	z-index: 2;
	width: 972px;
}

/*
 * Metanavigation
 */

#metanav {
	position: absolute;
	top: 0px;
	right: 0;
	height: 29px;
	width: 940px;
	z-index: 20;
}

#metanav ul {
    position: absolute;
    right: 38px;
	bottom: -3px;
	background: url(../images/back_metanav.png) no-repeat left center;
	padding-left: 49px;
	overflow: hidden;
	height: 14px;
}

#metanav li {
    display:inline;
    float:left;
	font-size: 10px;
} 

#metanav li a {
    text-decoration: none;
	color: #555555;
    padding: 0px;
	text-transform: uppercase;
}

#metanav li a:hover {
    text-decoration: underline;
}


/*
 * Linke Spalte
 */

#leftcol {
	width: 186px;
	float: left;
	display: inline;
	margin: 0 0 0 25px;
}

.coltop {
	width: 186px;
	height: 14px;
	background: url(../images/subseite/back_leftcol_top.png) no-repeat;
}

.colbottom {
	width: 186px;
	height: 10px;
	background: url(../images/subseite/back_leftcol_bottom.png) no-repeat;
}

.colcontent {
	width: 158px;
	padding: 0 14px;
	background: url(../images/subseite/back_leftcol.png) repeat-y;
}

#leftcol .colcontent {
	padding: 0 21px;
	width: 144px;
}

#leftcol h1 {
	background: #FEE048;
	line-height: 35px;
	color: black;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 -15px 10px -15px;
	padding: 0 15px;
}

#leftcol a {
	color: black;
	font-weight: bold;
}

#leftcol a.farbklecks {
	margin: 0 -7px;
}

/*
 * Rechte Spalte
 */

#rightcol {
	width: 186px;
	float: right;
	display: inline;
	margin-right: 25px;
}

#rightcol .colcontent {
	padding: 11px 14px;
}

#rightcol h4 { color: #0965B2; }

#rightcol ul li {
	padding-left: 15px;
	width: 143px;
	color: #0965B2;
}

#rightcol ul li a { color: #0965B2; }

#rightcol ul li.adresse { background: url(../images/back_adresse_blue.gif)         no-repeat left 3px; }
#rightcol ul li.telefon { background: url(../images/back_adresse_telefon_blue.gif) no-repeat left 3px; }
#rightcol ul li.email   { background: url(../images/back_adresse_email_blue.gif)   no-repeat left 3px; }


/*
 * Content
 */

#content {
	position: relative;
	left: -2px;
	width: 554px;
	overflow: hidden;
	font-size: 12px;
}

#content .heading {
	padding: 36px 0 0 15px;
}

#content .coltop {
	width: 554px;
	height: 95px;
	background: url(../images/subseite/back_content_top.png) no-repeat;
}

#content .colbottom {
	width: 554px;
	height: 10px;
	background: url(../images/subseite/back_content_bottom.png) no-repeat;
}

#content .colcontent {
	width: 540px;
	padding: 0 6px;
	background: url(../images/subseite/back_content.png) repeat-y;
}

#content .colinnercontent {
	width: 500px;
	margin: 0 0 0 20px;
	padding: 2px 0 15px 0;
	overflow: hidden;
}

