html, body {
	margin: 0;
	padding: 0;	
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 64%;
	line-height: 160%;
	color: #000000;
	background-color: #b2cdc8;	
	}


a {
	outline: none;
}


img {
	border: 0;
}

.textversion	{
	display: none;
}

/* ### START hauptspalten ### */
div#wrapper { 
	position: relative;
	width: 670px; 	
	margin-right: auto;
	margin-left: auto; 
	background-color: #ffffff;
}


div#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 183px;
	float: right;
	z-index: 2;
}


div#logo a {
	padding: 0;
	margin: 0;
	border: 0;	
	

}

div#bild {
	position: relative;
	width: 670px; 
 	height: 308px; 
	z-index: 1;
}

div#bild object,
div#bild embed {
	z-index: 1;
}

div#navigation {
	width: 670px;
	height: 25px;	
	position: relative; 
}


div#navigation ul,
div#navigation ul li,
ul.ebene2,
ul.ebene2 li,
div#fussnavigation ul,
div#fussnavigation ul li,
ul.archiv,
ul.archiv li
 {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
	list-style-type: outside;
}

div#navigation ul.ebene1 li,
ul.ebene2 li {
	float: left;
	display: inline;	
}


div#navigation ul.ebene1 {
	width: 666px;
	height: 25px;
	background-color: #1b887e;
	padding: 0 0 0 4px;
}

div#navigation ul.ebene1 li {
	height: 20px;
	color: #ffffff;
	font-weight: bold;
}

div#navigation ul.ebene1 li a {
	color: #ffffff;
	text-decoration: none;
	display: block; 
	height: 20px;
	padding: 5px 7px 0 7px;
}

div#navigation ul.ebene1 li.hier,
div#navigation ul.ebene1 li.hier a,
div#navigation ul.ebene1 li a:hover,
div#navigation ul.ebene1 li a:focus {
	background-color: #c73f18;
}

ul.ebene2 {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}

ul.ebene2 li {
	float: left;
	display: inline;
	color: #c73f18;
	padding: 0 12px 20px 0;
	font-weight: bold;
}


#content ul.ebene2 li a {
	color: #c73f18;
	text-decoration: none;
	display: block; 
}

#content ul.ebene2 li.hier,
#content ul.ebene2 li.hier a,
#content ul.ebene2 li a:hover,
#content ul.ebene2 li a:focus {
	color: #1b887e;
	font-weight: bold;
}



div#fussnavigation {
	float: left;
	width: 100%;
	height: 20px;	
	background-color: #d87a4d;
}

div#fussnavigation ul li,
div#fussnavigation ul li a {
	color: #ffffff;
	vertical-align: top;
}

div#fussnavigation ul li {
	float: left;
	display: inline;
	padding: 1px 12px 1px 12px;
	color: #ffffff;
	font-weight: bold;
}

div#fussnavigation ul li a {
	text-decoration: none;
}

div#content {
	clear: both;
	float: left;
	position: relative;
	background-color: #ffffff;
	padding: 10px 19px 40px 11px;
	width: 640px; 
	min-height: 174px;
}


div#text {
	float: left;
	width: 454px;
	margin: 0 18px 0 0;	
}

#rechtespalte {
	float: left;
	width: 168px;
	color: #c73f18;
}


/*fuer 2. vorlage*/
#linkespalteschmal {
	float: left;
	width: 168px;
	color: #c73f18;
	margin: 0 18px 0 0;	
}

div#textbreitrechts {
	float: left;
	width: 454px;
}

div#text img,
div#textbreitrechts img {
	float: left;
	padding: 4px 10px 4px 0px;
}


#content span.pdf a {
	text-decoration: none;
	font-weight: bold;
	background: url(img/linkdot.gif);
	background-repeat: no-repeat;	
	background-position: right 0px;
	padding-right: 16px;	
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0 2px 0;
	color: #1b887e;
}


h1 {
	font-size: 180%;
	line-height: 120%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #1b887e;
}

#content h1 a {
	color: #1b887e;
	text-decoration: none;
}


p {
	font-size: 100%;
	margin: 0 0 20px 0;
}

#content a {
	text-decoration: underline;
	color:#c73f18;
}

.headlinehell {
	color: #a8c6c1;
}

.bunt {
	font-weight: bold;
	color: #1b887e;
}

ul li {
	font-size: 100%;
}

/*START STYLES FUER FORMATTOOL*/

#content ul {
		font-size: 100%;
		font-weight: normal;
		list-style-type: disc;
		list-style-position:outside;
	}
	
#content ol {
		font-size: 100%;
		font-weight: normal;
		list-style-type: decimal;
		list-style-position:outside;
	} 


/*Behandlung der Paragraphen im formattool 
diese Styles werden wie unten beschrieben vergeben.
!! Alle anderen Styles werden geloescht !!
!! Wenn es einen Style fuer <P> gibt -> auch in format_tool.css definieren !!
!! Die hier definierten Styles NICHT in format_tool.css definieren !!
*/

.huta_p_onix {
	margin: 0 0 2px 0; /*t r b l */
	}	/* der erste Style wenn es mehrere P gibt -> Abstand nur unten*/


.huta_p_garnix {
	margin: 0 0 2px 0; /*t r b l */
	} /* Style wenn es genau ein P gibt -> Oben und unten kein Abstand am, Unten und oben kein Umbruch  */

	
.huta_p_unix {
	margin: 0 0 2px 0; /*t r b l */
	}	/* der letzte Style wenn es mehrere P gibt -> Abstand nur oben, Unten kein Umbruch  */

/*END STYLES FUER FORMATTOOL*/




div#preview {
	position: relative;	
	top: 20px;
	clear: both;
	width: 100%;
	background-color: #cccccc;
	text-align: center;
	font-size: 12px;
	color: #cc0000;
	padding: 6px;
}


div#preview a {
	color: #000000;
	text-decoration: underline;
}
