a {
 text-decoration: none;
 font:10pt tahoma, verdana, sans-serif;
}

h1 {
 color:#9A0235;
}

a:hover{
 text-decoration:underline;
}

#page{
	width:730px;
	margin:0px auto;
/* 	border:1px dashed red; */
 background-image:url(images/pagebg.jpg);
 background-repeat:no-repeat;
 background-position:100% 182px;
}

* html #page{width:729px;}

html* #page{width:729px;}

body{
 background-color:#fef1ce;
 background-image:url(images/bodyBG.jpg);
 background-repeat:repeat-x;
 background-position:top left;
 margin:0;
 font-size:12px;
 font-family:verdana, sans-serif;
}

#header{
 height:178px;
 margin-top:1px;
 background-image:url(images/contentHead2.jpg);
 background-repeat:no-repeat;
 background-position:top right;
/*  border:1px dashed yellow; */
}

#inner{
 background-color:white;
 margin-left:171px;
 margin-right:10px;
 padding-top:7px;
}

#content{
 background-color:white;
 margin-right:200px;
 padding-left:7px;
 margin-left:0;
}

#topnav{
 background-color:#9D0037;
 padding:8px 2px 10px 2px;
 text-align:center;
 margin:0 1px 1px 0;
}

#topnav a{
 color:white;
 font-size:13px;
}

#topnav a:hover,
#topnav a:focus{
 text-decoration:none;
}

#topnav ul{
 list-style:none;
 margin:0;
 padding:0;
}

#topnav li{
 white-space:nowrap;
 display:inline;
}

#topnav .copyright{
  color:#ffbc5d;
}

#rechts{
 width:150px;
 float:right;
 margin-left:5px;
/*  margin-top:180px; */
}

#rechts h1, #rechts h2, #rechts h3{
 font-size:0.9em;
}

#Hauptnavigation li{
 white-space:nowrap;
 /*background-color:#FDBE57;*/
 margin-bottom:15px;
}

#Hauptnavigation li a:hover,
#Hauptnavigation li a:focus{
 color:white;
 text-decoration:none;
}

#Hauptnavigation .active a{
  color:white;
  text-decoration:none;
}

#Hauptnavigation ul{
 list-style:none; 
/*  background-color:#FDBE57; */
 padding-left:0;
 margin-left:9px;
 margin-top:0;
}

#Hauptnavigation img{
 border-top:1px solid #F7942F;;
}

#Hauptnavigation{
 float:left;
 width:169px;
 border:1px solid #F7942F;
 border-right:none;
 padding:0px;
 background-color:#FDBE57;
 margin-top:25px;
 background-image:url(images/shadowmenue.gif);
 background-repeat:no-repeat;
 background-position:top right;
}

#Hauptnavigation a{color:#9A0235;font-size:14px;}

#Hauptnavigation h1{
 font-family:verdana, sans-serif;
 font-size:16px;
 margin:5px 0 15px 10px;
 padding:0;
 height:30px;
 background:url(images/menueHeadBG.gif) no-repeat bottom right;
}

#firstline{
 height:4px;
 width:170px;
 background-image:url(images/menueHeadBG.gif);
 background-repeat:repeat-y;
 background-position:top left;
}

.cleaner{
	clear:both;
}

.hidden{
	visibility:hidden;
	top:-10000px;
	left:-10000px;
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
	display:none;
}

* html .spacer{height:0px;}
html* .spacer{height:100%;}
