html{
overflow:hidden;
	height: 100%;

}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	background-color: #000;
}
a{
	text-decoration: none;
	outline:none;

}
p a, p a:active, p a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom:1px solid #fff;
}
p a:hover {
	color: #fff;
	border-bottom:0px;

}
#main {
	height: 100%;
}
#content {
	height: 100%;
	padding: 20px;
	font-weight: normal;
}
#hg{
height:100%;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:100%;
}
#head{
z-index:2;
position:relative;
color:#fff;
margin:15px 50px;
}

#head a, img {
border:none;

}

#head img, #content img{
behavior: url(/teile/iepngfix.htc); 
}

h1{
display:inline;
margin:0;
padding:0;
}