@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #f7edda url(../images/bgBody.gif) center 500px repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: 0;
}

a {
	color: #802a2a;
	font-weight: bold;
	text-decoration: none;
}

.clearBoth {
	clear: both;	
}

#container {
	width: 100%;
	height: 160px;
	background: url(../images/bgHeader.gif) left top repeat-x;
	z-index: 0;
}

#content {
	width: 906px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 0 0 0 30px;
}
#header img.logo {
	float: left;
	margin: 20px 0 0 0;
}
#header div.emotion img {
	float: right;
	margin: 0 2px 0 0;
}

#containerContent {
	position: absolute;
	top: 160px;
	width: 907px;
	clear: both;
	z-index: 2;
	background: url(../images/bgContent.gif) left top no-repeat;
}

#navigation {
	float: left;
	top: 0px;
	width: 225px;
	text-align: center;
	margin: 43px 0 0 30px;
	padding: 0 0 30px 0;
}
#navigation ul {
	list-style: none;
	margin-bottom: 30px;
	border-top: 1px solid #f7edda;
}
#navigation ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #f7edda;
	text-decoration: none;
	display: block;
	width: 225px;
	height: 22px;
	border-bottom: 1px solid #f7edda;
	padding: 5px 0 0 0;
}
#navigation ul li a:hover {
	/*background: url(../images/bgNaviMain.gif) left top repeat-x;*/
	background: #f7edda;
	color: #802a2a;
}
#navigation ul li a.active {
	/*background: url(../images/bgNaviMain.gif) left -1px repeat-x;*/
	background: #f7edda;
	color: #802a2a;
}
#navigation ul li ul {
	background: #c09595;
	border-bottom: 1px solid #f7edda;
	padding: 3px 0;
	margin: 0;
}
#navigation ul li ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 3px 0;
	color: #802a2a;
}
#navigation ul li ul li a:hover {
	/*background: url(../images/bgNaviMain.gif) left -1px repeat-x;*/
	background: #f7edda;
}

#inhalt {
	color: #000;
	float: left;
	width: 525px;
	margin: 70px 0 0 65px;
	padding-bottom: 50px;
}
#inhalt h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic; 
	color: #802a2a;
	margin-bottom: 15px;
}
#inhalt h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic; 
	color: #802a2a;
	margin-bottom: 15px;
}
#inhalt h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic; 
	color: #802a2a;
}
#inhalt p {
	margin-bottom: 10px;
}
#inhalt ul {
	margin-left: 20px;
}

table.contenttable {
	margin-bottom: 20px;
}

table.contenttable td {
	padding-bottom: 15px;
}

td.td-0 {
	width: 435px;
	padding-right: 15px;
}

td.td-last {
	text-align: right;
	vertical-align: bottom;
}

#footer {
	width: 500px;
	margin: 45px 0 15px 0;
	padding: 10px;
	border-top: 1px solid #802a2a;
}
#footer a {
	text-decoration: none;
}
#footer div.icons {
	float: left;
}
#footer img {
	margin-right: 10px;
}
#footer a.imp {
	float: right;
	font-weight: normal;
	font-size: 11px;
}

/*Formular*/

#content fieldset.csc-mailform {
	border: none;
}

#content div.csc-mailform-field {
	margin-bottom: 10px;
}

#content fieldset.csc-mailform label {
	width: 130px;
	float: left;
	font-weight: bold;
}

#content fieldset.csc-mailform input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	padding: 3px;
	border: 1px solid #802a2a;
	color: #802a2a;
}

#content fieldset.csc-mailform input.csc-mailform-submit {
	background: #802a2a;
	color: #FFF;
	width: 120px;
	margin-left: 130px;
	font-weight: bold;
	text-align: center;
}

#content span.csc-mailform-radio fieldset {
	border: none;
}
#content span.csc-mailform-radio legend {
	display: none;
}
#content span.csc-mailform-radio label {
	/*width: 285px;*/
	float: none;
}
#content fieldset.csc-mailform input.csc-mailform-radio {
	width: 20px;
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}

div.aktuellesHome div.bild {
	float:left;
	margin-right: 20px;
}

dl.news-single-files img {
	margin-right: 5px;
	vertical-align: middle;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 20px;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	width: 200px;	
}

.csc-textpic-caption {
	width: 165px;
}
