body{
    padding:0px;
    margin:0px;
    background-color:#0a0a0a;
}

.center{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 960px;
	height: 700px;
	background-image: url('images/bg_werder.jpg');
	background-repeat: no-repeat;
	margin-left:-480;
	margin-top: 0px;
}


.logos{
	position: relative;
	top: 19px;
	left: 823px;
}

#bildlinks{
	position: absolute;
	top: 300px;
	left: 160px;
}

.bildlink{
	float: left;
}

.textblock{
    position: absolute;
    top: 85px;
	left: 365px;
}

.imagetext{
	font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
}

.copyright{
	position: absolute;
    top: 700px;
	left: 10px;
}

.kleinertext{
	font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
}

strong{
	font-weight: bold;
}

a:link{
	text-decoration:none;
	color: #ffffff;
}

a:visited{
	text-decoration:none;
	color: #eeeeee;
}

a:hover{
	text-decoration:none;
	color: #dddddd;
}

a:active{
	text-decoration:none;
	color: #eeeeee;
}

a:focus{
	text-decoration:none;
	color: #eeeeee;
}

img { border:0px;}
