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

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width:100%;
}

.wrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #CCC;
}


.header {
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:161px;
}

.navcntwrapper {
	width:1024px;
	float:left;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#e2e2e2;
}

.navigation {
	float:left;
	width:196px;
	background-image:url(../img/navbg.jpg);
	background-repeat:repeat-y;
	padding:15px 0 0 3px;
	border-bottom:1px solid #CCC;
}

.navigation a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
}

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

.navigation li {
	float:left;
	background-image:url(../img/navpointbg.jpg);
	background-repeat:no-repeat;
	width:175px;
	height:22px;
	padding:1px 0 0 20px;
}

li.act {
	background-image:url(../img/navpointbg-act.jpg);
	background-repeat:no-repeat;
}

.act a {
	text-decoration:underline;
}

.cntwrapper {
	width:825px;
	float:right;
}

.cntheader {
	width:725px;
	height:70px;
	float:left;
	background-image:url(../img/cntheaderbg.jpg);
	background-repeat:no-repeat;
	padding:15px 50px 0 80px;
}

.cnt {
	width:805px;
	float:left;
	background-image:url(../img/cntbg.jpg);
	background-repeat:repeat-y;	
	font-size:13px;
	padding:10px;
	line-height:17px;
}

.cnt h1 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #AAA;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
}

.cnt a {
	text-decoration:underlined;
	font-weight:bold;
	color:#fd0f0f;
}

.cnt a:hover {
	text-decoration:none;
}

.cnt ul {
	list-style-type:square;
}

.cnt li {
	margin:10px 0 0 15px;
	color:#fd0f0f;
	font-weight:bold;
}

.spacer {
	clear:both;
}

.csc-default {
	margin:0 0 50px 0;
}

/* Formulare */

fieldset {
	border:0;
	margin:10px 0 10px 0;
}

input {
	font-family:Arial;
	color:#000000;
	font-size:11px;
	border: 1px solid #8b9499;
	background-color:#fd0f0f;
	height:15px;
	padding:3px;
	margin:5px;
	display:block;
}

label {
	display:block;
	float:left;
	width:250px;
	font-weight:bold;
	margin:10px 0 0 0;
}

.csc-mailform-field {
	margin-bottom:20px;
}

.powermail_mandatory_js {
	color:red;
	font-weight:bold;
	margin-bottom:30px;
}

.tx_powermail_pi1_fieldwrap_html_radio_title {
	font-weight:bold;
	margin-top:30px;
}

.tx-powermail-pi1_confirmation {
	margin-bottom:100px;
}

input[type=radio] {
	margin-bottom:50px;
}

select {
	font-family:Arial;
	color:#000000;
	font-size:11px;
	border: 1px solid #8b9499;
	background-color:#fd0f0f;
	padding:3px;
	margin:5px;
}

legend {
	display:none;
}

textarea {
	font-family:Arial;
	color:#000000;
	font-size:11px;
	border: 1px solid #8b9499;
	background-color:#fd0f0f;
	padding:3px;
	margin:5px;
	display:block;
}
input[type=submit] {
	font-family:Arial;
	color:#000000;
	font-size:11px;
	border: 1px solid #8b9499;
	background-color:#fd0f0f;
	height:22px;
	width:150px;
	margin:50px 0 0 5px;
	float:left;
}
input[type=reset] {
	font-family:Arial;
	color:#000000;
	font-size:11px;
	border: 1px solid #8b9499;
	background-color:#fd0f0f;
	height:22px;
	width:150px;
	margin:50px 0 0 5px;
	float:left;
}
