/* ################################################## */
/* ###### Farben #################################### */
/* ################################################## */
/*
dunkelblau	#395b86
hellblau	#6093d5
mittelgrau	#999999
schriftgrau #666666
*/
body
{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #666666;
	background-color: #ffffff;
	background-image: url(../bilder/hg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
}

/* ################################################## */
/* ###### Layout-Formate ############################ */
/* ################################################## */
#wrapper
{
	width:910px;
	margin:auto;
	background-image: url(../bilder/hg_wrapper.png);
	background-repeat: repeat-y;
	overflow:hidden;
}
#header
{
	width:900px;
	height:303px;
	background-color:#ffffff;
	margin:auto;
}
#top
{
	height:94px;
	margin:auto;
	border-bottom:solid 4px #395b86;
	margin-bottom:4px;
}
#logo
{
	width:390px;
	height:20px;
	float:left;
	margin-left:20px;
	margin-top:40px;
}
#navi_oben
{
	width:450px;
	height:90px;
	float:right;
}
#themenleiste_hg
{
	height:180px;
	background-color:#395b86;
}
#themenleiste
{
	width:700px;
	height:180px;
	float:left;
}
#kontaktdaten
{
	width:180px;
	float:right;
	color:#ffffff;
	padding-left:20px;
	padding-top:20px;
}
#kontaktdaten p
{
	font-size:90%;
	line-height:1.3em;
	margin-bottom:10px;
}
#themenleiste_schatten
{
	height:25px;
	background-color:#ffffff;
	background-image: url(../bilder/themenleiste_schatten.jpg);
	background-repeat: no-repeat;
}
#breadcrumb
{
	width:680px;
	height:20px;
	padding-left:200px;
	padding-right:20px;
	color:#666666;
	font-size:90%;
	text-decoration:none;
	background-color: #ffffff;
	margin:auto;
}
#breadcrumb a
{
	font-size:100%;
	color:#666666;
	text-decoration:none;
}
#breadcrumb a:hover
{
	text-decoration:underline;
}
#container
{
	width:890px;
	min-height:400px;
	background-color:#ffffff;
	padding-left:10px;
	padding-right:0px;
	padding-top:40px;
	padding-bottom:20px;
	margin:auto;
}
#links
{
	width: 190px;
	min-height:400px;
	float: left;
}
#mitte
{
	width: 460px;
	min-height:400px;
	padding-right:40px;
	float: left;
}
#rechts
{
	width:200px;
	min-height:400px;
	float:right;
}
#drucken
{
	height:40px;
	background-color: #ffffff;
	text-align:right;
	padding-right:240px;
	padding-top:30px;
	margin:auto;
	clear:both;
}
#footer
{
	width:710px;
	height:40px;
	background-image: url(../bilder/hg_footer.png);
	background-repeat: no-repeat;
	font-size:90%;
	color:#ffffff;
	padding-top:20px;
	padding-left:200px;
	
	margin:auto;
}
#footer a
{
	text-decoration:none;
	color:#ffffff;
}
#footer a:hover
{
	text-decoration:underline;
	color:#ffffff;
}
.clear
{
	clear:both;
}

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

#navi_oben ul
{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	margin-right:20px;
}
#navi_oben ul li
{
	list-style:none;
	display:inline;
	float:left;
}
#navi_oben ul li a
{
	font-size:90%;
	color:#666666;
	text-decoration:none;
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
#navi_oben ul li a:hover
{
	color:#395b86;
}
#navi_oben .over
{
	color:#395b86;
	font-weight:bold;
}
#navi_oben .trenner
{
	font-size:90%;
	border-left:solid 1px #395b86;
	height:25px;
}
/* ################################################## */
/* ###### Navigation Links ########################## */
/* ################################################## */

#links ul
{
	margin:0;
	padding:0;
	list-style:none;
	width:150px;
}
#links ul li
{
	background-image: url(../bilder/hg_navi_links.gif);
	background-repeat: no-repeat;
}
#links ul li a
{
	color:#666666;
	text-decoration:none;
	display:block;
	height:18px;
	border-bottom:solid 1px #999999;
	padding-left:12px;
	padding-top:4px;
	margin-left:12px;
}
#links ul li a:hover
{
	color:#395b86;
}
#links ul li:hover
{
	background-image: url(../bilder/hg_navi_links_over.gif);
	background-repeat: no-repeat;
}
#links .over_li
{
	background-image: url(../bilder/hg_navi_links_over.gif);
	background-repeat: no-repeat;
}
#links .over_a
{
	color:#395b86;
}

/* ################################################## */
/* ###### Typografie ################################ */
/* ################################################## */
#mitte h1
{
	color:#395b86;
	font-size:160%;
	line-height:1.3em;
	margin-bottom:20px;
	font-weight:normal;
}
#mitte h1.headline_ohne
{
	margin-bottom:0px;
}
#mitte h2
{
	color:#395b86;
	font-size:130%;
	line-height:1.3em;
	margin-bottom:10px;
	font-weight:normal;
}
#mitte p
{
	line-height:1.5em;
	margin-bottom:10px;
}
#mitte a
{
	color:#395b86;
	text-decoration:underline;
}
#mitte a:active, #mitte a:focus
{
	outline:none;
}
#mitte a:hover
{
	color:#395b86;
	text-decoration:underline;
}
#mitte ul, #mitte ol
{
	margin:10px;
	margin-bottom:15px;
	margin-top:15px;
}
#mitte ul
{
	list-style-image:url(../bilder/list-style-image.gif);
}
#mitte ul li
{
	list-style-type:square;
	line-height:1.5em;
	margin:0;
	margin-left:25px;
	margin-bottom:5px;
}
#mitte ol li
{
	list-style-type:decimal;
	line-height:1.5em;
	margin:0;
	margin-left:25px;
	margin-bottom:5px;
}

#mitte td
{
	padding:2px;
	line-height:1.5em;
	vertical-align: top;
}
#mitte .header
{
	font-size:130%;
	color:#395b86;
	font-weight:normal;
	letter-spacing:0.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}
#mitte .tab
{
	margin-top:30px;
	margin-bottom:30px;
}

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

.bilderrahmen
{
	border:solid 1px #999999;
	background-color:#ffffff;
	padding:10px;
}
.bilderrahmen_partner
{
	border:solid 1px #999999;
	background-color:#ffffff;
	padding:5px;
	margin-bottom:15px;
}

.linie
{
	height:1px;
	border-bottom:dotted 1px #999999;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
}
.bilderrahmen_artikel_left
{
	border-top:solid 1px #f1f1f1;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #f1f1f1;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.bilderrahmen_artikel_right
{
	border-top:solid 1px #f1f1f1;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-left:solid 1px #f1f1f1;
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}

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

/* ################################################## */
/* ###### Modul Grafikelement ####################### */
/* ################################################## */

#grafikelement
{
	padding-left:20px;
	margin-bottom:25px;
}
#grafikelement h1
{
	color:#395b86;
	font-size:160%;
	line-height:1.3em;
	margin-bottom:20px;
	font-weight:normal;
}
/* ################################################## */
/* ###### Modul Tag Clouds ########################## */
/* ################################################## */

#tagclouds
{
	padding-left:0px;
	margin-bottom:25px;
}
#tagclouds p
{
	line-height:1.5em;
	text-align:center;
}
#tagclouds a
{
	text-decoration:none;
}
#tagclouds .a
{
	color:#395b86;
	font-size:140%;
	font-weight:normal;
}
#tagclouds .b
{
	color:#666666;
	font-size:120%;
	font-weight:normal;
}
#tagclouds .c
{
	color:#999999;
	font-size:110%;
	font-weight:normal;
}

/* ################################################## */
/* ###### Accordion-Funktion  ####################### */
/* ################################################## */

.headline
{
	cursor:pointer;
	background-color:#eaeaea;
	border:solid 1px #c0c0c0;
	font-size:130%;
	padding-left:25px;
	margin-bottom:10px;
	background-image:url(../bilder/arrow2.gif);
	background-repeat:no-repeat;
	background-position:5px;
}
.headline:hover
{
	background-color:#dcdcdc;
	border:solid 1px #c0c0c0;
}
.content_hide
{
	display:none;
}
.content_show
{
	display:block;
}



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

select, textarea, input
{
	font-size:100%;
	font-weight:normal;
	background-color:#eaeaea;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
}
.button_160
{
	background-image: url(../bilder/hg_button_160.gif);
	background-position:center;
	background-repeat: no-repeat;
	background-color:transparent;
	width:160px;
	height:24px;
	color:#ffffff;
	font-size:110%;
	font-weight:normal;
	line-height:1.5em;
	border:none;
	cursor:pointer;
}
.button_120
{
	background-image: url(../bilder/hg_button_120.gif);
	background-position:center;
	background-repeat: no-repeat;
	background-color:transparent;
	width:120px;
	height:24px;
	color:#ffffff;
	font-size:110%;
	font-weight:normal;
	line-height:1.5em;
	border:none;
	cursor:pointer;
}
.button
{
	font-size:90%;
	color:#f1f1f1;
	font-weight:normal;
	letter-spacing:normal;
	background-color:#cc3333;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #e4e4e4;
	border-bottom:solid 1px #e4e4e4;
	cursor:pointer;
	/*height:20px;*/
}
.textarea
{
	overflow:auto;
}
.randlos
{
	border:none;
	background-color:transparent;
}
