html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
}

#pagewidth{ 
 width:922px;
 height: 700px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
 margin-top: 10px;
 background-color: #d1cc95; 
 
}

#content{ 
 width:800px;
 height: 584px; 
 text-align:left;  
margin:auto; 
padding-top: 58px;
}

#upperWhiteLine{
    width:800px; 
    height:1px; 
    position:relative; 
    top:-247px; 
    left:0px; 
    background-color:white;
}

#lowerWhiteLine{
    width:800px; 
    height:1px; 
    position:relative; 
    top:-116px; 
    left:0px; 
    background-color:white;
}
/* ie 6 hack */
* html div#upperWhiteLine{
    position: absolute;
    height: 0;
   width : 20em;

}

* html div#lowerWhiteLine{
    position: absolute;
    height: 0;
   width : 20em;
}
/* end hack */ 
 
#mainText{
    height: 124px;
 background-color: #ffffff;  
 float: left; 
  width:100%; 
 }

#logo{
    height: 124px;
    width: 231px;
    float: left;
    clear: right;
}

#text{
    height: 100%;
    width: 565px;
    float: right;
}

#textmenu{
    width: 563px;
    border: gray solid 1px;
    clear: both;
    z-index: 1;
    
}

#txt{
    width: 95%;
    height: 73px;
    overflow: auto;
    color:#577734;
    font-family:Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    padding-left: 12px;
    padding-top: 15px;
    margin: 0;
    clear: both;
}

/* ie6 hack */
#txt{
    padding-left: 0;
    padding-top: 0;
}
/* end hack */

div#txt p.bodytext{
    color:#577734;
    width: 95%;
    height: 73px;
    font-family:Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    padding-left: 0;
    padding-top: 0;
    margin: 0;
}

#footer_img{
    margin-top: 15px;
    float: left;
    
    color:#577734;
    font-family:Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
    font-size:9pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}
#footer_img a{
    margin-top: 15px;
    
    color:#577734;
    font-family:Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
    font-size:9pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}


#language_selector{
     margin-top: 15px;
    padding: 0; 
    float: right;
    
}

.langmenu{
    margin: 0;
    padding: 0; 
  
}

.langmenultem{
     margin: 0;
    padding: 0;
    list-style: none;
    display: inline;   
}

.langmenultemACT{
    width: 0;
    height: 0;
    display: none;
}

#epilog, #epilog a img{
    border: 0;
    text-align: center;
    color:#577734;
    font-family:Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
    font-size:9pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    margin-top: 50px;
    margin-bottom: 20px;
    border: 0;
}

div#txt .csc-default{
    height: 100%;
}
/*
ul.cssmenu_ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    font-family: Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
    font-size: 8pt;
}
li.cssmenu_li{
    border-right: 1px dashed #C0C0C0;
    padding-top: 5px;
    
}

li.cssmenu_li a{
    color: black;
    text-decoration: none;
}
*/

/*------------------------------------------------------------*/

ul.menu, ul.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    font-family: Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
    font-size: 8pt;
    /*width: 100%;*/
}



ul.menu a {
    display: block;
    padding: 3px 7px 3px 7px;
    font-weight:normal;
    color: black;
    text-decoration: none;
}

ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
    background-color: white;
    float:left;
    border:1px solid #26383D;
}


ul.menu ul {
    margin-left:0;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: #577734;
    display:none;
    min-width:110px;
    border: 1px solid white;
    z-index: 1;
}

li.secondLevelElement a{
    padding: 0 10px;
    color: white;
    padding:0;
    padding-left: 10px;
    padding-right: 10px;
    margin:0;
    background-image: none;
    float:left;
    border:0;
    font-family: Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
    font-size: 8pt;
    text-decoration: none;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:180px;
}



/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:left;
    clear: left;
    background-color: transparent;
    border: 0;
    padding-top: 5px;
}



/*------------------------------------------------------------*/

#banner{
    text-align: center;
    width: 100%;
    height: 25px;
}
 
#footer{
 height:118px; 
  background-color:#ECEFEF; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


h1 {
    color:#FFFFFF;
    font-family:Helvetica;
    font-size:13pt;
    margin: 0;
    padding: 20px 0 0 51px;

}

ul.csc-bulletlist{
    padding-left: 15px;
    margin: 0 0 0 20px;
    margin-top: 5px;
    color:#FFFFFF;
    font-family:Helvetica;
    font-size:9pt;
}
#footer2 ul.csc-bulletlist{
    margin-left: 51px;
    margin-top: 10px;
}


.csc-default{
    height: 342px;
    overflow: auto;
    color:#FFFFFF;
    font-family:Helvetica;
    font-size:9pt;
}
p.bodytext{
    padding-left: 30px;
    padding-right: 20px;
}
p.bodytext a{
    text-decoration: underline;
    color: #aa2b18;
}

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

.csc-mailform-field{
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    clear: both;
}

.csc-mailform-field select, textarea, input{    
    float: left;
    margin-left: 20px;
    
}
.csc-mailform-field label{
    margin-left: 20px;
    float: left;
    width: 80px;
}
/*
#menuItem_121 a{
    color: #b00101;
    font-weight: bold;  
}
*/
.contenttable{
  width: 100%;
  padding: 5px 10px 0px 51px;
}
.tr-even{
    height: 35px;
    /*background-color: #d1cc95;*/
    background-image: url(../../img/row_bg.gif);
}
.tr-odd{
    height: 35px;
    background-image: url(../../img/row_bg2.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
.td-0{
    padding: 0;
    padding-left: 2px;
}
.td-1, .td-2, .td-3{
    width: 87px;
    text-align: center;
    padding: 0;

}
td b{
    /*color: #aa2b18;*/
    color: #577734;
}
td b a{
    text-decoration: underline;
    /*color: #aa2b18;*/
    color: #577734;
}

div#gmapmarker, div#gmapDirHead{
    margin-top: 5px;
    color: black;
    font-family:Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
    font-size:8pt;
    font-style:normal;
    font-weight:normal;
}


/* mailform **********************************************************/
label{
  float: left;
  clear: left;
  width: 150px;
}

.csc-mailform-radio{
	float: right;

	clear: both;
    margin-right: 233px;
}

fieldset{
	width: 550px;
	float: left;
	clear: both;
    border: 0;
}

/*
div.csc-mailform-field{
  display: block;
 	clear: 		both;
}
*/
#leftcol .csc-mailform-check{
  width: 1em;
  background-color:#E6E9CD; 
}

#leftcol .csc-mailform-submit{
  width:50px;
  margin-left: 150px;
}

#leftcol form{
	margin:		2em 0;
	padding: 5px;
}

#leftcol label{
  float: left;
  width: 150px;
}

#leftcol input{
  background-color: #E6E9CD;
  margin-bottom: 5px;
}

#leftcol textarea{
  background-color: #E6E9CD;
  width: 230px;
  margin-bottom: 5px;
  height: 100px;
}


dl.csc-textpic-image{
    width: 436px;
    margin-bottom: 0px !important;
}

h1 img{
}

.align-center .bodytext{
    color:#577734;
font-family:Helvetica,"MS Sans Serif",Arial,Tahoma,sans-serif;
font-size:9pt;
font-style:normal;
font-weight:normal;
text-decoration:none;
}

#footer1 .csc-default{
    height: 118px;
}
#footer2 .csc-default{
    height: 118px;
}
#footer3 .csc-default{
    height: 118px;
}
#footer4 .csc-default{
    height: 118px;
}
#footer5 .csc-default{
    height: 118px;
}
#footer6 .csc-default{
    height: 118px;
}
#mainImageLeftLower .csc-default{
    height: 100%;
}
#mainImageLeftUpper .csc-default{
    height: 100%;
}
