/* CSS fuer honigfein.at.at */

/* Wichtige Farben

bg orange = #FCB231
bg gruen = #E5F2EA
bg beige = #FFE9B2

footer gruen = #B2D9C1

link gruen =#006666

*/



body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #006666;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	color: #006666;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.starttable td {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

a:link {
	color: #006666;
	text-decoration: none;
}

a:visited {
	color: #006666;
	text-decoration: none;
}

a:hover {
	color: #006666;
	text-decoration: underline;
}

a:active {
	color: #006666;
	text-decoration: underline;
}


a.aktiv:link {
	color: #000;
	text-decoration: none;
}

a.aktiv:visited {
	color: #000;
	text-decoration: none;
}

a.aktiv:hover {
	color: #000;
	text-decoration: none;
}

a.aktiv:active {
	color: #000;
	text-decoration: none;
}

#content a {
	color: #C05A00;
	text-decoration: none;
}


/*  __________  positionierung  __________  */

#header {
	width: 100%;
	height: 70px;
	background-color: #fff;
}

#logo {
	margin: 7px 0 0 7px;
}

#alle3 {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	visibility: show;
}

#kapitelbild {
	position: absolute;
	top: 71px;
	left: 171px;
	z-index: 2;
}

#wrapper {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #fff;
	background-image: url(../img/bg.gif);
	margin: 0;
	float: left;
}

#navi {
	margin: 15px 0 10px 0;
	width: 155px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	float: left;
}

#content {
	margin: 15px 0 10px 320px;
	width: 400px;
}

#footer {
	width: 100%;
	background-color: #B2D9C1;
	border-top: 1px solid #fff;
	margin: 0;
	clear: both;
}

#footer p {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	margin: 11px 0 11px 17px;
}
