#body {	
	text-align: center;
}

#seitenbereich {
	font-family: "trebuchet MS", sans-serif;
	text-align: center;
	margin: 0 auto;
	width: 1080px;
}

#kopfzeile {
	color: white;
	font-size: 56pt;
	font-weight: bold;
	font-variant: small-caps;
}

#box1 {
	font-size: 35pt;
	text-align: left;
	color: darkred;
	background-color: rgba(255, 204, 10, 0.9);
	border: 5px red solid;
	border-radius: 20px;
	padding: 20px;
	float: left;
	width: 800px;
	top: 200px;
	
}

#box1 .ebene01 {list-style-type: square;}
#box1 .ebene02 {list-style-type: "- ";}

#box1 a:link	{color: darkred; font-weight: bold; text-decoration:none;}
#box1 a:visited	{color: darkred; text-decoration:none;}
#box1 a:focus	{color: red; text-decoration:none;}
#box1 a:hover	{color: red; text-decoration:none;}
#box1 a:active	{color: red; text-decoration:none;}


#box2 {
	font-size: 50pt;
	color: darkgreen;
	text-align: left;
	border: 5px darkgreen solid;
	border-radius: 20px;

	padding-right:9px;
	padding-bottom:20px;
	padding-left:9px;
	width:800px;
    	float:left;
	background-color: rgba(153, 255, 51, 0.7);
}

#box2 .ebene02 {list-style-type: "- ";}

#box2 a:link	{color: darkgreen; font-weight: bold; text-decoration:none;}
#box2 a:visited	{color: darkgreen; text-decoration:none;}
#box2 a:focus	{color: red; text-decoration:none;}
#box2 a:hover	{color: red; text-decoration:none;}
#box2 a:active	{color: red; text-decoration:none;}

#navi {
	color: darkblue;
	font-size: 50pt;
	text-align: left;
	border: 5px darkblue solid;
	border-radius: 20px;
    	float:left;
    	width:1080px;
    	background-color: rgba(102, 153, 255, 0.7);
}

#navi .ebene01 {list-style-type: square;}

#navi a:link	{color: rgb(0,0,51); font-weight: bold; text-decoration:none;}
#navi a:visited	{color: rgb(0,0,51); text-decoration:none;}
#navi a:focus	{color: red; text-decoration:none;}
#navi a:hover	{color: red; text-decoration:none;}
#navi a:active	{color: red; text-decoration:none;}

#bildervorschau {
	border: 5px red solid;
	border-radius: 20px;
	background-color:rgba(255, 255, 20, 0.7);
	padding: 8px;
	width:12em;
	margin-top:31em;
	float:right;
}

#bilder a:link	{color: darkred; text-decoration:none;}
#bilder a:visited	{color: darkred; text-decoration:none;}
#bilder a:focus	{color: darkred; text-decoration:none;}
#bilder a:hover	{color: red; text-decoration:none;}
#bilder a:active	{color: red; text-decoration:none;}


body	{
	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
}