html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	background-image: url(../GRAFIK/bgfront.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

div#container {
	position:absolute;
	border: 0px;
	top:0px;
	left:50%;
	width:820px;
	margin-top:0px;
	margin-left:-400px;
}

div#header {
	width:100%;
	padding:0;
	z-index:1;
	height: 120px;
	}

div#content {
	width:820px;
	background-image:url(../grafik/bg.gif);
	left: 0;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	z-index:2;
	height: 540px;
	}

div#blog {
	width:800px;
	background-image:url(../grafik/bg.gif);
	position: relative;
	overflow-y: hidden;
	z-index:2;
	height: 610px;
	padding-left: 10px;
	padding-right: 0px;
	}
	
div#footer {
	width:100%;
	padding:0;
	z-index:1;
	}
	
div#marginbottom {
	width:100%;
	padding:0;
	z-index:1;
	height:20px;
	}
	
.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #999999;

} 
.floatimgright {
	float:right;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #999999;

} 
hr { 
	border: 0;
	list-style:
	width: 800px;
	color: #46366c;
	background-color: #46366c;
	height: 2px;
	padding-left:150px;
	
}
iframe { 
	border: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
