@import url(inc_csc.css);
@import url(inc_common.css);
@import url(inc_news.css);
@import url(inc_cal.css);
@import url(inc_htmlarea.css);
@import url(inc_gallery.css);
@import url(inc_style.css);
/*
 * Mainnav
 */

#mainnav {
	position:absolute;
	bottom:0;
	left:-2px;
	z-index: 100;
}

#mainnav li {
    display: inline;
    white-space: nowrap;
    margin-left: 28px;
}

#mainnav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	line-height: 42px;
	padding-bottom:7px;
}

#mainnav a:hover, #mainnav a.sel {
	text-decoration: none;
	border-bottom: 5px solid #ffffff;
}

/*
 * Main
 */
#main {
	margin: 34px 21px 5px 21px;
	overflow: hidden;
}
/*
 * Imagebox
 */
#imagebox {
	width: 130px;
	float: left;
	margin: 0 0 20px 20px;
}

#imagebox hr {
	width: 105px;
	margin-left:3px;
}

#imagebox .csc-textpic {
	position: relative;
	top: 11px;
	left: 7px;
	z-index: 99;
}
/*#imagebox img {
	background: #ffffff url(../images/back_shadow.png) no-repeat;
	padding: 11px;
	margin:0;
}*/
#imagebox a {
	margin-left: 5px;
}

#bilder {
	position:relative;
	left:-10px;
	top:0px;
	background: #ffffff url(../images/back_shadow.png) repeat-y;
	margin-bottom: 20px;
}

#bilder .bildertop {
	position: absolute;
	width: 125px;
	height:24px;
	background: #ffffff url(../images/back_shadow_top.png) no-repeat;
	z-index: 1;
}

#bilder .bilderbottom {
	position: absolute;
	bottom: -18px;
	width: 125px;
	height:24px;
	background: #ffffff url(../images/back_shadow_bottom.png) no-repeat;
	z-index: 1;
}

/*
 * Subnavigation
 */
#subnav {
	margin: 3px 30px  20px 0px;
	width: 165px;
	float: left;
	min-height: 100px;
	font-size: 12px;
}

#subnav span {
	margin-left: 4px;
	font-weight: normal;
}

#subnav li {
	text-align: right;
	border-bottom: 1px dotted #999;
	font-weight: bold;
	padding: 4px 0 6px 0;
}

#subnav li a {
	text-decoration: none;
	font-weight: bold;
	padding-right: 8px;
}

#subnav li.sel a,
#subnav li a:hover {
	text-decoration: none;
	color: #B61414;
}

#subnav li li {
	padding: 4px 0 3px 0;
}

#subnav li li,
#subnav li li a {
	font-weight: normal;
	color: #B61414;
	border:0;
}

#subnav li li a:hover span,
#subnav li.sel2 span {
	font-weight: bold;
	margin-left: 4px;
}


#subnav li.sel ul {
	border-top: 1px dotted #999;
	margin-top: 5px;
	margin-bottom: -3px;
	padding-top:1px;
}

/*
 * Content
 */
#content {
	margin: 0px 17px 32px 17px;
	padding: 0 15px;
	overflow: hidden;
	min-width: 540px;
}
