html, body {
	font-family: arial;
	font-size: 12px;
	text-align: center;
	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:#444444}
/*a:visited {color:#444444;}*/
a:hover {font-weight:bold; color: #0099CC}

img {text-decoration: none; border:0;}
h1 {font-size: 14px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}

/* -------------------------                          --------------------------------*/
/* -------------------------  Styles für Hauptseite   --------------------------------*/
/* -------------------------                          --------------------------------*/


#hintergrund-container {
  position:relative;
	width:100%;
	top:10%;
	height:616px;
		
	position:absolute;
	//position:relative;
	width:100%;
	text-align:center;
	
	/*top:50%;
	height:616px;
	margin-top:-308px;	*/
	
	
	background-image:url(../img/leiste-hintergrund.jpg);
	background-repeat:no-repeat;
	background-position:left 440px;
	//background-position:left 438px;
}
	
#container {
	position: relative;
  width:900px;
	height:615px;
	background-color:#FFFFFF;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
	
body>.hintergrund-container{height:auto;min-height:615px}
		
#top {
	position: relative;
	width: 900px;
	height: 30px;
	border-bottom:1px solid #666666;
}
	
#titel {
	position: relative;
	float: left;
	left: 0px;
	top: 5px;
	font-size:18px;
	font-weight:bold;
}

#top-menu {
	position: relative;
	text-transform:lowercase;
	font-weight: none;
	font-size:12px;
	float: right;
	right: 0px;
	top: 10px;
	color:#444444;
}

#top-menu a:hover {
  font-weight: normal;
}

.top-menu-item  {
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}

.top-menu-item-act {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  color: #0099CC;
}

a.top-menu-item-act  {
  font-weight: normal;
}


nobr.top-menu-item  {
  padding-right: 0px;
}

#content-container {
	position: relative;
	background-image:url(../img/background_deck_6.jpg);
	background-repeat:no-repeat;
	background-position:left;	
	height:390px;
	width: 899px;
	//width: 900px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
  /*border-left:1px solid #666666; */
	text-align:left;
	
	
}

#menu {
	position: relative;
	top:10px;
	background-repeat:no-repeat;
	background-position:bottom;
	height:340px;
	width: 180px;
	float: left;
	color: #444444;
		/*
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity: 0.5; 
	khtml-opacity: 0.5;*/
}

#menu ul{
  list-style-type: none;
  margin-left: 20px;
  padding-left: 0px;
  color: #444444;
}

.menu-item {
  padding-left: 40px;
	font-size: 13px;
	color: #444444;
	line-height: 32px;
	background-image: url(../img/menu_holz_leer.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.menu-item a {
	color: #444444;
}

#menu a:hover {
	background-image: url(../img/menu_holz.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.menu-item-act {
  color:#0099CC;
	font-size: 13px;
	line-height: 32px;
	padding-left: 40px;
	background-image: url(../img/menu_holz.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#content {
	position: relative;
	float:right;
	width:500px;
	//width:520px;
	height: 335px;
	max-height:335px;
	//height:325px;
	margin: 15px 10px 0px 0px;
	//margin: 25px 10px 0px 0px;
	padding: 0px 30px 0px 0px;
	text-align:justify;
	/*
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity: 0.5; 
	khtml-opacity: 0.5;*/
}



#content-headline {
   position:relative;
   text-align: right;
   top:25px;
   margin-left: 180px;
   height:150px;
   width: 120px;
   font-size:20px;
   color: #888888;
   font-weight:bold;
}

#content-headline-start {
   position:relative;
   text-align: right;
   top:25px;
   margin-left: 20px;
   height:300px;
   width: 240px;
   font-size:28px;
   color: #888888;
   font-weight:bold;
}

#seitenwechsel {
   position:relative;
   float: right;
   padding-right: 0px;
   padding-top: 5px;
   height:25px;
   width:650px;
   text-align:right;
   /*border-top: 1px solid #666666;*/
   background-image:url(../img/linie_2.png);
   background-repeat:no-repeat;
   background-position:left top;
   clear:both;
}


.browse {
   margin-right: 230px;
   //margin-right: 164px;
   text-transform:lowercase;
   
}
	
#menu-unten {
	position: relative;
	width:900px;
	text-transform:lowercase;
}

#hauptmenu {
	position: relative;
	z-index:5;
}

#tabelle {
	border-spacing:0px;
	border-style:hidden;
	padding: 0px 0px 0px 0px;
	border:0;
	z-index:10;
	font-size:12px;
	color:#666666;
	vertical-align:middle;
}

#tabelle ul{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  color: #444444;
}

.menu-unten-item {
  padding-left: 5px;
	color: #444444;
}

.menu-unten-item a {
	color: #444444;
}

#menu-unten a:hover {

}

.menu-unten-item-act {
  color:#0099CC;
	padding-left: 5px;
}

#tabellezeile1 {
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	}

#teakdeckbox {
	position:absolute;
	z-index:20;
    color:white;
	font-size:68px;
	font-weight:bold;
	top:99px;
	//top:100px;
	vertical-align:bottom;
	padding: 0px 0px 0px 0px;
}

#seitenstriche {
	position: absolute;
	z-index:1;
	width:898px;
	//width:900px;
	height:19px;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
}

#untertext {
  position: absolute;
	z-index:30;
	font-size:13px;
	font-weight:bold;
	color:#666666;
  height: 12px;
  text-transform: none;
	top: 165px;
	
}


/* -------------------------                          --------------------------------*/
/* -------------------------  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 input {
  position: absolute;
  width: 200px;
  height: 20px;
  right: 200px;
  margin-left: 50px;
  
  border:1px solid #666666;
}

.csc-mailform-field textarea {
  position: absolute;
  width: 320px;
  height: 150px;
  // height: 130px;
  right: 80px;
  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: 126px 0px 0px 310px;
  // margin: 112px 0px 0px 0px;
  //left: 110px;
  border:1px solid #666666;
  text-transform:standart;
  }

/* -------------------------                          --------------------------------*/
/* -------------------------  Styles für Sonstiges    --------------------------------*/
/* -------------------------                          --------------------------------*/

.csc-textpic {
   text-align:left;}