@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 13px;
}


img {
	border: none;
}



#header {
	background-color: #2d2d2d;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #000;
	height: 30px;
	width: 100%;
	min-width: 800px;
	white-space: nowrap;

}

#header a{
	color: #ccc;
	margin: 2px;
	text-decoration: none;
	line-height: 30px;
	padding: 7px 5px 7px 5px;
}

#header a.active  {
	border-top: 3px solid #FF6600;
	font-weight:bold;
	padding-top: 5px;
}

#header a:hover {
	color: #fff;
	background-color: #444;
	
}

.headerLeft {
	position: absolute;
	left: 0px;
	padding-left: 4px;
}

.headerRight {
	position: absolute;
	right: 0px;
	padding-right: 4px;
}

.headerLeft ul li, .headerRight ul li{
	display: inline;
	list-style: none;
}

.googlesearch {
	padding-top: 50px;
	text-align: center;
	width: 460px;
	margin: 0px auto;
	white-space: nowrap;

}
.googleergebnisse {
	width: 940px;
	margin: 0px auto;
}

li#mostSearch  div{
	display: none;
}

li#mostSearch:hover  div{
	display: block;
	position: absolute;
	background: #fefefe;
	left: 0px;
	top: 15px;
	border:  1px solid #aaa;
	z-index: 100;
	border-top: 0;
	border-left: 0;
	-moz-box-shadow: 3px 1px 4px #222222;
	-webkit-box-shadow: 3px 1px 4px #222;
	box-shadow: 3px 2px 4px  #aaa;
}

#queries a{
	display: block;
	color: #3366CC;
	padding: 3px 6px;
	border-bottom: 1px solid #efefef;
} 

#queries a:hover {
	background-color:#EFF3FB;
	color: #1122cc;
}




