/* this CSS file contains all the stuff we need for the drop down menu */
/* 2009 by elias weingaertner, http://www.eli-online.de */


#menubar {
	text-align: center;
	font-family: Tahoma, Helvetica, Sans-Serif;
	width: 993px;
	height: 55px;
	background-image: url("elements/menubar.png");
	background-repeat: repeat-x;
	float: none;
	z-index: 100;
	position: relative;
	top: 0px;
}

.menu1 {
	position: relative;
	text-align: left;
	top: -18px;
	position: relative;
	margin-top: 12px;
	height: 40px;
	width: 125px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 10px;
	border-left: 30px;
	float: left;
	font-size: 11pt;
	color: #AAAAAA;
	z-index: 200;
}


.menu2 {
	text-align: left;
	margin-left: 0px;
	border: none;
	font-size: 8pt;
	color: #AAAAAA;
	position: relative;
	left: -5px;
	width: 135px;
	margin-top: 8px;
}


.menuspacer {
	height: 5px;
}

#menucolors {
	width: 100%;
	position: relative;
	top: 32px;
	left: 0px;
	z-index: 100;
	
}

a {
	text-decoration: none;
}

.menu1 a {
	color: #AAAAAA;
}


.menu1 a:hover {
	color: #FFFFFF;
}


.menu2 a {
	color: #AAAAAA;
	margin-left: 10px;
	
}

.menu2:hover {
	
	background-color: #666666;
	color: #FFFFFF;	
}

a:hover {
	color: #FFFFFF;
}



.menu2_container {
	margin: 0 0 0 0;
	top: 15px;
	width: 135px;
	border-left-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-top-width: 0pt;
	border-style: solid;
	border-color: #333333;
	position: relative;
	left: 0px;
	background-image: url("elements/dropdown_back.gif");
	z-index: 100;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	display: none;
	position: absolute;
		
}

.menu2 {
		margin-left: 5px;
		z-index: 0;
		
}



.menu1:hover .menu2_container{
		display: block;
}

* .menu2 a:hover {
		color: #FFFFFF;
}

.foo:hover {
	
	display: block;	
	color: #ffffff;
	
}

#dpsg_logo:hover {
	
	opacity: 0.7;
		
}

#asb_logo:hover {
	
	opacity: 0.7;
	
}

#verbandlogos {
	text-align: right;
	position: relative;
	top: -12px;
	right: 12px;
	margin-left: 0px;
	margin-right: 0px;
}


