/* templateCSS for KGHH D1*/

/*div {border: 1px solid red;}*/

/* GLOBAL RESET */
* { margin: 0px; padding: 0px; }

body {
	text-align: center;
	background: #00557f url('../images/kghh_bg.png') repeat-x fixed bottom;
}

#wrap {
	min-width: 760px;
	max-width: 960px;
	width: 80% !important;
	text-align: left;
	margin: 0 auto;
	border: none;
}

#wrap1 {
	height:210px;
	}

#wrap2 {
	background: white;
	clear: both;
}

#bottom {
	clear: both;
	background: #dce3f3;
	text-align: center;
	margin: 0;
}

#header {
	width: 100%;
	height: 120px;
	/*background: #dce3f3;*/
	background: url('../images/kghh_header_02.png') no-repeat right top;
	/*border: 1px solid white;*/
	border: none;
	clear:both;
	margin-bottom: 0px;
	position: relative;
	top: 90px;
}

#header_menu{
	border: none;
	height: 120px;
	/*width: 100%;*/
	background: url('../images/kghh_header_01.png') no-repeat left top;
}

#logo {
	height: 177px;
	width: 222px;
	position: relative;
	top: -80px;
	right: 0px;
	/*overflow:hidden;*/
	margin-right:20px;
	float: right;
}


#breadcrumbs {
	clear: both;
	/*border-bottom: solid #00557f 1px;*/
	padding-bottom:2px;
	font-size: 0.8em;
	}
	
#breadcrumbs .moduletable {
	margin: 0px 0px 0px 0px;
	}
	
#logo img {
	border: none;
}

#content {
	float: left;
	/*width: 75%;*/
	min-height: 464px;
	overflow: hidden;
	background: #ffffff;
	padding:20px;
	width: 72%
}

#cleared {
	clear: both;
}

.small, .createdate, .modifydate, .mosimage_caption{
clear:both;
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}

/*.inside {
padding:10px;
}*/

#sidebar{
	overflow: hidden;
	background: #ffffff;
	/*width: 175px;*/
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0.5em 0;
}

li,dd {
margin-left:1em;
}

fieldset {
padding:.5em;
}

body {
font-size:10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3;
}

A {text-decoration:none}

A:hover {
text-decoration:underline;
}

h1, .componentheading {
	font-size: 1.7em;
}

.componentheading {
	visibility: hidden;
	position: fixed;
	color: gray;
	font-size: 1.5em;
	padding-left: 20px;
	background: url('../images/1.png') no-repeat center left;
}

h2, .contentheading {
	font-size:1.5em;
	padding-bottom: 0.5em;
}

td .contentheading {
	padding-top: 0.5em;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

h5 {
font-size:1.1em;
}

h6 {
	font-size: 1em;
	font-weight: 700;
	color: #00557f;
}

.moduletable {
	margin-bottom: 1em;
	padding: 0px 10px 0px;
}
.moduletable h3 {
	color: #8c652c;
	text-align: center;
	padding: 5px 0em 5px 0em;
	border-bottom: 1px solid #00557f;
	font-size: 0.8em;
}

.moduletable ul{
	margin: 0;
}

.moduletable li {
	border-bottom: 2px dotted white;
	padding: 0.5em 0.2em 0.5em 0.2em;
	list-style: none;
	margin: 0;
}

.moduletable a{
	text-decoration: none;
	color: black;
}

.moduletable a:hover{
	font-weight: bold;
	color: #8c652c;
}

.moduletable_menu {
	margin-top: 0px;
	padding:0px 0px 0px 0px;
	border: none;
}

.moduletable_menu ul
{
margin: 0px 0px 0px 20px;
padding:0;
white-space: nowrap;
}

.moduletable_menu li
{
	float: left;
	list-style-type: none;
	background: url('../images/tab_right.png') no-repeat right bottom;
	margin: 0;
	padding: 0;
	border: none;
}

.moduletable_menu li a {
	display: block;
	background: url('../images/tab_left.png') no-repeat left bottom;
	padding: 10px 20px 5px 20px;
	font-weight:bold;
	border: none;
}

.moduletable_menu li#current
{
list-style-type: none;
padding: 0px 0px 0px 0px;
}

.moduletable_menu li#current a {
	padding: 15px 20px 5px 20px;
}

.moduletable_menu a:link, .moduletable_menu a:visited
{
color: #fff;
text-decoration: none;
}

.moduletable_menu li:hover
{
color: #fff;
text-decoration: none;
background: url('../images/tab_hover_right.png') no-repeat right bottom;
}

.moduletable_menu a:hover{
background: url('../images/tab_hover_left.png') no-repeat left bottom;
}

.moduletable_menu .parent LI {
	list-style-type: none;
	float:right;
	background: none;
}

.moduletable_menu .parent LI A {
	background: none;
	float: right;
	display: block;
}

#bottom .moduletable {
	width: 40% !important;
	display: inline-block;
	text-align: left;
	margin: 0px 20px 0px 20px;
}

/* reset footer */
#footer .moduletable {
	background: none;
	font-size: 0.8em;
	border: none;
	margin: 0;
	padding: 0;
}

#footer .moduletable li {
	padding: 0;
	margin-right: 10px;
	border: none;
	display: inline;
}

#footer .moduletable li:hover{
	background: none;
	color: blue;
}

#footer {
	background: url('../images/kghh_footer_right.png') top right no-repeat;
	clear:both;
	font:0.8em Arial,Helvetica,sans-serif;
	max-height: 36px;
	height:36px;
}

#footer .inside {
	background: url('../images/kghh_footer_left.png') top left no-repeat;
	height: 36px;
	max-height: 36px;
	padding: 10px;
}

.contentpaneopen{
	padding: 0;
	margin: 0;
}

.contentpaneopen {
	font: normal normal 1em/1.5em Arial, Helvetica, sans-serif;
	text-align: justify;
}

.contentpaneopen ul
{
	padding-left: 15px;
}

.contentpaneopen img
{
	border-right: 0px; 
	border-top: 0px; 
	display: inline; 
	/*margin: 0px 0px 0px 10px; */
	padding: 6px;
	border-left: 0px; 
	border-bottom: 0px
}

.contentpaneopen table
{
	text-align: left;
}

.contentpaneopen a
{
	color: black;
}

a img {
	border:none;
}

.readon {
	text-align: right;
	color: #8c652c;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;	
}

A .readon {
	color: #8c652c;
}

/*Suchleiste und Suche*/
.button {
	border: #8c652c solid 1px;
	color: #8c652c;
	padding: 1px 3px 1px 3px;
	display: inline;
	margin-left: 2px;
}

.button:hover {
	background-color: #8c652c;
	color: white;
	cursor: pointer;
}

.column_separator {
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 8px;
}

.article_column {
	padding-right: 8px;
}

LABEL {
	padding-left:10px;
}

table .contentpane td {
	padding: 2px 3px 2px 2px;
}

td .sectiontableheader {
	background-color: white;
	margin: 5px 0px 5px 0px;
	padding: 2px;
}

td .sectiontableheader a {
	font-weight: bold;
	color: #8c652c;
	text-decoration: none;
}




.blog_more {color:#8c652c}
LI A .blogsection, LI A:visited .blogsection {color:black;text-decoration:none}
.pagenav {color:black}
A .pagenav {color:black; text-decoration:none}

