body {
background-attachment: ;
background-repeat: repeat;
background-image:url('back.png');
background-color: #EFE8E2;

}

td {

line-height: 20px;
font-size: 12px;
font-family: verdana;
color: #705E60;
text-align: justify;
letter-spacing: 0;
margin: 4px 4px 4px; }


/* Links */

a:link{color:#2983AE; letter-spacing: 0; text-decoration: underline; cursor: ;}
a:visited {color:#2983AE; letter-spacing: 0; text-decoration: underline; cursor: ;}
a:active{color:#2983AE; letter-spacing: 0; text-decoration: underline; cursor: ;}
a:hover {color:#201E20; letter-spacing: 0; text-decoration: ; cursor: ;}




#header {
        color: #4A4A4A;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:70%;
        background: url(d01.png);
        background-color: #369ECF;
        height: 95px;
        margin: 0 auto;
        width: 100%px;
        clear: both;
}

.content {
padding: 5px;
background-color: #ffffff;
}


/* Kasten */

blockquote {
margin: 5px 5px 5px 5px;
        background-color:#E4E6E6;
        padding: 5px;
         color: #000000;
         border-right: 2px solid #2983AE;
         border-bottom: 2px solid #2983AE;
         background-repeat: repeat-x;
         -moz-border-radius: 10px 10px 10px 10px; /* Firefox */
-webkit-border-radius: 10px 10px 10px 10px; /* WebKit */
border-radius: 10px 10px 10px 10px; /* Standard */

}

.kopf {
padding: 5px;
border-bottom: 3px solid #2983AE;
border-top: 2px dotted #2983AE;
background-color:#E4E6E6;
color: #1E759E;
}

.tab1 {
padding: 5px;
border-bottom: 1px solid #2983AE;
border-left: 1px solid #2983AE;
color: #626363;
width: 200px;
}

.tab2 {
padding: 5px;
border-bottom: 1px solid #2983AE;
border-left: 1px solid #2983AE;
border-right: 1px solid #2983AE;
color: #626363;
width: 400px;
}



/* Buttons */


#navi {

    z-index: 10;


}
.navicon {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}
.navb { width: 180px; height: 80px; }
.navimg { width: 80px; height: 80px; }

.navt {
    width: 80px;
    height: 80px;
    font-family: consolas;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #302f2f;
    line-height: 80px;
    text-align: center;
    float: left;
    margin-left: -80px;
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
}

.navicon:hover .navt { margin-left: 0;}



h1 {
margin: 5px 0px 10px 2px;
padding-top: 6px;
padding-bottom: 4px;
padding-left: 0px;
font-size: 26px;
letter-spacing: 1px;
color: #2E8CB9;
font-family: Helvetica;

font-variant: small-caps;
text-align: left;
text-shadow:#AEAEAE 0px 0px 0px;
border-bottom: 0px dotted #D9698D;

}

b { color: #61737C; }


.bild, a.bild {
border: 2px solid #ffffff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px}


.bild:hover, a.bild:hover{
border: 2px solid #369ECF;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px}
}




/* Schnellleiste */


.pagination2{
padding: 4px;
}

.pagination2 ul{
margin: 8px 20px 10px 0px;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 10px;
font-family: verdana;
}

.pagination2 li{
list-style-type: none;
display: inline;
padding-bottom: 2px;
}

.pagination2 a, .pagination2 a:visited{
padding: 10px 15px 10px 15px;
background-color: #3CADE3;
border: 0px solid #3CADE3;
text-decoration:none;
text-transform: uppercase;
color: #ffffff;
margin: 8px 10px 10px 0px;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.9s;
-moz-border-radius: 50px 50px 50px 50px; /* Firefox */
-webkit-border-radius: 50px 50px 50px 50px; /* WebKit */
border-radius: 50px 50px 50px 50px; /* Standard */
}

.pagination2 a:hover, .pagination2 a:active{
border: 0px solid #BC3F68;
color: #000000;
background-color: #ffffff;
text-decoration: none;
}

.pagination2 a.currentpage{
background-color: #485723;
text-decoration: none;
color: #ffffff;
border-color: #485723;
font-weight: bold;
cursor: default;
}

.pagination2 a.disablelink, .pagination2 a.disablelink:hover{
background-color: white;
cursor: default;
color: #000000;
border-color: 1px dottet #485723;
font-weight: normal;
}

.pagination2 a.prevnext{
font-weight: bold;
}