* {
	margin:0;
	padding:0;
}



#names {display:none;}

li.sub:hover > #names {
	padding:10px 10px 10px 10px;
	display:block;
	position:absolute; 
	top:17px;
	left:72%;
	z-index:500;
	background:#FFF;
	width:155px;
	text-align:left;
}
#names li a {
	display:block;
	padding: 5px;
}
#names li.wh a:hover {
	background:#FFF;
	cursor:default;
}
#names li a:hover {
	background:#EBEBEB;
}

body {
	
	font-family:"Trebuchet MS", "Liberation Sans", verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	text-align:left;
	overflow:hidden;
}


#topCrumb {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-255px;
	margin-left:-512px;
	width:1024px;
}
#language {
	position:relative;
	float:right;
	top:-23px;
	right:40px;

}
#logo {
	float:left;
	position:relative;
	top:-35px;
	border:0;
}

#menuBar {
	position:relative;
	top:62px;
	left:-10px;
	text-align:right;
}
#menuBar a {
	text-decoration:none;
	color:#000;
}
#language a {
	text-decoration:none;
	color:#BBB;
	margin-left:3px;
	margin-right:3px;
}
#language a:hover {
	color:#000;
}
#language li, #menuBar li {
	display:inline;
	font-weight:bold;
	font-size:7pt;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 0px 5px 0px;
}
#language li.blipp, #menuBar li.blipp {
	display:inline;
	font-size:7pt;
	background:url('../img/blipp.png') no-repeat 0px 4px;
	padding:5px 0px 5px 0px;
}

#language li:hover, #menuBar li:hover {
	background:#EBEBEB;
}


#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	width:1024px;
	height:348px;
	margin-top:-174px;
	margin-left:-512px;
	background:#FFF url('../img/bugli_background_okt.png') no-repeat fixed center;
	overflow:hidden;
}

#wrapper a img {
	border:0;
	float:right;
	position:relative;
	top:30%;
}
#banner {
	border:0;
	position:absolute;
	top:10%;
	left:25%;
}
#banner:hover {
cursor:pointer;
}

#textLayer h3 {
	color:#960000;
	margin-bottom:5px;
	margin-top:5px;
}
#contactLink a {
	text-decoration:none;
	color:#000;
}
#contactLink li {
	display:inline;
	font-weight:bold;
	font-size:7pt;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 0px 5px 0px;
}
#contactLink li:hover {
	background:#EBEBEB;
}


#footer {
	position:absolute;
	top:50%;
	left:50%;
	width:1024px;
	height:100px;	
	margin-top:190px;
	margin-left:-512px;
	text-align:center;
	color:#A2A2A2;
	font-size:8pt;
	font-weight:normal;
}
#timeline {
	text-align:center;
	margin-bottom:10px;

}

#footer li.first {
	display:inline;
	padding-left:6px;
	padding-right:3px;
}
#footer li.next {
	display:inline;	
	padding-left:6px; 
	padding-right:3px;
	background:url('../img/blipp.png') no-repeat 0px 0px;
}

