/* Standards */


html {
	height: 100%;
    margin-bottom: 1px;
	overflow-y:scroll;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 100.1%;
	color: #323232;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #ffab33;
}

h1 {
     color: #4e3cbe;
	 font-size: 1.3em;
	 font-family: "Times New Roman", "Times", serif;
	 line-height: 0.8em; 
	 margin-bottom: 5px;
}

h2 { 
     font-size: 1.5em;
	 font-family: "Times New Roman", "Times", serif;
	 margin-bottom: 18px;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
     text-decoration: none;
}

#wrapper {
     width: 800px;
	 margin: 10px auto 0px;
}

/* header */

#header {
	width: 760px;
	height: 300px;
	margin: 0px 20px 0px 20px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

/* ende header */

/* content */

#wrapper_content {
     width: 800px;
	 margin-top: 20px;
}

#content {
    width: 590px;
	float:right;
	margin: 0px 20px 0px 20px;
}

#content p {
     font-size: 0.8em;
	 text-align: justify;
}

#sidebar {
     width: 150px;
	 margin-left: 20px;
	 float:left;
	 font-family: "Times New Roman", "Times", serif;
}

#sidebar a:link, a:visited {
     font-family: "Times New Roman", "Times", serif;
}

/* Navigation */

.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;

}

.navcontainer li {
     margin: 0; 
}

.navcontainer a
{
    display: block;
    padding-left: 5px;
	width: 133px;
	line-height: 24px;
	background-image: url(images/bg_navi.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;;
}

.navcontainer a:link, #navlist a:visited
{
     color: #FFFFFF;
     text-decoration: none;
}

.navcontainer a:hover{
     background-image: url(images/bg_active.jpg);
	 color:#FEEA94;
}

#active a:link, #active a:visited, #active a:hover {
     background-image: url(images/bg_active.jpg);
}


/* ende content */

#footer {
     width: 760px;
	 margin: 20px 20px 0px 20px;	 
	 height: 50px;
	 font-size: 0.8em;
	 text-align:right;
}

/* EXTRAS */

img { 
     float:left;
	 padding: 0px 20px 15px 0px;
}

.clear {
     clear:both;
}

.img_right {
     float: right;
     padding: 0px 0px 15px 20px;
}

.bildnachweis {
     float:left;
	 padding-right: 7px;
 }