/* ------ Import other CSS ------ */
@import url("accordion.css");
@import url("arbeitshilfen.css");
@import url("bildergalerien.css");
@import url("content.css");
@import url("download.css");
@import url("form.css");
@import url("navigations.css");
@import url("news.css");
@import url("loginbox.css");
@import url("search.css");
@import url("tables.css");
@import url("rte.css");
@import url("user-list.css");




/* ------ Generel ------ */
html, body  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 101%;
	background: url(../images/bg-main.gif) repeat-y center;
	color: #666666;
}

a:link, a:visited, a:hover, a:active  { 
	color: #993399;
}



/* ------ Layout Container ------ */
#container {
	margin: 0 auto;
	padding: 0px 10px 0px 10px; 
	width: 930px;
	height: 100%;
	text-align: left;
	background: url(../images/bg-main.gif) repeat-y center;
}

#container  #header {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 930px;
	border-bottom: 10px #FFFFFF solid;
	position: relative;
	z-index: 1;
}

#container #header #teaser-image {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 928px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: url("../scripts/zufallsbild.php") no-repeat;
	border-left: 1px #993399 solid;
	border-right:  1px #993399 solid;
}

#container #header #head-image {
	margin: 0px;
	padding: 0px;
	height: 139px;
	width: 928px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	border-left: 1px #993399 solid;
	border-right:  1px #993399 solid;
	border-bottom:  1px #993399 solid;
}


#container #header #logo {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}

#container #header #navigation-main {
	margin: 0px;
	padding: 2px 10px 0px 10px;
	height: 17px;
	width: 718px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	border-left: 1px #993399 solid;
	border-bottom: 1px #993399 solid;
	overflow: hidden;
	font-size: 0.7em;
}

#container #header #search {
	margin: 0px;
	padding: 3px 5px 0px 10px;
	height: 16px;
	width: 175px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
	border-top: 1px #993399 solid;
	border-left:  1px #993399 solid;
	background: #FFFFFF;
	overflow: hidden;
}

#container #main {
	margin: 0px;
	padding: 0px;
	width: 930px;
	height: auto;
	font-size: 0.7em;
}

#container #main #content-right {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 181px;
	height: auto;
	float: right;
	overflow-x: hidden;
	text-align: center;
	background: #f0f0f0;
}

#container #main #content-teaser {
	margin: 0px;
	padding: 10px;
	width: 719px;
	height: 120px;
	float: left;
	background: #ffeeff;
	overflow: hidden;
	border-bottom: 10px #FFFFFF solid;
}

#container #main #content-left {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 181px;
	height: auto;
	float: left;
	color: #666666;
}

#container #main #content-left #navigation-sub {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 181px;
	height: auto;
	border-top: 1px #993399 solid;
	border-bottom: 10px #FFFFFF solid;
	background: #ffeeff;
	position: relative;
}


#container #main #content-left #news {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 181px;
	height: auto;
	border-top: 1px #993399 solid;
}


#container #main #content-main {
	margin: 0px 10px 30px 0px;
	padding: 0px 0px 0px 0px;
	width: 729px;
	height: auto;
	float: left;
	background: #FFFFFF;
	display: inline;
}



/* -- Startseite -- */

#container #main .content-startpage {
	width: 548px !important;
}

#container .main-startpage {
	background: url("../images/bg-main-startpage.gif") repeat-y;
}

#container #main .content-startpage .csc-header {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	border-top: 1px #993399 solid;
}

#container #main .content-startpage .csc-header h1 { 
	margin: 0px 0px 0px 0px !important;
	padding: 2px 10px 4px 10px !important;
	width: auto;
	display: block;
	float: left;
	font-size: 1.0em  !important;
	background: #993399  !important;
	color: #FFFFFF  !important;
	font-weight: normal !important;
}





/* -- Wenn alles andere versagt, fixfloat hilft -- Dank EfA -- */
.fixfloat { font-size: 0; line-height: 0; margin: 0; padding: 0; width: 1px; height: 1px; float: none; clear: both }