@charset "UTF-8";
	
	/* scrollbalken im IE*/

BODY {scrollbar-face-color:#FFFFCC; 
scrollbar-base-color:  #FFFFCC;
scrollbar -highlight- color: white; 
scrollbar -shadow- color: white; 
scrollbar -3dlight- color:#FFFFCC; 
scrollbar -arrow- color:#FFFFCC; 
scrollbar -track- color: white; 
scrollbar -darkshadow- color:#FFFFCC;}

body {
	margin: 0;
	padding: 0;
/*	line-height: 1.5em;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background: #FFFFCC url(img/hgkim.gif) repeat;
/*	margin-top:10px; 
		margin-left:20px;
		margin-right:20px;
    text-align: center;*/
    	
}

a:link, a:visited { color: #6c7900; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #6c7900; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

/*Klappmenue wird farbig - im Klappmenue bei select class="formtext" eintragen, auch bei Formular-Textfeldern einsetzbar */

.formtext {font-family:Arial,Helvetica,sans-serif;background-color : #F9F6EA;  font-size: 11px; color: #000000;  border-left: 1px solid #EED354; border-bottom: 1px solid #EED354; border-right: 1px solid #EED354; border-top: 1px solid #EED354 }
.butts {font-family:Arial,Helvetica,sans-serif; font-size: 11px; width: 100; color: #000000; font-weight: bold; background-color: #F9F6EA; border-left: 1px solid #EED354; border-bottom: 1px solid #EED354; border-right: 1px solid #EED354; border-top: 1px solid #EED354}
.rahmen {  border: 1px #000000 solid}
hr {height:1px; text-align:center; color:#000000; background-color:#000000; width:100%; border:0;}
/*links */

A:LINK    { font-family : Arial,Helvetica,sans-serif; font-size: 12px; color:#000000;}
A:VISITED { font-family : Arial,Helvetica,sans-serif; font-size: 12px; color:#000000;}
A:ACTIVE  { font-family : Arial,Helvetica,sans-serif; font-size: 12px; color:#000000;text-decoration: none}
a:hover   { font-family : Arial,Helvetica,sans-serif; font-size: 12px; color:#a00000; text-decoration: none}
/*A:hover IMG { Margin : 1px -1px -1px 1px }*/

/*Schriften */

h1 {color:#000000;  text-shadow:black; font-size:20px; font-family:Arial,Helvetica,sans-serif; font-weight:bold;}
h2 {color:#000000;  text-shadow:black; font-size:18px; font-family:Arial,Helvetica,sans-serif; font-weight:bold;}
h3 {color:#000000;  text-align:center;  text-shadow:black; font-size:14px; font-family:Arial,Helvetica,sans-serif; font-weight:bold;}
h4 {color:#000000; text-shadow:black; font-size:14px; font-family:Arial,Helvetica,sans-serif; font-weight:bold;}
h5 {color:#000000;  text-shadow:black; font-size:12px; font-family:Arial,Helvetica,sans-serif; font-weight:bold;}
h6 {color:#000000;  text-align:right; text-shadow:black; font-size:10px; font-family:Arial,Helvetica,sans-serif; font-weight:bold;}

/* Bestimmung des Standardfonts */
.klein {font-family:Arial,Helvetica,sans-serif; font-size:10px; color:#000000;}
		
			li { font-family : Arial,Helvetica,sans-serif; font-size: 12px; color: #000000; }	
			ul {list-style-type:square; font-family:Arial,Helvetica,sans-serif; font-size:12px;  color:#000000;}
		p,ol,div,td,th,address,blockquote,nobr
{font-family:Arial,Helvetica,sans-serif; font-size:12px;   color:#000000;}
small {font-family:Arial,Helvetica,sans-serif; font-size:10px;  color:#000000;font-style: italic;}



/*img { margin: 0px; padding: 0px; border: none; }*/

img {  border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.float_l { float: left; }
.float_r { float: right; }

.margin_r20 { margin-right: 10px; }

#wrapper {
	width: 1120px;
	margin:0 auto;
	
	}

#main_column_wrapper {
	float: left;
	width: 810px;
	background: url(img/content.png);
	background-color:#FFFFCC; 
	/* border: #000 solid 1px;*/
	background-repeat: repeat-y;
	background-position: left;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

#main_column {
	padding-right: 10px;
	
}

/* header */
#header {
	width: 810px;
	margin: 0 auto;
	padding: 0px;  
	margin-bottom:0px;
	background-color:#ffc673; 
		background-image:url(img/hglogo.gif);
    	height: 160px;
}

/* end of header */

/* sidebar / werbung */
#sidebar {
	float: left;
	width: 200px;
	padding: 10px;
	color: #000000;
/*	background-color:#FFFFCC;*/
	/*background-color:#ffc673; */
	/*clear: both;*/
}


#sidebar h2 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.categories_section {
	clear: both;
	margin-bottom: 50px;	
}

.categories_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories_list li {
	margin: 0;
	padding: 0;
}

.categories_list li a {
	display: block;
	color: #bd9139;
	margin-bottom: 5px;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #691414;
}

.categories_list li a:hover {
	color: #edc613;
}


/* end of sidebar */

/* content */
#content {
	padding:10px 10px;
	/*border-right:1px solid #000000;
	border-left:1px solid #000000;*/
}



#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 750px;
}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
	 
}

.comments li { margin-bottom: 10px; list-style:none; }
.comments li .lightgreen { border: 1px solid #c0d598;  background: #ecf5db; }
.comments li .lightblue	{ border: 1px solid #acc7de;  background: #e3f0fa; }

.comments li .comment_box { 
clear:both; 
width:100%;  
padding:15px; 
border-left:1px solid #000000;
/*background-color:#ffc673;*/
}


.comment_box .gravatar { float: left; width: 50px; margin-right: 15px; background: #fff; }
.comment_box .gravatar img { margin: 0; width: 50px; height: 50px; }
.comment_box .comment_text { margin: 0 0 0 65px; }
.comment_text .comment_author { font-size: 14px; font-weight: bold; color: #781919; margin-bottom: 10px; }
.comment_text .date { font-size: 12px; font-weight: normal; color: #333; padding-left: 10px; }
.comment_text .time { font-size: 12px; font-weight: normal; color: #333; padding-left: 10px; }
.comment_text .reply a { display: block; clear: both; float: right; padding: 5px 10px 0px 10px; height: 24px; text-align: center; background: #858956; border: 1px solid #fff; color: #fff; } 

#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#comment_form form {
	padding: 20px;
	background-color: #ecf5db;
	border: 1px solid #c0d598;
}

#comment_form textarea {
	background:#FFFFFF none repeat fixed 0 0;
	border: 1px solid #CCC;
	display:block;
	font-size:1.1em;
	height:150px;
	margin-top:5px;
	padding:5px;
	width: 525px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	margin-top: 5px;
	width: 200px;
}

#comment_form .submit_btn {
	width: 80px;
}
/* end of content */



/* footer */
#footer {
	color: #999;
	padding: 20px 60px;
	/*border-top: 1px solid #333;*/
	text-align:center;
}

#footer a {
	color: #333;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: none;
}


/* end of footer */

	

