* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
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;
}

a,input {color:#FFFFFF;text-decoration:none;}
ul,ol {list-style-type: none;}

a:link {color: #d0d0d0;}
a:visited {color: #d0d0d0;}
a:hover {color: #a7e199;}
a:active {color: #a7e199;}

div {position:relative;}
img {border:0;}

.clear, .clearer {clear:both;}

/* Struktur */
#page {
	width:970px;
	margin:0 auto;
	text-align:left;
}
#header {
	position:absolute;
	top:0px;
	right:0px;
	width:756px;
	height:208px;
	background:url(../gfx/header_bg.png) top right no-repeat;
	z-index:10;
}
#logo {
	position:absolute;
	left:0px;
	top:30px;
	z-index:50;
}
#title {
	margin: 0 0 40px 0;
	left:-38px;
}
#content-wrap {
	position:absolute;
	top:134px;
	left:407px;
	width:440px;
	z-index:30;
}
#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:0px;
	width:277px;
	height:440px;
	z-index:30;
}
#nav-main ul {
	position:absolute;
	right:0;
	bottom:0;
	list-style:none;
}
#nav-main li {
	text-align:right;
	margin-top:19px;
}
#nav-main a:link {color: #ffffff;}
#nav-main a:visited {color: #ffffff;}
#nav-main a:hover {color: #ffffff;}
#nav-main a:active {color: #ffffff;}

/* 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 .csc-sitemap ul li ul li{
	background-image: none;
	background-position: 0 6px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 70px;
}

#content-wrap .csc-sitemap ul {
	margin-top:1em;
}

#content-wrap p, ul, ol {
	margin-bottom:1.2em;
}

#content-wrap .news-list-item h3 {
	font-size:1.3em;
	margin:1em 0;
}
#content-wrap .news-list-item p {
	padding-left:31px;
}

/* 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;
}

/* Newletter Formular */

#content-wrap .dmail-subscription {
	border: 0px;
	font-size:1.2em;
	margin-bottom:50px;
}
#content-wrap .dmail-subscription-field {
	clear:both;
}
#content-wrap .dmail-subscription-field label {
	width:120px;
	display:block;
	float:left;
	border: 0px solid red;
	color:#FFFFFF;
}
#content-wrap .dmail-subscription .error {
	color:#D560AA;
}

#content-wrap .dmail-subscription-field input {
	width:180px;
	border: 0px solid blue;
	background-color:#666666;
	margin-bottom:8px;
}

#content-wrap .dmail-subscription .dmail-subscription-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 120px;
}


/* FE User Formular */
#content-wrap .tx-srfeuserregister-pi1 input {
	width:140px;
	border: 0px solid blue;
	background-color:#666666;
	margin-bottom:8px;
}

#content-wrap .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-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 0px;
}



/* News */
#content-wrap .news-list-item p {
	margin: 0 0 0 40px;
}

#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; }


/* Sitemap */
#content-wrap .csc-sitemap li {
	font-size:1.3em;
	font-weight:bold;
	background:none;
	padding:0;
}
#content-wrap .csc-sitemap li li {
	font-size:0.9em;
	font-weight:normal;
	background:url('../gfx/li_whitepoint.gif') 0 6px no-repeat;
	padding-left: 12px;
}



