
body {
	background:url(../gfx/body_bg.gif) repeat-y 50% 0 #4c4c4c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#FFFFFF;
	text-align:center;
}

/* Struktur */
#page {
	width:970px;
	margin:0 auto;
	text-align:left;
}
#header {
	position:absolute;
	top:0px;
	right:0px;
	width:756px;
	height:208px;
	background:url(../gfx/home_header_bg.png) top right no-repeat;
	z-index:10;
}
#logo {
	position:absolute;
	left:300px;
	top:110px;
	z-index:50;
}
#title {
	margin: 0 0 40px 0;
	left:-38px;
}
#content-wrap {
	position:absolute;
	top:0px;
	left:0px;
	width:245px;
	z-index:30;
	font-size:0.85em;
	border:0px solid blue;
}
#footer {
	position:fixed;
	bottom:0px;
	width:382px;
	height:148px;
	background:url(../gfx/footer_bg.png) no-repeat;
	z-index:10;
}

/* Navigation */
#nav-main {
	position:absolute;
	top:0px;
	left:370px;
	width:180px;
	height:420px;
	z-index:80;
	order:1px solid red;
	padding:0;
}
#nav-main ul {
	position:absolute;
	right:0;
	bottom:0;
	list-style:none;
	order:1px solid blue;
}
#nav-main li {
	text-align:left;
	margin-top:8px;
}

/* Content */
#content-wrap h1 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:1em;
}

#content-wrap h2 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.4em;
}

#content-wrap p,
#content-wrap li {
	font-size:1.2em;
}
#content-wrap li li {font-size:100%;}

#content-wrap ul li {
	background-image: url('../gfx/li_whitepoint.gif');
	background-position: 0 6px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 12px;
}

#content-wrap p, ul, ol {
	margin-bottom:1.2em;
}


/* Mailformular */

#content-wrap .csc-mailform {
	border: 0px;
	font-size:1.2em;
	margin-bottom:50px;
}
#content-wrap .csc-mailform-field {
	clear:both;
}
#content-wrap .csc-mailform-field label {
	width:110px;
	display:block;
	float:left;
	border: 0px solid red;
}

#content-wrap .csc-mailform-field input {
	width:140px;
	border: 0px solid blue;
	background-color:#666666;
	margin-bottom:8px;
}

#content-wrap .csc-mailform-field .csc-mailform-check,
#content-wrap .csc-mailform-field .csc-mailform-radio,
#content-wrap .csc-mailform-field .csc-mailform-submit {
	width:auto;
}
#content-wrap .csc-mailform-field label .csc-mailform-radio {
	clear:both;
}


#content-wrap .csc-mailform .csc-mailform-radio fieldset {
	border: 0px solid red;
}
#content-wrap .csc-mailform .csc-mailform-radio fieldset legend {
	display:none;
}
#content-wrap .csc-mailform .csc-mailform-radio fieldset label{
	margin-left:10px;
}

#content-wrap .csc-mailform .csc-mailform-submit {
	background-image: url('../gfx/submit_bg.gif');
	border: 0px solid red;
	padding: 0 0.8em 0 1em;
	font-weight:bold;
	margin: 10px 0 0 110px;
}


/* News */
#content-wrap .news-list-container {
	background-image: url('../gfx/home_termine_bg.png');
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:40px;
	width:245px;
	height:290px;
}

#content-wrap .news-list-container hr {
	height: 0;
	border-bottom: 1px dotted #fff;
	width: 200px;
	margin: 8px 0px 0px 0px;
}

#content-wrap .news-list-item {
	margin: 0;
	padding: 0 0 10px 0;
	width:200px;
	border-bottom: 1px dotted #fff;
}
#content-wrap .news-list-item h3 {
	font-size:1.3em;
	color:#e08cc1;
	margin:0em 0 0.5em 0px;
	padding-top:1em;
	width:200px;
}
#content-wrap .news-list-item p {
	padding:0;
	margin:0;
	width:200px;
	font-size:0px; /* IE braucht das leider... */
}
#content-wrap .news-list-item p.bodytext {
	font-size:1.2em;
}
#content-wrap .news-list-footer {
	margin:10px 0 0 150px;
	font-size:1.2em;
}

#content-wrap .news-list-item p {
	margin: 0 0 0 0px;
}

#content-wrap .news-list-item p.bodytext {
	margin-bottom: 0;
}

#content-wrap .tx-ttnews-browsebox {
	margin-top:20px;
}

#content-wrap .tx-ttnews-browsebox td {
	font-size:10px;
	padding:3px;
}

.tx-ttnews-browsebox-strong,
.tx-ttnews-browsebox-SCell { font-weight: bold; }





