body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #666;
  background: #f1f1f1;
}

div#wrapper {
	width: 858px;
	margin: 0 auto;
  position: relative;
	padding: 50px 0 0 0;
}

div#logo {
  width: 254px;
  height: 253px;
  background: url(../layout/hinz_logo_links_oben_254_253.gif);
  position: absolute;
  top: 34px;
  left: -17px;
  z-index: 10;
}

div#marker-bottom {
  width: 107px;
  height: 105px;
  background: url(../layout/marker_bottom_right_107_105.gif);
  position: absolute;
  bottom: 33px;
  right: -13px;
	z-index: 1;
}

div#partnerseiten {
  position: absolute;
  top: 90px;
  right: 29px;
	z-index: 100;
}
div#partnerseiten select {
  font-size: 11px;
  width: 175px;
	padding: 2px;
}

div#top-navigation {
  position: absolute;
  right: 29px;
  top: 33px;
}
div#top-navigation a {
  color: #666;
  text-decoration: none;
}


div#content-top {
	height: 34px;
	background: #f1f1f1 url(../layout/content_top_bg_858_34.gif);
}

div#content-body {
	background: #f1f1f1 url(../layout/content_bg_858_10.gif) repeat-y;
	padding: 4px;
}

	div#content-body-navigation {
		width: 183px;
		float: left;
		padding: 0 25px;
	  position: relative;
		margin: 160px 0 0 0;
	  z-index: 50;
	}
	
	div#content-body-navigation ul.rex-navi1 {
  	z-index: 50;
	}
	
	div#content-body-navigation ul.rex-navi1 li.rex-normal a,
	div#content-body-navigation ul.rex-navi1 li.rex-current a,
	div#content-body-navigation ul.rex-navi1 li.rex-active a {
		display: block;
		padding: 10px 10px;
		border-bottom: 1px solid #dddddd;
		color: #666;
		text-decoration: none;
	}
	
	div#content-body-navigation ul.rex-navi1 li.rex-current a.rex-current,
	div#content-body-navigation ul.rex-navi1 li.rex-active a.rex-active {
		font-weight: bold;
		color: #233c80;
	}
	
	/* Hauptnavigation | Ebene 2 */
	div#content-body-navigation ul.rex-navi1 li.rex-active ul.rex-navi2 li.rex-normal a,
	div#content-body-navigation ul.rex-navi1 li.rex-active ul.rex-navi2 li.rex-current a.rex-current {
		color: #666;
		font-weight: bold;
		padding: 10px 15px;
	}
	div#content-body-navigation ul.rex-navi1 li.rex-active ul.rex-navi2 li.rex-normal a {
		font-weight: normal;
	}
	
	div#content-body-text {
		width: 567px;
		float: left;
		padding: 0 25px;
	}
	
	/* Breadcrumb */
	div#breadcrumb {
		margin: 0 0 45px 0;
	}
	
	div#breadcrumb ul.rex-breadcrumb li {
		display: inline;
		/*margin-right: 7px;*/
	}
	div#breadcrumb ul.rex-breadcrumb li a {
		color: #666;
	}
	
	div#breadcrumb ul.rex-breadcrumb li:before { content: " / "; }
	div#breadcrumb ul.rex-breadcrumb .rex-lvl1:before { content: none}
		
	div#content-bottom {
		height: 34px;
		background: #f1f1f1 url(../layout/content_bottom_bg_858_34.gif);
	}
	
	/* Contentbereich */
	div#content-body-text {
		z-index: 10;
		position: relative;
	}
	div#content-body-text h1 {
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 25px;
		color: #233c80;
	}
	
	div#content-body-text a {
		color: #233c80;
	}
	
	div#content-body-text p {
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	div#content-body-text .body-container p {
	}
	
	div#content-body-text .body-container ul {
		list-style-type: square;
		margin: 0 0 10px 25px;
		line-height: 18px;
	}

.clear {
	overflow: hidden;
	clear: both;
}

h3.categorylist-title {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 25px;
}

ul#categorylist {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
}
ul#categorylist li {
	line-height: 18px;
	margin-left: 15px;
}
ul#categorylist li a {
	color: #666;
	text-decoration: none;
}

.ref-table {
	width: 100%;
	clear: both;
	line-height: 18px;
	margin-bottom: 15px;
}
.ref-table th {
	text-align: left;
	background: #223b80;
	color: #fff;
}

.ref-table tr {
	border-bottom: 1px solid #ddd;
}

.ref-table td, th {
	padding: 5px;
}

.ref-table .odd { background: #f1f1f1; border-bottom: 1px solid #ddd;}
.ref-table .even {background: #DFDFDF; border-bottom: 1px solid #ddd;}

#googlemap {
	padding: 1px;
	border: 1px solid #ddd;
}

#rex-xform {
	clear: both;
}

#rex-xform p.formtext,
#rex-xform p.formtextarea,
#rex-xform p.formselect {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	padding: 15px;
}

#rex-xform p.formtext input,
#rex-xform p.formtextarea textarea,
#rex-xform p.formselect select {
	display: block;
	width: 350px;
	float: left;
	padding: 2px;
}
#rex-xform p.formtext label,
#rex-xform p.formtextarea label,
#rex-xform p.formselect label {
	display: block;
	width: 150px;
	float: left;
}

ul.form_warning {
	background: #f1f1f1;
	border: 1px solid #ddd;
	padding: 10px;
	line-height: 18px;
	margin: 5px 0;
}

ul.form_warning li {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

ul.form_warning li:first-child {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

p.answertext {
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	margin: 10px 0;
	line-height: 18px;
}

#product-information {
	margin-top: 25px;
}

#product-information h3,
div.output-m-mit_a h3 {
	background: #233c80;
	padding: 7px;
	color: #fff;
}

div.output-m-mit_a {
	margin-bottom: 20px;
}
div.output-m-mit_a ul li {
	line-height: 18px;
}

#product-information p,
div.output-m-mit_a ul {
	background: #f1f1f1;
	padding: 10px 7px;
	border-bottom: 1px solid #ddd;
}
#product-information a {
	color: #666;
	text-decoration: none;
}

div.output-m-mit_a li a {
	color: #333;
	text-decoration: none;
}


.ns_newsEntry
{
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 15px 0;
}

.ns_newsHeadline
{
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.ns_HeadlineLeft
{
}

.ns_HeadlineRight
{
}

.ns_body
{
}

.ns_MoreLink
{
	color: #333;
}

.ns_Link {
	color: #666;
}


div#footer {
  margin: 10px 0 0 15px;
  line-height: 18px;
}
div#footer a {
  color: #666;
  text-decoration: none;
}

div.download {
	background: #f1f1f1;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

div.download span { background: #223b80; padding: 10px 7px; color: #fff; font-weight: bold; display: block;}

div.download ul {
	padding: 10px 7px;
	list-style-type: square;
	margin-left: 15px;
}

div.download ul li {
	line-height: 22px;
}

div.rexfancy-images {
	margin-top: 15px;	
}

div.rexfancy-images img
{
    border:1px solid #EFEFEA;
    background-color:#F5F5F1;
    padding:5px;
    margin-right:5px;
    float:left;
}

div.clear-rexfancy
{
    float:none;
    clear:both;
}

#content-body-text strong, b {
	color: #223b80;
}

#SWBZ0D1A5A29F11F4150A9CE {
	position: absolute;
	top: 170px;
	right: 115px;
}
