body {
        margin: 0;
        padding: 0;
        background-color: #000000;
        font-family: Verdana, Helvetica, sans-serif;
        color: #000000;
}

a:link {color:#000080;
text-decoration: none}

a:visited{color:#000080;
text-decoration: none}

a:hover{color:#B00000;
text-decoration: none}

a:active{color:#B00000;
text-decoration: none}

#center {
        width:1000px;
        margin:auto;
}

#top {
        width:994px;
        background-color: #DAFFAA;
        text-align: center;
        padding: 3px;
        margin:1px auto;
        -moz-border-radius:10px; /* Firefox */
        -webkit-border-radius:10px; /* Safari, Chrome */
        -khtml-border-radius:10px; /* Konqueror */
        border-radius:10px; /* CSS3 */
        behavior:url(css/border-radius.htc);}

#content_right_blind {
         float: right;
         width: 290px;
         float: auto;}

#content_left_blind {
         float: left;
         width: 690px;
         float: auto;}

#content_right {
         float:right;
         width: 288px;
         background-color: #DAFFAA;
         font-size: 70%;
         padding: 5px;
         margin:1px auto;
        -moz-border-radius:10px; /* Firefox */
        -webkit-border-radius:10px; /* Safari, Chrome */
        -khtml-border-radius:10px; /* Konqueror */
        border-radius:10px; /* CSS3 */
        behavior:url(css/border-radius.htc);}
.leftimg {float: left; margin-right: 10px; margin-bottom: 3px;}
.rightimg {float: right; margin-left: 10px; margin-bottom: 3px;}

#content_left {
        width: 690px;
        background-color: #E9F9BB;
        font-size: 70%;
        padding: 5px;
        margin:1px auto;
        float:left;
        -moz-border-radius:10px; /* Firefox */
        -webkit-border-radius:10px; /* Safari, Chrome */
        -khtml-border-radius:10px; /* Konqueror */
        border-radius:10px; /* CSS3 */
        behavior:url(css/border-radius.htc);}


#layout_kursiv_right {
        font-style: italic;
        font-size: 0.8em;
        text-align: right;
}

#layout_kursiv {
         font-style: italic;
}

#blog_foot {
         text-align: right;
         font-style: italic;
         font-size: 0.8em;
         clear: both;
}

#gallery_foot {
         text-align: right;
         font-style: italic;
         font-size: 0.8em;
}

#free_foot {
         text-align: right;
         font-style: italic;
         font-size: 0.8em;
}


#layout_center {
         text-align: center;
}

#layout_right {
         text-align: right;
}

#layout_line {
         border-bottom-color: black;
         border-bottom-style: double;
}

#right_single_block{
         border-width: 1px;
         border-color: #000000;
         border-bottom-style: dotted;
         padding: 2px;
}