body {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #666666;
	letter-spacing:0.1em;
	background-color: #FFFFFF;
	background-image: url(../bilder/hg_website.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/* ################################################## */
/* ###### Layout-Formate ############################ */
/* ################################################## */

#wrapper 
{
	background-color: #FFFFFF;
	background-image: url(../bilder/hg_wrapper.gif);
	background-repeat: repeat-y;
	margin: auto;
	width: 800px;
	position:relative;
}
#logo 
{
	/*background-image: url(../bilder/logo.gif);
	background-repeat: no-repeat;*/
	position: absolute;
	height: 256px;
	width: 476px;
	left: 0px;
	top: 0px;
}
#header 
{
	background-image: url(../bilder/hg_header.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 800px;
}
#navi_oben 
{
	background-image: url(../bilder/hg_navi_oben.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 800px;
	border-bottom:solid 1px #ffffff;
}

#themenleiste {
	height: 160px;
	width: 800px;
	border-bottom:solid 1px #ffcc3b;
}
#navi_links {
	float: left;
	width: 215px;
	padding-top:50px;
	padding-left:15px;
}
#breadcrumb
{
	width:540px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:80%;
	text-decoration:none;
	letter-spacing:0.1em;
	height:15px;
	clear:both;
}
#breadcrumb a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	letter-spacing:0.1em;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}
#breadcrumb a:hover
{
	text-decoration:underline;
}

#inhalt 
{
	float: left;
	width: 540px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:50px;
	min-height:400px;
}
/* für <= ie6 */
*html #inhalt 
{
	float: left;
	width: 540px;
	padding-top:50px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:50px;
	height:400px;
}
#footer 
{
	color:#333333;
	font-size:90%;
	letter-spacing:0.1em;
	text-align:right;
	padding-right:15px;
	padding-top:3px;
	background-color: #ffcc3b;
	clear: both;
	height: 21px;
	width: 785px;
	border-bottom:solid 1px #ffcc3b;
}
#footer a
{
	font-size:100%;
	text-decoration:none;
	color:#333333;
	letter-spacing:0.1em;
}

/* ################################################## */
/* ###### Typographie / Inhalte ##################### */
/* ################################################## */

h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
}
b, strong
{
	font-weight:bold;
	color:#333333;
}
p
{
	margin-top:0.7em;
	margin-bottom:0.7em;
	line-height:1.5em;
}
#inhalt h1
{
	font-size:120%;
	color:#ffcc3b;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:10px;
	padding-left:30px;
	background-image:url(../bilder/hg_headline.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;
}
#inhalt h2,h3,h4,h5,h6
{
	font-size:110%;
	color:#ffcc3b;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
#inhalt a
{
	color:#ffcc3b;
	text-decoration:underline;
}
#inhalt a:hover
{
	color:#ffcc3b;
	text-decoration:underline;
}
#inhalt ul
{
	list-style-position:outside;
	list-style-type:circle;
}
#inhalt li
{
	margin-bottom:5px;
}

.box_50_li
{
	width:250px;
	float:left;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:left;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
.box_50_re
{
	width:250px;
	float:right;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:right;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
.box_100
{
	width:540px;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:normal;
}
.clear
{
	clear:both;
}

/* ################################################## */
/* ###### horizontale Navigation Oben ############### */
/* ################################################## */

#navi_oben ul 
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	float:right;
}
#navi_oben ul li {
	display:inline;
}
#navi_oben ul li a
{
	font-size:100%;
	text-decoration:none;
	letter-spacing:0.1em;
	color:#FFFFFF;
	padding-right:15px;
	padding-left:15px;
	padding-top:2px;
	display:block;
	float:left;
}
#navi_oben ul li a:hover
{
	padding-left:15px;
	padding-right:15px;
	color:#333333;
}
#navi_oben .over
{
	color:#333333;
}

/* ################################################## */
/* ###### vertikale Navigation Links ################ */
/* ################################################## */

/* 1. Ebene */
#navi_links ul 
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#navi_links ul li 
{
	background-image:url(../bilder/hg_button.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	margin-bottom:10px;
}
#navi_links ul li a
{
	font-size:100%;
	text-decoration:none;
	letter-spacing:0.1em;
	color:#836f56;
	padding-left:35px;
	padding-top:2px;
	display:block;
	height:33px;
}
#navi_links ul li a:hover
{
	padding-left:35px;
	color:#333333;
}
#navi_links .over
{
	color:#333333;
}
/* 2. Ebene */
#navi_links ul li ul
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#navi_links ul li ul li
{
	list-style-image:none;
	background-image:none;
}
#navi_links ul li ul li a
{
	height:18px;
	font-size:100%;
	text-decoration:none;
	letter-spacing:0.1em;
	color:#333333;
	padding-left:30px;
	padding-top:2px;
	display:block;
}

#navi_links ul li ul li a:hover
{
	padding-left:30px;
	color:#666666;
}

/* ################################################## */
/* ###### besondere Formate ######################### */
/* ################################################## */

.clearout
{
	clear: both;
	margin:auto;
}
.bilderrahmen
{
margin-right:10px;
margin-bottom:10px;
/*border-top:solid 1px #f4f4f4;
border-left:solid 1px #f4f4f4;
border-right:solid 1px #999999;
border-bottom:solid 1px #999999;*/
padding:1px;
border:solid 1px #e3e3e3;
float:left;
}
#breadcrumb
{
	margin-top:5px;
	margin-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:90%;
	text-decoration:none;
	height:20px;
	clear:both;
}
#breadcrumb a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}
#breadcrumb a:hover
{
	text-decoration:underline;
}

.header
{
	font-size:110%;
	color:#ffcc3b;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
}

/* ################################################## */
/* ###### Modul Aktuelles ########################### */
/* ################################################## */

.aktuelles_artikel
{
margin-bottom:30px;
}
.aktuelles_datum
{
color:#333333;
font-size:90%;
font-weight:bold;
text-align:left;
margin-bottom:10px;
}
.aktuelles_headline
{
font-size:120%;
color:#ffcc3b;
font-weight:bold;
margin-bottom:10px;
}

/* ################################################## */
/* ###### Modul Team ################################ */
/* ################################################## */

.team
{
	margin-bottom:20px;
}
.team_trenner
{
	border-bottom:solid 1px #ffcc3b;
}

/* ################################################## */
/* ###### Modul Werbepartner ######################## */
/* ################################################## */

.werbepartner
{
	margin-bottom:20px;
	border-bottom:solid 1px #ffcc3b;
}
.werbepartner_trenner
{
	
}
.bildabstand
{
	margin-top:10px;
}

/* ################################################## */
/* ###### Formularelemente ########################## */
/* ################################################## */

select, textarea, input
{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:100%;
	font-weight:normal;
	background-color:#f1f1f1;
	border-top:solid 1px #e4e4e4;
	border-left:solid 1px #e4e4e4;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
}
.button
{
	font-size:100%;
	color:#333333;
	font-weight:normal;
	letter-spacing:0.1em;
	background-color:#ffcc3b;
	border-top:solid 1px #e4e4e4;
	border-left:solid 1px #e4e4e4;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
	cursor:pointer;
	height:22px;
}
.input_suche
{
	font-size:100%;
	background-color:#f1f1f1;
	border:solid 1px #999999;
	width:100px;
	padding-left:1px;
	padding-right:1px;
}
.input_suche_focus
{
	font-size:100%;
	background-color:#f1f1f1;
	border:solid 1px #999999;
	width:100px;
	padding-left:1px;
	padding-right:1px;
	background-image:none;
}
.button_suche
{
	font-size:90%;
	color:#ffcc3b;
	font-weight:normal;
	letter-spacing:normal;
	background-color:#ffffff;
	border:none;
	cursor:pointer;
}
.textarea
{
	overflow:auto;
}
.randlos
{
	border:none;
	background-color:transparent;
}

