/* CSS Document */



/*BeginnNav Links 

#navcontainer {
	background: #f0e7d7;
	width: 136px;
	margin: 0 auto;
	padding: 0.6em 0 0 0;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
	z-index: 3;
}

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

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

ul#navlist li a {
        display: block;
        width: 90%;
        padding: 0.3em 0 0.2em 0.4em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
}

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

ul#navlist li#active a {
        background: #f0e7d7;
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}
Ende Nav */



body {
	background-color:#F7E7D6;
}

h1 {
	font-size: medium;
	text-align:center;
	color: #800000;
}

.header {
	position:absolute;
	width:800px;
	height:88px;
	z-index:1;
	background-color: #f7f2ea;
	left: 10px;
	top: 16px;
	
    /*background-color:    #FFFFFF;*/
    /*border-bottom-style: none;*/
    border-top-width:    1px;
    border-top-style:    solid;
    border-top-color:    #FF3366;
	border-right-width:  1px;
    border-right-style:  solid;
    border-right-color:  #FF3366;
	border-left-width:   1px;
    border-left-style:   solid;
    border-left-color:   #FF3366;
}
.main {
	position:absolute;
	/*	width:780px;
	height:287px; */
	z-index:2;
	left: 10px;
	top: 103px;
	width: 800px;
	height: 392px;
	background-color: #f7f2ea;
    border-right-width:  1px;
    border-bottom-width: 1px;
    border-left-width:   1px;
    border-top-style:    none;
    border-right-style:  solid;
    border-bottom-style: none;
    border-left-style:   solid;
    border-right-color:  #FF3366;
    border-left-color:   #FF3366;	
}
.nav {
	position:absolute;
	width:130px;
	height:223px;
	z-index:3;
	/*	background-color: #f0e7d7;*/
background-color: #f7f2ea;
	left: 7px;
	top: 28px;
	}
	
.fuss {
	position:relative;
		left: -1px;
	height:15px;
	width: 800px;
	background-color: #f7f2ea;
	color: #800000;
	border-left: 1px;
	border-left-color: #FF0000;
	border-left-style: solid;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.inhalt {
	background-color: #f0e7d7;
	margin: 0px 10px 0px 140px;
	position: relative;
	height: 377px;
	color: #800000;
	font-size:12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	
}


#logo2 {
	position:absolute;
	width:505px;
	height:81px;
	left:197px;
	text-align: center;
	color: #800000;
	font-size: 24px;
}

.lg2 { font-size:24px;
		color: #800000;
	}

#navoben {
    background-color: #f7f2ea;
    position:         absolute;
    height:           21px;
    width:            556px;
    top:              -22px;
    left:             94px;
}

#logo_bild {
	position:absolute;
	width:90px;
	height:126px;
	z-index:3;
	left: 40px;
	top: 21px;
}

