/* *************************************************************************** */
/* LAYOUT-STYLES 					                                           */
/* *************************************************************************** */

/* *************************************************************************** */
/* ALLGEMEINE STYLES                                                           */
/* *************************************************************************** */

.floatRight {
  float:right;
  text-align:right;
}
.floatLeft  {
    float: left;
    text-align:left;
    margin-top: 8px;
}
.clearBoth {
  clear:both;
  line-height:1px;
}


/* *************************************************************************** */
/* BODY                                                                        */
/* *************************************************************************** */
img { border:0px; }
/* BODY-BEREICH */
.webBody {
  margin:auto;
  padding:0;
}
#webBodyDiv {
  margin:auto;
  width:726px;
  text-align:left;
}

#webContentDiv {
  margin-left:10px;
}

#webFooter {
  background-image: url(../graphic/verlauf_hoch_footer.jpg);  
}


/* *************************************************************************** */
/* HEADER                                                                      */
/* *************************************************************************** */
#webHeaderDiv {
  width:100%;
  padding:0;
  margin:0 0 1px 0;
  height:50px;
  
}
.webHeadTitleDiv {
  display:none;
  float:left;
  margin:0;
  padding:13px 0 0 10px;
}
#webLogoDiv {
  width:140px;
  height:80px;
  float:left;
}


/* *************************************************************************** */
/* GLOBAL NAVIGATION                                                          */
/* *************************************************************************** */

#firstnavicontent {
    width:auto;
    font-size:0px;
    padding-top: 7px;
}
#firstnavicontent ul {
	padding: 0px;
	margin: 0px;
}
#firstnavicontent ul li {
	margin: 0px;
    list-style: none;
	display: inline;
}

#firstnavicontent ul li a {
	width: 130px;
	height: 20px;
	margin: 0px 0px 0px 0px;
    font-size:12px;
	font-weight: bold;
    text-align:center;	
    float: right;
	color: #548948;
	white-space: nowrap;
	border-right: 1px solid #999999;
}

#firstnavicontent ul li a:link, 
#firstnavicontent ul li a:visited {
 	text-decoration: none;
}
#firstnavicontent ul li a:hover, 
#firstnavicontent ul li a:active {
    text-align:center;
	text-decoration: none;
}


/* *************************************************************************** */
/* LINKBOX                                                                      */
/* *************************************************************************** */

.linkbox {
  text-align:right;
  margin: 15px 0 30px 0;
  float:right;

}


/* *************************************************************************** */
/* Fusszeile                                                         */
/* *************************************************************************** */

.foot {
  margin: auto;
  background-image: url(../graphic/verlauf_hoch_footer.jpg); 
  
}

.FooterPart {
  margin: 20px 40px 10px 30px;
  float: left;
  width: 150px;
  font-size: 12px;
  color: #999999;
  
}


.FooterBox {
  padding-left: 5px;
  height: 25px;
  width: 150px;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #999999;
  
}


#webFooter {
  height: 200px;
  width: 726px;
  margin:auto;


}






