#dachmenu {
	margin: 30px auto 10px auto;
         text-align: center;
         /*border: 1px solid red;*/
         width: 528px;
	font: bold 10px verdana, arial, verdana, arial, sans-serif;
}
.dachbox {
	position: relative;
	width: 146px;
         float: left;
         margin-right: 45px;
}
.dach {
	width: 146px;
	height: 24px;
         background: #fff url(../images/dach.gif) top left no-repeat;
         margin-bottom: 1px;
}
.dachregion {
	width: 144px;
         padding: 2px 0px;
         color: #B40003;
         /*background-color: #B40003;*/
         background-color: #fff;
	border: 1px solid #aaa;
         margin-bottom:0px;
	font: bold 10px verdana, arial, verdana, arial, sans-serif;
         text-transform: uppercase;
         letter-spacing: 0px;
}
.dachauswahl {
	width: 144px;
	border: 1px solid #aaa;
}
.dachauswahl a,
.dachauswahl a:visited {
         text-transform: uppercase;
	display: block;
         width: 144px;
         padding: 3px 0px;
         color: #444;
         text-decoration: none;
	font: normal 10px verdana, arial, verdana, arial, sans-serif;
}
* html .dachauswahl a,
* html .dachauswahl a:visited {
         width: 142px;
}
.dachauswahl a:hover {
         background-color: #B40003;
         color: #fff;
         font-weight: bold;
         text-decoration: none;
}