/* Imports */  
@import url("reset.css");  

* {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
}

body {
	background-color:#c6c7c6;
	text-align:center;
}

html, body {
	height:100%;
}

.content h1,
a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#helper {
	width:1px;
	height:50%;
	background-color:none;
	margin-bottom:-355px; /* 50% of mainframe */
	float:left;
}

.mainframe {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:707px;
	width:911px;
	clear:left;
	background:url(../images/design/bg_mainframe.gif) no-repeat #c6c7c6;
}

.headerBox {
	padding:20px;
	text-align:right;
	margin:0 5px 0 5px;
}

.naviBox {
	background:url(../images/design/bg_topnavi.gif) no-repeat;
	height:29px;
}

.naviBox ul {
	list-style-type:none;
	padding-left:15px;
}

.naviBox li {
	float:left;
	margin-right:5px;
}

.naviBox li a {
	display:block;
	padding:6px;
	font-size:11px;
	font-weight:bold;
	color:#f2c9c9;
}

.naviBox li a:hover {
	color:#fff;
	text-decoration:none;
}

.naviBox li.active {
	background:url(../images/design/bg_topnavi_active.gif) no-repeat center top;
	height:29px;
}

.naviBox li.active a {
	color:#fff;
}

.contentBox {
	clear:both;
	margin:0 6px 0 5px;
	height:566px;
}

.contentCite {
	background-color:#ececec;
	height:74px;
}

.contentCite p {
	font-size:18px;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	margin-left:15px;
	padding-top:10px;
}

.content {
	line-height:160%;
	margin:26px 0 10px 0;
	padding: 0 25px 0 25px;
	height:418px;
	overflow:auto;
}

.content h1 {
	font-size:1.9em;
	font-weight:normal;
	color:#990027;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:15px;
	line-height:100%;
}

.content ol,
.content ul {
	padding-top:5px;
	padding-left:25px;
	margin-bottom:8px;
	list-style:circle;
}

.content ol {
	list-style:decimal;
}

.content .csc-textpic-text {
	padding:0 10px 0 10px;
}

.content a {
  color:#990027;
}

.footer {
	background-color:#ececec;
	height:28px;
}

.footer * {
	color:#666;
	font-size:10px;
}

.footerLeft {
	float: left;
	padding-top:9px;
	padding-left:15px;
}

.footerRight {
	float:right;
	padding-top:9px;
	padding-right:15px;
}

.footerRight ul {
	list-style-type:none;
}

.footerRight ul li {
	float:left;
	padding-left:10px;
}

.align-center {
	text-align:center;
}


.leftCol {
	float:left;
	width:380px;
}

.rightCol {
	float:left;
	width:340px;
}

.privateBox {
	/*height:140px;*/
	padding-top:5px;
}

.csc-mailform-field label {
	width:120px;
	float:left;
}

.csc-mailform-field label.radioLabel {
	width:auto;
	display:inline;
	float:none;
	padding-left:5px;
}

.tx-gtbturboform-pi1 input,
.tx-gtbturboform-pi1 select,
input#Anmelden,
.csc-mailform-field select,
.csc-mailform-field .textarea,
.csc-mailform-field input.text {
	width:180px;
	color:#333;
	border:1px solid #555;
	background-color:#fafafa;
	margin-bottom:2px;
	padding:3px;
}

.csc-mailform-field select {
	padding:0;
	width:auto;
}

.tx-gtbturboform-pi1 select {
	padding:2px 0 2px 4px;
	width:auto;
}

.csc-mailform-field .textarea {
	height:60px;
}

.csc-mailform-field input#zip_priv,
.csc-mailform-field input#zip {
	width:40px;
}

.csc-mailform-field input#city_priv,
.csc-mailform-field input#city {
	width:128px;
}

.csc-mailform-field input#captcha {
	width:30px;
}

input#Anmelden {
	/*float:right;*/
	margin-top:5px;
}

.csc-mailform-field .radioBox {
	padding-left:100px;
}

.csc-mailform-field .radioBox input {
	width:auto;
}

i.annotation {
	font-size:9px;
	line-height:10px;
	display:block;
	margin-top:5px;
	/*position:absolute;
	left:740px;
	top:575px;
	width:160px;*/
}

img.bild_links {
	margin-right:7px;
	margin-bottom:5px;
	float:left;
}

img.bild_rechts {
	margin-left:7px;
	margin-bottom:5px;
	float:right;
}

.tx-newloginbox-pi1 td {
	padding:3px;
}

.tx-newloginbox-pi1-forgotP {
	padding-top:26px;
}

fieldset.bold legend {
	font-weight:bold;
}

#powermaildiv_uid5 {
	font-size:10px;
	font-style:italic;
	line-height:100%;
	margin-bottom:5px;
}
