body {
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	border: 0px;
	font-family: arial;
	font-size: 12px;
	color: #fbfbfb;
	line-height: 120%;
	text-align: center;
	background-color: #FFF;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
p {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
div {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
a {
	font-size: 12px;
	text-decoration: none;
	color: #CC081E;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
dl, dt{
  padding:0px;
  margin:0px;
  
}
/* IDs */
#webseite {
	width: 996px;
	margin: 0 auto;
	text-align: center;	
	padding:0px;
	background-image: url(images/bg_webseite.jpg);
	background-repeat: repeat-y;
	/* background-position:center; */
}

#webseitewrapper {
	width: 952px;
	margin:0px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 26px;
	margin-right:19px;
	text-align: left;
	border:0px solid red;
}

#weitereseiten{
  width:952px;
  text-align:right;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  padding-top:15px;
}

#weitereseiten ul{
	padding: 0px;
	margin: 0px;
	margin-right:7px;
	border:0px solid red;
	margin-top:10px;
	margin-bottom:10px;
}

#weitereseiten li{
	display: inline;
	padding: 0px;
	margin: 0px;
	padding-left: 16px;
}
#weitereseiten a {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	line-height:16px;
	padding-right: 16px;
	text-transform:uppercase;
}


#kopfoben {
	width: 100%;
	margin: 0px;
	text-align: left;
}


#logo{
	text-align:left;
	float:left;
}

#kopfgrafik{
  float:right;
}

#kopf {
	width: 100%;
	background-color: #BADDEE;
	color: #000000;
	text-align: left;
}

#unterkopf{
  width:100%;
  background-color:#cc081e;
  height:33px;
  border:0px;
  border-top:1px solid #FFF;
  border-bottom:1px solid #FFF;
}

#suche {
	float: right;
	height: 18px;
	width: 180px;
	text-align: right;
}
#suche form {
	padding: 0px;
	margin: 0px;
	margin-right: 11px;
	margin-top: 1px;
}
#suche input {
	border: 0px;
}
.suchesubmit {
	background-color: transparent;
	color: #FFF;
	border: 0px;
}

#main {
	width: 100%;
}


#navilinks {
	width: 263px;
	float: left;
	color:#000;
	border:0px;
	border-bottom:20px solid #cc081e;
}
#navilinkswrapper {
	padding-left: 0px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-left: 9px;
	text-align:left;
}

#navilinks ul {
	padding: 0px;
	margin: 0px;
	margin-left:10px;
}
#navilinks li {
	list-style-type: none;
  line-height:24px;

}
#navilinks a {
	color:#000;
	font-size:13px;
	margin-left:15px;
	line-height:24px;
	text-transform:uppercase;
}

.norm1{
  background-color:#FFF;
  font-weight:bold;
  border-bottom:1px solid #000;

}

.norm2{
  background-color:#FFFFFF;
  font-weight:normal;
  color:#333333;
  /*
  background-image:url(images/bg_navi_sub1.jpg);
  background-repeat:no-repeat;
  */
}

.norm3{
  background-color:#FFFFFF;
  font-weight:normal;
  color:#333333;
  /*
  background-image:url(images/bg_navi_sub2.jpg);
  background-repeat:no-repeat;
  background-position:right;
  */
}

.act1{
  background-color:#FFF;
  font-weight:bold;
  border-bottom:1px solid #000;

}

.act2{
  background-color:#FFFFFF;
  font-weight:bold;
  color:#333333;
  /*
  background-image:url(images/bg_navi_sub1_act.jpg);
  background-repeat:no-repeat;
  */
}


.act3{
  background-color:#FFFFFF;
  font-weight:bold;
  /*
  color:#333333;
  background-image:url(images/bg_navi_sub2_act.jpg);
  background-repeat:no-repeat;
  background-position:right;
  */
}

.navilinks2{
  background-color:#cc081e;
}

#navilinks h1{
  height:24px;
  line-height:24px;
	margin-left: 19px;
	margin-top:20px;
	padding-left:25px;
	font-size:12px;
  background-image:url(images/bg_navi.jpg);
  background-repeat:no-repeat;

}

.abstand {
  margin-bottom:20px;
}

/* Subnavi links */
#content {
  width:689px;
	float: right;
}

#content a, #contentright a, #contentleft a {
	text-decoration: none;
	color: #CC081E;
	font-weight:bold;
}

#contentwrapper {
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 10px;
	padding: 0px;
	padding-bottom:20px;
	word-spacing:0.1em;
	text-align:left;
	min-height:344px;
	color:#000;
}



.tx-felogin-pi1{
	margin-left:19px;
}

.tx-felogin-pi1 form{
	border:0px;
	padding:0px;
	margin:0px;
}

.tx-felogin-pi1 fieldset{
	border:0px;
	padding:0px;
	margin:0px;
}

.tx-felogin-pi1 legend{
	display:none;
}

#user, #pass {
  width:180px;
}

.login{
  width:180px;
  text-align:right;
}
#navilinks .forgot-pw {
  width:180px;
  text-align:left;
}
#navilinks .forgot-pw a{
  font-size:11px;
  margin:0px;
  padding:0px;
}


#copyright {
	height:40px;
	text-align: left;
	padding-left:10px;
	margin-left:30px;
	font-size: 11px;
	color: #000;
	border:0px;
	border-top: 20px solid #c6c6c6;
}
#copyright a {
	font-size: 11px;
	font-weight:normal;
	color: #000;
}



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

.clearer {
	border: 0px dashed blue;
	clear: both;
}
/* *** FORMS *** */
form {
	padding: 0px;
	padding-top: 20px;
}
fieldset {
	margin-left: 20px;
}
.csc-mailform {
	border: 0;
}
.csc-mailform-field {
	/*display: block;
*/
	padding-bottom: 10px;
}
.csc-form-labelcell {
	font-size: 12px;
}
label {
	display: block;
	float:   left;
	width:   100px;
}
input {
	border: 1px solid #7e7e7e;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}


.csc-mailform input {
	width: 300px;
}
input.csc-mailform-submit {
	margin-left: 320px;
	width: auto;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="button"] {
	cursor: pointer;
}
textarea {
	width: 300px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}

.csc-frame-frame1 {
	padding: 10px;
	background-color: #1EA04A;
}
.tx-newloginbox-pi1 {
	border: 0px solid black;
}
.csc-textpic-clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
}


/* News */

.news-latest-container{
  width:620px;
}

.news-list-container{
  width:650px;
}


.news-list-container{
  border:0px;
}

.news-latest-item{
  margin-bottom:5px;
}

.news-list-item{
  width:198px;
  margin-right:16px;
  float:left;
}
.news-list-item p{
  display:inline;
}

.news-list-title h1{
margin-bottom:10px;
}

.news-list-subheader, .news-latest-subheader{
  float:left;
  margin-right:5px;
}

.news-list-morelink, {
  float:right;
}

.news-single-item{
  margin-top:20px;
  width:630px;
}

.news-single-timedata{
  margin-bottom:5px;
}

/* footer */

#footer{
  width: 842px;
	margin: 0 auto;
	background-color: #FFF;
  font-size:11px;
	text-align: center;
}

#footer a{
  font-size:11px;
 	color: #000;
}

#unterwebseite{
  width:100%;
  height:30px;
  border:0px;
  background-image:url(images/bg_webseite_unten.jpg);
}