/*	content.css wird ueber typoscript eingebunden	------	@import url(content.css);	------		*/
   

body, html {
	border: 0;
	margin: 0;
	width: 100%;
	/* height: 100%; */
	/* background: #808080;	grau */
	background: #69645B;
	text-align: center;
	font: normal 100.01% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #999;
}

/* dunkelblauer background farbcode #192327 */

#outerwrap {
	position: relative;
	text-align: left;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}


#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	/* height: 30px; */
}


#logo {
	position: absolute;
	right: 0px;
	top: 18px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 6px;
}

#pageinfo {
	text-align: right;
	margin-right: 10px;	
	margin-top: 18px;
	height: 25px;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	letter-spacing: 6px;
}

#haupt {
	position: absolute;
	top: 43px;
	width: 940px;	
	/* height: 300px; */
	margin: 0;
	padding: 0;
}

#haupt-hgweiss {	
	background: #fff;
	padding: 5px;
	padding-bottom: 2px;
}


#left {	
	text-align: left;
	margin-top: 0px;
	width: 190px;
}

#leftmenu {	
	padding-left: 15px;
}

#leftmenu p {
	padding-left:20px;
	padding-right: 5px;
	font-size: 10px;
}



#leftmenu {
	margin: 0 0 0 0;
}

#leftmenu ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}

#leftmenu li {
	padding-top: 5px;
	letter-spacing: 0.2em;	
}

#leftmenu ul li ul {
	list-style: none;
	margin: 0 0 0 10px;
}

#leftmenu ul li ul li {	
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#leftmenu ul li ul li ul {
	list-style: none;
	margin: 0 0 0 10px;
}

#leftmenu ul li ul li ul li ul {
	list-style: none;
	margin: 0 0 0 10px;
}


#leftmenu li a {
	color: #333;
	text-decoration: none;
	font: bold 15px Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;	
}

#leftmenu ul li ul li a {
	color: #333;
	text-decoration: none;
	font: normal 13px Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
}


#leftmenu ul li ul li ul li a {
	color: #333;
	text-decoration: none;
	font: normal 12px Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
}

/* Formatierung Links 4.Ebene */
#leftmenu ul li ul li ul li a {
	color: #333;
	text-decoration: none;
	font: normal 12px Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
}


/*  setzt Abstand unter einem Bild auf 0px, nur im leftmenu ! */
#leftmenu .csc-textpic-image img {
	padding-bottom: 0px;
	
}


#wrapcontent {
	background-color: #fff;
	position: relative;	
}

#content {	
	text-align: left;
	width: 720px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

#untenwrap {
	position: relative;	
}

#bottomnav {
	position: relative;
	width: 940px;	
	margin: 2px 0 0 0;
	
}

#bottomnavleft {
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
	font-size: 12px;
	color: #fff;
}

#bottomnavright {
	position: relative;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 300px;
}

.bottomnav-NO a {
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	color: #fff;
}

.bottomnav-NO a:hover {
	font-size: 12px;
	text-decoration: underline;
	padding-left: 10px;
	color: #fff;
}

.bottomnav-NO a:active {
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	color: #666;
}

.bottomnav-ACT a {
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	
}

.bottomnav-ACT a:hover {
	font-size: 12px;
	text-decoration: underline;
	padding-left: 10px;
	color: #fff;
}

.bottomnav-CUR a {
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	color: #8B0028;
}

.bottomnav-CUR a:hover {
	font-size: 12px;
	text-decoration: underline;
	padding-left: 10px;
	color: #fff;
}


.verticaltop {
	vertical-align: top;
}



/* ******** angaben fuer mailformulare******* */
form label {
float: left;
width: 160px;
}

.csc-mailform-field {
clear: both;
padding: 2px;
width: 370px;
}

.csc-mailform-submit {
margin-left: 160px;
}

