/* CSS Document */
a{
	/* color:#333333; SCHRIFTFARBE???? 
	text-decoration:none;*/
}
a:visited{
	/* color:#333333; SCHRIFTFARBE???? */
}
a img{
	border:none;
}

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		text-align:left; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-384px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:768px;
		width:1024px;
		clear:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
		}
	#container2 {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:500px;
		width:900px;
		clear:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
		}
#header{
	height:80;
	width:836px;
	
	position:absolute;
	top: 0px;
}
#header2{
	height:44;
	width:836px;
	
	position:absolute;
	top: 80px;
}
#inhalt{
	position:absolute;
	top: 140px;
	
	width:836px;
	height:420px;
	
	padding-top:5px;
}
#footer{
	position:absolute;
	top: 565px;
	
	height:170px;
	width:834px;
}
#schriftcontainer{
	float:left;
	width:391px;
	heigth:391px;
	padding:12px;
}
#bildcontainer{
	float:left;
	width:415px;
	heigth:415px;
}

#bildVorschauContainer{
	float:left;
	width:100;
	height:100;
	padding-left:5px;
	padding-bottom:5px;
}

.bighead { color: #000000; font-size: 20px; line-height: 20px; font-family: Helvetica, Verdana, Arial, Geneva, sans-serif }

.head { color: #000000; font-weight: bold; font-size: 16px; line-height: 18px; font-family: Helvetica, Verdana, Arial, Geneva, sans-serif }

.menu { color: #000000; font-weight: bold; font-size: 14px; line-height: 16px; font-family: Helvetica, Verdana, Arial, Geneva, sans-serif }

.text { color: #000000; font-size: 14px; line-height: 16px; font-family: Helvetica, Verdana, Arial, Geneva, sans-serif }

