/* CSS Document */
body,td,th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #FFF;
	height:100;
	margin:0;
	padding:0;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#999999;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-track-color:#FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
}
h1,h2 {
	color: #333;
	font-family: "Courier New", Courier, monospace;
}
.dunkel14 {
	color: #333;
	font-size: 14px;
}
.dunkel10 {
	color: #333;
	font-size: 10px;
}
.dunkel8 {
	color: #333;
	font-size: 8px;
}
.hell10 {
	color: #959595;
	font-size: 11px;
}
.hell14 {
	color: #959595;
	font-size: 14px;
}
.hell {
	color: #959595;
}
.fastweiss {
	color: #FEFEFE;
	font-size: 1px;
}
.blocksatz {
	text-align: justify;
}
#Head {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 70px;
	background-color: #FFF;
	z-index: 3;
}
#Language {
	position: fixed;
	right: 50px;
	bottom: 30px;
	width: 200px;
	height: 15px;
	z-index: 4;
	text-align:  right;
}
#imageContainer {
	position: relative;
	top: 60px;
	margin: auto;
	width: 416px;
	height: 555px;
	overflow: hidden;
}

