sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

span.bodytext  {
	color : White;
	font-family : Arial;
	font-weight : 100;
	font-size : 13px;
}

span.headline  {
	color : #AA0040;
	font-family : Arial;
	font-weight : bold;
	font-size : 15px;
}

span.language  {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : lighter;
	font-size : 8px;
}

span.bodytext_fleet  {
	color : White;
	font-family : Arial;
	font-weight : 100;
	font-size : 13px;
	vertical-align : sub;
}

span.contact  {
	color : White;
	font-family : Arial;
	font-weight : 100;
	font-size : 13px;
}

span.bodytext_copyright  {
	color : #AA0040;
	font-family : Arial;
	font-weight : 100;
	font-size : 10px;
}

a  {
	color : White;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

#body   {
	text-align: center;
	background-repeat : no-repeat;
	height : auto;
	margin: 0px;
	vertical-align :15px;
	margin: 0;
	padding: 0;
}

 #header {
	text-align: center;
	width: 1000px;
	margin: auto;
}

 #navigation {
 	text-align: center;
	width: 1000px;
	margin: auto;
	z-index: 10,

 #MenuBar1 {
 	text-align: center;
	width: 1000px;
	margin: auto;
	z-index: 10,
}

#flashelement {	
	text-align: center;
	width: 1000px;
	margin: auto;	
	z-index: 50,
}

 #mainContent {
	width: 1000px;
	text-align: left;
	margin: auto;
	z-index: 5,
}

 #container {
	text-align: center;
	width: 1000px;
	margin: auto;
	z-index: 80,
}
 
h1    {
    color:#6699CC;
    font-size:22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif
    } 
 
#h3 {
	font-family : Arial;
	font-size: 14px;
	font-weight : 100;
	color : White;
}
