
body{
  text-align:center;
  background:#404040;
}

#div_main{
  position:relative;
  width:900px;
  overflow:hidden;
  background:#FCB216;
  margin:auto;
  text-align:left;
  border:1px solid white;
}

/*  Hack damit der IE 5 alles korrekt anzeigt
	* html wird nur von IE 5 und IE 6 interpretiert
	width: wird von IE 5 und IE 6 interpretiert
	w\idth: wird nur von IE 5 interpretiert
*/
* html #div_main{
  width:901px;
  w\idth:900px;
}

#div_title{
  position:relative;
  float:left;
  width:225px;
  height:100px;
  background-image:url("images/Logo.gif");
}

#div_header{
  position:relative;
  float:right;
  width:674px;
  height:100px;
  background-image:url("images/header.gif");
  border-left:1px solid white;
}

#div_menu{
  position:relative;
  float:left;
  width:225px;
  background:#BBBBBB;
  border-top:1px solid white;
  border-bottom:1px solid white;
}

#div_content{
  position:relative;
  float:right;
  width:674px;
  min-height:600px;
  background:#EDEDED;
  border-left:1px solid white;
}

/* Erneuter IE Hack, wird nur von IE 6 und IE 5 interpretiert, da diese kein min-height kennen */
* html #div_content {
	height:600px;
}


/* Style for the interior of div_menu */
#div_menu ul{
  margin-top:10px;
}

#div_menu li {
  list-style: none;
  margin-left:-20px;
  font-family:Arial;
}

#div_menu a, #div_menu a:visited{
  text-decoration: none;
  color: black;
}

#div_menu a:hover{
  text-decoration: none;
  color: white;
}


/* Style for the interior of div_content */
#div_content p{
  margin:10px 10px 10px 20px;
  font-family:Arial;
}

#div_content h1{
  margin:5px 10px 10px 20px;
  border-bottom: 1px solid grey;
  font-family:Arial;
  color:#202020;
}

#div_content h2{
  margin:5px 10px 10px 20px;
  font-family:Arial;
  color:#202020;
}

#div_content a, #div_content a:visited{
	color:black;
}

#div_content a:hover{
	color:#909090;
}

#div_content table{
  margin:10px 10px 10px 20px;
  font-family:Arial;
}
#div_content_smallfont{
	font-family:Arial;
	font-size:12px;
}
#div_content table td{
	vertical-align: top
}

#div_content .table_dienstleistungen{
  margin:10px 10px 10px 20px;
  font-family:Arial;
  font-size:13pt;
}

/*
 * Bildstyle für Bertschi news:
 * Text fliesst um Bild herum.
 */
.floatimage {
    float:left;
    padding:5px; 
    background-color:#FFF;
    margin-right: 10px;
    margin-bottom:10px;
    margin-left:20px;
    margin-top:10px;
    border: 1px solid #CCC !important;
}
