* {
	font: normal 12px Courier New;
}
body{
	margin: 0;
	padding: 0;
}

hr {
	border-width: 0px;
	border-bottom: 1px dashed #000;
	margin: 0;
	padding: 0;
}
.hr_end{
	margin-top: 23px;
}
h1 {
	border-width: 0px;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin-bottom: 22px;
}

/* layout */
#header {
	clear: both;
	padding: 22px;
}
#nav{
	float: left;
}
#contentcenter{
	background: white;
	width: 300px;
	padding:  0px 9px 10px 9px;
	margin: 0 0 0 22px;
	float: left;
}
#contentright{
	background: white;
	width: 300px;
	padding:  0px 9px 10px 9px;
	margin: 0 0 0 22px;
	float: left;
}

/* Allgemeine CSS-Class ausserhalb des Viewports */
.sbh {
		position: absolute;
		left: -999px;
		width: 0;
		overflow: hidden;		
}

/* navi */

.navi_top_hr{
	margin-bottom: 8px;
}

.navi_bottom_hr{
	margin-top: 8px;
}

a {
  color: #000;
	text-decoration: none;
}
a:hover {
  color: #eb4f36;
}

#nav a {
  color: #000;
	text-decoration: none;
	width: 100%;
}
#nav a:hover {
  color: #eb4f36;
}

#sfnav, #sfnav ul {
	width: 100px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding:  9px 9px 9px 9px;
	margin: 0 0 0 22px;
	height: 17px;
	/*position: absolute;*/
}

#sfnav li {
	float: left;
	width: 100%;
}

#sfnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0 0 0 -9px;
}

#sfnav li li {
	width: 100%;
}

#sfnav li ul ul {
	margin: -1.75em 0 0 14em;
}

#sfnav li:hover ul ul, #sfnav li:hover ul ul ul,
#nav .navfxenabled li:hover ul, #nav .navfxenabled li:hover ul ul, #nav .navfxenabled li:hover ul ul ul,
#nav .navfxenabled li.over ul ul,#nav .navfxenabled li.over ul ul ul {
	left: -999em;
}
#sfnav li:hover ul, 
#nav .navfxenabled li.over ul {
	left: auto;
}
#sfnav li li:hover ul, #sfnav li li li:hover ul,
#nav .navfxenabled li li.over ul, #nav .navfxenabled li li li.over ul {
	left: -2px;
}
#nav li li.over ul.leftover, #nav .navfxenabled li li li.over ul.leftover, #nav .navfxenabled li li li li.over ul.leftover {
	left: -28.44em;
}
#nav #sfnav li.over,#sfnav li:hover {
}
