/* Allgemeines */

body {
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	border: 0px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	background-color: #c0c0c0;
	background-position: center top;
	background-repeat:no-repeat;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

h1,h2,h3,h4,h5{
  padding:0px;
  margin:0px;
}

h1{
  font-family:times;
  font-size:24px;
}

h2{
  font-family:times;
  font-size:30px;
}

h3{
  font-family:times;
  font-size:30px;
  margin:40px;
}

h4{
  font-family:arial;
  font-size:9px;
  margin:40px;
}

h5{
  font-family:times;
  font-size:12px;
}

h6{
  font-family:times;
  font-size:14px;
  margin:40px;
}

p {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
div {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
img {
	border: 0px;
}

a{
  text-decoration:underline;
  color:#000;
}


/* ids und Klassen für Container */

#webseite {
	width: 750px;
	/* height:580px; */
	margin: 0 auto;
	border: 0px solid red;
	text-align: left;
}

#webseitepixel{
	width: 870px;
	margin: 0 auto;
	border: 0px solid red;
	text-align: left;
}

#kopfbereich{
  width:750px;
  height:105px;
  padding-top:30px;
  border:0px;
  text-align:right;
}

#kopfbereichpix{
  width:750px;
  height:105px;
  padding-top:30px;
  border:0px;
  text-align:right;
  margin: 0 0 0 60px;
}

#kopfbereichpixel{
	width:870px;
	background-color: #363346;
}


#logo{
  display:none;
  float:left;
}

/* NAvi oben */

#weitereseiten{
  border:0px solid yellow;
  width:750px;
  margin-top:30px;
}
#weitereseiten a{
  text-decoration:none;
}


#kopfnavi{
  border:0px solid red;
  color:#FFFFFF;
  width:750px;
  margin-top:3px;
}

#kopfnavi a{
  text-decoration:none;
}

.subnav{
  text-align:right;
}

.subnav_norm {
	/* background-color: #F4F9F5;
*/
	background-image: url(images/menu/bg_subnavi.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* fuer letzten Navipunkt auf Ebene 1 (ohne Strich */
.subnav_norm_end {
	/* background-color: #F4F9F5;
*/
	background-image: url(images/menu/bg_subnavi_end.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.subnav_act {
	background-image: url(images/menu/bg_subnavi.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* fuer letzten Navipunkt auf Ebene 1 (ohne Strich */
.subnav_act_end {
	background-image: url(images/menu/bg_subnavi_end.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.subnav_norm a, .subnav_norm_end a{
  color:#FFF;
  padding-left:10px;
  padding-right:10px;
}

.subnav_act a, .subnav_act_end a{
  color:red;
  padding-left:10px;
  padding-right:10px;
}

.layermenu {
	width: 190px;
	background-color: #c0c0c0;
	border: 1px solid #FFFFFF;
	border-bottom: 0px;
	text-align: left;
}
.layermenu a {
	color: #000000;
	text-decoration: none;
}
.layer_norm {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}
.layer_act {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}
.layer_norm2 {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}
.layer_norm2 a {
	font-size: 11px;
}
.layer_act2 {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}
.layer_act2 a {
	font-size: 11px;
}


#sprache{
  width:350px;
  height:32px;
  text-align:right;
  margin-top:10px;
}


/* inhalt */

#inhalt{
  width:750px;
  /* height:623px; */
  padding:0px;
  margin:0px;
  border: 0px solid red;
  background-color:#FFF;
}

#inhalt a{
  text-decoration:underline;
  font-weight:bold;
  color:#000;
}


#content{
  width: 750px;
  float:left;
  /* background-image:url(images/bg_inhalt.jpg);
  background-repeat:no-repeat;
  */

}

#contentwrapper{
  width:750px;
  float:left;
}

#contentwrapperpixel{
	width:870px;
	float:left;
	background-color: #FFF;
}

#contentwrapper .bodytext{
  padding-left:40px;
  padding-right:40px;
}

/* content 2cols */
.tx-fdfx2cols-pi1{
  width:350px;
  border:0px;
}

.c2l1-left{
  width:210px;
}


#content-right-wrapper{
  width:315px;
  float:right;
}

#content-right-wrapper .bodytext{
  padding-left:40px;
}



#contentwrapper ul{
  list-style-type:none;
  margin:0px;
  margin-top:2px;
  margin-bottom:2px;
  padding:0px;
    padding-left:40px;
  
}

#contentwrapper li{
  list-style-type:disc;
  margin-left:14px;
  padding-left:0px;
}

.align-right{
  width:100%;
  text-align:right;
}

.csc-frame-frame1{
  border:1px solid #000;
  background-color:#cccccc;
  padding:5px;
  margin:5px;
  margin-right:10px;
}

.csc-textpic-caption {
  font-size:11px;
  font-weight:bold;
}
.csc-header {
  padding-top:20px;
}
.csc-header-n1{
  padding-top:0px;
}

#footer{
	margin: 0 auto;
	text-align:right;
  width: 750px;
  height:27px;
  background-image:url(images/bg_fuss.jpg);
  background-repeat:no-repeat;
  }
  
#footerpixel{
	margin: 0 auto;
	text-align:right;
	width: 870px;
	height:27px;
	background-image:url(images/bg_fuss.jpg);
	background-repeat:no-repeat;
	background-position: center 0;
	background-color: #363346;
}


#footer a{
  text-decoration:none;
  font-weight:bold;
  color:#000;
  font-size:10px;
}

#fuss{
text-align:center;
padding-top:20px;
text-decoration:none;
  font-weight:bold;
  color:#000;
  font-size:10px;
}


#pixelmenu{
	margin: 0 0 0 60px;
}

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

#pixelmenu a:active, #pixelmenu a:hover, #pixelmenu a:focus{
	text-decoration: underline;
}



/*
#sprache{
  position:absolute;
  top:550px;
  margin-left:10px;
}
*/


/* *** FORMS *** */
form {
	font-weight:bold;
}
.csc-mailform {
	border: 0;
}
.csc-mailform-field {
	display: block;
	border: 1px solid #FFFFFF;
	padding-bottom: 4px;
}
.csc-form-labelcell {
	font-size: 12px;
}
label {
	display: block;
	float:   left;
	width:   160px;
	font-weight:bold;
}
input {
	border: 1px solid #000;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}
select{
  margin-left:45px;
} 
input[type="submit"] {
	cursor: pointer;
}
input[type="button"] {
	cursor: pointer;
}
textarea {
	border: 1px solid #000;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}
