/* global styles ----------------*/

html {	
}

body {
	background-color: white;
	
	color:black;
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	
	background-image:url('../../fileadmin/images/verlauf.png');
	background-repeat:repeat-x;
	
}


a {
	color:blue;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* -----------------------------*/


#main {
	position:absolute;
	left:50%;
	top:10px;
	width:78em;
	height:47em;
	margin-left:-39em;
	/*
	background-image:url('../../fileadmin/images/bg.jpg');
	*/
}

#background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#background img {
	width:100%;
	height:100%;
}


#header, #headerbackground {
	position:absolute;
	top:40px;
	right:0px;
	width:23em;
	height:4.2em;
	

	
}
#headerbackground img {
	width:100%;
	height:100%;
}



#content, #contentbackground {
	position:absolute;
	top:10em;
	left:0px;
	width:78em;
	height:33em;
	
	/*background-color:#fce8b7;
	*/
	/*
	background-image:url('../../fileadmin/images/contentbg.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	*/	
}

#contentbackground {
	top:13.5em;
}

#contentbackground img {
	width:100%;
	height:100%;
}

#left {
	float:left;
	width:15em;
	height:31.5em;
	margin-top:4.5em;
	
}

#right {
	float:left;	
	width:17em;
	height:31.5em;
	margin-top:0.55em;
	
}

#center {
	float:left;	
	width:44em;
	
	
}

#innercontent {
	background-color:white;
	
	/*height:30em;
	*/
	padding: 5px 15px 15px 15px;
	/*overflow:auto;*/
	
	border-left:1px solid #fce8b7;
	border-right:1px solid #fce8b7;
	border-bottom:1px solid #fce8b7;
}

#pagetitle {
	
	
	
	
}

#pagetitle h1 {
	margin-bottom:0px;
	font-size:1.5em;
	
	background-color:#bcb7fc;
	padding: 0px 15px 0px 15px;
	

	display:inline;
}



#domain {
	color:#bcb7fc;
	font-size:2em;
	
	margin-left:1em;
}
#topmenu {
	
	margin-left:1em;
}

/* MENU Formatierungen */

.menulink, .linksubmenu {
	color:black;
}

.menulinkact, .linksubmenuact {
	color:black;
	background-color:white;
}

#left ul {
	margin-left:15px;
	padding:0px;
	list-style-type: none;
	color:#bcb7fc;
	font-weight:bold;
}
#left ul li ul{
	margin-left:15px;
	list-style-type: disc;
	font-weight:normal;
}

#left ul li ul li ul{
	margin-left:9px;
	list-style-type: square;
	
}


/* CONTENT Formatierungen */

#innercontent h1 {
	font-size:1.1em;
	margin: 6px 0px 6px 0px;
}

#innercontent h2, #innercontent h3 {
	font-size:1.15em;
	margin: 2px 0px 4px 0px;
}

#innercontent .bodytext {
	margin-top:0.3em;
	margin-bottom:0.8em;
}

.smalltext {
	font-size:0.8em;
}

.csc-textpic-text {
	border-bottom: 1px solid #bcb7fc;
}


#right .box {
	margin-left:1em;
}

#right .textbox {
	border: 1px solid #bcb7fc;
	padding:10px;
	background-color:#fce8b7;
	margin-bottom:2em;
}

#right .textbox .bodytext {
	margin-top: 0px;
}

#right .box .csc-header {
	text-align:right;
	
	
}
#right .box .csc-header h1 {
	font-size:1em;
	font-weight:bold;
	display:inline;
	background-color: #bcb7fc;
	padding:0em 1em 0em 1em;	
	margin:0px 0px 0px 0px;
}


.rootline {
	background-color:white;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:5px;
	font-size:0.8em;
	clear:left;
}

.hidden {
	visibility: hidden;
	
}

#left fieldset {
	margin-left:15px;
	margin-right:7px;
	border: 1px solid #bcb7fc;
	padding:2px;
	line-height:0.9em;
}


#searchField {
	font-size:0.9em;
	margin:0px;
}

.tx-indexedsearch-res {
	margin-bottom:1.5em;
	border-bottom: 1px solid #bcb7fc;
}


#innercontent fieldset {
	border: 1px solid #bcb7fc;
	padding:2px;
}

#innercontent label {
	display:block;
	float:left;
	width:10em;
}

/*------ NEWS ----- */

.news-latest-date, .news-latest-gotoarchive, #right .clearer {
	display:none;
}

#right .news-latest-item {
	margin-left:1em;
}

#right .textbox {
	border: 1px solid #bcb7fc;
	padding:10px;
	background-color:#fce8b7;
	margin-bottom:2em;
}

#right .textbox .bodytext {
	margin-top: 0px;
}

 #right .news-latest-item-header {
	text-align:right;
}


#right .box .csc-header h1, .news-latest-item h3 {
	font-size:1em;
	font-weight:bold;
	display:inline;
	background-color: #bcb7fc;
	padding:0em 1em 0em 1em;	
	margin:0px 0px 0px 0px;
}


.news-single-timedata, .news-single-author, .clearer {
	display:none;
}

.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}