/* ################################################## */
/* ###### Farben #################################### */
/* ################################################## */
/*
magenta		#c41c6f
rot			#990033
grün		#006666
dunkelgrau	#999999
grau		#cccccc
*/
body
{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #333333;
	letter-spacing:0.1em;
	background-color: #ffffff;
	background-image:url(../bilder/hg_website.jpg);
	background-repeat:repeat-x;
}
html, body
{
	margin:0;
	padding:0;
	height:100%;
}
/* ################################################## */
/* ###### Layout-Formate ############################ */
/* ################################################## */
#wrapper
{
	width:850px;
	min-height:100%;
	margin:auto;
	background-image:url(../bilder/hg_wrapper.png);
	background-repeat:repeat-y;
}
#header
{
	width:800px;
	height:310px; /* 75 + 235 */
	background-color:#ffffff;
	margin:auto;
	margin-bottom:25px;
}
#navi_oben
{
	width:800px;
	height:80px;
	margin:auto;
	background-image:url(../bilder/hg_top.gif);
	background-repeat:no-repeat;
}
#themenleiste
{
	width:800px;
	height:235px;
	background-color:#ffffff;
	margin:auto;
}
#themenleiste img
{
	background-image: url(../bilder/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position:center;
}
#mitte
{
	width:800px;
	min-height:300px;
	margin:auto;
	padding-bottom:75px;
}
#links
{
	width:230px;
	float:left;
	padding-left:10px;
}
#suche
{
	margin-bottom:25px;
}
#suche form
{
	display:inline;
}
#inhalt
{
	width: 530px;
	float: left;
	padding-left:20px;
	padding-right:10px;
}
#breadcrumb
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:80%;
	text-decoration:none;
	width:100%;
	height:20px;
	clear:both;
	margin-bottom:25px;
}
#breadcrumb a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	text-decoration:none;
}
#breadcrumb a:hover
{
	text-decoration:underline;
}
#footer
{
	width:570px;
	margin:auto;
	background-image:url(../bilder/hg_footer.png);
	background-repeat:no-repeat;
	height:55px;
	/*margin-top:-85px;*/
	color:#333333;
	font-size:90%;
	padding-top:30px;
	padding-left:280px;
}
#footer a
{
	text-decoration:none;
	color:#333333;
	font-size:100%;
}


/* ################################################## */
/* ###### Typographie ############################### */
/* ################################################## */

h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
}
	b, strong
{
	font-weight:bold;
	color:#000000;
}
p
{
	margin-top:0.7em;
	margin-bottom:0.7em;
	line-height:1.5em;
}
#inhalt h1
{
	font-size:150%;
	color:#c41c6f;
	font-weight:normal;
	letter-spacing:0.1em;
	margin-bottom:15px;
	text-align:left;
}
#inhalt h2
{
	font-size:120%;
	color:#c41c6f;
	font-weight:normal;
	letter-spacing:0.1em;
	margin-bottom:15px;
	text-align:left;
}
#inhalt h3,h4,h5,h6
{
	font-size:100%;
	color:#c41c6f;
	font-weight:normal;
	letter-spacing:normal;
	margin-bottom:10px;
	text-align:left;
}

#inhalt a
{
	color:#c41c6f;
	text-decoration:underline;
}
#inhalt a:hover
{
	color:#c41c6f;
	text-decoration:underline;
}
#inhalt ul
{
	list-style-position:outside;
	list-style-type:square;
}
#inhalt li
{
	margin-bottom:5px;
}


/* ################################################## */
/* ###### horizontale Navigation Oben ############### */
/* ################################################## */

#navi_oben ul
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	float:right;
	margin-top:5px;
}
#navi_oben ul li
{
	display:inline;
	float:left;
}
#navi_oben ul li a
{
	font-size:90%;
	color:#333333;
	text-decoration:none;
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#navi_oben ul li a:hover
{
	color:#c41c6f;
}
#navi_oben .over
{
	color:#c41c6f;
}
#navi_oben .trenner
{
	font-size:90%;
}

/* ################################################## */
/* ###### vertikale Navigation Links ################ */
/* ################################################## */

#navi_links ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#navi_links ul li
{
	/*Abstand zwischen den Navigationsbutton*/
	margin-bottom:5px;
}
#navi_links ul li a
{
	font-size:100%;
	color:#333333;
	text-decoration:none;
	display:block;
	height:21px;
	padding-top:2px;
	padding-left:15px;
	background-image:url(../bilder/navi_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:solid 1px #e4e4e4;
}

#navi_links ul li a:hover
{
	color:#c41c6f;
}
#navi_links .over
{
	color:#c41c6f;
}

/* 2. Ebene */

#navi_links ul li ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#navi_links ul li ul li
{
	/*Abstand zwischen den Navigationsbutton*/
	margin-top:5px;
	margin-bottom:5px;
}
#navi_links ul li ul li a
{
	color:#333333;
	font-size:100%;
	font-style:italic;
	text-decoration:none;
	display:block;
	height:21px;
	border-bottom:none;
	padding-top:2px;
	padding-left:30px;
	background-image:url(../bilder/navi_icon.gif);
	background-repeat:no-repeat;
	background-position:15px;
	border-bottom:solid 1px #e4e4e4;
}

/* ################################################## */
/* ###### besondere Formate ######################### */
/* ################################################## */

.linie
{
	height:1px;
	border-bottom:solid 1px #cccccc;
	margin-bottom:20px;
}
.durchgestrichen
{
	text-decoration:line-through;
}
.rot
{
	color:#990033;
}
.hg_rot
{
	background-color: #990033;
}
.hellgrau
{
	background-color: #e4e4e4;
}
.small
{
	font-size:80%;
}
.clearout
{
	clear: both;
	margin:auto;
}
.bilderrahmen_artikel
{
	border-top:solid 1px #f4f4f4;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #f4f4f4;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.bilderrahmen
{
	border-top:solid 1px #f4f4f4;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #f4f4f4;
}
.item
{
	font-size:90%;
	color:#c41c6f;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top:0px;
	margin-bottom:10px;
}
.item2
{
	font-size:90%;
	color:#c41c6f;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-top:0px;
	margin-bottom:10px;
}
.header
{
	font-size:110%;
	color:#c41c6f;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
}

.artikel
{
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:20px;
	line-height:1.5em;
	text-align:left;
	letter-spacing:0.1em;
}
a.artikellink
{
	font-size:100%;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;
	text-align:right;
}
a.artikellink:hover
{
	color:#000000;
	text-decoration:none;
}
.box_50_li
{
	width:255px;
	float:left;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:left;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:0.1em;
}
.box_50_re
{
	width:255px;
	float:right;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:right;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:0.1em;
}
.box_100
{
	width:100%;
	background-color:#ffffff;
	padding:0;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
	line-height:1.5em;
	text-align:left;
	letter-spacing:0.1em;
}
#copyright
{
	padding-top:5px;
	padding-left:5px;
	line-height:1.5em;
}
#webdesign
{
	font-size:90%;
	color:#cccccc;
	line-height:1.5em;
}
#copyright a
{
	text-decoration:none;
	color:#000000;
}
#webdesign a
{
	text-decoration:none;
	color:#cccccc;
}

/* ################################################## */
/* ###### 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;
}


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

#aktuelles
{
margin-bottom:20px;
}
.aktuelles_artikel
{
margin-bottom:30px;
}
.aktuelles_datum
{
color:#000000;
font-size:90%;
font-weight:bold;
text-align:left;
margin-bottom:10px;
}
.aktuelles_headline
{
font-size:120%;
color:#000000;
font-weight:bold;
margin-bottom:10px;
}


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

select, textarea, input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:90%;
	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;
}
.button
{
	font-size:90%;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:normal;
	background-color:#c41c6f;
	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:#ffffff;
	font-weight:normal;
	letter-spacing:normal;
	background-color:#c41c6f;
	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:90%;
	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:90%;
	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:#c41c6f;
	font-weight:normal;
	letter-spacing:normal;
	background-color:#ffffff;
	border:none;
	cursor:pointer;
}
.textarea
{
	overflow:auto;
}
.randlos
{
	border:none;
	background-color:transparent;
}

