/* hoenighaus.de                                   */
/* horn@fienehorn.de                               */

/* stylesheet-deklarationen                        */

/* realisierung:                                   */
/* fiene,horn. Büro für Medien und Kommunikation   */
/*             www.fienehorn.de                    */


INPUT {
	background-color:#FFFFFF;
	border: 1px solid #000;

}

TEXTAREA {
	background-color:#FFFFFF;
	border: 1px solid #000;
}


/* allgemein */

* {
	border: 0px;
	font-family: "lucida grande", "lucida sans unicode", geneva, verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}




/* <body></body> */

body
{
	background-color: #f5f5f5;
	background-image: url("hintergrund.jpg");
	background-repeat: repeat-y;
}




/* links */

a:link
{
	color: #00783e;
	text-decoration: none;
}

a:visited
{
	color: #00783e;
	text-decoration: none;
}

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

a:active
{
	color: #00783e;
	text-decoration: underline;
}

a:focus
{
	color: #00783e;
	text-decoration: underline;
}




/* boxformatierungen */

div
{
	float: left;
}

#anreisser
{
	background-color: #772;
	background-image: url("hintergrund_anreisser.jpg");
	background-repeat: repeat-y;
	height: 200px;
	width: 60px;
}

#bilder
{
	width: 266px;
}

#container
{
	background-image: url("hintergrund_container.jpg");
	background-repeat: repeat-y;
	clear: both;
	padding-left: 75px;
	width: 795px;
}

#copyright
{
	background-image: url("hintergrund_copyright.jpg");
	background-repeat: no-repeat;
	clear: both;
	height: 40px;
	padding-left: 80px;
	width: 790px;
}

#farbbalken
{
	background-color: #ff0;
	background-image: url("hintergrund_farbbalken.jpg");
	background-repeat: no-repeat;
	height: 106px;
	margin-bottom: 3px;
	width: 474px;
}

#headline
{
	background-image: url("hintergrund_container.jpg");
	background-repeat: repeat-y;
	height: 160px;
	padding: 20px;
	padding-left: 80px;
	width: 790px;
}

#logo
{
	height: 130px;
	width: 266px;
}

#menue
{
	background-color: #fff;
	height: 138px;
	padding: 6px;
	width: 254px;
}

#text
{
	width: 474px;
}




/* navigation */

#navigation
{
	background-color: #fff;
	border-left: 1px solid #ddd;
	height: 21px;
	width: 474px;
}

#navigation ul
{
	height: 21px;
	padding: 0;
}

#navigation ul li
{
	display: inline;
	font-size: 12px;
	height: 20px;
}

#navigation ul li a
{
	border-right: 1px solid #ddd;
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: normal;
	height: 19px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	text-decoration: none;
}

#navigation ul li a:hover
{
	background-color: #eee;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	height: 19px;
}

#navigation #current a
{
	background-color: #eee;
	background-repeat: no-repeat;
	color: #000;
	font-weight: normal;
}




/* ueberschriften */

h1
{
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}




/* absaetze */

#fliesstext
{
	background-color: #f4f4f4;
	padding: 8px;
	width: 458px;
}

#infobox
{
}

#topbox
{
	background-image: url("hintergrund_topbox.jpg");
	background-repeat: repeat-x;
	height: 136px;
	padding: 8px;
	padding-top: 6px;
	width: 458px;
}

#menue p, #text p
{
	margin-top: 8px;
	padding-right: 5px;
}


<h