body {
	height:100%;
	background-color: #000;
	font-family:verdana;
	color:#fff;
	font-size:11px;
}

a {
	color:#fff;
	text-decoration:none;
}

html {
	height:100%;
}

* {
	margin:0;
	padding:0;
}


#grundlinie {
	height:1px;
	position:absolute;
	top:50%;
	width:100%;
}

#content {
	height:102px;
	position:relative;
	top:-51px;
	background-image:url(Bilder/verlauf_2in1.gif);
	background-position:0 -102px;
}

#box {
	width:780px;
	height:127px;
	margin:0 auto;
}

.linkbox {
	height:127px;
	float:left;
	width:200px;
}

.linkbox:hover {
	background-image:url(Bilder/verlauf_2in1.gif);
	background-repeat:repeat-x;
}

.link1 {
	display:block;
	height:25px;
	line-height:20px;
	padding:77px 0 0 10px;
}

.link2 {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:10px;
}

.linkbox:hover .link2 {
	background-color:#000;
}