body {
	background-color: #F4F4F4;
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Überschrift */

h1 {
	color: #4F4F4F;
	font-size : 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 14px;
}

h2 {
	border-left: 10px solid #666666;
	padding: 17px 0 0px 10px;
	color: #4F4F4F;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	color: #4F4F4F;
	font-size : 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

.hspacer {
height: 5px;
width: 100px;
padding: 0px;
margin: 0px;
border: 0px;
overflow:hidden;
}

.rot {
	border-left: 10px solid #AE003D;
	padding: 17px 0 0px 10px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.gelb {
	border-left: 10px solid #ffdf82;
	padding: 17px 0 0px 10px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.blau {
	border-left: 10px solid #58a1d4;
	padding: 17px 0 0px 10px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.gruen {
	border-left: 10px solid #81b944;
	padding: 17px 0 0px 10px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.braun {
	border-left: 10px solid #47170b;
	padding: 17px 0 0px 10px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.grau {
	border-left: 10px solid #666666;
	padding: 17px 0 0px 10px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

/* navigation*/

.rotnav {
	background-image: url(../pics/design/bg_nav_rot.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.gelbnav {
	background-image: url(../pics/design/bg_nav_gelb.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.blaunav {
	background-image: url(../pics/design/bg_nav_blau.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.gruennav {
	background-image: url(../pics/design/bg_nav_gruen.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.braunnav {
	background-image: url(../pics/design/bg_nav_braun.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.graunav {
	background-image: url(../pics/design/bg_nav_grau.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

#topfarbebox {
	background-color: #666666; /* Farbe wechselt je Navigationsbereich: hier aktuell */
	color: #FFFFFF;
}


/* Links */

a:link  {
	color : #4F4F4F;
	text-decoration: underline;
}

a:visited {
	color : #4F4F4F;
	text-decoration: underline;
}

a:hover {
	color : #999999;
	text-decoration: none;
}

a:active {
	color : #4F4F4F;
	text-decoration: underline;
}


/* navigation */

#nav a.rotnav {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_rot.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

#nav a.blaunav {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_blau.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

#nav a.gelbnav {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_gelb.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

#nav a.gruennav {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_gruen.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

#nav a.braunnav {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_braun.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

/* 2. ebene*/
.subrot a {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_rot.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

#nav a.blau {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_blau.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

#nav a.gelb {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_gelb.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.subgruen a {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_gruen.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

#nav a.braun {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/design/bg_nav_braun.gif);
	padding: 17px 0 0px 20px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

a.rotlink {
color:#AE003D;	
}

/* mailform css */

form {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

.csc-mailform-field {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

label {
   float: left;
   text-align: left;
   width: 110px;
	line-height: normal;
}

.csc-mailform label {
   float: left;
   text-align: left;
   width: 90px;
	line-height: normal;	
}

.doccheck {
   float: left;
   text-align: left;
   width: 80px;
	line-height: normal;
	
}

textarea {
	border: 1px solid #4F4F4F;
	color: #4F4F4F;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #4F4F4F;
	color: #4F4F4F;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 3px;
}

input[type=checkbox] {
	border: 0px;
}

fieldset {
	border: 0px;
	margin: 3px;
	padding: 3px;
}


.csc-mailform-submit {
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 93px;
	margin-top: 8px;
}

option, select {
	border: 1px solid #4F4F4F;
	color: #4F4F4F;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* individuelle Styles */

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px
}

ul {
	list-style: square;
}

hr {
	color : #C6C6C6;
	background-color: #FFFFFF;
	height: 1px;
	border-top: 1px dashed #C6C6C6;
	border-left: 0px; 
	border-right: 0px;
	border-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

/* Container */

#allbox {
	width: 774px;
	background-color: #FFFFFF;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	float: left;
}

#all {
	width: 754px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#werbung {
position: absolute;
left:774px;
top: 140px;
width: 180px;
float:left;
margin: 0px 0 0 10px;
}

#topallbox {
	width: 754px;
}

#topnavbox {
	width: 754px;
	height: 20px;
	padding-top: 10px;
}

#topnav {
	text-align: right;
	font-size: 0.9em;
}

#topnav a:link, #topnav a:active, #topnav a:visited {
	text-decoration: none; 
}

#topnav a:hover {
	text-decoration: underline; 
}

#topheaderbox {
	width: 754px;
	height: 110px;
}

#topbalkenbox {
	width: 754px;
	height: 20px;
	margin-top: 8px;
	margin-bottom: 16px;
}

#topfarbebox{
	width: 594px;
	height: 20px;
	/* Farbe wechselt je Navigationsbereich > eigenes CSS styles_navigationsbereich.css */
	float: left;
	text-align: left;
}

#topbreadcrumpbox {
	margin-top: 3px;
	font-size: 0.9em;
	float: left;
}

#topbreadcrump {
	padding-left: 20px;
}

#topbreadcrump a {
color: white;
text-decoration: none;
}

#topfontsizebox {
	margin-top: 3px;
	font-size: 0.9em;
	float: right;
}

#topsuchebox {
	width: 150px;
	height: 20px;
	float: left;
	margin-left: 5px;
}

#middleallbox {
	width: 754px;
	background-image: url(../pics/design/bg_middleallbox.gif);
}

#middleleftbox {
	width: 160px;
	float: left;
	text-align: left;
}

#middleleft {
	width: 150px;
}

#middlecenterbox {
	width: 434px;
	float: left;
	text-align: left;
}

#contentbox {
	padding-left: 30px;
	padding-right: 30px;
}

#contentleft {
	float: left;
	width: 160px;
}

#contentright {
	float: left;
	width: 160px;
}

#centerspacer {
	float: left;
	width: 20px;
}

#contentbottom {
}

#middlerightbox {
	width: 160px;
	float: left;
}

#middleright {
	width: 150px;
	text-align: left;
	margin-left: 10px;
}

#bottomallbox {
	width: 754px;
	height: 20px;
	margin-top: 16px;
	margin-bottom: 8px;
	border-top: 1px dashed #C6C6C6;
	text-align: left;
	font-size: 0.9em;
}

.tx-srfeuserregister-pi1 p { 
margin-top: .5em; 
margin-bottom: 0; 
padding: 0 .3em; 
text-indent: 0; 
}

.tx-srfeuserregister-pi1 h4 { 
margin-top: 0; 
padding-left: .3em; 
}
		
.tx-srfeuserregister-pi1 legend { 
padding: 0 .5em; 
font-weight: bold; 
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { 
font-style: italic; 
margin-bottom: 1em; 
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { 
margin-bottom: 2em; 
}

.tx-srfeuserregister-pi1 a { 
padding-left: 14px; 
text-decoration:none; 
}

.tx-srfeuserregister-pi1 label { 
margin: 0; 
padding: 0; 
}

.tx-srfeuserregister-pi1 label span { 
color: #ff0000; 
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
 color: #ff0000; 
 }
 
.tx-srfeuserregister-pi1 input { 
margin: 0; 
padding: 0 .5em 0 0; 
width: 170px;
}

.tx-srfeuserregister-pi1 input[type=password] { 
margin-right: 1em; 
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { 
margin-right: 1em; 
}

.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { 
background-color: transparent; 
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { 
background-color: transparent; 
width: 20px;
border: 0px;
}		

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { 
margin-left: 1em; 
background-color: transparent; 
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { 
cursor: pointer; 
}

.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { 
padding-left: 15px; 
background-color: transparent; 
background-repeat: no-repeat; 
font-size: .8em; 
margin-left: 1em; 
}

.tx-srfeuserregister-pi1 ul { 
margin: 0; 
padding: 0; 
list-style-position: inside; 
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { 
list-style-type: none; 
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li {
margin: 0 0 .3em 0; 
padding: 0; 
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { 
margin: 0; 
padding: 0 0 0 .5em; 
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { 
float: left; 
padding: 0 2em 0 0; 
margin: 0; 
}

.tx-srfeuserregister-pi1 dl { 
margin: 0; 
padding: 1em 0 0 0; 
}

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { 
margin: 0; 
padding: 0 0 .5em 0; 
float: left; 
}

.tx-srfeuserregister-pi1 dt { 
clear: both; 
width: 25%; 
text-align: right; 
padding-right: 1em; 
}

.tx-srfeuserregister-pi1 dd { 
text-align: left; 
width: 50%; 
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { 
width: auto; 
padding-right: 0; 
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { 
width: auto; 
}

* html .tx-srfeuserregister-pi1 dd { 
float: none; 
}

.tx-srfeuserregister-pi1 dd p { 
margin-top: 0; 
margin-bottom: .5em; 
padding: 0; 
}

.tx-srfeuserregister-pi1 dd label { 
padding: 0 1em 0 .5em; 
}
	

.tx-srfeuserregister-pi1 fieldset {
	background-color: #f2e9ec;
}

.tx-mpccongress-pi1 legend {
color: Black;
}

/* suchbox */

.tx-macinasearchbox-pi1 input{
	border: 1px solid #4F4F4F;
	color: #4F4F4F;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 0px;
}

.tx-srfeuserregister-pi1-notice {
line-height: 1em;
}

.tipafriendlink a {
text-decoration: none;
font-size:.8em;
}

.loginlabel {
padding-top: 0;
margin-top: 0;
line-height:0.9em;
font-size:.8em;
}
