body  {
    background-color : #01692c;
    font : 100% sans-serif;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
}

#rahmen  {
    background-color : #FFFFFF;
    width : 1100px;
    position: absolute;
    left:50%;
    margin-left:-550px;
    padding: 5px;

}

.top {
    width : 1100px;
    height : 35px;
    text-align : right;
}

.header {
    width : 1100px;
    height : 200px;
}

.topnavi {
    width : 1100px;
    height : 35px;
    top : 235px;
    text-align : left;
}

.line {
    width : 1100px;
    height : 5px;
    top : 270px;
    text-align : center;
    background-color : #993333;
}

#content  {
    width: 1100px;
    height: auto;
    float: left;
    position: relative;
    
}

#leftbox  {
    width : 220px;
    min-height: 200px;
    margin-top: 20px;
    float : left;
}

#contentbox  {
    width : 600px;
    margin-top: 20px;
    left : 275px;
    float : left;
    margin-left: 30px;
}

#rightbox  {
    width : 220px;
    min-height: 200px;
    margin-top: 20px;
    margin-left: 30px;
    left : 750px;
    float : right;
}

#navigation {
    font-family : tahoma,verdana,arial,helvetica,sans-serif;
    font-size : 13px;
    line-height: 35px;
    font-weight : bold;
    color : #D3031B;
    letter-spacing : 1,5;
    padding-left: 15px;
}

.navi2 {
    font-family : tahoma,verdana,arial,helvetica,sans-serif;
    font-size : 13px;
    line-height: 35px;
    font-weight : bold;
    color : #D3031B;
    letter-spacing : 1,5;
    padding-left: 15px;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:1100px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:auto;
    margin:0;
    padding:0 0 0 0;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:auto;
    height:35px;
    line-height:35px;
    margin:0;
    padding:0 15px 0 15px;
    font-size:13px;
    color: #007D3B;
    float: left;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    font-weight: bold;
    color : #D3031B;
    text-decoration: none;
    }

#mnavi ul li{
    list-style-type: none;
    
}

#leftbox #mnavi a{
    color: #007D3B;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    background-image: url(../images/pfeil.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
}

#leftbox #mnavi a:hover {
    color : #D3031B;
    background-image: url(../images/pfeil_rot.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
}


.navi A:link {font-weight : bold; color : ##007D3B; text-decoration : =
none;}
.navi A:visited {font-weight : bold; color :##007D3B; text-decoration : =
none;}
.navi A:hover {font-weight : bold; color : #993333; text-decoration : =
none;}
.navi ul {list-style-type: none; margin: 0px; padding: 0px;}
.navi li {display:inline; height: 35px; padding: 18px; =
text-decoration:none;}=20

.navi2  {
    font-family : tahoma,verdana,arial,helvetica,sans-serif;
    font-size : 13px;
    line-height: 35px;
    font-weight : bold;
    color : #D3031B;
    letter-spacing : 1,5;
    padding-left: 15px;
}
.navi2 A:link {font-weight : bold; color : #007D3B; text-decoration : =
none;}
.navi2 A:visited {font-weight : bold; color :#007D3B; text-decoration : =
none;}
.navi2 A:hover {font-weight : bold; color : #D3031B; text-decoration : =
none;}

.text  {
    font-family : verdana,arial,helvetica,sans-serif;
    font-size : 14px;
    line-height: 30px;
    font-weight : normal;
    color : #000000;
    letter-spacing : 1,5;
}
.text A:link {font-weight : bold; color : #007D3B; text-decoration : =
none;}
.text A:visited {font-weight : bold; color :#007D3B; text-decoration : =
none;}
.text A:hover {font-weight : bold; color : #007D3B; text-decoration : =
underline;}
.text B {font-size : 14px; font-weight : bold; color : #D3031B; =
text-decoration : none;}
.text I {font-style : normal; font-size : 14px; font-weight : bold; =
color : #D3031B; text-decoration : none;}



/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
    font-size:15px;
    color:black;
    line-height:22px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding-left: 25px;
    padding-top: 1px;
    font-size:18px;
    font-weight:bold;
    color:#D3031B;
    background-image: url(../images/square-1.jpg);
    background-repeat: no-repeat;
    
}
#content h1 {
    line-height:24px;
}
#content h1 a {
    color:#0060b1;
    text-decoration:none;
}
#content h2 {
    font-size:16px;
    background-image: none;
    padding-left: 0px;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}


/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color: #D3031B;
    text-decoration:none;
    font-weight: bold;
}
a:hover {
    text-decoration:underline;
}