@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.3em;
color: #666;
height: 100%;
background-image: url(../img/hg.jpg);
background-repeat: repeat-y;
background-position: center;
}

.aussen {
background-image: url(../img/hg.jpg);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 800px;
position: relative;
height: 800px;
}

.innen {
width: 752px;
margin-left: auto;
margin-right: auto;
position: relative;
}

.header {
background-image: url(../img/logo.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 752px;
height: 115px;
position: relative;
left: 1px;
}

.lang_nav {
float: right;
width: 330px;
height: 20px;
position: relative;
top: 90px;
color: #999999;
font-size: 10px;
}

.lang_flags {
float: left;
}

.lang_flags a {
width: 35px;
height: 19px;
background-color: white;
filter: alpha(opacity=30);
opacity: 0.3;
padding-left: 5px;
}

.lang_flags a.lang_active, .lang_flags a:hover {
width: 35px;
height: 19px;
background-color: transparent;
opacity: 1.0;
}

.lang_flags a img {
width: 35px;
height: 19px;

}

.lang_txt {
float: left;
margin-right: 10px;
}

.navleiste {
position: relative;
width: 752px;
height: 33px;
}

.menu {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
 
.menu li {
background-image: url(../img/btn_132px.jpg);
background-repeat: no-repeat;
width: 132px;
height: 33px;
display: block;
list-style: none;
float: left;
margin: 0;
padding: 0;
}

.menu li a {
width: 132px;
height: 33px;
display: block;
margin: 0;
padding: 0;
text-align: center;
color: white;
font-size: 12px;
line-height: 26px;
text-decoration: none;
}  

.menu li a:hover {
width: 132px;
height: 33px;
display: block;
margin: 0;
padding: 0;
text-align: center;
color: white;
font-size: 12px;
line-height: 26px;
text-decoration: underline;
}

.menu li a.menu_active, .menu li a.menu_active:hover {
color: white;
text-decoration: underline;
}

.nav_left {
background-image: url(../img/btn_left.jpg);
background-repeat: no-repeat;
position: relative;
width: 46px;
float: left;
height: 33px;
}

.nav_right {
background-image: url(../img/btn_right.jpg);
background-repeat: no-repeat;
position: relative;
width: 46px;
float: left;
height: 33px;
}

.footer {
border-top: #ddd dashed 2px;
position: relative;
width: 752px;
float: left;
height: 30px;
text-align: center;
color: #999;
font-size: 10px;
line-height: 26px;
}

.footer a {
text-decoration: none;
color: #999;
}

.content_box {
border-top: #ddd dashed 2px;
position: relative;
width: 752px;
height: 123px;
float: left;
text-align: center;
}

.box_blau {
position: relative;
background-image: url(../img/box_blau.png);
background-repeat: no-repeat;
width: 232px;
height: 95px;
float: left;
top: 14px;
left: 14px;
}

.box_gruen {
position: relative;
background-image: url(../img/box_gruen.png);
background-repeat: no-repeat;
width: 232px;
height: 95px;
float: left;
top: 14px;
left: 28px;
}

.box_dublau {
position: relative;
background-image: url(../img/box_dublau.png);
background-repeat: no-repeat;
width: 232px;
height: 95px;
float: left;
top: 14px;
left: 42px;
}

.box_txt {
position: absolute;
width: 137px;
bottom: 20px;
left: 95px;
text-align: left;
}

.box_txt p {
font-size: 13px;
font-weight: bolder;
color: #eee;
padding-bottom: 0px;
margin-bottom: 8px;
}

.box_txt a {
color: #CCCCCC;
text-decoration: underline;
}

.content_bild_full{
position: relative;
width: 752px;
float: left;
top: 14px;
left: 14px;
}

.content_txt_full{
position: relative;
width: 696px;
float: left;
top: 14px;
left: 28px;
right: 28px;
margin-bottom: 28px;
vertical-align: center;
}

h1 {
color: #F59A0E;
font-size: 14px;
font-weight: bold;
}

.orange{
color: #F59A0E;
}


