/* ----- Seitenlayout -----*/

#kopfbereich {
  background-color: #ffffff;
	position: relative;
  width: 800px;
  
  margin: 0px;

  padding: 0px;
  padding-left: 10px;

	border: 0px;
  /*border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;*/

  font-size: 20px;
  line-height: normal;
  font-family: verdana;
  text-align: center;
  text-weight: bold;

}


#inhalt {
	position: relative;
    width: 600px;

    margin: 0px;

    padding: 0px;
    padding-left: 10px;
    padding-right: 0px;
    
    /*border-left: 1px dotted black;
    border-right: 1px dotted black;
    border: 1px dotted black;*/

    font-family: verdana;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
}

#navihor {
	position: relative;
    width: 800px;
    height: 20px;

    margin: 0px;

    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    
  	border: 0px;

    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    font-family: verdana;
    text-align: left;

	background-color: #ffffff;
/*    background: url(../images/bg_navi_hor.gif);*/
}

#navilinks {
	  position: relative;
    width: 180px;

    margin: 0px;

    padding: 10px;
    
    border: 0px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;

    /*line-height: 15px;
    font-family: verdana;
    font-size: 11px;
    text-align: justify;
    background-color: #fff;*/
}

#navirechts {
	  position: relative;
    width: 170px;

    margin: 0px;

    padding: 10px;
 
    border: 0px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;

    font-size: 11px;
    line-height: 15px;
    font-family: verdana;
    text-align: justify;
    background-color: #fff;
}

#fussbereich {
	position: relative;
    width: 800px;
    height: 20px;

    margin: 0px;

    padding: 10px;
    
    border: 0px;

    font-family: verdana;
    font-size: 10px;
    line-height: normal;
    text-align: center;
    background-color: #fff;
}
