/* CSS - Mark Gillespie */
/* Erstellt von: styloweb internet services */

img, div {
	behavior: url(styles/iepngfix.htc)
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:16px;
	font-weight: bold;
}

#container {
	position:absolute;
	width:955px; 
	height:600px;
	left: 50%; 
	top: 50%; 
	margin-left: -477px; 
	margin-top: -290px;
	z-index:1;
}
#youtube {
	position:absolute;
	left:778px;
	top:0px;
	width:130px;
	height:75px;
	z-index:3;
}
#header {
	position:absolute;
	left:278px;
	top:0px;
	width:500px;
	height:41px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 25px;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:278px;
	height:66px;
	z-index:3;
}
#scroller {
	position:absolute;
	left:248px;
	top:109px;
	width:29px;
	height:296px;
	z-index:3;
}
#content {
	position:absolute;
	overflow:auto;
	left:278px;
	top:109px;
	width:650px;
	height:402px;
	z-index:9;
}
#footer {
	position:absolute;
	left:0px;
	top:511px;
	width:955px;
	height:89px;
	z-index:10;
	background-image: url(../images/main_footer.jpg);
}


/* Text Styles */

.deutsch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:16px;
}
.deutsch a:link {
	color: #cccc99;
	text-decoration: underline;
}
.deutsch a:visited {
	color: #cccc99;
	text-decoration: underline;
}
.deutsch a:hover {
	color: #cccc99;
	text-decoration: underline;
}
.deutsch a:active {
	color: #cccc99;
	text-decoration: underline;
}
.deutsch_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height:16px;
}
.english {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
	line-height:16px;
}
.english_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccc99;
	line-height:16px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
	color: #CCCC99;
	text-decoration:underline;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:16px;
}
