@charset "UTF-8";
body {
        font-family: Verdana, Geneva, sans-serif;
        font-size:10px;
        background-color: rgb(204, 204, 255);

}

h2 {
        font-family: Verdana, Geneva, sans-serif;
        font-size:18px;
        color:#00549f;
}
h1 {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 24px;
 font-weight: bold;
 text-align: left;
 color:#00549f;
}

h3 {
        font-family: Verdana, Geneva, sans-serif;
        font-size:15px;
        color:#00549f;
}


.seite {
        min-height:100%;
        min-width:720px;
        position:relative;
        width:100%;
}
.clear:after, .box .content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#body {
    margin: 0 auto;
    padding: 24px 0 57px;
    text-align: left;
    width: 734px;
}
.header {
        background: url("images/logo.gif") no-repeat;
        height:56px;
        width:100%;
        position:relative;
        }
.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C0C0C0;
    position: relative;
    width: 100%;
}
.box em {
    background: url("images/ecken.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 11px;
    overflow: hidden;
    position: absolute;
    width: 11px;
}
.box em.lo {
    background-position: 0 0;
    left: -1px;
    top: -1px;
}
.box em.ro {
    background-position: -29px 0;
    right: -1px;
    top: -1px;
}
.box em.lu {
    background-position: 0 -29px;
    bottom: -1px;
    left: -1px;
}
.box em.ru {
    background-position: -29px -29px;
    bottom: -1px;
    right: -1px;
}
.welt {
        float:left;
}

.textinbox {
        padding:10px;
        text-align: left;
}
li {
        left:25px;
        position:relative;
}
a {
        text-decoration:none;
        color:#000;
}

a:hover { text-decoration:none; font-weight:bold; background-color:#00549f; }
a:active { color:#0000EE; background-color:#FFFF99; font-weight:bold; }
