#box1 { position:absolute; top:0px; left:0px; width:800px; height:600px; z-index:1; }
#box2 { position:absolute; top:0px; left:420x; width:303px; height:70px; z-index:2; }
#box3 { position:absolute; top:135px; left:50px; width:700px; height:25px; z-index:3; }
#box4 { position:absolute; top:190px; left:280px; width:520px; height:220px; z-index:4; }
#box5 { position:absolute; top:510px; left:50px; width:700px; height:50px; z-index:3; }
#box6 { position:absolute; top:180px; left:10px; width:250px; height:500px; z-index:4; }

body {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: rgb(47,90,163);
}

p {
	font-size: 12px;
}

p.intro {
	font-size: 12px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 6px 10px 6px 10px;
}

p.inhalt {
	font-size: 12px;
	text-align: justify;
	margin: 5px;
	padding: 0px;
}

p.umbruch {
	clear: both;
	font-size: 12px;
	text-align: justify;
	margin: 5px;
	padding: 0px;
}


li {
	font-size: 14px;
	padding-bottom: 7px;
}

h1 {
	font-family: Arial, Verdana;
	font-size: 20px;	
	text-align: left;
	color: rgb(47,90,163);
	margin: 0px;
	padding: 0px; 
}
	
h3.seite1 {
	font-family: Arial;
	font-size: 15px;	
	text-align: left;
	margin: 0px;
	padding: 0px; 
}

img {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px solid green; 
	float: left;
}


img.seite1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:5px solid white; 
	float: left;
}

img.rechts {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	border:0px solid green; 
	float: right;
}

img.rahmen {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:5px solid white; 
	float: left;
}

p.rahmen {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:1px solid black; 
	float: left;
}

a:link { font-weight:bold; color:#4682b4; text-decoration:none; border:0px; }
a:visited { font-weight:bold; color:#4682b4; text-decoration:none; border:0px; }
a:focus { font-weight:bold; color:#4682b4; text-decoration:none; border:0px; }
a:hover { font-weight:bold; color:#4682b4; text-decoration:none; border:0px; }
a:active { font-weight:bold; color:#4682b4; text-decoration:none; border:0px; }


