* {
	margin: 0;
	padding: 0;	
}
body {
	background: #fbf5ea;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000000;	
}
p {
	margin-top:9px;
	margin-bottom:4px;
	line-height:18px;
}
#container {
	width:972px;
	margin:0 auto;
}
#header{
	float: left;
	width: 972px;
	height: 80px;
	clear: both;
	margin-top: 10px;
}
#logo{
	float: left;
	width: 150px;
	height: 62px;
	margin-top: 10px;
	}
#logotx{
	float:left;
	margin-left: 40px;
	font-weight: bold;
	}
/* Featured */
#featured {
	float: left;
	width: 969px;
	clear: both;
}
/* Main */
#main {
	float: left;
	clear: both;
	width: 972px;
	margin-top: 3px;
}
#menu{
	width:969px;
	float:left;
	text-align:center;
	/*background-color:#9A9DA8;*/
	margin-top: 0px;
	height: 30px;
}
#menup1{
	width: 450px;
	float: right;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 80px;
}
#menup2{
	width: 450px;
	float: right;
	text-align: left;
	margin-right: 110px;
}
#menupaddthis{
	float:right;
	width:250px;
	height:40px;
	text-align: right;
	margin-top: 5px;
	display:inline;
}
#nav {
	clear: both;
	margin: 0px 0 0 0px;
	width: 969px;
	font-size: 11px;
	height: 35px;
	/*background:url(../web/bkg_navbar.jpg) repeat-x;*/
	background: url(../img/bkg_navbar.gif) repeat-x;
	margin-left: 1px;
}

ul.menu, ul.menu ul {
    list-style-type: none;
    /*margin-left: 12px;*/
}

ul.menu a {
	display: block;
	padding: 10px 10px 10px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	border-right: 1px solid #ffffff;
}

ul.menu a.first {
	border-left: 0px solid #ffffff;
}

ul.menu a:hover {
    background:none;	
}

/* Farbdefinition Men?Firefox*/
ul.menu li {
    padding:0;
    margin:0;
    float:left;
}

ul.menu li a:hover{
	background:url(../img/bkg_navbar_active_02.jpg) repeat-x; /*Hover fuer H-Nav*/
	
}

ul.menu li.first a:hover {
	background:url(../img/bkg_navbar_active.gif) no-repeat; 
}


ul.menu ul {
  margin-left:0;
	padding: 0 0 0 0;
	line-height: 30px;
  position: absolute;
  z-index: 10;
	background-color:#ffffff;
	border:none;
  display:none;
  min-width:180px;
}


* html ul.menu ul {
  width:190px;
}

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    clear:both;
	display:block;
}

ul.menu ul a {
  display: block;
	font-weight:normal;
	text-decoration:none;	
	background-position:0px 13px;
	background-repeat:no-repeat;
	color:#A90230;	
	font-weight:bold;
}

ul.menu ul li a.active_h {
	color:#fc01fc; /* #A90230;*/
	font-weight:bold;
}
.active_h {
	background-image:url(../img/bkg_navbar_active_02.jpg);
}

li.active_h a.first {
	background-image:url(../img/bkg_navbar_active.jpg);
}
.active_h a.first:hover {
	background-image:url(../img/bkg_navbar_active.jpg);
}

ul li a.first:hover {
	background-image:url(../img/bkg_navbar_active.jpg);
}

#bottom_navigation{
	background-color: #E1E4E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	line-height: 23px;
	height: 30px;
	text-align: center;
	margin: 10px 0 10px 0;
	padding-top: 15px;
}
#bottom_navigation a{
margin:0 12px
}
/* Footer */
#footer {
	clear: both;
	width: 969px;
	height: 30px;
	text-align: center;
	MARGIN: 0px 0px 0px 0px;
}
#footer-inside {
	width:969px;
	margin:0 auto;
}
#copy{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
	padding-top: 10px;
}
#copy a{
color:#B94304;
text-decoration:underline
}
#copy a:visited, .read_more:visited{text-decoration:underline}
#copy a:hover, .read_more:hover{text-decoration:none}
