/*
	Author: jEnNe
*/
body {
    margin: 0;
    padding: 0;
    background: url(../img/bg.jpg) repeat-x fixed #f5f5f5;
    color: #003D60;
    font: 80% Verdana, verdana, sans-serif;
}
#container {
    border: 1px solid #f3641e;
    width: 58%;
    min-width: 600px;
    color: #003D60;
    margin: 15px auto 0 auto;
    background: #fff;
}
.pdf {
    display: block; 
    height: 260px; 
    width: 58%; 
    min-width: 600px;
    position: absolute; 
    margin-top: 35px;}
#header{
    text-align: center;
    margin: 0;
    background: url(../img/ausweis.jpg) 50% 55px no-repeat #ddd;
    height: 275px;
    border-bottom: 1px solid #027ec8;
}
#header h1, #header h1 a{
  color: #000;
  margin: 20px 0 0 0;
  font-family: Times;

}
#navi {
  width: 58%; 
min-width: 600px;
  position: absolute; 
  margin: 0; 
  height: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  background: url(../img/navi.jpg) repeat-x #027ec8;
  
}

#navi li {
    float: left;
    text-align: right;
    margin: -1px 0 -1px 20px;
    padding: 0 10px;
    list-style-type: none;
}

#navi li a {
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff1c8;
    padding: 5px;
    text-decoration: none;

}
#navi li a:hover {
    font-weight: bold;
    border-bottom: 2px solid #f3641e;
}
#navi a .linkinfo, #header a .linkinfo, #navi.active:hover .linkinfo {
    display: none;
    position: absolute;
}
#navi li a:hover .linkinfo, #header a:hover .linkinfo{
   display: block;
   position: absolute; 
   left:100px;
   text-align: left;
   padding: 5px; 
   margin: 5px; z-index: 100;
   background: #fff; 
   border: 1px solid #555;
   color: #000;
   font-weight: normal;}

#header a:hover .linkinfo {left:5%;top: 40px;}
.navon {
    color: #fff;
    background:#027ec8;  
    letter-spacing: 1px;
    font-weight: bold;}

#content{
    color: #555;
    padding: 0;
    background: #fff;

}
.text {
    padding: 2px 6px;
    margin: 0 10px;
    background: #fff;
    color: #333;
    line-height: 20px;
}
#content a:link {
    color: #027ec8;
    text-decoration: none;
    border-bottom: 1px solid #f3641e;
}
#content a:visited {
    color: #565;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}
#content a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    background: #f2f2f2;
}
#footer {
    background: #f3641e;
    text-align: right;
    color: #eee;
    margin: 10px 0 0 0;
    height: 30px;
    padding: 0;
}
#footer a:link, #footer a:visited {
    color: #fff;
    text-decoration: none;
    padding: 1px;
}
#footer a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}
#footer p {padding: 0 5px; text-align: justify;}
.hide {
    visibility: hidden;
    display: none;
}
h1 {
    font-size: 250%;
    font-variant: small-caps;
    padding: 0.5em 0.2em 0.5em;
    font-weight: normal;
}
h2 {
  font-family: "Trebuchet MS";
    font-size: 145%;
    padding: 0 0.5em 0.2em;
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #AF5532;
}
h3 {font-family: "Trebuchet MS";
    font-size: 125%;
    padding-left: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #422014;
    border: 1px solid #eee;
    background: #F8F8F8;
}
ul {
    margin: 0;
}
li {
    list-style: square;
    padding-top: 2px;
}
.links {
    float: left;
    width: 60%;
    padding-right: 1%;
}
.rechts {
    float: right;
    width: 37%;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    padding: 2px;
}
.small {
    font-size: 85%;
}

.box {
    text-align: justify;
    color: #003D60;
    width: 70%;
    margin: 10px auto;
    font-weight: bold; 
    text-align: center;
    border: solid #eee;
    border-width: 5px;
}
.kursiv {
    font-style: italic; 
    font-weight: normal;}
.fonty {
    letter-spacing: -1px;
    color: #15537a;
    margin: 0;
    padding-left: 10px;}

.imgre {float: right;}
.logo {position: absolute; width: 58%; margin: -15px auto;text-align: center;}