* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	color: #333;
	line-height: 20px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	float: none;
	font-size: 0px;
}

.innerwrapper {
	width: 960px;
	margin: auto;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0 10px 0 10px;
}

/* ====================================================
===                   ALLGEMEIN                     ===
==================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #008aca;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
}

p {
}

/* ====================================================
===                     HEADER                      ===
==================================================== */

#headwrap {
	border-top: 5px solid #008aca;
	border-bottom: 1px solid #008aca;
}

#head {
	height: 160px;
	position: relative;
	overflow: show;
	z-index: 2;
}

#logo {
	position: absolute;
	left: 0px;
	top: 40px;
}

#navi {
	position: absolute;
	left: 280px;
	top: 115px;
}

#navi ul {
	z-index: 2;
}

#navi ul li {
	float: left;
	list-style-type: none;
	position: relative;
	z-index: 100;
}

#navi ul li.hover {
}

#navi ul li.hover ul {
	left: auto;
	
}

#navi ul li a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 15px 15px 13px 15px;
}

#navi ul li.hover a {
	border: 1px solid #008aca;
	padding: 14px 14px 10px 14px;
	border-bottom: 1px solid #fff;
}

#navi ul li a.active {
	border: 1px solid #008aca;
	padding: 14px 14px 10px 14px;
	border-bottom: 0px;
}

#navi ul li.hover a.active {
	border: 1px solid #008aca;
	padding: 14px 14px 10px 14px;
	border-bottom: 1px solid #ffffff;
}

#navi ul li ul {
	position: absolute;
	left: -9999px;
	width: 220px;
	background: #fff;
	border: 1px solid #008aca;
	border-top: none;
	padding-bottom: 10px;
}

#navi ul li ul li {
	float: none;
}

#navi ul li ul li a, #navi ul li ul li a.active {
	border: none !important;
	height: auto;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	padding: 0 15px!important;
	margin: 10px 0;
	line-height: 14px;
}

#navi ul li ul li a.active {
	font-weight: bold;
}

#navi ul li.li26 ul li a span {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
}

#search {
	position: absolute;
	top: 20px;
	left: 800px;
	background: url(../_img/layout/suchebg.gif) no-repeat;
	width: 190px;
	height: 30px;
}

#search input {
	background: transparent;
	border: none;
}

#search #searchvalue {
	width: 153px;
	height: 22px;
	padding: 3px 0 0 3px;
	font-size: 14px;
}
#search #searchsubmit {
	height: 30px;
	width: 30px;
	position: relative;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

/* ====================================================
===                   HEADTEASER                    ===
==================================================== */

#headteaserwrap {
	border-bottom: 5px solid #008aca;
	height: 382px;
	overflow: hidden;
}

#headteaser {
	height: 410px;
}

#headteaser .left, #headteaser .right {
	float: left;
}

#headteaser .left {
	width: 230px;
	padding-right: 40px;
}

#headteaser .left h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 40px;
	margin-top: 20px;
}

#headteaser .left p {
	font-size: 18px;
	line-height: 26px;
}

#headteaser .right {
	width: 690px;
	padding-top: 0px;
	height: 410px;
}

#headteaser .right img {
	display: block;
	margin-top: 28px;
}

/* ====================================================
===                  STARTSEITE                     ===
==================================================== */

#contentwrap {
	margin-top: 3px;
	border-top: 3px solid #17a345;
	overflow: hidden;
}

#contenthome {
	padding-top: 20px;
}

#contenthome .left {
	width:  639px;
	float: left;
	border-left: 1px solid #008aca;
	border-top: 1px solid #008aca;
}

.produktgruppe {
	border: 1px solid #008aca;
	border-left: none;
	border-top: none;
	float: left;
	width: 192px;
	height: 260px;
	padding: 20px 10px 0 10px;
	position: relative;
	top: 0px;
	left: 0px;
}

.produktgruppe a {
	text-decoration: none;
	color: #008ACA;
}

.produktgruppe a.pfeil {
	position: absolute;
	left: 170px;
	top: -60px;
}

.produktgruppe h3 {
	font-size: 24px;
	font-weight: bold;
	width: 140px;
	line-height: 28px;
}

.produktgruppe h4 {
	font-size: 12px;
	font-weight: normal;
	width: 140px;
	line-height: 14px;
}

.produktgruppe h4 a {
	color: #333333;
}

.produktgruppe img {
	position: absolute;
	top: 80px;
	left: auto;
}

#contenthome .right {
	width: 290px;
	float: right;
}

#news {
	border-top: 1px solid #17a345;
	margin-top: 10px;
}

#news li {
	list-style-type: none;
	border-bottom: 1px solid #17a345;
	padding: 10px 0;
}

#news li span {
	color: #17a345;
	font-weight: bold;
	font-size: 12px;
}

#news li h3 {
	color: #333;
	font-size: 14px;
}

/* ====================================================
===                   UNTERSEITEN                   ===
==================================================== */

#videobuehne {
	margin-bottom: -15px;
}

.videobuehne {
	margin-left: 290px;
}

#content {
	padding-top: 10px;
}

#content .left {
	width: 460px;
	float: left;
}

#content .left h1 {
	padding-top: 10px;
	font-size: 24px;
}

#content .left p {
	#line-height: 30px;
	#font-size: 18px;
	#margin: 40px 0 40px 0;
	margin-bottom: 20px;
}

#content .right {
	width: 480px;
	float: right;
	padding-top: 10px;
}

.pic-text {
	margin-bottom: 30px;
}

.pic-text .pic {
	float: left;
	width: 260px;
}

.pic-text .text {
	float: right;
	width: 200px;
	color: #1a171b;
	line-height: 18px;
	padding-top: 10px;
}

.pic-text .text .blue {
	color: #008ac9;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

h2.green {
	font-weight: normal;
	font-size: 26px;
	color: #17a345;
	line-height: 30px;
	margin-bottom: 10px;
}

.abschluss {
	height: 3px;
	line-height: 3px;
	border-top: 5px solid #008aca;
	border-bottom: 3px solid #17a345;
	margin-top: 10px;
}

.prod-left {
	width: 260px;
	margin-right: 20px;
	float: left;
}

.prod-middle{
	width: 345px;
	margin-right: 20px;
	background: #cce8f4;
	float: left;
	padding: 20px 20px 50px 15px;
}

.prod-middle h1 {
	font-weight: bold;
	font-size:24px;
	margin-bottom: 0;
}

.prod-middle h2 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 20px;
}

.prod-middle h3 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.prod-middle h4 {
	font-weight: normal;
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
}

.blue {
	color: #008aca;
}

.bold {
	font-weight: bold;
}

.prod-right{
	width: 280px;
	float: left;
}

.prod-right img {
	margin-bottom: 20px;
}

#pdfdownload ul li {
	list-style-type: none;
}

#pdfdownload ul li a {
	background:transparent url(../_img/layout/pdf/download.gif) no-repeat scroll 0 0;
	color:#4C4C4C;
	display:block;
	font-weight:bold;
	height:65px;
	/*padding-left:80px;*/
	padding-left:60px;
	padding-top:8px;
	text-decoration:none;
	/*text-transform:uppercase;*/
	font-size: 12px;
}

/* ====================================================
===                     FOOTER                      ===
==================================================== */

#seitenabschluss {
	height: 3px;
	line-height: 3px;
	overflow: hidden;
	border-top: 5px solid #008aca;
	border-bottom: 3px solid #17a345;
	margin-top: 20px;
}

#footerwrap {
	background: #008aca;
	margin-top: 20px;
}

#footer {
	height: 115px;
	background: #fff;
	border-bottom: 5px solid #008aca
}

#footer #metanavi {
	padding-top: 50px;
}

#footer #metanavi ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

#footer #metanavi ul li a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

#footer #construktivnotice a {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666460;
}

#footer #footerspecials {
	position: absolute;
	right: 50px;
	top: 10px;
}

#footer #footerspecials ul li {
	list-style-type: none;
}

#footer #footerspecials ul li a {
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
	width: 168px;
	padding-right: 20px;
	background: url(../_img/layout/pfeile/blau-transp-5x12.gif) no-repeat right;
}

#footer #footerspecials ul li a img {
	position: relative;
	left: 3px;
	top: 2px;
}


/* ====================================================
===                    BOOKMARKS                    ===
==================================================== */

#social_bookmarks {
	font-size:1px;
	line-height:1px;
	position:absolute;
	top:10px;
	left: 600px;
	border: 2px solid #008ACA;
	padding:5px;
	padding-bottom:0;
	padding-right:0;
	width:157px;
	background:#fff;
	display:none;
}
* html #social_bookmarks {
	right:65px;
}

#social_bookmarks a#sb_close {
	font-size:10px;
	line-height:10px;
	display:block;
	text-align:right;
	margin-right:7px;
	margin-bottom:8px;
	color: #333230;
}
#social_bookmarks a:hover#sb_close {
	color: #E31818;
}

#social_bookmarks a#sb_close span {
	border:1px solid #000;
	padding:0 2px;
	font-weight:bold;
	color:#333230

}

#social_bookmarks a {
	font-size:1px;
	line-height:1px;
	text-decoration:none;
	margin:0;
	padding:0;
}
#social_bookmarks a:hover {
	border-bottom:none;
}
#social_bookmarks img {
	border:0;
	padding:0;
	margin:5px;
	margin-left:0;
	margin-top:0;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left:0px;
}

.tx-flseositemap-pi1 {
	margin-left: 30px;
}

.tx-flseositemap-pi1 ul {
	list-style-type: none;
}

.tx-flseositemap-pi1 ul ul {
	margin-left: 30px;
}

.tx-flseositemap-pi1 a {
	color: #4c4c4c;
}


#kontaktformular {
	width: 400px;
	position: relative;
	top: 0px;
	left: 0px;
}

#kontaktformular h1 {
	width: 100%;
}

#kontaktformular div {
	margin-bottom: 20px;
}

#kontaktformular div.clear {
	margin-bottom: 0px;
}

#kontaktformular input {
	height: 20px;
	border: 1px solid #cbcbc9;
	padding: 5px;
	font-size: 14px;
	color: #595959;
}

#kontaktformular #nachricht {
	width: 392px;
	height: 254px;
	border: 1px solid #cbcbc9;
	font-size: 14px;
	font-family: arial;
	padding: 3px;
	color: #595959;
	letter-spacing: 0.05em;
}

#kontaktformular #kontakt_vorname {
	float: left;
	width: 140px;
}

#kontaktformular #kontakt_vorname input {
	float: left;
	width: 132px;
}

#kontaktformular #kontakt_nachname {
	float: right;
	width: 236px;
}

#kontaktformular #kontakt_nachname input {
	float: right;
	width: 228px;
}

#kontaktformular #kontakt_email input {
	width: 388px;
}

#kontaktformular #kontakt_submit input {
	background-color: #008ACA;
	color: #fff;
	font-weight: bold;
	border: 0;
	width: 220px;
	text-align: left;
	font-size: 14px;
	height: 30px;
}


#kontaktformular #kontakt_vorname, #kontaktformular #kontakt_plz {
	float: left;
	width: 140px;
}

#kontaktformular #kontakt_vorname input, #kontaktformular #kontakt_plz input {
	float: left;
	width: 132px;
}

#kontaktformular #kontakt_nachname, #kontaktformular #kontakt_ort {
	float: right;
	width: 240px;
}

#kontaktformular #kontakt_nachname input, #kontaktformular #kontakt_ort input {
	float: right;
	width: 232px;
}

#kontaktformular #kontakt_email input, #kontaktformular #kontakt_strasse input {
	width: 387px;
}


#recomment_ext label {
	width: 130px;
	display: block;
	float: left;
	clear: left;
}

#recomment_ext .formebene {
	margin-bottom: 5px;
}

#recommendForm {
	margin-top: 20px;
}


#content ul, #content ol {
	margin-left: 25px;
}

a { color: #17a345; }
a:hover { color: #107030; }

.tx-indexedsearch .browsebox { text-align: right; }
.tx-indexedsearch .tx-indexedsearch-descr { font-style: normal !important; font-size: 12px; padding: 2px 22px 0 4px; }
.tx-indexedsearch .tx-indexedsearch-descr strong { font-style: italic; }
.tx-indexedsearch strong a { font-weight: bold; }
