@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: myFont;
 font-style:  normal;
 font-weight: bold;
 src: url("font/myFont.eot") !important; /* EOT file for IE */
}
 @font-face {
 font-family: myFontIta;
 font-style:  italic;
 font-weight: bold;
 src: url("font/myFontIta.eot") !important; /* EOT file for IE */
}
 @font-face {
 font-family: myFont;
 font-style:  normal;
 font-weight: bold;
 src: url("font/myFont.ttf"); /* TTF file for CSS3 browsers */
}
 @font-face {
 font-family: myFontIta;
 font-style:  italic;
 font-weight: bold;
 src: url("font/myFontIta.ttf"); /* TTF file for CSS3 browsers */
}
html {
	margin:0;
	padding:0;
}
body {
	background-color:#222222;
	font-family: myFont, sans-serif;
	line-height:18px;
	letter-spacing:0.02em;
	color:#FFFFFF;
}
img {
	border:none;
}
#background0 {
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	z-index:1;
}
#background1 {
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	z-index:2;
	opacity: 0.0;
	-moz-opacity: 0.0;
	-khtml-opacity:0.0;
	filter:alpha(opacity=0);
}
#nav {
	position:absolute;
	left:0px;
	top:50px;
	width:592px;
	height: 62px;
	background-image:url(images/bg_navi.png);
	z-index:10;
	letter-spacing:normal;
}
#buttons {
	padding-top: 27px;
	padding-left: 25px;
	width: 535px;
	float:left;
}
#content {
	position:absolute;
	left:0px;
	/*top:220px;*/
	top:28%;
	border:0px solid #FFFFFF;
	background-image:url(images/bg_content.png);
	width:400px;
	height: 240px;
	z-index:20;
	font-size:14px;
	border-radius : 0 8px 8px 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0 8px 8px 0;
}
#content #box {
	margin:11px auto 10px 25px;
	width:340px;
	float:left;
}
#content a{
	text-decoration:none;
	color:#FFFFFF;
}
#content a span:hover{
	/*text-decoration:underline;*/
	background-color:#FF6600;
}


#icons {
	position:absolute;
	left:25px;
	top:120px;
	width:380px;
	height: 120px;
	z-index:25;
}
#contact {
	position:absolute;
	left:0px;
	bottom:15px;
	/*top:85%;*/
	width:400px;
	height: 90px;
	z-index:30;
}
#contact div {
	margin:0px auto 10px 25px;
	font-size:14px;
}
#contact div span {
	font-family: myFontIta, sans-serif;
	font-style: italic;
}
#contact div pre {
	font-family: myFont, sans-serif;
	font-size: 12px;
}
#email_icon {
	margin-bottom: -1px;
}
#pfeil {
	margin: 11px auto auto 4px;
}
h3 {
	font-size:18px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:12px;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 12px;
	list-style-image: url(images/punkt.png);
}
li {
	margin-bottom: 12px;
}
p {
	margin: 12px 0 0 0;
}
