@font-face {
  font-family: ff-strada-web-pro;}

@font-face {
  font-family: ff-strada-web-pro; font-weight: bold; }

body{
  margin:0px;
  padding:0px;
  font-family:ff-strada-web-pro; sans-serif;
  font-size:1.3em;
  line-height: 1.5em;
  color:#333333;
  background-color:#eeeeee;
}

a{
  text-decoration:none;
  color:#000000;
  border-bottom:1px dotted #000000;
}
a:hover{
  text-decoration:none;
  background-color:#cccccc;
  color:#000000;
  border:none;
}

h1 {  
  font-weight: normal;
  font-size: 2.2em;
  line-height: 2.5em;
  color: #000000;
  padding-top: 0px;
}

h2 {  
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #666666;
  padding-top: 0px;
  padding-bottom: 0px;
}

#header{
  height:15px;
}
#header_image{
  width:1px; /*nur für aufbauphase*/
  height:1px;
  background-image:url("user_upload/img/background_01.gif");
  background-position:top center;
  background-repeat:none;
}
#wrap{
  width:960px;
  position:absolute;
  left:50%;
  margin-left:-480px;
}
#mainpart{
  width:960px;
  float:left;
  background-image:url("user_upload/img/line_01.gif");
  background-repeat:y-repeat;
}
#menu{
  width:200px;
  float:left;
  text-decoration:none;
  line-height: 1.3em;
}
.menu_level1{
  color:#333333;
  font-family:ff-strada-web-pro; sans-serif;
  display: block;
  margin-left: 1px;
  padding-left: 15px;
  padding-right: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color:#eeeeee;
  border-bottom:1px solid #dddddd;

}
.menu_level1:hover{
  color:#000000;
  background-color:#dddddd;
  border-bottom:1px solid #dddddd;
}
.menu_level1_active{
  color:#000000;
  font-family:ff-strada-web-pro; sans-serif;
  font-weight: bold;
  display: block;
  margin-left:1px;
  padding-left: 15px;
  padding-right: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color:#cccccc;
  border-bottom:1px solid #dddddd;
}
.menu_level1_active:hover{
  color:#000000;
  background-color:#cccccc;
  border-bottom:1px solid #dddddd;
}
.menu_level2{
  color:#000000;  
  margin-left:15px;
}
.menu_level2:hover{
  color:#000000;
  background-color:#999999;
}
.menu_level2_active{
  color:#000000;
  margin-left:15px;
  background-color:#999999;
}

#maincontent{
  width:700px;
  float:left;
  padding:30px;
}

#footer{
  width:960px;
  height:50px;
  float:left;
}
a{
  text-decoration:none;
}
