/* Fuer die Druckausgabe ueberfluessiges abschalten */
#links{
display: none;
}

html{
     margin:0;
     padding:0;
     border:0;
}

body{
     font-family:Verdana,Arial,sans-serif;
     font-size:10pt;
     line-height:1.3em;
     color:black;
     text-align:center;
     background-color:rgb(255,102,0);
     background-image:url(bilder/background.png);
     background-repeat:repeat-x;
}

#seite{
     width:770px;
     margin-top:0px;
     margin-right:auto;
     margin-bottom:5px;
     margin-left:auto;
     text-align:left;

}

#kopfleiste{
     width:770px;
     heigth:120px;
     background-color:white;
     border-right:3px solid rgb(255,135,0);
     border-bottom:3px solid rgb(255,175,0);
     margin:10px 0 0 0;
     text-align:center;
}

#logo {
     padding:10px 0px 10px 0px;
     width:450px; overflow:hidden;}


#links{
     position:absolute;
     top:130px;
     width:180px;
     float:left;
     font-size:10pt;

}



#box{
     background-color:white;
     border-right:3px solid rgb(255,135,0);
     border-bottom:3px solid rgb(255,175,0);
     margin:15px 0px 0px 0px;
     padding:0px 0px 2px 0px;


}

#boxkopfleiste{
     background-color:rgb(255,102,0);
     color:white;
     height:1.5em;
     margin:0px;
     padding:2px 5px 2px 10px;
     font-weight:bold;


}
#menue{
     color:black;
     margin:0px 5px 0px 10px;
}

#menue ul{
     list-style-type:none;
     padding:5px 0px 5px 0px;
     margin:0;
}
#menue li{
     padding:3px 0px 3px 0px;
     margin-right:5px;
}

#menue a:link {
     text-decoration:underline;
     color:rgb(0,128,0);
}
#menue a:visited {
     text-decoration:underline;
     color:rgb(153,204,0);
}
#menue a:hover {
     text-decoration:underline;
     color:rgb(255,102,0);
}
#menue a:active {
     text-decoration:underline;
     color:rgb(0,128,0);
}
#menue a:focus {
     text-decoration:underline;
     color:rgb(255,102,0);
}
#menue .auswahl {
     text-decoration:underline;
     font-weight:bold;
     color:rgb(255,102,0);
}



#boxtext p{
     color:black;
     margin:10px 5px 10px 10px;
}

#boxtext a:link {
     text-decoration:underline;
     color:rgb(0,128,0);
}
#boxtext a:visited {
     text-decoration:underline;
     color:rgb(153,204,0);
}
#boxtext a:hover {
     text-decoration:underline;
     color:rgb(255,102,0);
}
#boxtext a:active {
     text-decoration:underline;
     color:rgb(0,128,0);
}
#boxtext a:focus {
     text-decoration:underline;
     color:rgb(255,102,0);
}

#sponsoren p{
     margin:5px 0px 5px 0px;
     text-align:center;
}

#sponsoren a:link {
     text-decoration:none;
}

#inhalt{
     width:550px;
     margin-top:15px;
     padding:10px 10px 10px 10px;
     background-color:white;
     border-right:3px solid rgb(255,135,0);
     border-bottom:3px solid rgb(255,175,0);

}

#inhalt h1{
     clear:both;
     margin:0;padding:0;
     font-size:14pt;
     font-weight:bold;
     color:rgb(0,128,0);
     border-bottom:1px solid rgb(0,128,0);
}



#inhalt a:link {
     text-decoration:underline;
     color:rgb(0,128,0);
}
#inhalt a:visited {
     text-decoration:underline;
     color:rgb(153,204,0);
}
#inhalt a:hover {
     text-decoration:underline;
     color:rgb(255,102,0);
}
#inhalt a:active {
     text-decoration:underline;
     color:rgb(0,128,0);
}
#inhalt a:focus {
     text-decoration:underline;
     color:rgb(255,102,0);
}
#inhalt table{
     font-family:Verdana,Arial,sans-serif;
     font-size:10pt;
}

#bildlinks {
     float:left;
     padding:5px 10px 0px 0px;
}
#bildrechts {
     float:right;
     padding:5px 0px 10px 0px;
}

#impressum{
     font-size:8pt;
     text-align:center;
     }
