/* CSS RESET */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;  vertical-align: baseline; } /* remember to define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }
/* END CSS RESET */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15.59px;
	color: #58585a;
}

p{ 
	line-height:15.59px;
	margin:5px 0;
	text-align:justify
}

strong{
	font-weight:bold;
}
/* clear floats */
.clear{
	clear:both;
	display:block;
	height:1px;
	line-height:1px;
	font-size:1px;
}
/* end clear floats */

#wrap{
	width:980px;
	height:auto;
	margin:0 auto;
}

#header{
	width:980px;
	height: 182px;
	background:url(../images/header.jpg) no-repeat top left;
	position:relative;
}

#header #myflashheader{
	
	position:absolute;
	top:20px;
	left:0;
	width:600px;
}

#header #mailme{
		padding:20px 0 0 40px;
		float:left;
		width:250px;
		height:150px;
		background:url(../images/email.gif) no-repeat 40px 20px;
}

#header #mailme a#email {
	text-indent:-9999px;
	position:absolute;
	height:30px;
	width:40px;
	margin-left:0px;
	top:20px;
	z-index:100;
}
#header #mailme a#home{
	text-indent:-9999px;
	position:absolute;
	height:30px;
	width:40px;
	margin-left:45px;
	top:19px;
	display:block;
	z-index:100;
	left: 29px;
}

#header #mailme #slogan{
		padding-top:50px;
		font-size:20px;
		color:#eee;
		line-height:23px;
		position:relative;
		display:none
}

#customerupload{
		float:right;
		padding:20px 20px 0 0;
		width:200px;
		height:100px;
		color:#eee;
}

#customerupload h2{
		font-size:22px;
		color:#eee;
		letter-spacing:-1px;
		font-weight:normal;
		margin:0 0 10px 0;
		line-height:24px;
}

#customerupload .cleaninput{
	border:1px solid #eee;
	margin:0 0 3px 0;
	height:15px;
	line-height:15px;
	padding-left:5px;
	width:150px;
}

#customerupload .loginclass{
	background:none;
	background:url(../images/logobtn.gif) no-repeat;
	position:relative;
	text-indent:-9999px;
	border: 0px;
	width:26px;
	line-height:24px;
	height:24px;
	margin-left:20px;
	cursor:pointer;
}

#customerupload #log{
	text-align:right;
	margin-right:45px;
	font-weight:bold;
}

#customerupload #pwforgot{
	color:#ddd;
	font-size:11px;
	text-decoration:none;
	text-align:right;
	margin:5px 45px 0 0;
}

#customerupload #pwforgot a{
	color:#ddd;
	text-decoration:none;
}

#mymenu{
	width:980px;
	background-color:#00a99b;
}

#mymenu #nav{
	background-color:#00a99b;
}

#maincontent{
	width:980px;
	background:url(../images/bg_main.jpg) repeat-x;
	height:auto;
	padding-bottom:20px;
}

#maincontent #leftbar{
	width:300px;
	float:left;
	margin-right:11px;
	position:relative;
}

#maincontent #leftbar #leftcontent{
	padding:30px 10px 10px 20px;
	position:relative;
}

#maincontent #leftbar #leftcontent h1,h2,h3{
	font-size:22px;
	color:#0d7ac1;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:24px;
}

#maincontent #leftbar #leftcontent h2{
	font-size:17px;
	line-height:18px;
}
#maincontent #leftbar #leftcontent h3{
	font-size:21px;
	line-height:23px;
}

#maincontent #leftbar #leftcontent #mainbox{
	position:relative;
	background:url(../images/left_bigbox.jpg) no-repeat left center;
	height:355px;
	width:284px;
	margin-top:40px;
	left:-8px;
}

#maincontent #leftbar #leftcontent #mainbox ul{
	padding: 0 10px 0 0;
}

#maincontent #leftbar #leftcontent #mainbox #mainboxtitle{
	padding:20px 0 0 20px;
	letter-spacing:-1px;
	margin-bottom:20px;
}

#maincontent #leftbar #leftcontent #mainbox li{
		background:url(../images/logobtn.gif) no-repeat left top;
		padding-left:30px;
		margin: 0 0 10px 20px;
}

#maincontent #leftbar #leftcontent #people{
	position:relative;
	right:-170px;
	top:-140px
}

#maincontent #rightbar{
		width:655px;
		float:left;
		margin:30px 0 0 0;	
		position:relative;
}

#maincontent #rightbar .frontbox{
	background:url(../images/frontbox.gif) no-repeat;
	width:214px;
	height:294px;
	float:left;
	margin-right:5px;
	position:relative;
}

#maincontent #rightbar .frontbox #cert{
	position:relative;
	top:-190px;
	right:-140px;
	z-index:1000;
}

#maincontent #rightbar .frontbox .frontboxcontent{
	padding:20px 10px 10px 10px;
}

#maincontent #rightbar .frontbox .frontheading{
	font-size:21px;
	color:#333;
	font-weight:bolder;
	margin-bottom:9px;
	letter-spacing:-1px;
	padding-left:5px;
}

#maincontent #rightbar .frontbox .fronttextbox{
	padding-left:5px;
	font-size:11px;
	margin-top:10px;
}

#maincontent #rightbar .frontbox a{
	text-decoration:none;
	color:#69F;
	background:url(../images/logobtn.gif) no-repeat right top;
	line-height:40px;	
	font-size:11px;
	text-align: left;
	height:40px;
	padding: 0;
	padding-right:30px;
	display:block;
	width:150px;
	text-align:right
}

#maincontent #rightbar .frontbox a:hover{
	color:#333;
}

#maincontent #rightbar h2{
	color:#333;
}

#maincontent #rightbar #morecontent p img{
	margin-bottom:10px
}

#maincontent #rightbar #morecontent h1{
	color:#667179;
	font-size:24px;
	margin:15px 0;
	line-height:24px;
	letter-spacing:-1px;
	font-weight:400;
}

#maincontent #rightbar #book{
	position:absolute;
	right:-6px;
	float:right;
	top:350px;
}

#maincontent #rightbar #selectblocks{
	position:relative;
	z-index:1000;
}
		
#maincontent #rightbar .selectionblock{
	width:162px;
	float:left;
	font-size:11px;
	margin-top:10px;
}

#maincontent #rightbar .companybox{
	width: 200px;
	margin-right:15px;
	text-align:center;
	float:left;
}
#maincontent #rightbar .companybox img{
	margin-bottom:15px;
}

#maincontent #rightbar .companybox p{
	text-align:center;
}

hr{
	height:1px;
	background-color:transparent;
	color:#ddd;
	line-height:1px;
	margin:18px 0;
}

#maincontent #rightbar #morecontent #creativebox1{
	background:url(../images/creativebox1.jpg);
	width:370px;
	height:375px;
	margin-right:2px;
	float:left;
}

#maincontent #rightbar #morecontent #creativebox1 #creaboxheading1{
	padding:20px 0 0 20px;
}
#maincontent #rightbar #morecontent #creativebox1 #creaboxheading1 h2{
	color:#0d7ac1;
}
#maincontent #rightbar #morecontent #creativebox1 .creabox{
	padding:20px;
}

#maincontent #rightbar #morecontent #creativebox1 .creabox #brochure{
	position:relative;
	top:-20px;
	right:-80px;
}

#maincontent #rightbar #morecontent #creativebox2{
	background:url(../images/creativebox2.jpg); 
	width:283px;
	height:375px;
	float:left;
}

#maincontent #rightbar #morecontent #creativebox2 #creaboxheading2{
	padding:20px 0 0 20px;
}

#maincontent #rightbar #morecontent #creativebox2 .creabox{
		padding:20px 20px 0 0;
}

#maincontent #rightbar #morecontent #businessproductbox{
	background:url(../images/businessproductbox.jpg);
	width:409px;
	height:416px;
	float:left;
	margin-right:10px;
	position:relative;
}

#maincontent #rightbar #morecontent #businessproductbox #creaboxheading3{
	padding:20px 0 0 20px;

	
}

#maincontent #rightbar #morecontent #businessproductbox .creabox{
		padding:20px;
}
#maincontent #rightbar #morecontent #businessproductbox h2{
color:#0d7ac1;
}

#maincontent #rightbar #morecontent #infobox{
	width:220px;
	float:left;
	padding:20px 0;
}

#maincontent a{
	color:#4a9bd1;
	text-decoration:none;
}

a img{
	border:none;
}

#businessproductbox #iso{
position:absolute;
right:0px;
top:-10px;
}

#morecontent #logistikblock{
	width:315px;
	margin:20px 10px 0 0;
	float:left;
}

#morecontent #logistikblock h2{
	color:#0d7ac1;
}

#morecontent #logistikbox{
	background:url(../images/logistikbox.jpg) no-repeat;
	width:327px;
	height:388px;
	float:left;
}
#morecontent #logistikbox #logistikboxcontent{
	padding:20px;
}

#requester input{
	width:100%;
	margin:0 0 5px 0;
	padding-left:5px;
	font-size:12px;
}

#requester textarea{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	width:100%;
	height:60px;
	font-size:12px;
}

#requester #senden{
	float:right;
	width:100px;
	margin-top:5px;
}

#requester #resetter{
	float:left;
	width:100px;
	margin:5px 0 0 5px;
}

.eleven{
	font-size:11px;
}

#maincontent .infoblock{
	width:190px;
	margin:15px 20px 0 0;
	float:left;
}

#answerlogin{
	font-weight:bold;
	text-align:left;
	height:30px;

}

.ajaxload{
	background:url(../images/ajax-loader.gif) no-repeat center center;
}

.date{
	font-weight:bold;
	color:#222;
	text-align:left;
	margin-bottom:5px;
	border-bottom:1px solid #222;
}

a.morelink{
margin:0;
padding:0;
background:none;
}

.frontbox #showallnews{
	position:absolute;
	right:10px;
	bottom:0px;
}

.even{
		background-color:#d7d7d7;
		padding:10px;
		width:610px;
		display:block;
		margin-bottom:2px;
		border:1px solid #ddd;
		position:relative;
}

.odd{
		background-color:#eee;
		padding:10px;
		width:610px;
		display:block;
		margin-bottom:2px;
		border:1px solid #ccc;
		position:relative;
}

.mypreviewimage{
		width:168px;
		margin-right:10px;
		float:left;
		display:block;
}


.mypreviewimage img{
		padding:3px;
		border:1px solid #666;
}


.previewcontent{
		width:200px;
		margin-right:10px;
		padding:10px;

		float:left;
}

.editoroptions{
		float:left;
		width:160px;
		background-color:#555;
		padding:10px;
		right:0px;
		top:0px;
		position:absolute;
}

.editoroptions ul li{
		margin:0;
		padding:0;
		list-style-position:outside;
}

.editoroptions ul li a{
		font-size:11px;
		line-height:20px;
		border-bottom:1px dotted #ccc;
		color:#eee !important;
}

.moimages{
	padding:10px;
	clear:both;
}
.oneimage{
	width:40px;
	height:40px;
	overflow:hidden;
	margin:0 5px 5px 0;
	padding:3px;
	border:1px solid #666;
}

.momess{
	border:1px solid #ccc;
	padding:5px;
	clear:both;
}

.datex{
	color:#FC0;
}

#auftragsstatus td,th{
	padding:6px;
}

#auftragsstatus2 td,th{
	padding:6px;
}

#auftragsstatus3 td,th{
	padding:6px;
}

 .tip				{ width:295px; font-family:tahoma,arial; background:#dedede; cursor:pointer; border:1px solid #ccc;  }

 .tip-top			{  height:26px; width:295px; }

 .tip-title		{ color:#69F; font-weight:bold; margin:0 15px 0 15px; padding:10px 0 0 0  }

 .tip-text		{ color:#333; padding:10px 15px 15px 15px; }

 .tip-bottom		{ width:295px; height:81px; }



 .toolTip { cursor:pointer; }

#moremenu{
	padding:10px;
	width:630px;
	background:#eee;
}

#moremenu a{
	background:#333;
	color:#eee;
	padding:5px 10px;
	display:block;
	float:left;
	margin-right:3px;
}

#moremenu a:hover{
	color:#6CF;
	background-color:#171819
}

#mynews{ height:280px; width:265px; overflow:auto}

.errormessage{ background:#FBDDDD; border:1px solid #C30; padding:10px; color:#333; margin:0 0 15px 0 }
.successmessage{ background:#E8EEB7; color:#333; font-weight:bold; padding:10px; border:1px solid #360; margin:0 0 15px 0 }
#mynews{ height:280px; width:265px; overflow:auto}
#aktion input[type=text], #success input[type=text]{ background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #ccc; padding:5px 8px; margin:0 0 5px 0; width:200px }
#success{ display:none }
.button {display: inline-block;color:#fff;	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */	*display: inline;	vertical-align: baseline;	margin: 5px 2px;	outline: none;	cursor: pointer;	text-align: center;	text-decoration: none;	font: 14px/100% Arial, Helvetica, sans-serif;	padding: .5em 2em .55em;	text-shadow: 0 1px 1px rgba(0,0,0,.3);	-webkit-border-radius: .2em; 	-moz-border-radius: .2em;	border-radius: .2em;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.button:hover {text-decoration: none;}
.button:active {position: relative;top: 1px;}
.bigrounded {-webkit-border-radius: 2em;-moz-border-radius: 2em;	border-radius: 2em;}
.medium {font-size: 12px;padding: .3em 1.0em .3em;}
.small {font-size: 11px;padding: .2em 1em .275em;}
.black {color: #d7d7d7;	border: solid 1px #333;	background: #333;	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));	background: -moz-linear-gradient(top,  #666,  #000);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');}
.black:hover {	background: #000;	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));background: -moz-linear-gradient(top,  #444,  #000);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');}
.black:active {	color: #666;background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));background: -moz-linear-gradient(top,  #000,  #444);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');}
.gray {color: #e9e9e9;	border: solid 1px #555;	background: #6e6e6e;background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));	background: -moz-linear-gradient(top,  #888,  #575757);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');}
.gray:hover {background: #616161;background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));background: -moz-linear-gradient(top,  #757575,  #4b4b4b);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');}
.gray:active {color: #afafaf;background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));background: -moz-linear-gradient(top,  #575757,  #888);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');}
.white {color: #606060;border: solid 1px #b7b7b7;background: #fff;background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));background: -moz-linear-gradient(top,  #fff,  #ededed);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');}
.white:hover {background: #ededed;background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));background: -moz-linear-gradient(top,  #fff,  #dcdcdc);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');}
.white:active {color: #999;background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));background: -moz-linear-gradient(top,  #ededed,  #fff);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');}
.orange {color: #fef4e9;border: solid 1px #da7c0c;background: #f78d1d;background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));background: -moz-linear-gradient(top,  #faa51a,  #f47a20);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');}
.orange:hover {background: #f47c20;background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));background: -moz-linear-gradient(top,  #f88e11,  #f06015);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');}
.orange:active {color: #fcd3a5;background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));background: -moz-linear-gradient(top,  #f47a20,  #faa51a);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');}
.red {	color: #faddde;border: solid 1px #980c10;background: #d81b21;background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');}
.red:hover {background: #b61318;background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));background: -moz-linear-gradient(top,  #c9151b,  #a11115);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');}
.red:active {color: #de898c;background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');}
.blue {color: #d9eef7;border: solid 1px #0076a3;background: #0095cd;background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));background: -moz-linear-gradient(top,  #00adee,  #0078a5);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');}
.blue:hover {background: #007ead;background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));background: -moz-linear-gradient(top,  #0095cc,  #00678e);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');}
.blue:active {color: #80bed6;background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));background: -moz-linear-gradient(top,  #0078a5,  #00adee);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');}
.green {color: #e8f0de;border: solid 1px #538312;background: #64991e;background: -webkit-gradient(linear, left top, left bottom, from(#a9c356), to(#82973f));background: -moz-linear-gradient(top,  #a9c356,  #82973f);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9c356', endColorstr='#82973f');}
.green:hover {	background: #879d40;color:#eee;background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');}
.green:active {color: #a9c08c;	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');}

