/*/
100% breite - fixed header und fixed footer
/*/
/*/
menu global
/*/
#menu_all {
	text-align: left;
	position: absolute;
	margin: 145px 0px 0px 0px;
	padding: 0;
	width: 100%;
	height: 25px;
	font-size: 1em;
	z-index: 10;
}
* html #menu_all {
	margin: 0;
	padding: 0;
	top: 145px;
	left: 0;
	width: 100%;
	height: 25px;
}
#menu_left {
	background: #8F9CAD;
	background-image: url(/images/layout/background_menu_left.jpg);
	position: absolute;
	margin: 0;
	padding: 0;
	width: 151px;
	min-width: 151px;
	height: 25px;
	font-size: 1em;
	z-index: 12;
}
* html #menu_left {
	margin: 0;
	padding: 0;
	left: 0px;
	width: 151px;
	min-width: 151px;
	height: 25px;
}
#menu_right {
	background: #8F9CAD;
	background-image: url(/images/layout/background_menu_right.jpg);
	text-align: center;
	position: absolute;
	margin: 0px 0px 0px 151px;
	padding: 0;
	width: 100%;
	height: 25px;
	font-size: 1em;
	z-index: 11;
}
* html #menu_right {
	margin: 0;
	padding: 0;
	left: 151px;
	width: 100%;
	height: 25px;
}
/*/
menu left
/*/
#submenu {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 4px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 2px;
	height: 20px;
}
#submenu li {
	float: left;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 0px;
}
#submenu li a.key {
	width: 20px;
	background-image: url(/images/submenu/icon_key.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.key:hover {
	width: 20px;
	background-image: url(/images/submenu/icon_key_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.sitemap {
	width: 25px;
	background-image: url(/images/submenu/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.sitemapOn {
	width: 25px;
	background-image: url(/images/submenu/icon_sitemap_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.sitemap:hover {
	width: 25px;
	background-image: url(/images/submenu/icon_sitemap_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.impressum {
	width: 20px;
	background-image: url(/images/submenu/icon_impressum.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.impressumOn {
	width: 20px;
	background-image: url(/images/submenu/icon_impressum_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.impressum:hover {
	width: 20px;
	background-image: url(/images/submenu/icon_impressum_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.mail {
	width: 20px;
	background-image: url(/images/submenu/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.mailOn {
	width: 20px;
	background-image: url(/images/submenu/icon_mail_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.mail:hover {
	width: 20px;
	background-image: url(/images/submenu/icon_mail_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.home {
	width: 20px;
	background-image: url(/images/submenu/icon_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a.home:hover {
	width: 20px;
	background-image: url(/images/submenu/icon_home_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#submenu li a, #submenu li a:visited {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
}
/*/
menu right
/*/
#mainmenu {
	padding: 0px 0px 0px 15px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
}
#mainmenu li {
	float: left;
	padding: 0;
	margin: 0;
    width: 123px;
}
#mainmenu li a:hover {
	color: #d47800;
}
#mainmenu li a {
	display: block;
	float: left;
	width: 97px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #FFF;
	text-align: center;
	border: 0px solid #F00;
}
#mainmenu li a.a_menuid_orange:hover {
	color: #d47800;
}
#mainmenu li a.a_menuid_orange {
	display: block;
	float: left;
	width: 97px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #d47800;
	text-align: center;
	border: 0px solid #F00;
}
#mainmenu li em.a_l {
	display: block;
	float: left;
	font-style: normal;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #d47800;
	text-align: center;
	border: 0px solid #0F0;
}/*
#mainmenu li a.a_news {
	display: block;
	float: left;
	margin-left:10px;
	width: 43px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #FFF;
	text-align: center;
	border: 0px solid #F00;
}
#mainmenu li a.a_news:hover {
	color: #d47800;
}*/

#mainmenu li a.rss {
	display: block;
	float: left;
	font-style: normal;
	width: 14px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #d47800;
	text-align: center;
	border: 0px solid #00F;
}
#mainmenu li em.a_r {
	display: block;
	float: left;
	font-style: normal;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #d47800;
	text-align: center;
	border: 0px solid #0F0;
}
#mainmenu li em {
	display: block;
	float: left;
	font-style: normal;
	width: 97px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #d47800;
	text-align: center;
}
#mainmenu li em.em_news {
	display: block;
	float: left;
	font-style: normal;
	width: 43px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #d47800;
	text-align: center;
}
#mainmenu li.abstandhalter {
	background-image: url(/images/menu_right_abstandshalter.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	float: left;
	width: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 25px;
	text-decoration: none;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	color: #0F0;
	text-align: center;
}
