body
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color:#ffffff;
	background-image: url(../bilder/hg_body.gif);
	background-repeat: repeat-x;
}

/* ################################################## */
/* ###### Layout #################################### */
/* ################################################## */

#wrapper
{
	width: 800px;
	margin: auto;
}
#header
{
	height: 110px;
	background-image: url(../bilder/logo.png);
	background-repeat: no-repeat;
}
#slogan
{
	height: 55px;
	padding-left: 455px;
	padding-top: 25px;
}
#mitte
{
	background-image: url(../bilder/hg_mitte.gif);
	background-repeat: repeat-y;
	line-height: 1.3em;
}
#links
{
	width: 530px;
	float: left;
	min-height: 500px;
	padding: 30px 25px 25px 25px;
}
#links_content
{
	width: 450px;
	float: left;
	min-height: 500px;
	padding: 30px 25px 25px 25px;

}
#rechts
{
	width: 220px;
	float: left;
	min-height: 500px;
}
#rechts_content
{
	width: 275px;
	padding-top:90px;
	padding-right:25px;
	padding-left:0px;
	float: left;
	min-height: 500px;

}

#footer
{
	background-image: url(../bilder/hg_footer.gif);
	background-repeat: no-repeat;
	height: 30px;
}

/* ################################################## */
/* ###### Navigation ################################ */
/* ################################################## */

#navi
{
	height:30px;
	clear:both;
	font-size: 80%;
	margin-left:5px;
}
#navi ul
{
	padding: 0;
	margin: 0;
}
#navi ul li
{
	display:inline;
	float:left;
	position:relative;
}
#navi ul li a
{
	display:block;
	float:left;
	padding: 9px 10px 3px 10px;
	text-decoration:none;
	color: #ffffff;
	letter-spacing: 0.05em;
	height: 18px;
}
#navi ul li a:hover
{
	background-color: #129257;
}
#navi .over
{
	background-color: #129257;
}

/* 2. Ebene */
#navi ul li ul
{
	position:absolute;
	top:32px;
	left:0px;
	width:180px;
	display:none;
	text-align: left;
}
#navi ul li ul li
{
	position:relative;
	float:none;
}
#navi ul li ul li a
{
	float:none;
	background-color: #129257;
	margin-top: -1px;
	font-size: 95%;
}
#navi ul li ul li a:hover
{
	color: #ffffff;
	background-color: #00aa5a;
}

/* ################################################## */
/* ###### Typografie ################################ */
/* ################################################## */


h1
{
	/*font-family:"Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-bottom: 25px;
	line-height:1.5em;
	font-weight:normal;
}
h2
{
	/*font-family:"Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom: 10px;
}
p
{
	margin-bottom: 20px;
	line-height:1.5em;
}
a
{
	text-decoration: none;
	color: #00aa5a;
}
a:hover
{
	color:#666666;
}
#links_content ul, #links_content ol
{
	margin-left:10px;
	list-style:disc;
	padding-left:10px;
	margin-bottom:20px;
}
#links_content li
{
	line-height:1.5em;
}

.inhalt_rechts
{
	margin: 25px 20px 25px 5px;
	width: 170px;
	min-height: 160px;
	background: #dedede;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	line-height: 1.1em;
}


.inhalt_rechts .text
{
	margin: 10px 5px 20px 10px;
	font-size: 80%;
}

.inhalt_rechts .text p
{
	margin-bottom: 10px;
}
.inhalt_rechts h1
{
	letter-spacing: 0.05em;
	font-size: 95%;
	margin: 10px 10px 10px 10px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #00aa5a;
}
#links td
{
	padding:5px;
}
#links td a
{
	text-align:right;
}
#links_content td
{
line-height:1.5em;
}

.italic
{

}

/* ################################################## */
/* ###### Sonstiges ################################# */
/* ################################################## */

.clear {
	clear: both;
}

.linie {
	border-top: 1px solid #00aa5a;
	margin: 10px 0 0 0;
}

.blocksatz {
	text-align: justify;
}

.bilderrahmen
{
	border-top: solid 1px #cccccc;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #cccccc;
	background-color: #ffffff;
	padding:5px;
	float:right;
}

.bilderrahmen_mitarbeiter
{
	border-top: solid 1px #cccccc;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #cccccc;
	background-color: #ffffff;
	padding:5px;
	
}

#mitarbeiter td

{
	padding:10px;
}

.anfahrt
{
	width:450px;
	height:350px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #ffffff;
}
.item
{
	color:#990000;
}

/* ################################################## */
/* ###### Formularelemente ########################## */
/* ################################################## */

select, textarea, input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:100%;
	font-weight:normal;
	background-color:#ffffff;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
	margin: 0 0 5px 0;
}
.button
{
	font-size:90%;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:normal;
	text-align:center;
	background-color:#129257;
	border:none;
	cursor:pointer;
	background-image: url(../bilder/hg_button.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height:22px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
}
.textarea
{
	overflow:auto;
}
.randlos
{
	border:none;
	background-color:transparent;
}
.heisenews a {
	display: block;
	margin: 0 0 8px 0;
	color: #000000;
}
.heisenews a:hover {
	color: #129257;
}
