html, body {
	font-family: arial;
	font-size: 12px;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	color: #444444;
	overflow: auto;
}

p {font-size: 12px; color: #444444}
td {font-size: 12px;}

a {text-decoration: none; font-weight:bold;
color:#FF0000;
}
/*a:visited {color:#444444;}*/
a:hover {font-weight:bold; color: #FF9900}
}

img {text-decoration: none; border:0;}
h1 {font-size: 14px; }
h2 {font-size: 14px;}
h3 {font-size: 12px;}

.align-right {text-align: right;}

.bodytext {
	padding: 2px 4px 2px 0px;
	margin: 0px 4px 0px 0px;
	}



/* -------------------------                          --------------------------------*/
/* -------------------------  Styles für Hauptseite   --------------------------------*/
/* -------------------------                          --------------------------------*/

			
#top-container {
	position: relative;
	border-bottom: 2px solid red;
	width: 100%;
	height: 108px;
	background-color:#FFFFFF;
	text-align: left;

}
	
#box-links {
	position: relative;
	float: left;
	width: 350px;
	height: 100px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	background-image:url(../img/bild_oben.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#top-text {
	position:relative;
	float:right;
    top: 50px;
	left: 60px;
}

#logo {
    position: relative;
	width: 400px;
	height: 100px;
  	background-image:url(../img/logo1.png);
	background-repeat:no-repeat;
	left: 780px;
	//left: 320px;
	top: 30px;
}

#unten-container {
	position: absolute;
	width: 100%;
	min-height: 600px;
	height: auto;
	overflow: visible;
	//height: 700px;
	text-align:left;
	background-image:url(../img/hintergrund_lang3.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

#haupt-container {
	position: relative;
	width: 800px;
	left: 200px;
	min-height: inherit;
	height: auto;
	//height: 100%;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	padding-bottom: 10px;
	text-align:left;
	
	background-image:url(../img/hintergrund.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#content-container {
  position: relative;
	//float: left;
	width: 550px;
	top: 30px;
	margin-bottom: 55px;
	//margin-bottom: 40px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:top;
}

#ueberschrift { 
        position: relative;
	text-align:right;
	right: 15px;
	color:#FFFFFF;
	font-size: 32px;
	font-weight:bold;
}

#content {
	/*position: relative;*/
	color: #000000;
	border: 1px solid #888888;
	margin-top: 140px;
	text-align:justify;
	padding: 2px 15px 2px 15px;
	
}

#content-container-2 {
	//float:left;
	width: 548px;
	//width: 550px;
	border: 1px solid #888888;
	margin-top: 25px;
	//margin-top: 5px;
	margin-bottom: 10px;
	min-height: 95px;
	//height: 65px;
	overflow: visible;
	background-color:#FFFFFF;
	background-image:url(../img/bild_content_left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
}

#ueberschrift-2 { 
    	position:relative;
	width:180px;
	float:left;
	padding-left: 4px;
	top: 5px;
	text-align:left;
	color:#FFFFFF;
	font-size: 18px;
	font-weight:bold;
}

#content-2 {
	position: relative;
	float: right;
	width:330px;	
	color:#000000;
	text-align:justify;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}


.csc-header-n1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}



#menu {
    position: absolute;
	width: 150px;
	height: 550px;
	top: 30px;
	float:right;
	right: 30px;
	clear:right;

	
}
#menu li {list-style-type: none; }

#menu-box {
  position: absolute;
	width: 150px;
	height: 500px;
	border: 1px solid #888888;
	/*margin-left: 50px;*/
	//margin-left: 80px;
	list-style-type: none;
		background-color: white;
	
}
#menu ul, #menu li {margin: 0px; padding: 0px;}

#menu .menu-item, #menu .menu-item-act {
	position: relative;
	font-size: 14px;
	width: 100%;
	height: auto;
	padding: 5px 15px 0px 30px;
	margin: 5px 0px 5px 0px;
	left: -21px;
	//left: 59px;
	background-image: url(../img/welle.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none;
	z-index: 20;
}


#menu a {
	color: #000000;
	width: 180px;
}
.menu-item-level2, .menu-item-level2-act {
	position: relative;
	left: 35px;
	//left: 115px;
	
	
	}
#menu a:hover {
	color: #FF0000;
}

#menu  .menu-item-act a, #menu .menu-item-level2-act a {
    color:#FF0000;
}


#menu-unten {
	position:relative;
	text-align:right;
	width: 800px;
	clear:both;
	float:left;
	left: 200px;
	top: 5px;
	padding-bottom: 20px;
}
#menu-unten .menuunten-item {
	color: #444444;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
}
#kontakt {
	position: relative;
	left: 10px;
	//left: 90px;
	//top: -20px;
	
}

/* -------------------------                          --------------------------------*/
/* -------------------------  Styles für Formulare    --------------------------------*/
/* -------------------------                          --------------------------------*/

fieldset {
	border:0;
}

.csc-mailform {
    vertical-align:top;
}

.csc-form-labelcell {
	width:160px;
	vertical-align:center;
	padding-top:5px;
	padding-left: 40px;
}

.csc-mailform-field {
  margin-left: 10px;
  vertical-align: top;
}

.csc-mailform-field select {
  position: absolute;
   width: 300px;
  height: 20px;
  left: 100px;
  margin-left: 50px;
  border:1px solid #666666;
}

.csc-mailform-field input {
  position: absolute;
  width: 300px;
  height: 20px;
  right: 100px;
  margin-left: 50px;
  border:1px solid #666666;
}

.csc-mailform-field textarea {
  position: absolute;
  width: 300px;
  height: 80px;
  right: 100px;
  margin-left: 50px;
  overflow: auto;
  font-family: arial;
  font-size: 14px;
  border:1px solid #666666;
}


.csc-mailform-field label {
	line-height: 250%;
}

#mailformformtype_mail {
  position: relative;
  width: 100px;
  margin: 70px 0px 0px 215px;
  // margin: 70px 0px 0px 0px;
  //left: 123px;
  border:1px solid #666666;
  }

/* -------------------------                          --------------------------------*/
/* -------------------------  Styles für Sonstiges    --------------------------------*/
/* -------------------------                          --------------------------------*/

