/* CSS Document */

/*
 Allgemeine Seiteneigenschaften
*/

body {
 background-color:#000000;
 font:Georgia, "Times New Roman", Times, serif;
 color:#667588;
 padding: 15px 15px 25px 40px;
}

a img {
 border: 0;
}

a:link {
 color: #d2deec;
 text-decoration:none;
}

a:visited {
 color: #92a8c1;
 text-decoration:none;
}

a:hover {
 color: #92a8c1;
 font-weight:bold;
 text-decoration:underline;
}

a:active {
 color: #f78017;
 text-decoration:blink;
}


/*
Seitenaufbau
*/

#rahmen {
 background-color:#000000;
 padding:15px 10px 15px 10px;
 width:auto;
 height:auto;
 display:block;
}

#header {
 height:200px;
 width:966px;
 margin: 3px auto;
 padding-right:5px;
 border: 1px solid #4f769a;
 }
 
#navi_oben {
 background-color:#000000;
 height:35px;
 width:970px;
 border: 1px solid #4f769a;
 margin: 5px auto;
 }
 
.button_box {
 background-color:#000000;
 float:left;
 height:32px;
 width:180px;
 }

.button_box_in {
 font-family:Courier New, Courier, mono;
 font-size:1.1em;
 text-align:right;
 padding: 5px;
 }

.clear {
clear:left;
}

#hauptteil {
 width: 966px;
 padding:5px 0	0 5px;
 margin:10px auto;
 border: 1px solid #4f769a;
}

#menu_li {
width: 190px;
float:left;
}

.button_box_li {
  background-image:url(homepagegrafiken/button.jpg);
  background-repeat:no-repeat;
 height:83px;
 width:189px;
}

.button_box_liin {
 font-size:16px;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-weight:200;
 text-align:right;
 vertical-align:middle;
 padding:35px 22px 0 30px;
 margin: 1px;
}

#haupttext {
 width:725px;
 float:right;
 color:#667588;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 padding: 0px 10px;
 text-align:left;
 }

/*
Textformatierungen
*/

h1 {
 color: #CE7134;
 margin: 0.5em 0 0 0;
 font-weight:bold;
 font-size:20px;
}

h2 {
 color:#FFFFCC;
 font-weight:lighter;
 font-size:11px;
 font-style:italic;
}
 
h3 {
 color:#FFFFCC;
 font-size:12px;
 font-style:italic;
}
