A.HEADER:Link { text-decoration: none; color: "#FFFFFF"; font-family: Arial; font-size: 12px; }
A.HEADER:Visited { text-decoration: none; color: "#FFFFFF"; font-family: Arial; font-size: 12px; }
A.HEADER:Active { text-decoration: none; color: "#FFFFFF"; font-family: Arial; font-size: 12px; }
A.HEADER:Hover { text-decoration: underline; color: "#FFFFFF"; font-family: Arial; font-size: 12px; }

a:link { text-decoration: none; color: 000000; font-family: Arial; font-size: 12px; }
a:visited { text-decoration: none; color: 000000; font-family: Arial; font-size: 12px; }
a:active { text-decoration: none; color: 000000; font-family: Arial; font-size: 12px; }
a:hover { text-decoration: underline; color: 000000; font-family: Arial; font-size: 12px; }

TD { font-family: Arial; font-size: 12px; }

html, body {
	height:100%;
}

body {
	padding:0;margin:0;
	background-image:url(images/hintergrund.jpg);
	background-position:center;
}

#tblMain {
	height:100%;
	padding:0px;
	background-color:#fff;
}

#scrollup {
position: relative;
overflow: hidden;
border: 0px solid #000;
height: 150px;
width: 148px;
}
.headline {
position: absolute;
top: 210px;
left: 5px;
height: 145px;
width:143px;
}

.headline span{
	display:block;
	padding-bottom:5px;
	font-weight:bold;
}

.headline div {
	padding-top: 5px;
	display:block;
}

.headline div a {
	padding-left:5px;
}

.leftBorder {
	background-image:url(images/borderleft.png);
	background-repeat:repeat-y;
	width:16px;
}

.rightBorder {
	background-image:url(images/borderright.png);
	background-repeat:repeat-y;
	width:16px;
}

