* {
margin: 0;
padding: 0;
}

body {
background: url(images/gen_bg.gif);
font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

img.logo {
margin: 12px 0 12px 12px;
}

a img {
border: 0;
}
a.link, a.mail, a.extern, a.std {
text-decoration: none;
color: #0000FF;
padding-left: 16px;
}
a.link {
background: url(images/gen_link.gif) no-repeat;
}
a.mail {
background: url(images/gen_mail.gif) no-repeat;
}
a.extern {
background: url(images/gen_extern.gif) no-repeat;
}
a.link:hover, a.mail:hover, a.extern:hover, a.std:hover {
color: #FF0000;
}

span {
display: none;
}
a.detail {
text-decoration: none;
color: #000000;
background: url(images/gen_detail.gif) no-repeat right;
padding-right: 16px;
border-bottom: 1px #000000 dotted;
}
a.detail:hover span {
display: inline;
position: absolute;
width: 400px;
padding: 2px;
margin-left: -25px;
margin-top: 18px;
background-color: #B2CDE0;
border: 1px #000000 dotted;
text-align: justify;
}

#box_main, #box_footer {
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
width: 700px;
margin-left: auto;
margin-right: auto;
}
#box_main {
border-top: 1px #000000 solid;
margin-top: 25px;
background-color: #FFFFFF;
}
  #box_stripes {
  width: 700px;
  height: 50px;
  background: url(images/gen_stripes.gif) repeat-x;
  }
  #content {
  padding-left: 10px;
  padding-right: 5px;
  width: 460px;
  float: left;
  }
    #content h1 {
    font-size: 18px;
    padding-bottom: 5px;
    background: url(images/gen_dot.gif) repeat-x left bottom;
    }
    #content h2 {
    font-size: 14px;
    padding-bottom: 5px;
    margin-left: 20px;
    background: url(images/gen_dot.gif) repeat-x left bottom;
    }
    #content font {
    font-size: 12px;
    padding: 20px;
    display: block;
    }
    #content ul {
    padding-left: 60px;
    font-size: 12px;
    }
    #content ul.list, #content ul.ref_list {
    list-style-image: url(images/gen_tick.gif);
    margin-bottom: 20px;
    }
    #content ul.ref_list {
    padding-left: 30px;
    }
    #content div.backlink {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    }
    #content table.kontakt {
    font-size: 12px;
    margin: 0 0 20px 20px;
    }
    #content td {
    vertical-align: top;
    }
    #content table {
    font-size: 12px;
    margin: 0 20px 20px 20px;
    }
    #content td.width {
    width: 170px;
    }
    #content input, textarea {
    margin-bottom: 5px;
    padding: 2px 5px;
    border: 1px solid #000000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    width: 250px;
    }
    #content textarea {
    height: 100px;
    }
    #content input.submit {
    font-weight: bold;
    font-size: 10px;
    width: auto;
    background-color: #B2CDE0;
    background-image: url(images/gen_send.gif);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    padding-left: 18px;
    }
  #sidebar {
  padding-left: 5px;
  padding-right: 10px;
  width: 210px;
  float: right;
  }
    #sidebar h1 {
    font-size: 12px;
    padding-bottom: 5px;
    background: url(images/gen_dot.gif) repeat-x left bottom;
    }
    #sidebar font {
    font-size: 12px;
    padding: 20px;
    display: block;
    }
    #sidebar form {
    font-size: 10px;
    font-weight: bold;
    padding: 20px;
    }
    #sidebar input {
    margin-bottom: 5px;
    padding: 2px 5px;
    border: 1px solid #000000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    }
    #sidebar input.submit {
    background-color: #B2CDE0;
    background-image: url(images/gen_key.gif);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    font-size: 10px;
    font-weight: bold;
    padding-left: 18px;
    }
#box_footer {
background-color: #000000;
margin-bottom: 25px;
}
  #box_footer font {
  color: #5F5F5F;
  padding: 5px 10px 5px 0;
  font-size: 10px;
  display: block;
  text-align: right;
  }
  #box_footer a {
  color: #5F5F5F;
  text-decoration: none;
  }
  #box_footer a:hover {
  text-decoration: underline;
  }

#navigation {
margin: 0;
padding: 5px 0 20px 10px;
border-bottom: 1px solid #000000;
border-top: 1px dotted #AFAFAF;
font-variant: small-caps;	
}
#navigation li {
display: inline;
list-style-type: none;
}
#navigation a:link, #navigation a:visited {
float: left;
font-size: 12px;
line-height: 14px;
font-weight: bold;
margin: 0 5px 0 5px;
padding: 0 0 2px 18px;
text-decoration: none;
color: #5F5F5F;
background-repeat: no-repeat;
}
#navigation a.active:link, #navigation a.active:visited, #navigation a:hover {
border-bottom: 4px solid #FF9900;
padding-bottom: 2px;
color: #000000;
}
