html,body,#wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body,html>body #wrapper {
	height: auto;
}

body {
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: url(/images/common/body_back.gif);
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

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

a:active {
	color: #000000;
	text-decoration: underline;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer a {
	color: #FFFFFF;
}

#maintable {
	margin: 0;
	padding: 0;
}

#content {
	height: 100%;
}

#topframe {
	background: url(/img/general/orange_back.gif);
	height: 89px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}

/**
*-----------------------------------------------------
*	Mainnavigation
*-----------------------------------------------------
*/
#mainnavigation {
	position: absolute;
	left: 160px;
	top: 60px;
}

#mainnavigation li {
	float: left;
	text-indent: 9px;
	background: url(/img/general/navlines.gif) no-repeat 0px 9px;
	margin-right: 10px;
	padding-top: 5px;
}

#mainnavigation li a {
	color: #000000;
}

#mainnavigation li form {
	padding: 0px;
	margin: 0px;
}

#mainnavigation li form label {
	float: left;
	padding-top: 2px;
	padding-right: 3px;
}

#mainnavigation li input{
	border:none;
	font-size: 12px;
	height: 17px;
	padding: 0px;
	padding-top: 1px;
	margin: 0px;
	display:block;
	float: left;
}

#mainnavigation li select {
	border:none;
	font-size: 12px;
	height: 17px;
	padding: 0px;
	padding-top: 1px;
	margin: 0px;
	display:block;
	float: left;
}

#mainnavigation li input#searchbtn,#mainnavigation li input#langbtn {
	border: none;
	height: 18px;
	padding: 0px;
	font-size: 11px;
}

/**
*-----------------------------------------------------
*	Leftnavigation
*-----------------------------------------------------
*/
#leftnavigation {
	width: 300px;
	vertical-align: top;
}

#leftnavigation #visuals {
	width: 300px;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	clear: left;
}

#leftnavigation #visuals img {
	float: left;
}

#leftnavigation ul {
	margin-bottom:40px;
}

#leftnavigation ul ul{
	margin-bottom:0px;
}

#leftnavigation ul li {
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
}

#leftnavigation ul li a {
	color: #000000;
	padding: 2px 0 3px 30px;
	display: block;
}

#leftnavigation ul li.productwg_open {
	background: url(/pics/collapse_nav.gif) no-repeat 18px 50%;
	font-weight: bold;
}

#leftnavigation ul li.productwg_close {
	background: url(/pics/expand_nav.gif) no-repeat 18px 50%;
}

#leftnavigation ul li ul li.product_open {
	font-weight: bold;
	border-bottom: 1px dashed #FFB68E;
}

#leftnavigation ul li ul li.product_close {
	border-bottom: 1px dashed #FFB68E;
}

#leftnavigation ul li ul li.lastproduct {
	border-bottom: none;
}

#footer {
	position: absolute;
	bottom: 0;
	color: #FFFFFF;
	background-color: #000000;
	height: 35px;
	border-top: 1px solid #FFFFFF;
}

#footer div {
	padding: 9px;
	float: left;
}

#footer img {
	padding: 9px;
	float: right;
}

#main {
	position: relative;
	padding: 50px 200px 60px 40px;
	vertical-align: top;
	width:100%;
}

#articleimages {
	padding-right: 20px;
	float: left;
}

#articleimages li {
	margin-bottom: 10px;
	width: 98px;
	height: 98px;
	position:relative;
}

#articleimages li img {
	width: 98px;
	height: 98px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
}

#articleimages li a.editbtn {
	width: 16px;
	height: 16px;
	position:absolute;
	top:3px;
	left:3px;
	z-index:100;
}
#articleimages li a.editbtn img {
	width: 16px;
	height: 16px;
}

#text {
	float: left;
	height:500px;
	width:100%;
}

.inplaceeditor-form, .editor_field{
	width:100%;
}

#text td{
	vertical-align:top;
}

#text h2 {
	margin-bottom: 15px;
	font-size: 17px;
}

#teaser {
	position: absolute;
	right: 0px;
	top: 160px;
}

#teaser li {
	margin-bottom: 8px;
}

.teaser {
	background-color: #9EA0A4;
	width: 156px;
	height: 54px;
}

.teaser img {
	float: left;
}

.teaser a {
	float: left;
	padding: 5px;
	color: #333333;
	font-size: 17px;
	width: 70px;
	display: block;
	cursor: hand;
}

.teaser a span {
	font-size: 12px;
}

.linklist {
	margin-top: 20px;
}

.pdflink {
	display: block;
	text-indent: 12px;
	background: url(/pics/pfeilklein.gif) no-repeat 0 3px;
}

.pdficon {
	display: block;
	text-indent: 22px;
	background: url(/images/common/pdficon.gif) no-repeat 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.webicon {
	display: block;
	text-indent: 22px;
	background: url(/images/common/webicon.gif) no-repeat 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.wmvicon {
	display: block;
	text-indent: 22px;
	background: url(/images/common/icon_wmv.gif) no-repeat 0 0;
	padding-top: 3px;
	padding-bottom: 2px;
}

.active {
	font-weight: bold;
}

#navheader {
	background: url(/img/general/navheader.gif) no-repeat top left;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 40px;
	padding-top: 2px;
	height: 14px;
	font-weight: bold;
	font-size: 11px;
}

#searchfield label {
	display: block;
	margin: 15px 0 4px 30px;
	font-weight: bold;
}

#searchfield input {
	border: thin inset;
	font-size: 11px;
}

#searchfield #search {
	margin: 0 0 0 30px;
}

#partneraction input {
	display: block;
}

.voctable,.searchtable {
	margin-top: 10px;
	margin-bottom: 40px;
}

.voctable th {
	background-color: #FF5C00;
	text-align: left;
}

.voctable th,.voctable td {
	padding-left: 10px;
}

.searchtable th {
	background-color: #BBBBBB;
	text-align: left;
}

.tdhell td {
	background-color: #F9F9F9;
}

.tddunkel td {
	background-color: #eeeeee;
}

#OrderCatalogue #text a {
	margin-top: 10px;
	margin-bottom: 0;
}

#contactpartner th {
	text-align: left;
	padding: 2px 2px 2px 10px;
	margin-bottom: 3px;
}

#contactpartner {
	margin-top: 15px;
	margin-bottom: 40px;
}

#contactpartner table {
	margin-top: 3px;
	margin-bottom: 3px;
}

#contactpartner img {
	margin-right: 10px;
}

#template1 #text .freisteller,#template3 #text .freisteller,#template3 #text .freisteller,#template4 #text .freisteller{
	float: left;
	padding-right: 10px;
}

.error {
	color: red;
}


#form_askthetechnician,#form_contact,#form_partneraction,#form_login,#form_ordercatalogue,.contactpartner, #products_table{
	margin-top: 15px;
	margin-bottom: 15px;
}

#text #contactpartner td{
	vertical-align:bottom;	
}

#form_askthetechnician td,#form_contact td,#form_partneraction td,#form_login td,#form_ordercatalogue td{
	padding: 2px;
}

#form_askthetechnician input  ,#form_contact input,#form_partneraction input,#form_login input,#form_ordercatalogue input{
	width: 200px;
	border: thin inset;
}

#form_askthetechnician textarea {
	width: 250px;
	height: 100px;
	border: thin inset;
}

#form_askthetechnician #submitButton,#form_contact #submitButton,#form_partneraction #submitButton,#form_login #submitButton,#form_ordercatalogue #submitButton{
	width: 100px;
}

#form_ordercatalogue .checkbox{
	height:12px;
	width:12px;
	margin-right:3px;
}

#currentpdf {
	margin-top: 15px;
}

#form_partneraction #toptext #menge {
	width: 25px;
}

#form_partneraction #toptext #aktion {
	width: 12px;
}

.transparentblack {
	width: 100%;
	height: 100%;
    color: #FFF;
    background-image: url(/images/transparent/000000_70.png) !important;  /* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    background-image: none;                             /* IE only */
    background-color: #000000;                          /* IE only */
    filter:alpha(opacity=70);                           /* IE only */
}

#loginform{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50000;
}

#loginform form{
	background:url(/images/login/back_login.png) no-repeat 0 0;
	width:337px;
	height:134px;
	margin:200px auto 0 auto;
}

#loginform form div{
	padding-top:40px;
	clear:left;
}

#loginform form label{
	margin-left:44px;
	float:left;
	width:70px;
	margin-top:3px;
}

#loginform form input{
	display:block;
	float:left;
	margin-top:3px;
}

.rightpart{
	padding-left:10px;
	vertical-align:bottom;
	display:block;
}

.rightpart ul{
	padding-top:60px;
	padding-left:10px;
}

#template6 #text h3{
	padding-bottom:5px;
	font-size:14px;
}

#template6 #text img{
	padding-bottom:20px;
}
}
