html {
	margin:0px; 
	padding:0px;
} 
body {
	background-image: url(images/bgg.png);
	background-repeat: repeat-y;
	margin:0px; 
	padding:0px;
	background-color: #004284;
	color: #000000;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 10pt;
}
a:link, a:visited { 
	color: #FFFFFF;
	text-decoration:None;
}
a:active, a:hover { 
	color:#94999F; 
	text-decoration:underline overline; 
}
a.content_link:link, a.content_link:visited { 
	color: #004284;
	text-decoration:None;
}
a.content_link:active, a.content_link:hover { 
	color:#94999F; 
	text-decoration:none; 
}
td {
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 10pt;
}
img {
	border: 0px;
}
hr {
	background-color: #004284;
}
.phonenumber {	
	color: #FFFFFF;
	background-color: #31424A;
	font-weight: bold;
	font-size: 12pt;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 20px;
	z-index: 1;
}
.container {
	margin: 0px;
	width: 760px;
	text-align: left;
	position: relative;
	z-index: 0;
}
.navigation {
	background-color: #004284;
	width: 136px;
	position: absolute;
	top: 106px;
	left: 0;
}
.content {
	background: #FFFFFF;
	width: 624px;
	position: absolute;
	top: 106px;
	left: 136px;
}
.padding {
	padding: 3px;
}
.logo {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}
.name {
	position: absolute;
	top: 20px;
	left: 136px;
}
.white {
	position: absolute;
	top: 0px;
	left: 760px;
	z-index: 2;
}
.mobility {
	color: #004080;
	font-size: 18pt;
	font-weight: bold;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	width: 265px;
	height: 350px;
}