/*
	site:	DELTA Antribestechnik
	desc:	screen optimized style sheet
	author: jq
	colors:	
	------------------------------------
	# common colors
	------------------------------------
		delta_red 			-> #ed1c24
	
	# color schemes
	------------------------------------

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

/* @group global settings */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,address {
	margin:0;
	padding:0;
}

ul,li {
	list-style-type:none;
}

img {
	display: block;
	border: none;
}

body {
	margin-top: 40px;
	background: #fff url(../img/i_body_bg.gif) repeat-x 0 0;
	font: 75%/1.5em "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: center;
}

html>body {
	font-size: 12px;
}

h1 {
	margin: 0 0 0.5em 0;
 	font-size: 1.5em;		/*18px*/
	line-height: 1em;		/*18px*/
}

h2 {
	margin: 1.6875em 0 0.5625em 0;
	font-size: 1.3333em;		/*16px*/
	line-height: 1.125em;	/**/
}

h3 {
	margin: 1.9286em 0 0.6429em 0;
	font-size: 1.1667em;		/*14px*/
	line-height: 1.2857em;	/**/
}

h4 {
	margin: 2.25em 0 0.75em 0;
	font-size: 1em;		/*12px*/
	line-height: 1.5em;	
}

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

a:hover {
	color: #999;
}

p {
	display: block;
	clear: both;
	margin: 2.25em 0 0.75em 0;
	font-size: 1em;		/*12px*/
	line-height: 1.5em;	
}

sup {
	font-size: 10px;
	font-weight: normal;
}

address {
	margin-top: 2.25em;
	font-style: normal;
}
/* @end */
/* @group site structure */
#switch {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
	top: 45px;
}

#switch span {
	font-weight: bold;
}

#wrapper {
	position: relative;
  	width: 800px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

#header {
	float: left;
	width: 800px;
	height: 260px;
	border: 1px solid #999;
	background: #fff;
}

#logo {
	position: absolute;
	top: 50px;
	left: 25px;
}

#nav {
	float: left;
	/*position: absolute;
	top: 260px;
	left: 0;*/
	width: 802px;
	height: 54px;
	border: 1px solid #999;
	border-top: none;
	background: #fff;
	text-align: right;
}

html>body #nav {
	width:  800px;
}

#nav ul {
	margin: 20px 20px 12px 0;
	list-style: none;
}

#nav li {
	display: inline;
	padding: 0 0 0 20px;
	color: #333;
	font-size: 16px;
	letter-spacing: -0.035em;
}

#nav li a:hover {
	text-decoration: underline;
	color: #;
	
}


#nav li a.active {
	text-decoration: underline;
	color: #ed1c24;
	
}

#subnav {
	float: left;
	width: 802px;
	height: 57px;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	background: #9c9c9c;
	text-align: right; 
	vertical-align:text-bottom;
	background-image:url(../img/reiter.jpg)
	
	}
	
	


html>body #subnav {
	width:  800px;
}

#subnav li {
	position:relative;
	top: 30px;
    display: inline;
	list-style: none;
	margin: 20px 38px 12px 0;
	padding: 0 0 0 10px;
	
}

#subnav li a {	
	font-size: 13px;
	color: #333;
	letter-spacing: normal;
}

#subnav li a:hover {
	text-decoration: underline;
	color: #ed1c24;
	
}


#subnav li a.active {
	text-decoration: underline;
	color: #ed1c24;

}

/* englische produktnavigation*/

#subnav_en {
	float: left;
	width: 802px;
	height: 57px;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	background: #9c9c9c;
	text-align: right; 
	vertical-align:text-bottom;
	background-image:url(../img/reiter.jpg)
	

}

html>body #subnav_en {
	width:  800px;
}

#subnav_en li {
	position:relative;
	top: 30px;
    display: inline;
	list-style: none;
	margin: 20px 32px 12px 0;
	padding: 0 0 0 10px;
	
}

#subnav_en li a {	
	font-size: 13px;
	color: #333;
	letter-spacing: normal;
}

#subnav_en li a:hover {
	text-decoration: underline;
	color: #ed1c24;
	
}


#subnav_en li a.active {
	text-decoration: underline;
	color: #ed1c24;
	
}

/*Ende Produktnavigation English */

/* Produktnavigation Französisch */

#subnav_fr {
	float: left;
	width: 802px;
	height: 57px;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	background: #9c9c9c;
	text-align: right; 
	vertical-align:text-bottom;
	background-image:url(../img/reiter_fr.jpg)
	

}

html>body #subnav_fr {
	width:  800px;
}

#subnav_fr li {
	position:relative;
	top: 30px;
    display: inline;
	list-style: none;
	margin: 20px 36px 12px 0;
	padding: 0 0 0 10px;
	
}

#subnav_fr li a {	
	font-size: 13px;
	color: #333;
	letter-spacing: normal;
}

#subnav_fr li a:hover {
	text-decoration: underline;
	color: #ed1c24;
	
}


#subnav_fr li a.active {
	text-decoration: underline;
	color: #ed1c24;
	
}

/*Ende Produktnavigation Französisch */

#sidebody {
	float: left;
	/*position: absolute;
	top: 315px;*/
	width: 800px;
	border: 1px solid #999999;
	border-width: 0 1px 1px 1px;
	background: #f5f5f5;
	background-color: #eeeeee;
}

#content {
	float: left;
	padding: 30px 18px;
}

html>body #content {
	width: 764px;
}

#content .leftcol h2, .rightcol h2 {
	margin: 10px 0;
}

#content .leftcol {
	float: left;
	width: 370px;

}
#content .rightcol {
	float: right;
	width: 370px;
}

#content ul.checklist {
	margin-top: 10px;
	line-height: 160%;
}

#content ul.checklist li {
	padding-left: 18px;
	background: url(../img/i_list_checked.gif) no-repeat 0 50%;
	list-style: none;
}

a.teaser {
	position: absolute;
	width: 330px;
	height: 114px;
	margin-bottom: 10px;
	border: 1px solid #999;
	background: url("../img/i_teaser_01.jpg") no-repeat 0 0;
}

a:hover.teaser {
	background-position: 0 100%;
}

a.teaser_en {
	position: absolute;
	width: 330px;
	height: 114px;
	margin-bottom: 10px;
	border: 1px solid #999;
	background: url("../img/i_teaser_01_en.jpg") no-repeat 0 0;
}

a:hover.teaser_en {
	background-position: 0 100%;
}

#footer {
	clear: both;
	width: 800px;
	height: 120px;
	margin-top: 0px;
	padding: 25px 18px;
	background: #cccccc;
}

html>body #footer {
	width: 764px;
}

#footer ul {
  list-style: none;
}

#footer li {
	display: inline;
	margin-right: 6px;
	padding-left: 18px;
	background: url(../img/b_link_footer.gif) no-repeat 0 50%;
}

#footer li.toplink {
	padding-left: 18px;
	background: #cccccc url(../img/b_footer_top.gif) no-repeat 0 50%;
}

#footer li.copy {
	background: url(../img/i_copy.gif) no-repeat 0 50%;
}
/* @end */

/* @group table produkte */
table#produkte {
	clear: both;
	width: 760px;
	margin: 0;
	padding: 0;
	background: #fff;
	caption-side: top;
	font-style: italic;
	font-size: 1em;
}

table#produkte caption {
	display: table-caption;
	margin: 1.5em 0 0.5em 10px;
	font: normal 1.5em/1em "Trebuchet MS",Arial,Helvetica,sans-serif;;
	text-align: left;
}

table#produkte thead, tfoot, tbody {
	font-style: normal;
}

table#produkte thead tr th {
	display: table-cell;
	padding: 5px 10px;
	background: #ccc;
}

table#produkte tbody tr td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 20px 15px;
	text-align: left;
	vertical-align: top;
}

table#produkte tbody tr td img {
	margin: 0.225em 0 0.075em 0;
}

table#produkte tbody tr td h4 {
	margin-top:  0;
	color: #ed1c24;
}

table#produkte tbody tr td h4 span {
	display: block;
	color:  #000;
	font-size: 0.9167em;
}

table#produkte tbody tr td.rightBorder {
	border-right: 1px solid #ccc;
}

table#produkte tbody tr td ul li {
	margin-left: 10px;
	list-style-type: disc;
}

table#produkte p {
	margin: 0;
}
/* @end */
.pdficon {
	padding-left: 24px;
	background: url("../img/i_pdf_listitem.jpg") no-repeat 0 50%;
}

.serienlink {
	display: block;
	float: left;
	width: 150px;
	height: 29px;
	margin: 0 16px 9px 0;
	padding-top: 6px;
	color: #fff;
	font-size: 15px;
	background: #eee url(../img/b_serien.gif) no-repeat 0 0;
	text-align: center;
}

.active {
	color: #333;
	text-decoration:underline;
}

.download {
	float: left;
	width: 60px;
	height: 30px;
	padding-top: 35px;
	background: url(../img/i_pdf_small.gif) no-repeat 0 0;
}
/* @group forms */
#contact {
	width: 370px;
	margin: 0;
	padding: 0;
}

#contact label {
	display: block;
	color: #666;
	font-size: 0.8em;
}

#contact .field {
	width: 360px;
	border: 1px solid #999;
	padding: 3px;
	background: #fff;
	font: 12px/1.5em "Trebuchet MS",Arial,Helvetica,sans-serif;;
}
/* @end */
.gsc-branding {visibility: hidden;}
input.gsc-input {background: transparent !important;}
.gsc-control-cse {text-align: left;}
/* .gsc-wrapper {width:764px;background-color: #fff;margin-left:-50px;padding: 30px 18px;} */
.gsc-resultsbox-visible {width:764px;height:384px;background-color: #fff;margin:-14px 0px 0px -20px !important;padding: 30px 18px;}
.gs-title {color:#ed1c24 !important;}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {color:#666!important;}
