body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 75%;
	color: #666666;
	background-color: #b20060;
	letter-spacing:0.1em;
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}


/* ################################################## */
/* ###### Internet Explora ########################## */
/* ################################################## */


* html #wrapper { /*IE6 only*/
    width: 900px;
	margin: auto;
	height: 100%;
	background-image: url(../bilder/hg_wrapper.gif);
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
}
  
*+html #wrapper { /*IE7 only*/
    width: 900px;
	margin: auto;
	min-height: 100%;
	background-image: url(../bilder/hg_wrapper.png);
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
}

#wrapper {
	width: 900px;
	margin: auto;
	min-height: 100%;
	background-image: url(../bilder/hg_wrapper.png);
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
}

#logo_druck {
	display: none;
}

/* ################################################## */
/* ###### Logo and Contact/Impressum ################ */
/* ################################################## */

#header {
	height: 115px;
	background-image: url(../bilder/hg_header.png);
	background-repeat: no-repeat;
}

.header
{
	font-size:110%;
	color:#333333;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
}

#logo {
	padding: 18px 0 0 25px;
	float: left;
}

#kontakt {
	float: right;
	padding: 0 18px 0 0;
}

#kontakt ul {
	padding: 15px 0 0 0;
}

#kontakt ul li {
	display: inline;
}

#kontakt ul li a {
	text-decoration: none;
	color: #333333;
}

#kontakt ul li a:hover {
	text-decoration: underline;
	color: #999999;
}

/* ################################################## */
/* ###### Navigation ################################ */
/* ################################################## */
		
#navi {
	background-image: url(../bilder/hg_navi.png);
	background-repeat: repeat-x;
	height: 35px;
}

#navi ul {
	margin:0;
	padding:0;
}

#navi ul li {
	display:inline;
	float:left;
	position:relative;
}

#navi ul li a {
	color:#FFFFFF;
	display:block;
	float:left;
	height:25px;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	text-decoration:none;
}

#navi ul li a:hover {
	background-image: url(../bilder/hg_navi_hover.png);
	background-repeat: repeat-x;
}

#navi .over {
	background-image: url(../bilder/hg_navi_hover.png);
	background-repeat:repeat-x;
}

.trenner_abstand {
	margin: 3px 0 0 0;
}

/* 2. Ebene */
#navi ul li ul {
	position: absolute;
	top: 30px;
	left: 0;
	display: none;
	text-align: left;
	font-size: 11px;
	z-index: 100;
	background: #010000;
}

#navi ul li ul li {
	float: none;
	z-index: 200;
}

#navi ul li ul li a {
	float: none;
	display: block;
	text-transform: none;
	height: 20px;
	white-space: nowrap;
}

#navi ul li ul li a:hover {
background-image:none;
background-color:#e2007a;
}

/* 3. Ebene */
#navi ul li ul li ul {
	position: static;
	display: block;
	margin-bottom: -5px;
}

#navi ul li ul li ul li a {
	padding: 0 10px 0 40px;
	font-weight: normal;
	height: 20px;
	font-style: italic;
	font-size: 95%;
}

/* ################################################## */
/* ###### Main/Contant ############################## */
/* ################################################## */

#mitte {
	width: 900px;
}

#themenleiste{
}

#links {
	width: 250px;
	float: left;
	margin: 0 0 90px 0;
	padding: 60px 0 0 0;
}

#inhalt {
	width: 505px;
	float: left;
	margin: 0 0 20px 0;
	padding: 60px 0 0 0;
}

#inhalt td {
	padding: 2px;
}

#inhalt p {
	margin: 0 0 15px 0;
}

#inhalt a {
	color: #b20060;
	text-decoration: none;
}

#inhalt a:hover {
	text-decoration: underline;
}

#rechts {
	width: 145px;
	float: left;
	margin: 0 0 90px 0;
	padding: 60px 0 0 0;
}

*#rechts {
	width: 130px;
	float: left;
	margin: 0 0 90px 0;
	padding: 60px 0 0 0;
}

#links_ul {
	list-style-image: url(../bilder/ul.png);
}

/* ################################################## */
/* ###### Module #################################### */
/* ################################################## */

.content
{
	width:180px;
	margin-left:15px;
	margin-bottom:15px;
}

/* Main */

.headline {
	font-size: 120%;
	border-bottom: 1px solid #e2007a;
	border-top: 1px solid #e2007a;
	margin: 0px 20px 20px 0px;
	padding: 0 0 0 10px;
}

h1 {
	margin-top: 28px;
	color:#e2007a;
	font-size:170%;
	margin-bottom:20px;
	font-weight: normal;
}

.lauftext {
	font-size: 100%;
	margin: 30px 40px 20px 40px;
	padding: 0 0 0 10px;
}

/* Current */

h2 {
	color:#333333;
	font-size:90%;
	margin-bottom:10px;
}

h3 {
	font-size: 85%;
	margin: 0;
	padding: 0;
}

.modul_aktuelles {
	padding: 30px 0 10px 30px;
	color: #444345;
}

.modul_aktuelles_druck {
	display: none;
}

/* Partner */
.unterstuetzer {
	margin: 20px 0 0 25px;
}

/* ################################################## */
/* ###### Modul Team ################################ */
/* ################################################## */

.team {
	margin-bottom:20px;
}

.team h2 {
	margin: 10px 0 0 0;
}

/* ################################################## */
/* ###### Modul Aktuelles ########################### */
/* ################################################## */

#aktuelles
{
	width:180px;
	margin-left:15px;
	margin-bottom:15px;
}
#aktuelles ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#aktuelles li
{
	margin-bottom:15px;
}
#aktuelles h1
{
	font-size:110%;
	border:none;
	margin:0;
	padding:0;
	margin-bottom:0px;
}
#aktuelles a
{
	text-decoration:underline;
	color: #333333;
	font-size:90%;
	text-align:right;
	display:block;
	margin-bottom: 15px;
}
#aktuelles a:hover
{
	color: #999999;
}

/* ################################################## */
/* ###### Other ##################################### */
/* ################################################## */

.bilderrahmen_artikel {
	border-top:solid 1px #ffffff;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	border-left:solid 1px #ffffff;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.bilderrahmen {
	border-top:solid 1px #ffffff;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	border-left:solid 1px #ffffff;
}

.linie {
	margin: 20px 0 20px 0;
	border-bottom: solid 1px #e2007a;
}

.linie_druck {
	display: none;
}

.both {
	clear: both;
}

a {
	text-decoration: none;
	color: #333333;
}

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

.item
{
	font-size:90%;
	color:#b20060;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top:0px;
	margin-bottom:10px;
}
.item2
{
	font-size:90%;
	color:#b20060;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top:0px;
	margin-bottom:10px;
}

/* ################################################## */
/* ###### Footer ###################################### */
/* ################################################## */
#footer {
	width: 900px;
	height: 30px;
	margin: auto;
	font-size: 80%;
	text-align: center;
	background-image: url(../bilder/hg_wrapper.png);
	background-repeat: repeat-y;
	padding: 0px 7px 0 7px;
}

#footer a {
	text-decoration: none;
	color: #333333;
}

#footer a:hover {
	color: #999999;
}

#footer_linie {
	margin: 0 40px 0 40px;
	padding: 5px 0 0 0;
	border-top: 1px solid #e2007a;
}

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

select, textarea, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:100%;
	font-weight:normal;
	background-color:#f1f1f1;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
}
.artikelauswahl {
	display:block;
	margin-bottom:10px;
}
.button {
	font-size:90%;
	color:#f1f1f1;
	font-weight:normal;
	letter-spacing:normal;
	background-color:#e2007a;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
	cursor:pointer;
	/*height:20px;*/
}
.button_small {
	font-size:80%;
	color:#f1f1f1;
	font-weight:normal;
	letter-spacing:normal;
	background-color:#8b002e;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
	cursor:pointer;
	height:18px;
}
.input_suche {
	font-size:100%;
	background-color:#f1f1f1;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
	width:100px;
	padding-left:1px;
	padding-right:1px;
}
.input_suche_focus {
	font-size:100%;
	background-color:#f1f1f1;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
	width:100px;
	padding-left:1px;
	padding-right:1px;
	background-image:none;
}
.button_suche {
	font-size:90%;
	color:#8b002e;
	font-weight:normal;
	letter-spacing:normal;
	background-color:#ffffff;
	border:none;
	cursor:pointer;
}
.textarea {
	overflow:auto;
}
.randlos {
	border:none;
	background-color:transparent;
}
