div#Seite {
	width:742px;
	margin: 0 auto 0 auto;
	padding:0;
	text-align: left;
	background-image:url(../img/2_bg.gif);
}
div#Layout {
	position:relative;
	background-image:url(../img/2_kopf.jpg);
	background-repeat:no-repeat;
	width: 742px;
	height:449px;
	top:0;
	margin: 0;
	padding:0;
	z-index:1;
}

div#Inhalt, div.wiki edit {
	position:relative;
	margin-top: -260px;
	margin-left: 220px;
	padding: 1em;
	width: 335px;
	z-index:2;
}
div#Inhalt h1 {
	margin-top: 0;
}
div#Kontakt {
	font-size: 0.7em;
	margin-bottom: 6em;
	display: none;
}

.DruckLogo {
	float: right;
}
.zurueck {
	clear: both;
	margin:0;
	font-size: 1.5em;
}


p#Fusszeile {
	clear: both;
	position: relative;
    font-size: 0.75em;
    margin:0;
	padding: 1em 0 2em 0;
    text-align: center;
	color:#000;
}
#auflistung li {
	margin-top: 2em;
}

.wikiNavBar{
	/*font-size: 90%;*/
	position: absolute;
    padding: 0;
    margin: 0 0 0 50px;
	top:200px;
	z-index:3;
	text-align:right;
	color:#406EA9;
    }
    .wikiNavBar ul {
		width:115px;
        list-style-type: none;
        margin: 0;
        padding: 0;
     }
	.wikiNavBar li img {
		/*float: right;*/
	}

	.wikiNavBar ul a {	
        /*display: block;*/
        padding: 0px 4px 0px 4px;
        /*font-weight:bold;*/
        text-decoration: none;
	}
    .wikiNavBar ul.wikiNavBarDepth2 a { 
        margin: 0px 0 0 10px;
	}
    .wikiNavBar ul.wikiNavBarDepth3 a { 
        margin: 0px 0 0 20px;
    }
    .wikiNavBar ul.wikiNavBarDepth4 a { 
        margin: 0px 0 0 30px;
    }
    .wikiNavBar li.activebutton {
        background-color:#7291A6;
	    }
    .wikiNavBar li.activebutton a {
		color:#fff;
    }
	.wikiNavBar li.inactivebutton a:hover {
        background-color:#406EA9;
		color:#fff;
    }
    .wikiNavBar li.activebutton a:hover {
        background-color:#406EA9;
		color:#fff;
       /* display: block;*/
    }

