@charset "utf-8";

body {
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-image: url(Bilder/bg.gif);
	background-repeat: repeat;
}

#stage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	width: 928px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}#stage #logo {
	background-image: url(Bilder/logo.jpg);
	height: 145px;
	width: 928px;
	overflow: hidden;
}
#stage #lnagmemu {
	text-align: right;
	padding-right: 9px;
	color: #999999;
}
#stage #lnagmemu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#stage #lnagmemu li {
	list-style-type: none;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
#stage #lnagmemu ul li a {
	text-decoration: underline;
	color: #6c7a66;
}
#stage #lnagmemu ul li.langActive {
	color: #999999;
}

#stage #site_header {
	background-image: url(Bilder/site_header.jpg);
	height: 195px;
	width: 928px;
	overflow: hidden;
}
#stage #menu {
	height: 56px;
	width: 928px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-variant: normal;
	text-align: center;
	background-color: #FFFFFF;
}
#stage #content {
	background-image: url(Bilder/content_bg.jpg);
	height: auto;
	width: 928px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#stage .clear_content {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
#stage #content #right p{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#stage #content #left {
	background-image: url(Bilder/left_bg.jpg);
	width: 302px;
	float: left;
	padding-top: 54px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#stage #content #right {
	background-image: url(Bilder/right_bg.jpg);
	background-position: right bottom;
	width: 605px;
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	overflow: hidden;
	margin: 0px;
	height: auto;
}
#stage #footer {
	background-image: url(Bilder/footer_bg.jpg);
	clear: both;
	height: 78px;
	width: 928px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#stage #footer #credit {
	text-align: center;
	margin-top: 23px;
	height: 27px;
	line-height: 27px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
#stage #footer #credit a{
	color: #FFFFFF;
	text-decoration: none;
}
#stage #footer #impressum {
	text-align: right;
	margin: 0px;
	padding-right: 12px;
}

/* MENU */

#menu #wrapper {
	height: 56px;
	width: 928px;
	text-align: center;
}

#menu a {
}
#menu ul { /*erste Ebene */
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: center;
}
#menu ul li a {
	font-size: 14px;
	float: left;
	overflow: hidden;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	color: #CCCCCC;
	text-align: center;
	line-height: 48px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 0px;
	letter-spacing: 2px;
	width: 145px;
	padding-left: 6px;
}
/* Ansichten der Unterschiedlichen Zustände */
/* Erste Ebene*/
	/*aktives Element erster Ebene*/
	#menu ul li.cM_CUR a, #menu ul li.cM_ACT a, #menu ul li.cM_CUR_last a, #menu ul li.cM_ACT_last a  {
	color: #6c7a66;
	background-image: url(Bilder/button_act.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	#menu ul li.cM_CUR_last a, #menu ul li.cM_ACT_last a  {
	color: #6c7a66;	
	background-image: url(Bilder/button_act.jpg);
	background-repeat: no-repeat;
	background-position: center top;	}

	/*rollover Element erster Ebene*/
	#menu ul li.cM_NO a:hover, #menu ul li.cM_NO_last a:hover  {
	color: #6c7a66;
	background-image: url(Bilder/button_act.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

	/*normales Element erster Ebene*/
	#menu ul li.cM_NO a{

	}
	#menu ul li.cM_NO_last a,  #menu ul li.cM_CUR_last a, menu ul li.cM_ACT_last a{
	margin-right: 0px;
	}

