/*Standard-Layout*/
body
{
	background-color:rgb(51,51,0);
	background-image:url(../images/jugendstil2.jpg);
	background-repeat:no-repeat;
	background-position:left 30%;
	font-family:"Arial","Helvetica",sans-serif;
	font-size:100%;
	color:rgb(26,48,40);
}

#container
{
	width:802px;
	padding:10px 0 10px 10px;
	margin:0 auto 0 auto;
	border:1px solid rgb(127,127,127);
}

#kopf
{
 	width:778px;
 	height:150px;
 	margin:0 auto 0 auto ;
 	background-color:rgb(219,219,3);
 	background-image:url(../images/jugendstil3.jpg);
 	background-repeat: no-repeat;
 	background-position:right 50%;
 	border:1px solid rgb(127,127,127);
}
#mitte
{
 	width:778px;
 	height:566px;
 	margin:10px auto 10px auto ;
 	background-color:rgb(194,194,4);
 	border:1px solid rgb(127,127,127);

}

#fuss
{
 	width:778px;
 	height:50px;
 	margin:10px auto 0 auto ;
 	background-color:rgb(219,219,3);
 	border:1px solid rgb(127,127,127);
}

#nav
{
	float:left;
	width:200px;
	margin:10px;
	height:511px;
	background-color:rgb(219,219,3);
	border:1px solid rgb(127,127,127);
}
#inhalt
{
	float:left;
	width:510px;
	height:491px;
	margin:10px 10px 10px 0;
	padding:10px 10px 10px 20px;
	background-image:url(../images/hg_inhalt.jpg); 
	background-repeat:no-repeat; 
	background-position:right bottom;
	border:1px solid rgb(127,127,127);

}
#inhalt h1
{
 	float:left;
	width:440px;
	height:37px;
	margin:0 ;
	padding-left:50px;
	padding-top:20px;
	font-family:sans-serif;
	font-size:25px; 
	border:1px solid rgb(127,127,127);

	
}

.box1
{
 	float:left;
 	width:90px;
 	height:90px;
	margin:10px 15px 10px 0;
	padding:10px;
	font-size:75%;
	border:1px solid rgb(127,127,127);

}
.box2
{
 	float:left;
 	width:216px;
 	height:90px;
	margin:10px 15px 10px 0;
	padding:10px;
	font-size:75%;
	border:1px solid rgb(127,127,127);


}
.box3
{
 	float:left;
 	width:90px;
 	height:222px;
	margin:10px 15px 10px 0;
	padding:10px;
	font-size:75%;
	border:1px solid rgb(127,127,127);

}
.box4
{
 	float:left;
 	width:343px;
 	height:90px;
	margin:10px 15px 10px 0;
	padding:10px;
	font-size:75%;
	border:1px solid rgb(127,127,127);


}
.box5
{
	float:left;
	clear:both;
	height:90px;
	width:482px;
	margin-top:10px;
	padding:5px;
	font-size:75%;
	border:1px solid rgb(127,127,127);


}
.box6
{
 	float:left;
 	width:300px;
 	height:90px;
	margin:10px 15px 10px 0;
	padding:10px;
	font-size:75%;
	border:1px solid rgb(127,127,127);

}
.box7
{
 	float:left;
 	width:132px;
 	height:90px;
	margin:10px 15px 10px 0;
	padding:10px;
	font-size:75%;
	border:1px solid rgb(127,127,127);

}


/*Navigation */
ul#Navigation 
{
    width: 10em;
    margin: 0; 
    padding: 0.2em 0.8em 0.8em;
}
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
ul#Navigation li 
{
    list-style: none;
    margin: 0.4em; 
    padding: 0;
}

 ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
    display:block;
    padding: 0.2em;
    text-decoration: none; 
    font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color:rgb(219,219,3); 
    background-color:rgb(51,51,0);
}
  * html ul#Navigation a, * html ul#Navigation span, * html ul#Navigation h2 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
 ul#Navigation a:hover, ul#Navigation span 
 {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: rgb(51,51,0); background-color: rgb(194,194,4);
 }
  ul#Navigation h2 
 {
    font-size: 1em;
    margin: 1.1em 0 0;
    border-color: gray;
    color: black; 
    background-color: #eee;
}
.logo
{
	float:left;
	margin:5px 5px 5px 30px;
}
div p
{
	margin-top:5px;
}
#quell
{
	list-style-image:url(../images/list1.png);
	margin:10px;
	padding:10px;
	width:95%;
	
}
#quell li
{
	border-bottom:1px solid rgb(127,127,127);
	font-size:90%;
	
}

#quell a, #quell a:visited
{
	text-decoration:none;
	background-color:rgb(219,219,3);
	color:rgb(26,48,40);
	padding:0 5px 0 5px;
	text-align:right;

}
#quell a:hover
{
	background-color:rgb(26,48,40);
	color:rgb(219,219,3);

}
