/* HACKS */
/* ----- */

/* NUR IE 6*/
* html #id {

}

/* IE 7 und FF */
html>body #id {

}

/* NUR IE 7*/
*+html #id {

} 


/* Allgemeines */
/* ----------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	font-size: 68.5%;
	background-color: #F0F0F0;
}

a, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
	outline: none;
}

a.start {
	position: absolute;
	left: 20px;
	top: 0;
	width: 146px;
	height: 40px;
	display: block;
	z-index: 999;
}

a.indent {
	margin-left: 30px;	
	font-size: 0.9em;
	color: #8D8D8D;
}

#news a:link, #news a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#news a:hover, #news a:active {
	text-decoration: none;
}

#news a.high:link, #news a.high:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#news a.high:hover, #news a.high:active {
	text-decoration: none;
}

img {
	border: 0;
}

img.contact {
	width: 180px;
	height: 180px;
}

img.left {
	border: 0;
	float: left; 
	margin: 5px 15px 10px 0;
}

img.right {
	border: 0;
	float: right; 
	margin: 0 0 10px 10px;
}

ol {
	margin: 0 0 10px 20px;
}

ol li {
	line-height: 1.4em;
}


/* STRUKTUR */
/* -------- */

#container {
	width: 990px;
	margin: 0 auto;
	background: url('images/bg_main.jpg') repeat-y;
	min-height: 590px;
	overflow: hidden;
}

* html #container {
	height: auto !important;
	height: 100%;
}

#header_p {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
}

#struct {
	width: 990px;
	height: 40px;
	background: url('images/bg_struct.jpg') repeat-y;
}

#key {
	width: 990px;
	height: 120px;
	display: block;
	float: left;
	position: relative;
}

#leftnav {
	width: 170px;
	float: left;
	margin: 0 0 0 8px;
	height: 100%;
}

* html #leftnav {
	margin: 0 0 0 4px;
	height: auto !important;
	height: 480px;
}

#cont {
	width: 575px;
	padding: 25px 20px 25px 35px;
	float: left;
	border-top: 10px solid #3d80b5;
}

#cont_start {
	width: 575px;
	padding: 25px 20px 0 35px;
	float: left;
	border-top: 10px solid #3d80b5;
}

#news {
	width: 171px;
	padding: 25px 0 0 0;
	float: left;
	border-top: 10px solid #3d80b5;
	margin-right: 8px;
}

#footer {
	margin: 0 auto;
	width: 990px;
	height: 25px;
	background: url('images/footer.jpg') no-repeat;
	position: relative;
}

#langchoice {
	float: right;
	height: 20px;
	padding: 10px 25px 10px 0;
}

#sidenav {
	float: right;
	height: 20px;
	padding: 14px 25px 6px 0;
	margin-right: 15px;
}

#maschine1 {
	float: left;
	margin: 25px 0 0 -35px;
}

#maschine2 {
	float: left;
	margin: 47px 0 0 -35px;
}

* html #maschine1 {
	margin: 25px 0 0 -19px;
}

* html #maschine2 {
	margin: 47px 0 0 -19px;
}

#text1 {
	float: right;
	width: 315px;
	margin-top: 5px;
}

.search {
	width: 120px;
}

.searchbut {
	width: 14px; 
	outline: none; 
	border: 0;
	vertical-align: bottom;
}

.searchfield {
	 margin-top: -2px;
}

* html .searchfield {
	 margin-top: 0;
}


#meinFlash {
	margin: 0 0 0 12px;
}

.marger {
	display: block;
	margin: 5px 0 0 12px;
}

#high1 {
	width: 154px; 
	background-color: #EF8609; 
	color: #fff; 
	padding: 3px 8px;
}

#high2 {
	width: 154px; 
	background-color: #BFBE0F; 
	color: #fff; 
	padding: 3px 8px; 
	margin-top: 10px;
}


/* Navigation und Listen */
/* --------------------- */

#leftnav ul {
	list-style: none;
}

#leftnav ul li {
	width: 170px;
} 

#leftnav ul li a, #leftnav ul li a:visited {
	width: 153px;
	height: 22px;
	display: block;
	padding: 7px 10px 0 7px;
	color: #fff;
	background-color: #7FA9D1;
	border-bottom: 1px solid #e3e3e1;
	word-spacing: -0.1em;
}

#leftnav ul li a:hover, #leftnav ul li a:active {
	background-color: #3D80B5;
	word-spacing: -0.1em;
}

#leftnav ul li strong a {  
	background-color: #3D80B5 !important;
	word-spacing: -0.1em;
	height: 22px !important;
	margin-bottom: 0 !important;
}

* html #leftnav ul li strong a {
	margin-bottom: -2px !important;
	border-collapse: collapse;
}

*+html #leftnav ul li strong a {
	margin-bottom: -2px !important;
}

#leftnav ul li ul  {
	margin: 0 0 10px 0;
	padding: 0;
} 

#leftnav ul li ul li {
	padding-left: 5px;
	width: 165px !important;
	overflow: hidden;
} 

#leftnav ul li ul li a, #leftnav ul li ul li a:visited {
	font-size: 0.9em;
	background: none;
	height: auto;
	color: #333;
	border: none;
}

#leftnav ul li ul li a:hover, #leftnav ul li ul a:active { 
	color: #333;
	font-size: 0.9em;
	background: none;
	text-decoration: underline;
}

#leftnav ul li ul li strong a {  
	background: none !important;
	word-spacing: -0.1em;
	height: auto !important;
}

#sidenav ul {
	float: left;
	list-style: none;
}

#sidenav ul li {
	float: left;
	padding-right: 5px;
}

#sidenav ul li a {
	color: #888;
	padding-right: 5px;
	font-size: 0.9em;
	border-right: 1px solid #888;
}

#sidenav ul li a.last {
	border: 0;
}

#cont a, #cont a:visited {
	font-weight: bold;
	text-decoration: underline;
}

#cont a:hover, #cont a:active {
	text-decoration: none;
}

#cont a.down, #cont a.down:visited {
	font-weight: bold;
	text-decoration: underline;
	background-color: #3D80B5;
	padding: 3px;
	color: #fff;
}

#cont a.down:hover, #cont a.down:active {
	text-decoration: none;
	background-color: #7FA9D1;
}

#cont ul {
	list-style-position: outside;
	margin: 5px 0 5px 0;
	list-style: none;
}

#cont ul.kd {
	float: right; 
	width: 340px;
}

#cont ul li {
	margin-left: 15px;
	line-height: 1.6em;
	vertical-align: middle;
	background: url('images/bullett.gif') 0 center no-repeat;
	padding-left: 12px;
}

#cont ul li.kd {
	margin-left: 15px;
	line-height: 1.6em;
	vertical-align: middle;
	background: url('images/bullett.gif') 0 6px no-repeat;
	padding-left: 12px;
}


/* Headlines */
/* --------- */

h1 {
	font-size: 1.5em;
	color: #7FA9D1;
	margin-bottom: 20px;
	width: 571px;
}

h2 {
	font-size: 1.3em;
	color: #7FA9D1;
	margin: 20px 0 10px 0;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	color: #333;
	margin: 10px 0 10px 0;
}

h3.start {
	color: #7FA9D1;
	margin: 24px 0 0 0;
}


.newshead {
	width: 120px; 
	color: #3b7eb5; 
	font-size: 1.3em; 
	font-style: italic; 
	font-weight: bold; 
	margin: 0 8px 15px 0; 
	padding: 0 0 0 15px;
}

.entryhead {
	width: 155px; 
	background-color: #3B7EB5; 
	color: #fff; 
	font-size: 1.1em; 
	padding: 3px 3px 3px 12px;
}

/* Contentgestaltung */
/* ----------------- */

p {
	line-height: 1.4em;
	margin-bottom: 8px;
}

p.news {
	width: 400px !important;
}

p.address {
	line-height: 1.3em;
	font-size: 0.8em;
	margin-left: 10px;
}	

p.legend {
	margin-top: 5px;
	font-size: 0.9em;
}

.kon_img {
	float: left;
	margin-right: 10px; 
	width: 260px;
}

.kon_imgc {
	float: left;
	margin-right: 10px; 
	width: 220px;
}

.kon_img {
	float: left;
	margin-right: 10px; 
	width: 260px;
}

.kon_imgn {
	float: left;
	margin: 15px 10px 0 0; 
	width: 120px;
}

.kon_imgnt {
	float: left;
	width: 440px;
}

hr {
	margin: 10px 0;
	border: 0; /* Firefox / Opera */
	border-top: solid 1px #3D80B5;
	border-bottom: transparent;
	height: 1px;
	width: 100%;
}

* html hr, *+html hr {
	margin: 5px 0;
}


/* FORMULARE */
/* --------- */

label {
	margin-right: 5px;
	width: 200px;
	float: left;
	padding-right: 10px;
}

input, textarea, select {
	font-size: 1em;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px dotted #3D80B5;
	width: 200px;
}

select.langchoice {
	width: 100px;
}

input.checkbox {
	background-color: #ffffff;
	width: 15px;
	height: 15px;
	border: 0;
}

input.submit {
	float: left;
	padding: 3px;
	border: 2px solid #3D80B5;
	background-color: #7FA9D1;
	color: #000;
}

input.submit:hover, input.reset:hover {
	background-color: #3D80B5;
	border: 2px solid #7FA9D1;
	color: #fff;
}

input.reset {
	padding: 3px;
	float: right; 
	margin-right: 18px;
	border: 2px solid #3D80B5;
	background-color: #7FA9D1;
	color: #000;
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus,
select:hover, select:active, select:focus,
input.checkbox:hover, input.checkbox:active, input.checkbox:focus {
	background-color: #cbd5df;
}

select.langchoice:hover, select.langchoice:focus, select.langchoice:active {
	background-color: #fff;
}

fieldset {
	padding: 4px 4px 4px 30px;
	width: 520px;
	border: 1px solid #3D80B5;
}

legend {
	padding: 0 5px;
}

.clearform {
	clear: both;
	height: 5px;
	line-height: 1px;
}

.clear {
	clear: both;
	height: 15px;
	line-height: 1px;
}


/* Tabellen */
/* -------- */

table {
	width: 100%;
	border: 0;
	margin-top: 24px;
	font-size: 1.0em;
}

caption {
	display:none;
}

th {
	text-align: left !important;
}

td {
	padding: 5px !important;
	font-size: 0.9em;
	line-height: 1.6em;
}

td.machine {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 250px;
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #6CB03D;
	font-weight: bold;
}

td.machine2 {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 100px; 
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #6CB03D;
}

td.machine3 {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 200px; 
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #6CB03D;
}

td.machine4 {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 250px;
	height: 40px; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #6CB03D;
	color: #6CB03D;
	font-weight: bold;
}

td.machine_v {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 250px !important;
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #B257A1;
	font-weight: bold;
}

td.machine_vx {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 500px !important;
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #B257A1;
	font-weight: bold;
}

td.machine2_v {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 100px; 
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #B257A1;
}

td.machine3_v {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 200px; 
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #B257A1;
}

td.machine4_v {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 250px;
	height: 40px; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #B257A1;
	color: #B257A1;
	font-weight: bold;
}

td.machine_p {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 250px;
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #0081C1;
	font-weight: bold;
}

td.machine2_p {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 100px; 
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #0081C1;
}

td.machine3_p {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 200px; 
	height: 80px !important; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #0081C1;
}

td.machine4_p {
	text-align:left; 
	vertical-align: top; 
	padding: 5px; 
	width: 250px;
	height: 40px; 
	border-right: 2px solid #fff; 
	border-bottom: 1px solid #0081C1;
	color: #0081C1;
	font-weight: bold;
}   

table.schlauch {
	margin-top: 12px; 
	border-collapse: collapse; 
	width: 100%; 
	border: 0;
} 

table.schlauch_kon {
	border-collapse: collapse; 
	width: 100%; 
	border: 0;
}

tr.dark {
	background-color: #bbb;
}

tr.light {
	background-color: #ddd;
}

a.programm, a.programm:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 80px;
	display: block;
	text-align:left;
	background: url('images/500s.jpg') center no-repeat;
}

a.programm:hover, a.programm:active {
	background: url('images/500s_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm2, a.programm2:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/500h.jpg') center no-repeat;
}

a.programm2:hover, a.programm2:active {
	background: url('images/500hover.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm3, a.programm3:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 80px;
	display: block;
	text-align:left;
	background: url('images/neoxs.jpg') center no-repeat;
}

a.programm3:hover, a.programm3:active {
	background: url('images/neoxs_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm4, a.programm4:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 80px;
	display: block;
	text-align:left;
	background: url('images/500_standard.jpg') center no-repeat;
}

a.programm4:hover, a.programm4:active {
	background: url('images/500_standardover.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm5, a.programm5:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 80px;
	display: block;
	text-align:left;
	background: url('images/500_standard_servo.jpg') center no-repeat;
}

a.programm5:hover, a.programm5:active {
	background: url('images/500_standard_servoover.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm6, a.programm6:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 80px;
	display: block;
	text-align:left;
	background: url('images/super400.jpg') center no-repeat;
}

a.programm6:hover, a.programm6:active {
	background: url('images/super400_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm7, a.programm7:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 80px;
	display: block;
	text-align:left;
	background: url('images/pdfhell.jpg') center no-repeat;
}

a.programm7:hover, a.programm7:active {
	background: url('images/pdfhellover.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm11, a.programm11:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/bp800.jpg') center no-repeat;
}

a.programm11:hover, a.programm11:active {
	background: url('images/bp800_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm13, a.programm13:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/ta3315.jpg') center no-repeat;
}

a.programm13:hover, a.programm13:active {
	background: url('images/ta3315_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm14, a.programm14:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/ta4415.jpg') center no-repeat;
}

a.programm14:hover, a.programm14:active {
	background: url('images/ta4415_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm15, a.programm15:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/ra250.jpg') center no-repeat;
}

a.programm15:hover, a.programm15:active {
	background: url('images/ra250_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm16, a.programm16:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/ra370.jpg') center no-repeat;
}

a.programm16:hover, a.programm16:active {
	background: url('images/ra370_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm17, a.programm17:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/hb350.jpg') center no-repeat;
}

a.programm17:hover, a.programm17:active {
	background: url('images/hb350_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm18, a.programm18:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/pp250.jpg') center no-repeat;
}

a.programm18:hover, a.programm18:active {
	background: url('images/pp250_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm19, a.programm19:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/super800.jpg') center no-repeat;
}

a.programm19:hover, a.programm19:active {
	background: url('images/super800_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm20, a.programm20:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/servox_hell.jpg') center no-repeat;
}

a.programm20:hover, a.programm20:active {
	background: url('images/servox_hellover.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm21, a.programm21:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/schrumpf_hell.jpg') center no-repeat;
}

a.programm21:hover, a.programm21:active {
	background: url('images/schrumpf_hell_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm22, a.programm22:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/500e.jpg') center no-repeat;
}

a.programm22:hover, a.programm22:active {
	background: url('images/500e_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm23, a.programm23:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/neoxu.jpg') center no-repeat;
}

a.programm23:hover, a.programm23:active {
	background: url('images/neoxu_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm24, a.programm24:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 90px;
	display: block;
	text-align:left;
	background: url('images/neoxasu.jpg') center no-repeat;
}

a.programm24:hover, a.programm24:active {
	background: url('images/neoxasu_over.jpg') center no-repeat;
	text-decoration: underline;
}

a.programm25, a.programm25:visited {
	width: 250px;
	color: #000;
	text-decoration: none;
	height: 80px;
	display: block;
	text-align:left;
	background: url('images/500_standard_hell.jpg') center no-repeat;
}

a.programm25:hover, a.programm25:active {
	background: url('images/500_standard_hell_over.jpg') center no-repeat;
	text-decoration: underline;
}

.p_add {
	width: 500px; 
	border-bottom: 2px solid #0081C1;
}

.info_add {
	float: left; 
	width: 240px; 
	padding: 5px;
}