/* Start of CMSMS style sheet 'ATG: Horizontales Menue' */
#menu_horz {
	position:relative;
	top:35px;left:0px;
	width:1013px;
	height:40px;
	background-color:#D5E7F1;
	vertical-align:middle;
	white-space:nowrap;
}
* html #menu_horz {
	width:1013px;
	top:53px;left:0px;
}

#menu_horz h3 {
        margin: 0;
        font-size: 100%;
}

#menu_horz ul {
	margin-left:20px;
	margin-top:5px;
	padding:0;
	white-space:nowrap;
	list-style-type:none;
	background-color:#D5E7F1;
}
#menu_horz li {
	white-space:nowrap;
	display: block;
	float: left;
	background-color:#F3FBFE;
	text-align:center;
	padding:3px;
	margin-left:11px;
	min-width:142px;
	list-style-type:none;
	margin-top:5px;
}
#menu_horz li.menuactive,
#menu_horz li.currentpage {
	background-color:#6666cc;
	display: block;
	float: left;
	min-width:142px;
	list-style-type:none;
}
* html #menu_horz li {
	width:142px;
}
#menu_horz li a {
	text-decoration:none;
        font-weight:bold;
	color: black;
}

#menu_horz li.menuactive a,
#menu_horz li.currentpage h3 {
	color: white; 
}

#menu_horz a {
	min-width:142px;
	display:block;
}
* html #menu_horz a {
	width:142px;
}

/* End of 'ATG: Horizontales Menue' */

