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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/* COMMON TAGS ----------------- */
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
a{color:#605f5f;text-decoration:none;}
a:hover {color:#000;text-decoration:none;}
u{text-decoration:underline;}
.fleft {float:left;}
.fright {float:right;}
.tcenter {text-align:center;}
.tright {text-align:right;}
em {font-style:italic;}
textarea {overflow:auto; font-family:Arial, Helvetica, sans-serif;}
input, textarea {padding:0px;margin:0px;}
h1, h2, h3, h4, h5, h6, strong {font-weight:bold;}

/* LAYOUT TAGS ----------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_body.jpg);
	font-size:12px;
	color:#605f5f;
	line-height:20px;
}
#header {
	background:url(../images/bg_header.png) repeat-x left bottom;
	padding:35px 0 0 0;
	height:112px;
	position:relative;
	z-index:2;
}
.wrap {
	width:960px;
	margin:0 auto;
}
#logo {
	float:left;
	padding: 0 177px 0 1px;
}
.mac #navigation {
	background:url(../images/bg_navigation.png) no-repeat;
	width: 580px;
	height:41px;
	margin:23px 0 0 0;
	float:left;
	padding:2px 0;
}
.win #navigation {
	background:url(../images/bg_navigation.png) no-repeat;
	width: 560px;
	height:41px;
	margin:23px 0 0 20px;
	float:left;
	padding:2px 0;
}
#navigation li {
	float:left;
	line-height:39px;
	background:url(../images/bg_navigation_divider.png) no-repeat right center;
	padding:0 2px 0 0;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
#navigation li a {
	display:block;
	padding:0 25px;
	float:left;
	color:#fff;
	display:block;
	border:1px solid transparent;
	height:39px;
}
#navigation li:hover a, #navigation li a.active{
	background:url(../images/bg_nav_hover.png) repeat-x;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
	border:1px solid #b9b9b9;
	color:#000;
}	
#navigation li:first-child:hover a, #navigation li:first-child a.active {
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
#navigation li:last-child:hover a, #navigation li:last-child a.active {
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
#navigation li:last-child {
	background:none;
	padding:0;
}
#navigation li li:last-child{
	background:none;
}
#navigation li:last-child a {padding:0 20px;}
/* drop down */
#navigation ul, #navigation li {
	position:relative;
	z-index:100;
}
#navigation ul ul {
	background:#1d1d1d;
	border:solid 1px #ccc;
	position:absolute;
	top:100%;
	visibility:hidden;
	width:156px;
	z-index:9999;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}
#navigation li:hover li {
	background:url(../images/bg_navigation2_divider.gif) no-repeat  center bottom;
	display:block;
	line-height:28px;
	font-weight:normal;
	float:none;
	padding:0 0 2px 0;
}
#navigation li:hover li a {
	height:28px;
	padding:0 0 0 18px;
	float:none;
	color:#fff;
	border:none;
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#navigation li:hover li a:hover {
	background:#111;
	color:#fff;
	border:none;
}
#navigation li:hover > ul {visibility:visible;}
#navigation li:hover li a {color:#fff;}

/* container */
#container {
	width:100%;
	position:relative;
	float:left;
	left:0px;
	top:-21px;
	margin:0 0 -21px 0;
}
.content {
	background:url(../images/bg_content.gif) repeat;
	width:100%;
}
.content-tp {background:url(../images/bg_contert_tp.gif) repeat-x left top;}
.content-bm {
	background:url(../images/bg_content_bm.gif) repeat-x left bottom;
	padding:4px 0 2px 0;
}
#showcase {
	background:url(../images/bg_showcase.png) no-repeat center bottom;
	padding:14px 0 22px 0;
}
.service li {
	background:url(../images/bg_services.png) no-repeat right center;
	width:280px;
	min-height:110px;
	padding:16px 42px 20px 0;
	float:left;
	margin:0 5px;
	display:inline;
}
.service li.last {
	background:none;
	padding-right:0px;
}
.service .imgb {
	width:68px;
	float:left;
	padding:16px 0 0 0;
}
.service .row-line {
	width:212px;
	float:left;
}
.service h3 {
	font-size:14px;
	text-transform:uppercase;
	line-height:22px;
	color:#dfdfdf;
	font-weight:normal;
}
.service p {
	font-size:11px;
	padding:2px 0 6px 0;
	color:#818181;
}
.service span {display:block;}
.service a {
	color:#fdfdfd;
	font-size:11px;
}
.service a:hover {color:#818181;}

.common, .news {
	background:#f6f6f6;
	width:100%;
	padding:25px 0 30px 0;
}
.common li, .news li {
	background:#fff;
	border:solid 1px #ececec;
	width:312px;
	float:left;
	margin:0 6px 0 0;
}
.common li.last {padding-right:0px;}
.common .imgb {
	background:#fff;
	height:101px;
	margin:18px 1px 14px 1px;
}
.common .row-line {min-height:120px;}
.common h3 {
	font-size:17px;
	line-height:22px;
	color:#171717;
	padding:16px 0 0 24px;
}
.common h3 span {
	font-size:11px;
	line-height:14px;
	color:#ababab;
}
.common p {padding:0 24px;}
.common span {display:block;}
a.button {
	background:url(../images/bg_button.png) repeat-x;
	width:93px;
	height:31px;
	display:block;
	text-align:center;
	line-height:31px;
	color:#fff;
	margin:6px 0 10px 13px;
	text-shadow:1px 1px 4px #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
a.button:hover {background:#353536;}

/* footer */
#footer-tp {
	background:url(../images/bg_footer.gif) repeat-x left top;
	padding:18px 0 10px 0;
	min-height:232px;
}
#footer-logo {
	width:186px;
	padding:16px 56px 0 1px;
	float:left;
}
.footer-list {
	width:152px;
	float:left;
	padding:0 88px 0 0;
}
.footer-list h4, .address h4 {
	font-size:18px;
	text-shadow:-0px 1px .4px #767676;
	color:#e9e9e9;
	line-height:38px;
	padding:0 0 0 4px;
}
.footer-list li {
	background:url(../images/bg_footer_divider.png) no-repeat left bottom;
	line-height:28px;
	display:block;
	padding:0 0 1px 0;
	font-size:11px;
}
.footer-list a {
	display:block;
	padding:0 0 0 28px;
	color:#fff;
}
.footer-list a:hover, .footer-list a.active {background:url(../images/bg_footer_list_hover.png) repeat-y right top;}
.address {
	width:236px;
	float:left;
}
.address li {
	display:block;
	line-height:30px;
	color:#fff;
	padding-left:4px;
	height:30px;
}
.address span {
	width:72px;
	float:left;
}
.address li a, #footer-bm a:hover {color:#fff;}
.address li a:hover {color:#666;}
#footer-bm {
	background:url(../images/bg_footer.gif) repeat-x left top;
	height:35px;
	line-height:35px;
	font-size:9px;
}
#footer-bm ul {
	padding:0 12px 0 0;
	float:right;
}
#footer-bm li {
	float:left;
	padding:0 26px 0 0;
}
#footer-bm a, #footer-bm {color:#999;}
#footer-bm span {
	display:block;
	padding:0 0 0 18px;
}
/* inner page */

#white-area {
	background:#fff;
	border:solid 1px #ececec;
	margin:14px 0 24px 0;
	width:100%;
}
#leftcol {
	width:576px;
	padding:0 88px 0 18px;
	float:left;
}
#leftcol2 {
	padding:18px;
}
#rightcol {
	width:258px;
	float:left;
}
.ct-content {padding-bottom:28px;}
.ct-content img {margin:14px 0 0 0;}
.ct-content h2, .contact-detail h2 {
	font-size:18px;
	line-height:26px;
	color:#333;
	padding:22px 0 0 0;
}
.ct-content p {padding:20px 12px 0 0;}
.ct-content p em {color:#000;}
.contact-detail .row-line {padding:16px 0 0 0;}
.contact-detail p span {
	width:64px;
	display:inline-block;
}
.contact-detail .imgb {
	background:#000;
	height:160px;
	margin:20px 0 0 0;
}
.news li {
	margin:5px 0 0 0;
	float:none;
	width:auto;
	padding:24px 20px 24px 24px;
}
.news .row-line {
	width:748px;
	float:left;
	padding-right:44px;
}
.news a {float:left;}
.contact { background:#f5f5f5; border:#fff 1px solid; padding:20px; outline:#dfdfdf 1px solid;}
#vorname,#nachname,#phone,#mail,#firma,#plz,#strasse,#wohnort,#produkte,#beratung { max-width:538px; min-width:538px; min-height:25px;}
input[type="submit"] { padding:5px; }
#nachricht { max-width:538px; min-width:538px; height:125px}
.bildliste {margin:0 -4px 0 0; border:1px solid #ededed; width:230px;}
#map_canvas { height:300px; width:258px; }