html {
	background: #f6f3d3;
}
body {
	width: 800px;
	margin: 0 auto;
	padding: 2ex 0;
	text-align: center;
	font-family: "Trebuchet MS", Bauhaus, Arial, Geneva, sans-serif;
}
#freiraum {
	background: transparent;
	height: 24px;
}
#header {
	background: url(./grf/header.gif) no-repeat;
	height: 100px;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
#header h1, #header h3 {
	display: none;
}
#header img {
	display: none;
}
#menu, #sub-section,  #content, #footer {
	background: transparent;
}
/* ul li {
	list-style-type: none;
}
*/
h1, h2, h3, h4 {
	color: #c03d01;
	margin-bottom: -.5ex;
	padding-bottom: 0;
}
a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #4658ca;
}
a:hover, a:active {
	text-decoration: underline;
	color: #e3a323;
}
a img {
	border: 0;
}
#header, #menu, #sub-section, #content, #footer, #gaestebuch {
	overflow: hidden;
	text-align: left;
}
#menu {
	width: 100%;
}
#content, #sub-section, #gaestebuch {
	float: left
}
#sub-section {
	margin-left: 0;
	/* width: 158px; */
}
#sub-section ul {
	list-style-type: none;
}

#sub-section li {
	text-indent: none;
}

#content {
	padding-left: 30px;
	/* width: 560px; */
}

#gaestebuch{
	padding-left: 0 }

#footer {
	margin-right: 200px;
	font-size: 0.76em;
	text-align: right;
	clear: left;
}

#disclaimer p {
	font-size: 0.6em;
}

.clear {
	clear: both;
}

img.rbild {
	float: right;
	margin: 5px -20px 0 5px;
}

a[href^="http://"]:before {
	content: "\2197";
}

a[href^="https://"]:before {
	content: "\2197";
}

.iframe {
	clear: both;
}

.small {
	font-size: 0.75em;
}

table {
	background: url(./grf/hg_body.gif);
	border: none;
	width: 799px;
	margin: 0;
	padding: 0;
	border: 1px solid #c03d01;
}


td.content {
padding-top: 2ex;
border: 0px solid black;
width: 500px;
vertical-align: top;
}

td.sub-section {
border: 0px solid black;
width: 160px;
vertical-align: top;
}


.aktuell {
	color: #fff;
	line-height: 5ex;
	font-size: 0.8em;
	font-weight: bold;
  margin-left: -.6em;
}

* html .aktuell {  /* nur fuer Internet Explorer */
  padding-left: .5em;     /* Version 5.x */
  ma\rgin-left: -2em;
  padd\ing-left: 1.4em;     /* Version 6 */
  }

a.ss, a.ss:visited {
  margin:0;
	padding: 5px;
  padding-left: 1.2em;
	text-decoration: none;
	line-height: 5ex;
	font-size: 0.8em;
	font-weight: bold;
	color: #efc72f;
}

* html a.ss, a.ss:visited {  /* nur fuer Internet Explorer */
  padding-left: 0;     /* Version 5.x */
  ma\rgin-left: -2em;
  padd\ing-left: 1.4em;     /* Version 6 */
  }

a.ss:hover {
  text-decoration: none;    
  background: url(./grf/hg_menu_ahover.gif) no-repeat;
}

* html a.ss:hover {  /* nur fuer Internet Explorer */
  text-decoration: underline; /* Version 5.x */
	background: none;
  text-deco\ration: none;       /* Version 6 */
  bac\kground: url(./grf/hg_menu_ahover.gif) no-repeat
  }


a.ss:active {
  color:#FFA200;
  text-decoration: none;      
	background: url(./grf/hg_menu_aactive.gif) no-repeat;
}

* html a.ss:active {  /* nur fuer Internet Explorer */
  color:#FFA200;
  text-decoration: underline;      /* V5 */	
	background: none;
  text-deco\ration: none;      /* V6 */	
	bac\kground: url(./grf/hg_menu_aactive.gif) no-repeat;
  }


