@charset "UTF-8";
/* CSS Document */
#menu3{
	position: relative;
	height: 100px;
	width: 940px;
	padding:0px 0px 0px 20px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; margin:0px; padding:0;}
#menu li {float:left; padding:0px; margin:0px 20px 0px 0px; position:relative; width:168px; height:84px; z-index:100;}
#menu li dl {position:absolute; top:0px; left:0px;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0px;}
#menu li:hover dd, #menu li a:hover dd {display:block; }
#menu li:hover dl, #menu li a:hover dl {padding-bottom:5px;}
#menu table {
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	font-size:15px;
	font-family: 'EauSansBold', Arial, Helvetica, sans-serif;
}
#menu dl {width: 168px; height: 84px; margin: 0px; padding: 0px; text-align:center; cursor:pointer;}
#menu dt {
	margin:0px;
	padding:0px;
	font-size:15px;
	color: #fff;
	font-family: 'EauSansBold', Arial, Helvetica, sans-serif;	
}
#menu .one, #menu .one a:hover { background-color: #fc1928; }/*red*/
#menu .one a:hover, #menu .one-focus { color:#fd8c93; }
#menu .two { background-color: #f59c00; } /*orange*/
#menu .two a:hover, #menu .two-focus { color: #facd80; }
#menu .three { background-color: #D1E000; }/*yellowgreen*/
#menu .three a:hover, #menu .three-focus { color: #e8ef80; }
#menu .four { background-color: #6FAB00; }/*green*/
#menu .four a:hover, #menu .four-focus {color: #b7d580; }
#menu .five { background-color: #4564AA; }/*blue*/
#menu .five a:hover, #menu .five-focus {color: #a2b1d4; }

#menu dd {
	margin:0px;
	padding:0px;
	color: #404040;
	font-size: 12px;
	background: #EFEFEF;
	text-align:left;
}
/*#menu dd.last {border-bottom:1px solid #444;}*/

.gallery dt a {
	display:block;
	color:#fff;
	padding-bottom: 54px; /*jetzt kann man auf das ganze farbige Feld drücken!*/
	padding-top:20px;
	text-decoration: none;
}
.gallery dd a {
	color:#404040;
	display:block;
	padding:4px 5px 4px 5px;
	background-color: #F9F9F9;
	width:158px;
	text-decoration: none;
}
.gallery dd.oneplus a:hover { /*red*/
	background-color: #fd8c93;
	color:#000000;
}
.gallery dd.twoplus a:hover {/*orange*/
	background-color: #f59c00;
	color:#000000;
}
.gallery dd.threeplus a:hover {/*yellowgreen*/
	background-color: #e8ef80;
	color:#000000;
}
.gallery dd.fourplus a:hover {/*green*/
	background-color: #b7d580;
	color:#000000;
}
.gallery dd.fiveplus a:hover {/*blue*/
	background-color: #a2b1d4;
	color:#000000;
}
/*.gallery dd a:hover {background: #258 url(arrowr.gif) no-repeat 11px 10px; color:#9cf;}*/


