/*basic elements*/
html,body {
        margin: 0px;
        font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
}
#container{
        width: 800px;
        background-repeat: repeat-y;
        background-position: right;
        margin: 0 auto;
        padding-left: 1px;
        font-size: 15px;
        background-image: url(../images/back.png);
}
#header {
        width: 100%;
        height: 220px;
        background-image: url(../images/headerneu.jpg);
        background-position: center;
        background-repeat: repeat-x 0% 0%;
        border-bottom: medium solid #fff;
        border-top: medium solid #fff;
}
#content {
        float: right;
        width: 78%;
        padding-top: 3%;
        padding-left: 1%;
        padding-right: 1%;
        font-family: "Trebuchet MS", Tahoma, sans-serif;
        font-size: 15px;
}
#left {
        float: left;
        width: 20%;
}
#footer {
        width: 100%;
        clear: both;
        text-align: center;
        color: #005ea8;
        padding: 2px;
        background: #66b5c2;
        font-size: small;
        font-weight: lighter;
        font-family: sans-serif;
        font-variant: small-caps;
}

#dekor{
        float: right;
        margin: 20px;
        padding: 1px;
        border: thin outset #005ea8;
        max-height: 300px;
        max-width: 400px;
}
#dekol{
        float: left;
        margin: 20px;
        padding: 1px;
        border: thin outset #005ea8;
        max-height: 300px;
        max-width: 400px;
        }

#deko{

        margin: 20px;
        padding: 1px;
        border: thin outset #005ea8;
        max-height: 400px;
        max-width: 500px;
        }


#sons{
        float:left;
        margin: 5px;
        }

}
#text{
        max-width: 250px;
        float: left;
        margin: 5px;
        padding: 2px;
        }
#border        {
        max-width: 500px;
        float: left;
        margin: 5px;
        padding: 2px;
        }

#naviul{
        font: Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
        font-size: 15px;
        line-height: 20px;
        list-style-image: url(../images/dot.jpg);
        }






/*sidebar*/
#navcontainer {
        background: #fff;
        margin: 0 auto;
        padding: 1px 0;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 15px;
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 200px;
        padding: 0.5em 0 0.5em 0.5em;
        color: #777;
        text-decoration: none;
        background: #fff;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #005ea8;
        font-weight: bolder;
        color: #fff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #fff;
        background: #005ea8;
}
/*sonstiges*/
a {
        text-decoration: underline;
        color: #005ea8;
        outline: none;
}
a:visited {
        color: #005ea8;
}
a:active {
        color: #005ea8;
}
a:hover {
        color: maroon;
        text-decoration: underline;
}
.ahem {
        display: none;
        }
strong, b {
        font-weight: bold;
        }
p {
        font-size: 15px;
        line-height: 22px;
        text-align: justify;
        margin-top: 20px;
        margin-bottom: 10px;
        }

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #b22222;
	margin-top: 0;
	text-align: center;
	margin-bottom: 0;
	text-decoration: underline;
}
h2 {
        font-size: 18px;
        color: #005ea8;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        }
h3 {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        }
h4 {
        font-size: 14px;
        line-height: 26px;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        }
h5 {
        font-size: 12px;
        line-height: 22px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
        }
h6 {
        font-size: 10px;
        line-height: 18px;
        font-weight: bold;
        margin: 6px 6px 6px 6px;
        padding: 10px 10px 10px 10px;
}
