body {
    font-family: arial;
    font-size: 11px;
    color: #005596;
    line-height: 1.4em;
    /*background: #DDDDDD;*/
    margin: 0;
}

.clear {
    clear: both;
}



a {
    text-decoration: none;
    color: #005596;
}


#rahmen {
    /*background: #fff;*/
    width: 750px;
    padding: 10px 30px;
    margin: 0 auto;
}

#container {
    width: 750px;
    margin: 0 auto;
}

#header {
    width: 740px;
    float: left;
    position: relative;
    background: url(../img/head.jpg) no-repeat;
    height: 300px;
    margin: 0px 5px 20px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#language_balken {
    position: absolute;
    height: 25px;
    width: 100%;
    background: url(../../all_sites/img/w70.png) repeat;
    top: 0px;
    left: 0px;
    z-index:5;
    text-align:right;
}

#language_balken span {
    padding: 0 10px 0 0;
    line-height: 25px;
    font-size: 11px;
}


#logo {
    position: absolute;
    width: 170px;
    height: 78px;
    background: url(../../all_sites/img/logo.png) no-repeat;
    top: 0px;
    left: 20px;
    z-index: 10;
}

h1.head {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    color:#005596;
}

h1 {
   font-weight: bold;
}

h2 {
    font-weight: normal;
}
.image {
    float: left;
    width: 140px;
    height: 140px;
    background: white;
    margin: 5px;
    position: relative;
}

.bild img {
    border-radius: 5px;
}

.right {
    float: right;
}
.bild {

}

.big {
    width: 290px;
    height: 290px;
}

.fact {
    background: #E0E0E0;
    border-radius: 5px;
}

.text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 55px;
    padding: 10px;
    margin-bottom: -50px;
    background: url('../../all_sites/img/w90.png');
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    border-top: 1px solid white;
}



.big .text {
    width: 270px;
    height: 170px;
}

.fbig, .fbigmed {
    float: left;
    width: 100%;
    font-size: 4em;
    text-align: center;
    margin: 20px 0 20px 0;
    font-weight: bold;
}

.fbigmed {
    font-size: 3em;
}

.fmed {
    float: left;
    width: 130px;
    text-align: center;
    padding: 0 5px;
}


#footer {
    margin: 20px 0 0 0;
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
    font-size: 12px;
}

#footer li {
    float:right;
    background: none;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}

ul {
    list-style:none;
    margin: 0;
    line-height: 1.4em;
}

li {
    background: url(img/arrow.gif) no-repeat top left;
    padding: 5px 0 5px 15px;
    background-position: 0px 11px;
}

li a {
    color: #666;
}


.pr0 {
    padding-right: 0px !important;
}