body {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #666;
margin-top:20px;
height: 100%;
}
#rahmen { width:930px; border:1px solid #666; margin:auto; padding:1px;}

a:link {color: #fff;text-decoration: none;}
a:visited {color: #fff;text-decoration: none;}
a:hover, a:focus {color: #fff;text-decoration: underline;}
a:active {color: #fff;}

a.gray:link {color: #666;text-decoration: underline;}
a.gray:visited {color: #666;text-decoration: underline;}
a.gray:hover, a:focus {color: #666;text-decoration: underline;}
a.gray:active {color: #666;}

a.black:link {color: #000;text-decoration: none;}
a.black:visited {color: #000;text-decoration: none;}
a.black:hover, a:focus {color: #000;text-decoration: none;}
a.black:active {color: #000;}

a.red:link {color: #f00;text-decoration: none;}
a.red:visited {color: #f00;text-decoration: none;}
a.red:hover, a:focus {color: #f00;text-decoration: none;}
a.red:active {color: #f00;}

.white{ color:#fff; font-size:1.1em;}

p {margin:5px; line-height:1.5em; font-size:1em;}

h1 {font-size: 1.1em; font-weight: bold; color: #c00; margin:2px;}
h2 {font-size: 1.1em; font-weight: bold; color: #fff; margin:2px 2px 2px 5px;}
h3 {font-size: 1em; font-weight: bold; color: #09c;}
hr {height: 1px;}

.box1, .box2, .box3, .box4, .box5, .box6{
padding:2px;
border:0.1em solid #c00;
width:154px;
float:left;}

.box1{background:#fff;}
.box2{background:#fff;}
.box3{background:#fff;}
.box4{background:#fff;}
.box5{background:#fff;}
.box6{background:#fff;}

.border-r-u { border-bottom: 1px solid #666; border-right: 1px solid #666;}
.border-r-o { border-top: 1px solid #666; border-right: 1px solid #666;}
.border-r-l-u { border-bottom: 1px solid #666; border-right: 1px solid #666; border-left: 1px solid #666;}
.border-r-l-o { border-top: 1px solid #666; border-right: 1px solid #666; border-left: 1px solid #666;}
.border-r-l { border-right: 1px solid #666; border-left: 1px solid #666;}
.border-l-o { border-top: 1px solid #666; border-left: 1px solid #666;}
.border-l-u { border-bottom: 1px solid #666; border-left: 1px solid #666;}
.border-u { border-bottom: 1px solid #666;}
.border-o { border-top: 1px solid #666;}
.border-r { border-right: 1px solid #666;}

ul { list-style-image: url(images/arrow_bg_white.gif); line-height:1.3em;}

#content {padding:20px 30px 20px 50px;}

.img-center-text {margin-bottom:-4px; padding:0;}

a.back {
background-image: url(images/arrow_left.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 15px;
color:#666;
}


/*************************************  Hauptmenue ***************************************************/
#menue{
margin:0px;
padding: 0;
height:25px;
background-color:#a3a3a3;
width:100%;
font-size:1em;
border-top:1px solid #fff;
}
* html #menue {float:left;}

#menue ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#menue ul li {
display: inline;
float: left;
text-align: center;
padding: .5em 0 .4em 0px;
margin: 0;
background-image: url(images/arrow_bg_gray.gif);
background-repeat: no-repeat;
background-position: 1.4em center;
}

*html #menue ul li {
display: inline;
float: left;
text-align: center;
padding: .5em 0 .6em 0px;
margin: 0;
}

#menue ul li a{
border-left: 1px solid #fff;
padding: .6em 11px .5em 30px;
margin: 0;
color: #fff;
text-decoration: none;

}
*html #menue ul li a{padding: .6em 11px .6em 30px;}
