/****** RESET BEGIN ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****** RESET END ******/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	color: #000;
	font-size: 0.75em;
	background: #fff8ea url(images/background.jpg) repeat-x top left;
}
#container {	
	text-align: left;
	width: 963px;
	margin: 48px auto;
	margin: 10px auto;
	position: relative;
}
#images {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 963px;
	height: 331px;
	font-size: 1px;
	line-height: 1px;
}
#images img {
	display: none;
}
#contentWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
#content1 {
	float: left;
	width: 197px;
	display: inline;
	position: relative;
	padding: 0;
}
	#content1top {
		width: 197px;
		height: 331px;
		background: url(images/bg_content1top.png) no-repeat left 108px;
	}
	* html #content1top {
		background: url(images/bg_content1top.gif) no-repeat left 108px;
	}
		#homelink img {
			position: absolute;
			width: 146px;
			height: 152px;
			margin: 146px 0 0 25px;
		}
	#content1bg {
		width: 174px;
		min-height: 1132px;
		height: auto !important;
		height: 1132px;
		background: #fbdd9d url(images/content1-bg.png) no-repeat bottom left;
		padding: 1px 11px 0 12px;
	}
		#menue1 {
			margin: 0 !important;
			padding: 0;
		}
			#menue1 li {
				list-style-position: outside;
				list-style: none;
				margin: 0 0 9px 0;
				padding: 0;
			}			
			#menue1 li.spacer {
				background: url(images/line174.gif) no-repeat left center;
				height: 15px;
			}
				#menue1 li a {
					color: #000;
					text-decoration: none;
					display: block;
					margin: 0 5px 9px 0;
				}
				#menue1 li a:hover {
					color: #000;
					text-decoration: underline;
				}
				#menue1 li.active {
					color: #000;
				}
				#menue1 li.active a {
					color: #000;
					text-decoration: underline;
				}				
				#menue1 li.active a:hover {
					color: #000;
					text-decoration: underline;
				}
					#menue1 li.active li a {
						text-decoration: none;
					}
		#menue1 #submenue1 {
			margin-left: 10px;
		}
			#menue1 #submenue1 li {
				margin: 0 0 0.5em 0;
				text-decoration: none;
			}
				#menue1 #submenue1 li a {
					color: #000;
					text-decoration: none;
					display: block;
					margin: 0 5px 3px 0;
				}
				#menue1 #submenue1 li a:hover {
					text-decoration: underline;
				}
				#menue1 #submenue1 li.active a {
					color: #000;
					text-decoration: underline;
				}
				#menue1 #submenue1 li.active a:hover
				{
					text-decoration: underline;
				}
				#menue1 #submenue1 li.normal a {
					color: #000;
					text-decoration: none;
				}
				#menue1 #submenue1 li.normal a:hover {
					color: #000;
					text-decoration: underline;
				}
		#menue1 #submenue2 {
			margin-left: 20px;
		}
			#menue1 #submenue2 li {
				margin: 0 0 0.5em 0;
				text-decoration: none;
			}
				#menue1 #submenue2 li a {
					color: #000;
					text-decoration: none;
					display: block;
					margin: 0 5px 3px 0;
				}
				#menue1 #submenue2 li a:hover {
					text-decoration: underline;
				}
				#menue1 #submenue2 li.active a {
					color: #000;
					text-decoration: underline;
				}
				#menue1 #submenue2 li.active a:hover
				{
					text-decoration: underline;
				}
				#menue1 #submenue2 li.normal a {
					color: #000;
					text-decoration: none;
				}
				#menue1 #submenue2 li.normal a:hover {
					color: #000;
					text-decoration: underline;
				}
#main {
	width: 766px;
	line-height: 1.2em;
	float: right;
	display: inline;
	position: relative;
}
	#header {
		width: 766px;
		height: 331px;
/*		background: url(images/header.jpg) no-repeat top left;*/
	}
		#searchbar {
			width: 244px;
			height: 30px;
			float: right;
		}
			#searchbar label {
				color: #000;
				float: left;
				padding: 9px 0 0 12px;
				width: 47px;
			}
			#searchbar input {
				color: #000;
				background-color: #fff;
				border: 0;
				float: left;
				width: 150px;
				height: 17px;
				margin: 5px 3px 0 0;
				font-size: 1em;
				padding: 3px 0 0 0;
			}
			#searchbar input.img {
				margin: 5px 0 0 0;
				cursor: pointer;
				background: #fff;
				border: 0px;
				width: 20px;
				height: 20px;
				padding: 0;
			}
		#headline {
			width: 766px;
			height: 300px;
		}
			#headline p {
				margin: 0;
				padding: 248px 20px 0 0;
				float: right;
				font-size: 1em;
				color: #7a7770;
			}
	#content2 {
		float: left;
		width: 566px;
		display: inline;
		position: relative;
		padding: 0 12px 38px 12px;
	}
		#content2 ul {
			margin-left: 20px;
		}
		#content2 #menue2 {
			list-style: none;
			margin: 0;
			width: 100%;
		}
			#content2 #menue2 li {
				list-style: none;
				display: inline;
				float: left;
				/*padding: 0 0 2px 0;*/
				margin: 0 8px 4px 0;
				/*border-bottom: 2px solid #f7d897;*/
				color: #000;
			}
				#content2 #menue2 li a,
				#content2 #menue2 li a:hover {
					text-decoration: none;
					color: #000;
					margin: 0 8px 0 0;
					border-bottom: 2px solid #f7d897;
					padding: 0 0 2px 0;
				}
				#content2 #menue2 li a:hover {
					color: #7a7770;
				}
		#breadcrumb {
			margin: 6px 0 22px 0;
			width: 100%;
			font-size: 0.833333em;
			color: #7a7770;
		}
			#breadcrumb a {
				color: #7a7770;
				text-decoration: none;
			}
			#breadcrumb a:hover {
				color: #7a7770;
				text-decoration: underline;
			}
	#content3wrapper {
		background: url(images/bg_content3wrapper.gif) repeat-y right top;
		float: right;
		display: inline;
		position: relative;
	}
		#content3 {
			width: 159px;
			padding: 8px 9px 0 7px;
			min-height: 1051px;
			height: auto !important;
			height: 1051px;
			background: url(images/content3-bg.png) no-repeat bottom left;
		}
#footer {
	margin: 0;
	padding: 0;
	width: 963px;
}
	#servicemenue {
		width: 591px;
		height: 67px;
		margin: 0 0 0 197px;
		background: url(images/footer.jpg) no-repeat top left;
		font-size: 0.833333em;
	}
		#servicemenue ul {
			list-style: none;
			padding: 38px 0 0 98px;
		}
		#servicemenue ul li {
			list-style: none;
			font-size: 1em;
			color: #63605b;
			float: left;
			margin: 0 5px 0 0;
		}
			#servicemenue ul li a {
				color: #63605b;
				text-decoration: none;
				font-size: 1em;
			}
			#servicemenue ul li a:hover {
				color: #63605b;
				text-decoration: underline;
				font-size: 1em;
			}
	#footermenue {
		width: 963px;
		margin: 46px 0 46px 0;
		padding: 18px 0 0 0;
		border-top: 1px solid #d9d3c7;
		font-size: 0.833333em;
		color: #7a7770;
	}
		#footermenue a {
			color: #7a7770;
			text-decoration: none;
			padding: 0 2px;
		}
		#footermenue a:hover {
			color: #7a7770;
			text-decoration: underline;
		}
		#copyright {
			float: left;
			display: inline;
			margin: 0 0 0 8px;
			width: 70%;
			text-align: left;
			position: relative;
		}
			#copyright span {
				float: left;
			}
			#copyright p {
				margin: 0;
			}
		#realization {
			clear: both;
			float: left;
			display: inline;
			margin: 8px 0 0 8px;
			width: 70%;
			text-align: left;
			position: relative;
		}
		#sitetitle {
			clear: right;
			float: right;
			display: inline;
			margin: 8px 8px 0 0;
			position: relative;
		}
		#menue3 {
			float: right;
			display: inline;
			margin: 0 8px 0 0;
		}
			#menue3 ul {
				list-style: none;
			}
			#menue3 li {
				list-style: none;
				display: inline;
				float: left;
				margin: 0 0 0 5px;
			}
			#menue3 li a {
				margin: 0 5px 0 0;
			}
			#menue3 li.active a {
				text-decoration: underline;
			}
			#menue3 li.last a {
				margin: 0 0 0 0;
			}
.line174 {
	background: url(images/line174.gif) no-repeat top left;
	width: 174px;
	height: 41px;
}
.line159 {
	background: url(images/line159.gif) no-repeat top left;
	width: 159px;
	height: 37px;
}
.box {
	margin: 25px 0 25px 0;
	width: 566px;
	background: url(images/box-bg.jpg) repeat-y top left;
}
	.box1,
	.box2 {
		width: 166px;
		padding: 8px 9px 8px 9px;
		margin: 0 7px 0 0;
		float: left;
		display: inline;
	}
	.box3 {
		width: 166px;
		padding: 8px 9px 8px 9px;
		float: right;
		display: inline;
	}
		.box1 h2,
		.box2 h2,
		.box3 h2,
		.infoboxsingle h2 {
			margin: 0 0 12px 0;
			color: #000;
			font-size: 1.166666em;
			text-decoration: none;
		}
		.box1 h2 a,
		.box2 h2 a,
		.box3 h2 a,
		.infoboxsingle a {
			font-size: #1.166666em;
			text-decoration: none;
		}
		.box1 h2 a:hover,
		.box2 h2 a:hover,
		.box3 h2 a:hover,
		.infoboxsingle a:hover {
			text-decoration: underline;
		}
		.box1 img,
		.box2 img,
		.box3 img {
			margin: 0 0 12px 0;
		}
		.boxcontent {
			margin: 0 0 12px 0;
			font-size: 1.166666em;
		}
			.boxcontent p {
				font-size: 0.833333em;
			}
		.boxbutton {
			margin: 0 auto;
			background: url(images/button.jpg) no-repeat top left;
			width: 165px;
			height: 23px;
			padding: 7px 0 0 0;
			text-align: center;
			color: #422e05;
			font-size: 1.166666em;
		}
		.boxbutton a {
			text-decoration: none;
			color: #422e05;
			font-size: 1em;
		}
		.boxbutton a:hover {
			text-decoration: underline;
		}
		.box1 p,
		.box2 p,
		.box3 p,
		.infoboxsingle p
		{
			width: 166px;
		}
.infoboxsingle {
	width: 166px;
	padding: 8px 9px 8px 9px;
	background-color: #F7D897;
	display: block !important;
}
	.infoboxsingle .boxbutton {
		display: block !important;
	}
a {
	color: #000;
	text-decoration: underline
}
a:hover {
	color: #000;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 2em 0 1em 0;
	line-height: 1.2em;
}
h1 {
	color: #422e05;
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
h3 {
	font-size: 1.166666em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	color: #422e05;
	font-weight: bold;
}
h6 {
	font-size: 0.9166666em;
	font-weight: bold;
}
.red {
	color: #880000;
}
/**** HALB-STANDARDS ****/
textarea {
	font-size: 1.0em;
}
#main hr {
	height: 1px;
	border: 1px solid #d9d3c7;
}
fieldset input, fieldset textarea {
  	font-family: Arial, Helvetica, sans-serif;
}
/**** STANDARDS ****/
.clearer {
	clear: both;
}
.csc-textpic-caption {
	font-size: 0.9em;
	display: block;
	padding-bottom: 0.9em;
}
p.align-center, th.align-center, td.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
p.align-right, th.align-right, td.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
p.align-left, th.align-left, td.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
p.align-justify, th.align-justify, td.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
#content1 ul, #content1 ol, #content2 ul, #content2 ol, #content3 ul, #content3 ol {
	margin-bottom: 1em;
}
.csc-firstHeader, .csc-firstHeader, .csc-firstHeader {
	margin-top: 0;
}
#main .csc-textpic-imagewrap {
	margin: 0;
}
#rightBlock {
	font-size: 1em;
}
#main ul li, 
#main ol li {
	list-style-position: outside;
	margin: 0 0 0.3em 12px;
}
* html #main ul li, * html #main ol li {
	margin-left: 15px;
}
* + html #main ul li, * + html #main ol li {
	margin-left: 15px;
}
.csc-textpic-image {
	padding: 0 0 0.9em 0;
}
.csc-textpic-imagerow {
	padding: 0;
}
:root div.csc-textpic-above div.csc-textpic-text {
	clear: both;
	float: left;
}
.csc-textpic-intext-right .csc-textpic-caption {
	text-align: right;
}
#main table {
	line-height: normal;
}
.csc-textpic dl.csc-textpic-image {
/*	padding: 0 3px;*/
}
.csc-textpic dl.csc-textpic-firstcol {
	padding-left: 0;
}
.csc-textpic dl.csc-textpic-lastcol {
	padding-right: 0;
}
fieldset {
	border: 0;
}
fieldset label {
	width: 170px;
	float: left;
	clear: both;
	display: block;
	font-weight: bold;
}
fieldset .csc-mailform-field {
	margin: 0 0 5px 0;
}
fieldset .csc-mailform-field #mailformformtype_mail {
	margin: 20px 0 0 170px;
}
fieldset input, fieldset textarea {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;  
}
#main .csc-sitemap ul li {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}
.csc-textpic-intext-right-nowrap, 
.csc-textpic-intext-left-nowrap {
	padding-bottom: 1em;
}
#content1 .csc-textpicHeader h1, #content1 .csc-textpicHeader h2, #content1 .csc-textpicHeader h3, #content1 .csc-textpicHeader h4, #content1 .csc-textpicHeader h5, #content1 .csc-textpicHeader h6 {
	margin-top: 0;
}
a img {
	border: 0;
}
table {
	border-collapse: collapse;
}
li {
	list-style-position: inside;
}
p {
	margin-bottom: 1em;
}
.middle {
	vertical-align: middle;
}
html body #content2 .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	background-color: #f7d897;
	color: #000;
}
.tx-indexedsearch fieldset {	border: 0;}html body #content2 .tx-indexedsearch input {	width: 180px;}html body #content2 .tx-indexedsearch select {	width: 185px;}html body #content2 .tx-indexedsearch .tx-indexedsearch-search-submit input {	width: 183px;	margin-top: 15px;}html body #content2 .tx-indexedsearch p {	margin-top: 1em;}html body #content2 .tx-indexedsearch .tx-indexedsearch-res {	margin: 0 0 3em 0;}html body #content2 .tx-indexedsearch .tx-indexedsearch-info {	padding: 1px 0px;
	color: #70777e;
	background: none;}
