* {
        margin: .2em;
        padding: .2em;
}
body {
        background : url(back_all.jpg);
        background-color : #669966;
        font-family : verdana, garamond, sans-serif;
        color: #003333;
        font-size : 100%;
        width: 100%;
}
.tab1 {
        background: #669966;
        width: 98%;
        text-align: center;
        margin: .5em;
        padding: 5px;
}
.tab2 {
        border: 4px solid #003333;
        background-image: url('hg2.jpg');
        text-align: center;
        width: 97%;
        margin: 3px;
        padding: 3px;
}
.tab3 {
        border: 1px solid #003333;
        background-color: #ffffff;
        font-size: 2.5em;
        border-bottom: 4px solid #003333;
        text-align: center;
        font-weight: bold;
}
#page {
        width : 95%;
        background-color: #ffffff;
        margin-top : 25px;
        margin-left : 25px;
        margin-bottom : 30px;
}
#pagefach {
        width : 95%;
        height: 660px;
        background-color: #ffffff;
        margin-top : 25px;
        margin-left : 20px;
        margin-bottom : 30px;
}
#pagetipps {
        width : 95%;
        margin-top : 25px;
        margin-left : 30px;
        margin-bottom : 30px;
        background-color: #ffffff;
}
#content {
        float : left;
        width : 99%;
        background-color: #ffffff;
        margin-left : auto;
        margin-top : 30px;
        padding: 15px 0 0 5px;
        background : url(middle.jpg) no-repeat;
}
#contentfach {
        float : left;
        width : 99%;
        background-color: #ffffff;
        margin-left : auto;
        margin-top : 30px;
        padding: 15px 0 0 5px;
        background : url(middle.jpg) no-repeat;
}
#content ul, li, ol {
        font-family : arial, garamond, verdana, sans-serif;
        margin-left : 50px;
        line-height : 15px;
        font-size: .9em;
        text-align: left;
}
.roman {
        list-style:upper-roman;
}
.lower {
        list-style:lower-alpha;
}
.circle {
        list-style:circle;
}
.square {
        list-style:square;
}
.pulldown {
        font-size: .9em;
        font-weight: bold;
        color: #003333;
        background-color: #EFEFEF;
}
h1 {
        font-size: 1.2em;
        text-align: center;
}
h2 {
        font-size: 1em;
        text-align: center;
        font-weight: bold;
}
h4 {
        font-size: 1.1em;
        text-align: center;
}
h5 {
        font-size: .8em;
        text-align: center;
        letter-spacing: 2pt;
        font-weight: bold;
}
p.center1 {
        font-size: .8em;
        text-align: left;
        margin-left: 30px;
}
p.center2 {
        font-size: .9em;
        text-align: center;
}
p.center3 {
        font-size: .8em;
        text-align: center;
        letter-spacing: 2pt;
        font-weight: bold;
}
p.center4 {
        font-size: 1em;
        text-align: left;
        letter-spacing: 2pt;
        font-weight: bold;
        margin-left: 25px;
}
p.center5 {
        font-size: .7em;
}
.link1 a:link {
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #003333;
}
.link1 a:visited {
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #003333;
}
.link1 a:active {
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #000000;
}
.link1 a:hover {
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: underline overline;
        color: #C64142;
}
a:link {
        color: #0000FF;
        text-decoration: None;
}
a:visited {
        color: #003333;
        text-decoration: None;
}
a:hover {
        color: #C64142;
        text-decoration: None;
}
a:active {
        color: #C64142;
        text-decoration: None;
}
div.hr {
        width: 95%;
        background-color: #669966;
        height: 1px;
        border: 2px solid #003333;
        margin-left : 20px;
}