/* CSS Document */
html,body {
	
	font-family: Arial, Verdana, san-serif;
	font-size:12px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;	
	position:relative;
}

#container {
	position: fixed;/*fixed*/
	left: 50%;
	margin-left: -1000px;
	width: 2000px;
	height: 640px;
	bottom: 0px;
	background-image: url(./dieliebezurfotografie.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow: auto;
}

table {
	background-color:#0F9;
}

#eins {
	position: fixed;/*fixed*/
	overflow:hidden;
	width: 384px;
	height: 384px;
	left: 50%;
	margin-left: -315px;
	bottom: 161px;
	/*background-color:#093;*/
	
	
}

#zwei {
	position: fixed;/*fixed*/
	width: 190px;
	height: 386px;
	left: 50%;
	margin-left: 180px;
	bottom: 55px;
	overflow: auto;
	/*background-color:#930;*/
}

#footer {
	position: fixed;/*fixed*/
	overflow:hidden;
	width: 570px;
	height: 90px;
	left: 50%;
	margin-left: -410px;
	bottom: 27px;
	text-align: center;
	/*background-color:#903;*/
}

#zeile1 {
	margin-top: 11px;
}
#zeile2,#zeile3 {
	margin-top: 5px;
}

h1      {
	font-size:14px;
	}
	
h2      {
	font-size:13px;
	}
	
h3      {
	font-size:12px;
	}	

h4      {
	font-size:11px;
	}

h5      {
	font-size:10px;
	}
	
h6      {
	font-size:9px;
	}	
	

