/* KONFIGURATION DER VERSCHIEDENEN CONTAINER */
/* Wrap um die komplette Seite */
div#wrapper {
	width:1004px;
	overflow:auto;
	margin:0px auto;
	background:url('/fileadmin/templates/images/bg-wrapper.gif') repeat-y;
}

div#main-nav-container {
	float:left;
	width:227px;
	background:#414141;
}

div#logo-head {
	float:left;
	width:227px;
	height:209px;
}

div#main-navigation {
	float:right;
	width:227px;
	background:#414141;
}

div#main-content {
	float:right;
	width:668px;
	padding:20px;
	background:#D9D9D9;
	margin:50px 0px 0px 0px;
}

div#copyright {
	clear:both;
	width:1000px;
	margin:0px auto;
	text-align:right;
}

div#copyright a {
	color:#888888;
	font-size:11px;
	text-decoration:none;
}

/* KONFIGURATION LINKS IM INHALT */
/* normaler Zustand */
a, a:link, a:visited, a:active {
	color:#414141;
	text-decoration:underline;
}

/* Maus darüber */
a:hover {
	color:#414141;
	text-decoration:none;
}

*:focus { outline:none; }

.font-small {
	font-size:0px;
}

.small-em {
	font-size:10px;
	font-style:italic;
}

.clearer {
	clear:both;
}

hr.clearer {
	clear:both;
	border:0px;
	height:1px;
	color:#414141;
	margin-top:20px;
	background-color:#414141;
}

.no-wrap {
	white-space:nowrap;
}

.content {
	padding:30px 20px 20px 20px;
}


/* KONFIGURATION DER KLASSEN FÜR DIE INPUTFELDER */
/* normaler Zustand */
fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	vertical-align:top;
}

/* Farbe Pflichtfelder */
.reqLabelWrap label {
	color:#b80606;
	font-size:12px;
}

.labelWrap * {
	font-size:12px;
}

#tx-srfeuserregister-pi1-gender-0,
#tx-srfeuserregister-pi1-gender-1 {
}

label {
	clear:both;
	float:left;
	width:150px;
	cursor:hand;
	display:block;
	margin-top:7px;
	font-size:12px;
	vertical-align:top;
}

span.labelWrap {
	font-size:12px;
}

dd input label {
	border:1px solid #004588;	
}

input {
	font-size:12px;
	margin-top:5px;
}

select {
	height:20px;
	margin-top:5px;
	font-size:12px;
}

input.normal:hover,
textarea.normal:hover,
input.csc-mailform-check:hover {
	border:1px solid #414141;
}

textarea {
	width:366px;
	font-size:12px;
	margin-top:5px;
}

.csc-mailform-radio {
	cursor:hand;
}

.csc-mailform-check {
	cursor:hand;
}

.normal {
	color:#696969;
	border:1px solid #cfbaad;
}

.normalArea {
	color:#696969;
	border:1px solid #cfbaad;
}

/* aktiver Zustand */
.active {
	color:#414141;
	border:1px solid #414141;
	background-color:#ffffff;
}

.csc-mailform-submit {
	margin:20px 0 0 150px;
}

/* KONFIGURATION DES INHALTSTEXTES */
* {
	font-family:'century gothic',Tahoma,Helvetica,'Sans serif';
}

img, a img {
	border:0px;
}

li,
td {
	color:#414141;
	font-size:14px;
	line-height:18px;
}

p,
p.bodytext {
	margin:0px;
	color:#414141;
	font-size:14px;
	line-height:18px;
}

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

p.align-left {
	text-align:left;
}

p.align-right {
	text-align:right;
}

p.align-justify {
	text-align:justify;
}

.indent {
	margin-left:25px;
}

div.csc-linkToTop {
	margin:0px;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	padding:0px 0px 20px 0px;
}

div.csc-linkToTop a,
div.csc-linkToTop a:link,
div.csc-linkToTop a:active,
div.csc-linkToTop a:hover,
div.csc-linkToTop a:visited {
	text-decoration:none;
}

.csc-frame-indent {
	margin-left:30px;
}

.csc-textpic-caption {
	color:#414141;
	font-size:10px;
	text-align:right;
	padding:3px 5px 10px 0px;
}

hr {
	border:0px;
	height:1px;
	color:#414141;
	background-color:#414141;
}

.csc-frame-rulerBefore {
	height:10px;
	border-top:1px solid #414141;
}

.csc-frame-rulerAfter {
	height:10px;
	border-bottom:1px solid #414141;
}

img.atImage {
	top:2px;
	position:relative;
	margin:0px 1px;
}

/* KONFIGURATION DER UEBERSCHRIFTEN */
h1 {
	padding:0px;
	color:#414141;
	font-size:24px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
}


h2,
h2 a {
	padding:0px;
	color:#414141;
	font-size:19px;
	font-weight:normal;
	margin:15px 0px 5px 0px;
}

h3 {
	padding:0;
	color:#414141;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

/* LISTENKONFIGURATION */
ul {
	margin:0px;
	padding:5px 0px 15px 25px;
}

dt, dd {
	margin:0px;
	padding:0px;
	font-size:12px;
}

dd {
	margin:0px 0px 3px 5px;
}

/* KONFIGURATION FÜR SCROLLBARS DES BROWSERS */
body {
	margin:0px;
	padding:0px;
}
