/* CSS Document */
* {
	font-size: 100.01%;
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../images/hg_briefmarke.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
    scrollbar-base-color: #f9e0ac;
	scrollbar-3dlight-color: #f7c67a;
	scrollbar-arrow-color: #990000;
	scrollbar-darkshadow-color: #f7c67a;
	scrollbar-track-color: #f7c67a;


}


#container_gesamt
{
	width: 800px;
	height: 600px;
	border: 1px solid;
	z-index: 4;

}

#kopf {

	background-image: url(../images/kopf_hg.jpg);
	position:absolute;
	width: 800px;
	height: 100px;
	z-index: 5;
}

ul {
	list-style-type: none;
}

#container_navi{

	position:absolute;
	top: 100px;
	width: 240px;
	height: 470px;
	z-index: 5;
	
}

#navi {
	
	position:absolute;
	top: 20px;
	left: 10px;
	width: 210px;
	height: 430px;
	z-index: 5;
	
}



#navi li {

padding-bottom:6px;

}

#container_inhalt {
	
	
	position:absolute;
	top: 100px;
	left: 230px;
	width: 540px;
	height: 470px;
	z-index: 5;

}

#inhalt{

	position:absolute;
	top: 20px;
	left: 10px;
	width: 540px;
	height: 430px;
	z-index: 5;
	overflow:auto;
	padding: 10px;


}

#fuss {

	position:absolute;
	left: 242px;
	top: 519px;
	width: 558px;
	height: 20px;
	z-index: 5;
	padding-top: 10px;
	font-size: 10px

}
#zufallsbild {

	position:absolute;
	left: 300px;
	top: 350px;
	width: 150px;
	height: 100px;
	z-index: 10;
	padding-top: 10px;

}


.ueberschrift {
font-size: 1.2em;
margin-bottom: 6px;
text-decoration:underline;
}

.blocks {

	text-align:justify;
}

.hg {
	height: 200px;									/*höhe der box*/
	width: 300px;									/*breite der box*/
	background-image:url(../images/eckbild.jpg);		/*hintergrundbild*/
	background-repeat:no-repeat;
	position:absolute; 
	bottom:0px;	right:0px; overflow:visible;
	z-index: 0;										/*bestimmt die reihenfolge der ebene*/
	overflow: auto;
}

a:link {
	color: #660000;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}

