/****** 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 {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	text-align: center;	
	color: #151515;
}

#container {	
	text-align: left;
	width: 896px;
	margin: 5px auto 0 auto;
	position: relative;
}

#header {
	width:  896px;
	height: 311px;
	background: url(images/header-BG.jpg) no-repeat top left;
}

#contentContainer {
	background: url(images/content-BG.jpg) repeat-y top left;
	font-size: 1.2em;
	padding: 20px 0 15px 0;
}

#footer {
	background: url(images/footer-BG.jpg) no-repeat top left;
	position: relative;
	width: 896px;
	height: 72px;
	font-size: 1.1em;
	color: #fff;
	padding: 25px 0 0 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#leftContent {
	padding-left: 2px;
	float: left;
	width: 232px;
	display: inline;
}
	.imagebox {
		margin: 0px auto 10px auto;
		width: 221px;
		text-align: center;
	}
	
	.infobox {
		margin: 0px auto;
		width: 221px;
	}
		.infoboxTop {
			width: 221px;
			height: 50px;
			background: url(images/infobox_top-BG.jpg) no-repeat top left;
		}
		
		.infoboxContent {
			width: 221px;
			min-height: 50px;
			background: url(images/infobox_content-BG.jpg) repeat-y top left;
		}
			.infoboxContent p {
				margin: 0px auto;
				padding: 10px 0 10px 0;
				width: 207px;
				line-height: 1.2em !important;				
			}
		
		.infoboxBottom {
			width: 221px;
			height: 10px;
			background: url(images/infobox_bottom-BG.jpg) no-repeat top left;
			font-size: 0 !important;
		}

#content {
	float: left;
	width: 425px;
	display: inline;
	padding: 0 20px 0 5px;
	line-height: 1.20em;
}

#rightContent {
	float: right;
	width: 200px;
	padding-right: 6px;
	display: inline;
	line-height: 1.2em !important;	
}
	#rightContent h5 {
		margin-bottom: 15px;
		font-size: 1.16667em;
	}
	
	#rightContent ul {
		margin: 0 0 30px 0;
		list-style: disc;
	}
	
	#rightContent ul li {
		margin-bottom: 8px;
	}
	
	#rightContent p {
		width: 100%;
	}

.distance {
	width: 50px;
	float: left;
}

#homelink {
	position: absolute;
	top: 20px;
	left: 0;
	width: 330px;
	height: 75px;
}

#copyright {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 40%;
	text-align: left;
}

#umsetzung {
	clear: both;
	float: left;
	display: inline;
	margin: 4px 0 0 10px;
	width: 40%;
	text-align: left;
}

#seitentitel {
	clear: right;
	float: right;
	display: inline;
	margin: 4px 10px 0 0;
}

#contact1 {
	width: 896px;
}
	#contact1 ul { 
		padding-top: 7px;
		width: 896px;
		list-style: none;
	}
	
	#contact1 ul li {
		float: left;
		margin: 0 3px 0 3px;
		color: #ccc;
	}
	#contact1 ul li a {
		color: #ccc;
		font-size: 1.0em;
	}
	#contact1 ul li a:hover {
		color: #151515;
		font-size: 1.0em;
	}

#menue1 {
	display: inline;
	margin: 100px 0 0 0;
	float: left;
}

#menue1 ul {
	width: 896px;
	height: 23px;
}

#menue1 li {
	list-style: none;
	display: block;
	width: 98px;
	height: 23px;
	float: left;
	text-align: center;
	vertical-align: middle;
	background: url(images/nav.gif) no-repeat top left;
}

#menue1 li a {
	font-size: 1.2em;
	color: #151515;
	display: block;
	line-height: 2.7em;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-decoration: none;
	overflow: hidden;
	margin: -3px 0 0 0;
}

#menue2 {
	float: right;
	display: inline;
	margin: 0 6px 0 0;
}

#menue2 li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0 5px;
}

#menue2 li.active a {
	text-decoration: underline;
}


#content a, #leftContent a, #rightContent a {
	color: #009bac;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #leftContent a:hover, #rightContent a:hover {
	text-decoration: underline;
}

a {
	color: #151515;
	text-decoration: none;
}

a:hover {
	color: #151515;
	text-decoration: underline;
}
 
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin: 0.6em 0 0.3em 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.1em;
	font-weight: normal;
}

/**** HALB-STANDARDS ****/
/*textarea {
  font-size: 1.1em;
}*/
#contentLeft hr, #contentMiddle hr, #contentRight hr {
  height: 1px;
  border: 1px solid #5a5a5a;
}
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;
}
#left ul, #left ol, #main ul, #main ol, #right ul, #right ol {
  margin-bottom: 1em;
}
.csc-firstHeader, .csc-firstHeader, .csc-firstHeader {
  margin-top: 0;
}
#contentLeft .csc-textpic-imagewrap dl, #contentMiddle .csc-textpic-imagewrap, #contentRight .csc-textpic-imagewrap {
  margin: 0;
}
#contentLeft ul li, #contentLeft ol li, #contentMiddle ul li, #contentMiddle ol li, #contentRight ul li, #contentRight ol li {
  list-style-position: outside;
  margin: 0 0 0.3em 12px;
}
* html #contentLeft ul li, * html #contentLeft ol li, * html #contentMiddle ul li, * html #contentMiddle ol li, , * html #contentRight ul li, * html #contentRight ol li {
  margin-left: 15px;
}
* + html #contentLeft ul li, * + html #contentLeft ol li, * + html #contentMiddle ul li, * + html #contentMiddle ol li, , * + html #contentRight ul li, * + html #contentRight 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;
}
#contentLeft table, #contentMiddle table, #contentRight 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;  
}
#contentLeft .csc-sitemap ul li, #contentMiddle .csc-sitemap ul li, #contentRight .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;
}
#content .csc-textpicHeader h1, #content .csc-textpicHeader h2, #content .csc-textpicHeader h3, #content .csc-textpicHeader h4, #content .csc-textpicHeader h5, #content .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;
}
