/* oberster schwarzer bereich */
#top {
	background-color: #000000;
	width: 100%;
	height: 40px;
}
#headline {
	position: absolute;
	left: 11%;
	top: 12px;
	height: 35px;
	z-index:1;
}
.home #headline {
	left: 11%;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
	letter-spacing: 2px;
	background-image: url("../bilder/dot_h1.gif");
	background-position: left;
	background-repeat: no-repeat;
	font-weight: normal;
	background-color: transparent;
	padding-left: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#hometabelle h2 {
	color: #000000;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 17px;
	margin-left: 11%;
	margin-top: 20px;
}
#icons {
	position: absolute;
	left: 75%;
	top: 32px;
	width:140px;
	height:19px;
	margin-left: 20px;
	z-index:1;
}
a.ic_head, a.ic_head:link { 
	background-color: #000000;
	width:36px;
	height:19px;
}
a.ic_head:visited { 
	background-color: #000000;
	width:36px;
	height:19px;
}
a.ic_head:hover { 
	background-color: #FFBD00;
	width:36px;
	height:19px;
}
a.ic_head:active {
	background-color: #000000;
	width:36px;
	height:19px;
}