/* *******************************************************
** main
** ******************************************************* */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
	height: 100%;
}
body {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	margin: 0;
	padding: 0;
	display: block;
	overflow: auto;
	clip: auto;
	height: auto;
	width: auto;
	text-align: left;
	text-indent: 0;
	/* scrollbars (safari, firefox) so the layout doesnt jump around (centered layouts) */
	min-height: 101%;
	/* opera cant calculate right, rounding is wrong */
	font-size: 100.01%;
	/* move fixed pos elements on window resize */
	position: relative;
}
/* no borders anywhere */
fieldset, img {
	border: 0;
}
/* Safari: font-size: 100% is too large for forms */ 
select, input, textarea { 
	font-size: 99%;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	width: 100%;
	height: auto;
	clear: none;
	clip: auto;
	display: block;
	color: #000000;
	text-align: left;
}
/* css floating regulation */
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfloating:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Safari: needs clearfloating as a block-element */
.clearfloating { 
	display: block; 
} 
/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatingbox { 
	overflow: hidden; 
}
.holdfloats {
	
}
/* positioning of images horizontal/vertical */
.hori {
	float: left;
	margin-right: .5em;
}
.verti {
	clear: right;
}
/* IE-Clearing: needed for IE, real stuff found in ie_hacks.css */
#ie_clearing { 
	display: none;
}


/* reset anything for all browsers *********************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}

table {border-collapse:collapse; border-spacing:0;}

fieldset,img {border:0;}

address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}

ol,ul,li {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}

q:before,q:after {content:'';}

/* *******************************************************
** layout 
** ******************************************************* */
#main {

	width: 944px;
	margin: 0 0 0 55px;
}
#header {
	height: 165px;
}
#header #headerContent {
	position: relative;
	padding: 0;
	text-align: left;
}
#body {
	clear: both; 
	width: auto; 
	z-index: 10; 
}
#content {
	width: auto; /* for 3-col layout should be auto */
	margin-left: 386px; /* left area */
	/*margin-right: 46px; /* right area */
	text-align: left; 
}
#content #contentContent {
	position: relative;
	min-height: 350px;
}
#content #contentContent #startbild {

}
#content #contentContent #startbild img {
}
#content #contentContent #realcontent {
	display: inline;
	padding: 10px 20px 0 0;
}
#mainnavi {
	width: 386px;
	height: 100px;
	float: left;
	text-align: left;
}
#mainnavi #mainnaviContent {
	position: relative;
	background-color: inherit;
}
#servicenavi {
	/* width: 330px; */
	height: auto;
	text-align: left;
}
#servicenavi #servicenaviContent {
	position: relative;
}
#servicenavi #servicenaviContent li {
	display: inline;
}
#special {
	width: 46px;
	text-align: left;
	float: right;
}
#special #specialContent {
	position: relative;
	padding: 0px;
}
#footer {
	background-color: transparent;
	color: #000000;
	text-align: left;
	clear: both;
	width: auto;
}
#footer #footerContent {
	position: relative;
	padding: 0;
}
#footer #footerContent li {
	display: inline;
}
.images_or {
	float: right;
	position: relative;
	margin-left: 10px;
}
.images_ol {
	float: left;
	position: relative;
	margin-right: 10px;
}
.image {
	position: relative;
}
fieldset {

	border: 0;

	margin: 0;

	padding: 0;

	text-indent: 0;

	overflow: auto;
}

fieldset legend {

	margin: 0;

	padding: 0;

	border: 0;

	color: #000;

	font-weight: bold;

}

fieldset label {

	color: #000;

	text-align: right;

	margin-right: 10px;

	vertical-align: top;
	background: transparent;
	width: 100px;

}

fieldset input[type='text'],
fieldset input.textfield {

	font-family: Georgia, 'Times New Roman', Times, serif;

	font-size: 100%;

	width: 300px;

	margin: 0;

	margin-bottom: 3px;

	padding: 2px;

	color: #000;
	border: 1px #666 solid;

}

fieldset input.textfield_small {

	font-family: Georgia, 'Times New Roman', Times, serif;

	font-size: 100%;

	width: 50px;

	margin: 0;

	margin-bottom: 3px;

	padding: 2px;

	color: #000;
	border: 1px #666 solid;

}
fieldset input.textfield_middle {

	font-family: Georgia, 'Times New Roman', Times, serif;

	font-size: 100%;

	width: 250px;

	margin: 0;

	margin-bottom: 3px;

	padding: 2px;

	color: #000;
	border: 1px #666 solid;

}

fieldset input[type='checkbox'] {

	margin: 0;

	padding: 0;

	border: 0;

	margin-bottom: 3px;

	vertical-align: bottom;

}

fieldset input[type='radio'] {

	margin: 0;

	padding: 0;

	border: 0;

	margin-bottom: 10px;

	vertical-align: top;

}

fieldset input[type='submit'],
fieldset input.button {
	width: 150px;

}

fieldset select {
	font-family: Georgia, 'Times New Roman', Times, serif;

	font-size: 100%;

	margin: 0;

	padding: 1px;

	width: 300px;

	margin-bottom: 3px;

	color: #000;

}

fieldset textarea {

	font-family: Georgia, 'Times New Roman', Times, serif;

	font-size: 100%;

	margin: 0;

	padding: 2px;

	border: 0;

	width: 300px;

	height: 150px;

	margin-bottom: 3px;

	color: #000;
	border: 1px #666 solid;

}

input .textfield:focus,

textarea .textarea:focus {

	color: #000;	

}

fieldset dl {

	padding: 1em 0 0 0;

}

fieldset dt {

	float: left;

	text-align: right;

	width: 25%;

	clear: both;

}

fieldset dd {

	float: left;

	width: 50%; 

}
.csc-mailform-field {
	margin-bottom: 20px;
	clear: left;
}
label {
	display: block;
	float: left; 
}
/* *******************************************************
** style 
** ******************************************************* */

body {
	color: #000000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing:	0em;
	text-decoration: none;
	background: url(image/htg_body.gif) repeat-x ;
	background-color: #FFFFFF;
}
strong, b { 
	font-weight: bold;
}
em,i { 
	font-style: italic;
}
pre, code {	
	font-family: 'Courier New', Courier, monospace; 
}
address { 
	font-style: normal; 
	line-height: 1.5em; 
	margin: 0 0 1em 0; 
}
hr { 
	color: #C0C0C0; 
	background: transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border: 0; 
	border-bottom: 1px #eee solid; 
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: .5em 0;
}
h1 .csc-firstHeader {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: .5em 0;
}
h2 {
	font-size: 115%;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 21px;
	color: #888877;
	text-align: left;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 18px;
	color: #888877;
	text-align: left;
}
p, p.bodytext {
	color: #000000;
	font-size: 100%;
	margin: 0;
	padding: 0 0 .8em 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
dl, dt, dd {
	padding: 0;
	margin: 0;
	border: 0;
}
a:link,
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
ul {
	list-style: none; 
}
li {
	list-style: none; 
}
#main {
	background: transparent;
	background-repeat: no-repeat;
	background-attachment: ;
	background-position: 0px 420px;
}
/* CLASS-definitions, specific items */
/* the image in the header is often a logo */
#header {
	background: transparent;/* url('') no-repeat 0px 0px;*/
	color: #000000;
}
#mainnavi {
}
#mainnavi #mainnaviContent {
	background: transparent url('image/htg_navi.png') no-repeat 0px 36px;
	height: 100px;
	padding: 10px 0 0 0 ;
}
#mainnavi #mainnaviContent ul {
	list-style-type: none;
	display: inline;
	margin: 0;
}
#mainnavi #mainnaviContent ul li {
	display: inline;
	margin: 0;
}
#mainnavi #mainnaviContent ul li a:link,
#mainnavi #mainnaviContent ul li a:visited {
	color: #000000;
	display: inline;
	width: auto;
	text-decoration: none;
	padding: 0;
}
#mainnavi #mainnaviContent ul li a:hover {
	color: #000000;
}
#mainnavi #mainnaviContent ul li a:link.active,
#mainnavi #mainnaviContent ul li a:visited.active {
	display: inline; 
/*	width: 386px;*/
}
#servicenavi {
	background: transparent;
	color: #000000;
}
#servicenavi #servicenaviContent {
	padding: 0;
}
/* die nächsten zwei Styles sorgen für ein horizontales Menü */
#servicenavi #servicenaviContent ul {
	list-style-type: none;
	float:left;
	display: inline;
	margin: 0;
}
#servicenavi #servicenaviContent ul li {
	display: inline;
	margin: 0;
}
#servicenavi #servicenaviContent ul li a:link,
#servicenavi #servicenaviContent ul li a:visited {
	color: #BDA350;
	background: url('') no-repeat 2px -4px;
	font-size: 15px;
	margin: 0 6px 0 0;
	text-decoration: none;
	padding: 0 6px 0 0;
}
#servicenavi #servicenaviContent ul li a:hover {
	background: transparent url('') no-repeat 2px -64px;
	color: #000000;
	text-decoration: none;
}
#servicenavi #servicenaviContent ul li a:link.active,
#servicenavi #servicenaviContent ul li a:visited.active {
	background: url('') no-repeat 2px -64px;
}
#special {
	background-color: #FF0000;
	color: #000555;
}
#special h1 {
	font-size: 12px;
}
#special a:link,
#special a:visited {
	color: #3b4b5b;
	text-decoration: none;
}
#special a:hover {
	color: #DD8800;
	text-decoration: underline;  
}
/* commun content elements */
#content {
	background-color: transparent;
	/* colored background for left and right colomn */
	/*border-left: 386px transparent solid; */
	border-right: 46px #FF0000 solid;
	min-height: 600px;
}
#content #contentContent {
	padding: 10px 20px 0 0;
}
#content .container {
	background: transparent;
	padding: 0 0 17px 0;
}
#content h1 {
	color: #000000;
	font-size: 16px;
	margin: 0 0 14px 2px;
}
#content h2 {
	color: #888877;
	font-size: 115%;
	margin: 3px 0 7px 2px;
}
#content h3 {
	color: #888877;
	font-size: 100%;
	margin: 3px 0 7px 2px;
}
#content p {
	line-height: 22px;
	margin-left: 2px;
}
#content a:link,
#content a:visited {
	color: #695866;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;	
}
#content ul {
	list-style: disc inside; 
	margin-left: 19px;
	line-height: 22px;
}
#content ul li {
	list-style: disc outside; 
}
#content b,
#content strong {
	color: #666666;
}
.teaserhead h1 {
	background: #ACB7C1;
	font-size: 12px;
}
.csc-sitemap {
}
.csc-sitemap ul {
	margin-left: 20px;
	display: block;
}
.csc-sitemap ul li {
	margin-bottom: 1em;
	font-size: 14px;
}
.csc-sitemap ul li a:link,
.csc-sitemap ul li a:visited {
	color: #000;
	margin-bottom: 1em;
	text-decoration: none;
}
.csc-sitemap ul li ul {
	margin-left: 20px;
}
.csc-sitemap ul li ul li {
	margin-bottom: 1em;
	font-size: 11px;
}
#footer {
	font-size: 100%;
}
#footer #footerContent {
	padding: 0;
}
#footer #footerContent ul {
	list-style-type: none;
	display: inline;
	margin: 0;
}
#footer #footerContent ul li {
	display: inline;
	margin: 0;
}
#footer #footerContent ul li a:link,
#footer #footerContent ul li a:visited {
	color: #BDA350;
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;
	padding: 0 12px 0 0;
}
#footer #footerContent ul li a:hover {
	color: #000000;
}



/* *******************************************************
** modifications
** ******************************************************* */
#intro {
	text-align: center;
	margin-top: 120px;
}
#header #logo {
	text-align: right;
	margin: 0;
	padding: 0;
	padding-top: 12px;
}
#servicenavi {
	float: left; 
	margin-top: 145px;
	position: absolute;
}
#mainnavi #mainnaviContent {
	margin-top: 239px;
}	
#content #contentContent {
	margin-top: 239px;
	margin-bottom: 20px;
}
#flashheader {
	position: absolute;
	top: 165px;
	left: 55px;	
/*	clear: none;
	height: 239px;
	
	width: 896px;
	background: transparent;
	float: left; 
	
	clear: both;*/
/*	margin-left: -386px;*/
}
.plink {
	color: #695866;
	text-decoration: underline;
}
.plink:hover {
	color: #FF6600;
}
.error {
	color: #f00;
}

/*demeter-formatierung*/

#content p em strong {
	
	text-decoration: none;
	font-style:italic;
	color: #000000;
}
#content p a span.plink em strong {
	
	text-decoration: underline;
	font-style:italic;
	color:#695866;
}

#tx-directmailsubscrip {
	width:340px;
}
#tx-directmailsubscrip label {
	clear:left;
	float:left;
	margin:4px 0pt;
	width:128px;
}
#tx-directmailsubscrip input.u_p {
	margin:4px 0pt;
	width:194px;
}
#tx-directmailsubscrip input.u_p_c {
	margin:4px 0pt;
	width:16px;
}
#tx-directmailsubscrip input.u_p {
	border:1px solid #C3C3C3;
	overflow:hidden;
	padding:2px;
	z-index:4;
}
#tx-directmailsubscrip input.u_p:hover {
	background:#C3C3C3 none repeat scroll 0%;
	border:1px solid #666666;
	overflow:hidden;
}
#tx-directmailsubscrip input.u_p:focus {
	background:#EEEEEE none repeat scroll 0%;
	border:1px solid #999999;
	overflow:hidden;
}
#tx-directmailsubscrip a {
	color:#363129;
}

	/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; position: relative; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */