html {
	margin: 0;
	padding: 0;
	height: 100%;
	/* min-height: 100.05%; */
}
body {
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #6F665D;
	height: 100%;
}
#page {
	position:relative;
	width: 690px;
	height:auto;
	margin: 30px auto;
	font-family: Verdana;
	font-size: 11px;
	line-height: 190%;
	text-align: justify;
	color: #B8B0A9;
}
h1 {
	color: #33302B;
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 3.6em;
}

h2 {
	color: #B8B0A9;
	font-size: 1.9em;
	text-align: right;
}

h3 {
	color: #9C9489;
	font-size: 1.6em;
	margin-bottom: -0.5em;
}

h4 {
	color: #33302B;
	line-height: 110%;
	font-size: 1.3em;
	margin-bottom: -0.7em;
}

/* Absatz */
.absatz {
	line-height: 190%;
	text-align: justify;
	/*background-color: #FF0000;*/
}
/* Header */
#header {
	position: relative;
	height:auto;
}

/* Flashcontent */
#flashcontent {
	margin: 0 auto;
	width: 500px;
	height: 190px;
}
/* Flashcontent */
#flashEnter {
	width: 100%;
	height: 100%;
}
#flashcontentFull {
	height: 100%;
	width: 100%;
}
		
/* content */
.content {
	width: 403px;
	background: #fff;
}
.content ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

.content li {
	margin: 0 0 0 0;
	padding: 12px 0 12px 40px;
	border-top: 1px dotted #666;
}

/* titel */
.titel3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px;
	color: #000;
	margin-bottom: 6px;
	border-left: 6px solid #ccc;
}

.titel3 span {
	color: #CC0000;
}
	
/* Links */
a:link {
	color: #B8B0A9;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:visited {
	color: #B8B0A9;
	text-decoration: underline;
}
/* Formular */
.eingabeFeld {
	font-family: Georgia;
	font-size: 11px;
	line-height: 190%;
	text-align: left;
	color: #555;
}
.formTrenner {
	clear: both;
	height:20px;
	width:auto;
}
/* Image Align */
img.alignright {
	float: right;
	margin-top: -50px;
	margin-left: 12px;
}
/* Clear both */
.clearer {
	clear: both;
	height:15px;
	width:auto;
}

/* Footer */
#footer {
	clear: both;
	width: 403px;
	padding-top: 17px;
	border-top: 1px dotted #000;
}

#footNav {
	float: left;
}

#footer a {
	font-size: 10px;
	color: #555555;
	text-align: left;
	text-decoration: none;
}

#footer a:hover {
	color: #CC0000;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#footer a.current {
	color: #CC0000;
}

#copyright {
	float: right;
	font-size: 10px;
	color: #CC0000;
}
/* Grafik der Hauptseite unsichtbar vorausladen: */
.hidepics {
  width:0px;
  height:0px;
  visibility:hidden;
}
