body {
	background : url(../images/background.gif) repeat-y;
}
.logo {
	position : absolute;
	top : 0px;
	left : 80px;
}
.navbox {
	position: absolute;
	top: 100;
	left: 80px;
	width : 660px;
	background : #999999;
	height : 21px;
}

.leftbox {
	position: absolute;
	top: 90%;
	left: 5px;
	width : 70px;
	text-align : right;
}

.mainbox {
	position: absolute;
	top: 180px;
	left: 115px;
	width : 595px;
}


h1 {
	FONT-SIZE: 14px;
	COLOR: #666666;
	LINE-HEIGHT: 1.5em;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	font-weight : bold;
}

.text {
	FONT-SIZE: 11px;
	COLOR: #666666;
	LINE-HEIGHT: 1.5em;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica;
}

.textblau {
	FONT-SIZE: 11px;
	COLOR: #003163;
	LINE-HEIGHT: 1.5em;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	font-weight : bold;
}


a  {
		font-family : Verdana, Arial, Helvetica;
		font-size: 11px;
		color: #666666;
}

a:Visited  {
		color : #666666;
}

a:Hover  {
		color : #000000;
}

a:Active  {
		color : #666666;
}

.whitelink{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration : none;
}

.whitelink:Visited  {
		color : #FFFFFF;
}

.whitelink:Hover{
	color: #000000;
}

.whitelink:Active  {
		color : #FFFFFF;
}