/* @group reset */

* { 
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: 0 none;
	list-style: none;
	outline: none;
}

/* @end */

/* @group anchor */

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #a30c0c;
}

a:active {
	position: relative;
	top: 1px;
}

/* @end*/


/* @group general */

::-moz-selection {
       background-color: #d11919;
       color: #fff;
}s

::selection {
       background-color: #d11919;
       color: #fff;
}

/* @end */

/* ----------------------------------------- */

body {
	background: #111111 url(../img/bg-body.png) repeat-x left top;
	color: #ababab;
	font: 14px/20px Arial, Verdana, sans-serif;
}

h1 {
	width: 220px;
	margin: 34px 15px 22px 0;
	float: left;
}

h1 a {
	display: block;
	width: 220px;
	height: 98px;
	text-indent: -9999px;
	background: transparent url(../img/logo.png) no-repeat 0 0px;
}

h1 a:hover {
	background: transparent url(../img/logo.png) no-repeat 0 -90px;
}

/* @group navigation */

ul#nav {
	float: left;
	width: 720;
	margin-top: 123px;
	overflow: hidden;
}

ul#nav li {
	float: left;
	background: transparent url(../img/bg-list.png) no-repeat left top;
	text-align: center;
}

ul#nav li a {
	display: block;
	width: 110px;
	padding: 2px 5px 0;
	line-height: 34px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #c4c6c8;
	text-shadow: #2c2e31 1px 1px 0;
	text-decoration: none;
}

ul#nav li a:hover,
ul#nav li a:focus {
	color: #ffffff;
}

ul#nav li ul {
	background: #515459;
	position: absolute;
	width: 120px;
	left: -999px;
	z-index: 1;
	text-align: left;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}

ul#nav li:hover ul, #nav li.sfhover ul {
 	left: auto;
}

ul#nav li:hover ul li {
	clear: left;
	background: #515459;
	text-align: left;
}

ul#nav li ul li a {
	line-height: 24px;
	font-size: 10px;
	padding: 0 0 0 10px;
}

/* @end*/


#wrapper {
	width: 960px;
	margin: 0 auto 0px;
	position: relative;
}

#teaser {
	width: 940px;
	height: 355px;
	background: #515459;
	padding: 10px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}

span.no-flash {
	position: absolute; 
	top: 100px;
	text-align: center;
	width: 940px;
	background: #fff;
	line-height: 40px;
	font-weight: bold;
}

span.no-flash a { color: #000000; }

#content {
	overflow: hidden;
	margin-bottom: 20px;
}

#content #primary {
	position: relative;
	width: 650px;
	float: left;

}

#content #primary div.text { 
	padding: 20px;
	-moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	padding-top: 15px;
	width: 610px;
	background: #1d1e20 url(../img/bg-primary.gif) repeat-x left top;
	min-height: 350px;
	height:auto !important;
  	height:350px;
	margin-bottom: 30px;
		overflow: hidden;
}

.bildquelle {font-size: 12px; margin-left:20px;color:#737373;}
.bildquelle span {color:#ababab;}


#content #product-desc {
	font-size: 12px;
	color: #000000;
}

#secondary {
	width: 290px;
	float: right;
}

#secondary div {
	width: 260px;
	margin-bottom: 10px;
	padding: 15px;
	-moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	background: #1d1e20;
}

.partner {
	border: 5px solid #ccc;
}

/* ----------------------------------------- */

/* @group typography */

h2 {
	font-size: 20px;
	color: #ffffff;
	text-shadow: #000000 1px 1px 0;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	text-shadow: #000000 1px 1px 0;
}

h4 {
	font-weight: bold;
	height: 0px;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	margin-left: 12px;
	line-height: 10px;
}

h5.slogan {
	margin:0;
	position:absolute;
	top: 50px;
	left: 240px;
	text-indent: -9999px;
	background: url(../img/slogan.gif);
	width: 716px;
	height: 18px;
	
}
p { margin: 20px 0;}

#secondary p { margin: 0 0 10px; }
#secondary h3 { margin-bottom: 10px; }

#primary ul {
	margin: 10px 0;
}

#primary>ul+li {
	list-style: square;
	margin-left: 20px;
}

/* @end */


/* ----------------------------------------- */

/* @group tabs */


#primary ul.tabs {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

ul.tabs li {
	float: left;
	background: #323336;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	margin-right: 5px;
}

ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
}

ul.tabs li:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { 
	background: #e9e9e9;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

html ul.tabs li.active a {
	color: #000000;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #323336;
}

.tab_container p {
	color: #FFFFFF;
}

.tab_container ul li {
	color: #FFFFFF;
}

.tab_content {
	padding: 15px;
}

#tab1 ul li{
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
	overflow:hidden;
}

#tab1 ul li img{
	float: left;
	margin-right: 12px;
}

#tab1 ul li p{
	float: right;
	width:493px;
}

#tab3 table {
	margin-bottom: 30px;
}

#tab3 th {
	text-align: left;
	color: #ffffff;
	background: #ababab;
	padding-left: 3px;
}

#tab3 th { color: #FFFFFF; }

#tab3 table th.head_tabelle{
	background-color: #515459;
}

#tab2 td { color: #fff }

/* @end */




/* @group footer */

#footer {
	width: 953px;
	height: 220px;
	background: transparent url("../img/bg_footer.gif") no-repeat left top;
	margin: 0px 0px 24px 0px;
	padding: 7px 0px 0px 7px;
	font-size: 12px;
}

.footer_infobox {
	float: left;
	height:200px;
	width: 245px;
	margin-right: 80px;
	font-size: 12px;
}

.footer_infobox a {
	padding-left: 11px;
	text-decoration: none;
	color: #737373;
}

.footer_infobox a:hover, a:focus{
	color: #484a4c;
}

.footer_infobox table {
	margin-top: 10px;
}

.impressum {
	color: #737373;
	margin-left: 225px;

}

.impressum:hover, impressum:focus{
	color: #484a4c;
}

#footer p {
	text-align: right;
	margin-right: 15px;
}

/* @end */

/* -------------------- FORM  --------------------- */
.fieldwrap { margin-bottom: 25px; overflow: hidden; }

.fieldwrap>label { display: block; width: 200px; float: left; }

textarea { width: 400px; height: 250px;}

input[type="text"] {
	width: 300px;
	height: 20px;
	margin-bottom: 10px;
}

input[type="submit"] {
	border: 1px solid #ffffff;
	line-height: 24px;
	padding: 0 10px;
}


/* ---------------- galerie/ referenzen.html ---------------- */


#mainpic {
	width: 531px;
	height: 380px;
	margin-bottom: 20px;
	position: relative;
}

#mainpic img {
	position: absolute;
	padding: 1px;
	border: 1px solid #ccc;
}

#thumbs {
	width: 531px;
	}

#thumbs img {
	float: left;
	margin: 0 3px 3px 0;
	padding: 1px;
	border: 1px solid #ccc;
	}

#thumbs img:hover {
	border: 1px solid #666;
	}

#galerie {
	margin: 40px 42px 10px 39px;
	
}

/* --- -*/


.scroller {
	position: absolute;
	top: 50px;
	left: 420px;
	
}



ul.aufz-special {
	padding-left: 20px;
}

ul.aufz-special li {
	list-style: disc;
}

.einrück {
	display:block;
	padding-left: 15px;
}

.einrück2 {
	display:block;
	padding-left: 35px;
}

.anfragebild {
	float: right;
}

.anfragebild p {
	margin: 0;
	text-align: center;
	font-size: 10px;
}

<!--
.Stil2 {color: #ffcb08}
-->


/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	background: transparent; 
	width: 680px; 
	height: 40px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
	position: absolute;
	top: 61px;
	left: 230px;
	
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 718px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: transparent;
}

ul.newsticker {
	white-space: nowrap;
	padding: 0;
	color: #b1b1b2;
	font: bold 20px "Good Times" Arial;
	margin: 0 50px 0 0;
	text-transform: uppercase;
} 


.show-on-js { display:none; }


/* ----------------------------------------- */
/* @group wartung */

body#wartung { background: #111111; font: 12px/14px Arial, Helvetica, sans-serif; }

#wartung #wrapper { width: 250px; height: 452px; margin: 60px auto; background: transparent url(../img/bg_div_wartung.png) top center no-repeat; padding: 40px 55px; }

#wartung h1 {
	margin: 0;
	float: none;
}


body#wartung p.nicht-verfuegbar { font-size: 14px; line-height:18px; }



/* Popup ----------------------------------------- */

#popup {
	width: 460px;
	height: auto;
	padding: 15px 20px;
	background: #1D1E20;
	position: absolute;
	top: 20px;
	left: -1000px;
	z-index: 9999;
	border: 2px solid #fff;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	}
	
#popup a:link[href^="mailto:"],
#popup a:link[href^="http://"],
#popup a:visited[href^="mailto:"],
#popup a:visited[href^="http://"] {color: #FFCB08;text-decoration: underline;}

#popup a:focus[href^="mailto:"],
#popup a:focus[href^="http://"],
#popup a:hover[href^="mailto:"],
#popup a:hover[href^="http://"],
#popup a:active[href^="mailto:"],
#popup a:active[href^="http://"] {text-decoration: none;}
	
#popup h2 {line-height: 24px;color: #FFCB08; text-shadow: 1px 1px 1px #000;}
	
#popup #close {position: relative;top: -80px;left: 210px;color: #FFCB08;cursor: pointer;}
#popup #close:hover {color: #fff;}
#popup ul.poplist {padding-left: 10px;}

.pop-link {color: #fff;text-decoration: none;}
.pop-link:hover,
.pop-link:focus {color: #FFCB08;text-decoration: none;}
.pop-aktiv {color: #FFCB08;text-decoration: none;}
.pop-trenner {height: 1px; background: #fff;}
	
/* end -------------------------------------------- */

.kompetenz { position: absolute; top: 112px; left: 0; font-size: 13px; color: #ffcb08 }
.halb { margin-bottom: 10px; }

