﻿
/* CSS Document */

body {
        /*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background-image:url(fw2.jpg);*/
        margin: 20px;
        background-color:#FFC;
        padding: 0;
        color: #FFC;

}



ul, ol, dl {
        padding: 0;
        margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;
        padding-right: 15px;
        padding-left: 15px;
        font-family:"Comic Sans MS";
}
a img {
        border: none;
}


a:link {
        color:#FFC;
        text-decoration: underline;
}
a:visited {
        color: #FFC;
        text-decoration: underline;
}
a:hover, a:active, a:focus {
        text-decoration: none;
}








.container {
        width: 980px;
                background:#FFC;



position: absolute; left: 50%; width: 980px; margin-left: -490px;

        /*max-width: 1260px;
        min-width: 780px *
        background: brown;

        border:14px solid #000;

        padding: 100px 100px 100px 100px ;
        border:1px solid #000;*/
         border-color:#630 ;
          border-width: 14px;

            border-image: url(Holz.png) 64 64 64 64 stretch repeat;
                -moz-border-image: url(holz.png) 64 64 64 64 stretch stretch;

border-style:solid;




        height:1025px;
}


.header {
                background:#FFC;
        width: 980px;
        height:190px;

         margin: -14px 00px 00px -14px ;

         border-color:#630 ;
         border-width: 14px;

            border-image: url(Holz.png) 64 64 64 64 stretch repeat;

        -moz-border-image: url(holz.png) 64 64 64 64 stretch stretch;

border-style:solid;







}

.logo {

        width: 0px;
        height:190px;
        float:left;
/*        border-width: 7px;

            border-image: url(holz.png) 64 64 64 64 stretch repeat;*/
}
.banner {
        background:#FFC;
        width:650px;
        height:190px;
        float:left;
 /*  border-width: 14px;

            border-image: url(holz.png) 64 64 64 64 stretch repeat;*/
}

.sidebar1 {
        float: left;
        width: 200px;
        background:#FFC;
        padding-bottom: 10px;
        height:810px;
        font:"Comic Sans MS", cursive;

                margin:  -14px  0 0 -14px ;
                border-color:#630;
                 border-width: 14px;

            border-image: url(Holz.png) 64 64 64 64 stretch repeat;
                -moz-border-image: url(holz.png) 64 64 64 64 stretch stretch;

border-style:solid;




}
.content {
                background:#FFC;
        padding: 15px 20px 20px 25px;
        width: 696px;
        float: left;
/*        border-width: 14px;

            border-image: url(holz.png) 64 64 64 64 stretch repeat;*/
}

.bild {
        padding: 90px    ;
        background-image:url(Holzrahmen.png);
        background-repeat:no-repeat;
        height:600px;
        color:#000
/*        border-width: 14px;

            border-image: url(holz.png) 64 64 64 64 stretch repeat;*/
}







.content ul, .content ol {
        padding: 0 15px 15px 40px;
}


ul.nav {
        list-style: none;
        border-top: 2px solid #666;
        margin-bottom: 15px;
        font-size: 24px;
        font-family:"Comic Sans MS";
}
ul.nav li {
        border-bottom: 30px solid #cff;
}
ul.nav a, ul.nav a:visited {
        padding: 5px 5px 5px 15px;
        display: block;
        text-decoration: none;
        background:#cff;
        color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
        background: #6F7D94;
        color: #FFF;
        font-family:"Comic Sans MS", cursive;
font:"Comic Sans MS", cursive;
}


.fltrt {
        float: right;
        margin-left: 8px;
}
.fltlft {
        float: left;
        margin-right: 8px;
}
.clearfloat {
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
-->