/* 
	------------------------------------------------------------
	Reset und Hilfsklassen
	------------------------------------------------------------
*/

/* 	
	Globales aufheben der default AbstÃ¤nde aller Elemente basierend auf 
	Eric Meyers "reset reloaded" 
	http://aktuell.de.selfhtml.org/weblog/browserstyles-zuruecksetzen-reset-css
*/

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:auto;	
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	vertical-align:baseline;
}

:focus {
	outline:0;
}

ol, ul, dl {
	list-style:none;
}

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:"" "";
}


/* 
	Aufheben von Floats ohne zusätzliches Markup
	http://www.jassesnee.de/easyclear/
*/    
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


/* 
	Behelfsklassen: clearer, kein Hintergrundbild, keine Abstände
*/
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}


/* 
	------------------------------------------------------------
	Generelles Layout
	------------------------------------------------------------
*/

html {
	height: 100.1%;
}


body {
	color:#575c62;
	font:11px "Verdana", "Tahoma", "Arial", "Trebuchet MS","Helvetica",sans-serif;
	line-height:18px;
	text-align:left;
	position:relative;	/* behebt Resize-Bug in IE6/IE7 (bei resize des fensters werden elemente nicht neu positioniert) */
	height:100.1%;		/* verhindert ein "springen" in FF - Scrollbars werden immer angezeigt */
}

img {
	border:0;
}


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

.container {
	width: 620px;
	}
	
	
/* 
	------------------------------------------------------------
		header & navigation
	------------------------------------------------------------
*/

.header {
	width: 620px;
	height:100px;
	background-color: #000000;
	}
	.header img {
		display:block;
		padding:33px 20px 0 0;
		float: right;
		}
	
	.navUl {
		margin:5px 5px 0 0;
			/* display: block;
			padding: 75px 0 10px 15px;
			float: left; */
			}
	
	.navUl li {
		display:block;
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		padding: 0 5px 0 0;
		float: left;
		}
		
		.navUl li a {
			font-weight: bold;
			color: #333;
			cursor: pointer;
			text-decoration: none;
			}
		.navUl li a:hover,
		.navUl .active {
			color: #ff8c00;
			font-weight: bold;
			}
		.navUl li span {
			font-weight: normal;
			color: #d8d8d8;
			}
			
	.secNavUl {
			display: block;
			margin: 3px 0 0 0;
			}
	
	.secNavUl li {
		display:inline;
		color: #8a8a8a;
		font-size: 11px;
		line-height: 16px;
		padding:0;
		
		}
		
		.secNavUl li a {
			color: #8a8a8a;
			cursor: pointer;
			text-decoration: none;
			}
		.secNavUl li a:hover {
			color: #ff8c00;
			}
		.secNavUl li span {
			font-weight: normal;
			color: #8a8a8a;
			}


/* 
	------------------------------------------------------------
		content
	------------------------------------------------------------
*/

.contentBox {
	width: 620px;
	padding-bottom: 30px;
	margin-top: 30px;
	}
	
	.contentTxt {
		width: 620px;
		}
	.introBox {
		width: 590px;
		padding: 12px 15px 5px;
		background-color:#e0e0e0;
		}
		.introBox span.update {
			display:block;
			color: #666;
			font-size: 10px;
			line-height: 14px;
			padding-bottom: 15px;
			margin-left:5px;
			}
		.introBox h1 {
			margin-left:-15px !important;
			margin-bottom:10px;
			}
		.introBox .txt {
			margin-left:5px !important;
			margin-right:0 !important;
			margin-bottom:10px;
		}
		.introBox .special {
			margin-top:20px;
			font-size:12px;
			line-height:18px;
			text-align:center;
			padding:5px 10px;
			background:#999;
			color:#fff;
			border:1px solid #aaa;
		}
		.introBox .imagefloat p {
			width:400px; 
			float:left;
		}
		.introBox .imagefloat img {
			float:right;
			margin-top:20px;
		}
		
	h1 {
		color: #ffffff;
		font-size: 12px;
		line-height: 20px;
		font-weight:bold;
		margin: 0 0 15px 0;
		}
		h1 span {
			background-color: #ff8c00;
			padding: 3px 5px 3px 20px;
			
			}
	h2 {
		color: #ffffff;
		font-size: 12px;
		line-height: 16px;
		margin: 30px 0 15px 0;
		padding:2px 0 2px 20px;
		background:url(../img/h2_bg.gif) top left repeat-y;
		}
		/* Safari hack */
		@media screen and (-webkit-min-device-pixel-ratio:0) {
			h2 { padding-top:3px; }
		}
		/* Safari hack Ende */
		
		h2 span {
			background-color: #747474; 
			padding:3px 5px 3px 0px;
		}
	h3 {
		font-size:14px;
		font-weight:normal;
		color:#f98e00;
		margin-left:20px;
		margin-bottom:5px;
	}
			
	.toTop {
		color: #ff8c00;
		text-decoration: underline;
		float:right;
		padding-top: 10px;
		}
			
	.txt {
		color: #666666;
		font-size: 11px;
		line-height: 16px;
		margin: 0 20px 0 20px;
		padding: 0;
		clear:left;
		}
		.txt a,
		.txt a:hover {
			color: #ff8c00;
			text-decoration: none;
			}
		.txt br {
			line-height: 8px;
			}
			
	.imageBox {
		background:#e3e4e5;
		padding:5px 5px 5px 20px;
		margin:15px 0;
		float:left; /* um einen sauberen Rand zu ermöglichen; Sonst würde sich das DIV über die ganze Breite strecken */
	}
	.statement {
		background: url(../img/icon_statement.gif) right 0 no-repeat;
		padding: 2px 10px 2px 0;
		}
			
	.newsBox,
	.headBox {
		width: 615px;
		margin: 15px 0 0 20px;
		}
		.newsBox img,
		.headBox img {
			float: left;
			margin-right: 40px;
			background-color:#FF8C00;
			}
		.newsTxt {
			display:block;
			width: 435px;
			color: #666666;
			font-size: 11px;
			line-height: 16px;
			margin: 0 0 0 0;
			padding: 0;
			float:left;
			}
		.headTxt {
			display:block;
			width: 485px;
			color: #666666;
			font-size: 11px;
			line-height: 16px;
			margin: 5px 0 10px 0;
			padding: 0;
			float:left;
			}
			.newsTxt a,
			.headTxt a,
			.headTxt a:hover {
				color: #ff8c00;
				text-decoration: none;
				}
				.newsTxt a:hover { text-decoration: underline; }
			.newsTxt .headline {
				font-weight: bold;
				font-size: 12px;
				color: #666666;
				line-height: 16px;
				display:block;
				margin-bottom:2px;
				}
			.newsTxt .date {
				font-size:9px;
				color:#999;
				display:block;
			}
			.newsTxt br,
			.headTxt br {
				line-height: 3px;
				}
				
			span.headName {
				font-size: 14px;
				line-height: 18px;
				color: #666666;
				font-weight: bold;
				}
				
			.advancedLinks strong {
				color:#7c7c7c;
				}
				
	.terminBox {
		width: 615px;
		margin: 15px 0 0 20px;
		}
		.terminBox img {
			margin-top:20px;
			float: left;
			}
		.terminBox p {
			display:block;
			color: #666666;
			font-size: 11px;
			line-height: 16px;
			padding: 0;
			margin: 0;
			}
		.terminBox p a,
		.terminBox p a:hover {
			color: #ff8c00;
			text-decoration: none;
			display: inline;
			}
		.terminBox .headline {
			font-weight: bold;
			font-size: 12px;
			color: #666666;
			line-height: 16px;
			display:block;
			margin-bottom:2px;
			}
		.terminBox .date {
			font-size:9px;
			color:#999;
			display:block;
		}
		.terminGrafik {
			background: url(../img/kalender_termin.gif) no-repeat;
			font-size: 9px;
			height: 21px;
			display: block !important;
			padding-left: 3px;
			padding-top: 2px;
			margin-top: 5px;
		}
		.terminGrafik a,
		.terminGrafik a:hover {
			color: #ff8c00;
			font-size: 11px;
			text-decoration: none;
			padding-left: 6px;
		}
		
	.terminInfos {
			width: 435px;
			margin: 0 0 0 10px;
			float:left;	
		}	
				
	.row1 {
		display: block;
		width: 150px;
		font-weight: bold;
		padding-left: 5px;
		float: left;
		}
		
	.row2 {
		display: block;
		width: auto;
		float: left;
		}
			
	.rightBox {
		margin-left: 20px;
		float:left;
		}
			
	#googleDrive {
		width: 310px;
		height: 300px;
		background-color:#cccccc;
		float:left;
		margin:0 20px;
		}
	
	.list {
		list-style:disc inside;
		margin:5px 25px 10px;
	}
	
	
	.pdf_download {
		display:block;
		padding-left:20px;
		background:url(../img/icon_pdf.gif) no-repeat left center;
	}

/* 
	------------------------------------------------------------
		kunden
	------------------------------------------------------------
*/

.logoBox {
	width: 620px;
	margin-top: 10px;
	margin-left:20px;
	}
	.logoBox img {
		display: block;
		width: 112px;
		height: 70px;
		float: left;
		cursor:pointer;
		}
		.logoBox img {
			border:1px solid #ccc;
			}
			.logoBox img:hover { border:1px solid #666; }
			
	.logoBox .distance {
		margin-right: 7px;
		}
	* html .logoBox .distance {
		margin-right: 10px;
		}	

#kundenlayer {	
	position:absolute;
	width:400px;
	text-align:left;
	background:#fff;
	left:50%;
	top:465px;
	margin-left:-200px;
	border:1px solid #999;
	}
	#kundenlayer .top_bar {
		background:#ccc;
		padding:5px 10px;
		}
		#kundenlayer .top_bar img {
			float:right;
			cursor:pointer;
			}
			
	#kundenlayer h2 {
		float:left;
		margin:0;
		background:0;
		padding:0;
		color:#333;
		font-weight:normal;
		font-size:11px;
		}
	#kundenlayer .layer_content {
		padding:10px;
		padding-bottom:20px;
		}
	#kundenlayer .logo {
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		/* border:1px solid #ccc; */
		}
	#kundenlayer .kunde_name_outer {
		
	}
	#kundenlayer a {
		color:#3E3E3E;
		text-decoration:underline;
	}
	#kundenlayer .kunde_text {
		margin:0;
		clear:left;
	}
	#kundenlayer #siemens,
	#kundenlayer #vhv,
	#kundenlayer #tnt,
	#kundenlayer #finanzinformatik,
	#kundenlayer #nordzucker,
	#kundenlayer #sennheiser,
	#kundenlayer #philips,
	#kundenlayer #bsh,
	#kundenlayer #bhw,
	#kundenlayer #tui,
	#kundenlayer #hannoversche,
	#kundenlayer #dmag,
	#kundenlayer #schluetersche,
	#kundenlayer #lbsit,
	#kundenlayer #bahlsen,
	#kundenlayer #heise,
	#kundenlayer #if,
	#kundenlayer #madsack,
	#kundenlayer #htp,
	#kundenlayer #rfs,
	#kundenlayer #ccschaper,
	#kundenlayer #madain,
	#kundenlayer #lambdanet,
	#kundenlayer #cecil,
	#kundenlayer #zoo,
	#kundenlayer #h96,
	#kundenlayer #bkk,
	#kundenlayer #sparkasse,
	#kundenlayer #cebit,
	#kundenlayer #hapaglloyd,
	#kundenlayer #gaggenau,
	#kundenlayer #continental,
	#kundenlayer #wago,
	#kundenlayer #cbr {
		display:none;
	}
	
/* 
	------------------------------------------------------------
		formular
	------------------------------------------------------------
*/

form {
	width: 475px;
	margin: 0;
	padding: 0 0 0 5px;
	}
	*html form {
		width: 466px;
		}
	*+ html form {
		width: 468px;
		}
		
#contactform {
	margin-left:15px;
}
	
label {
	display: block;
	width: 160px;
	font-size: 11px;
	color: #666666;
	padding: 3px 0 3px 0;
	margin-bottom: 3px;
	float: left;
	}
	
label.error {
	font-weight: bold;
	color: #dc2222 !important;
	}
input.error { 
	border:1px solid #dc2222 !important;
	}
		
input.col-xl-width {
	width: 307px;
	height: 20px;
	border: 1px solid #666666;
	float: left;
	}
	*html input.col-xl-width {
		width: 298px;
		}
	*+ html input.col-xl-width {
		width: 300px;
		}
	
select.col-1-width {
	width: 312px;
	height: 20px;
	float: left;
	display: block;
	margin-left: 0;
	border: 1px solid #666666;
	}
	*html select.col-1-width {
		width: 306px;
		}
	*+ html select.col-1-width {
		width: 308px;
		}
		
.textarea-x1-width {
	width: 307px;
	height: 50px;
	float: left;
	display: block;
	margin-left: 0;
	border: 1px solid #666666;
	}
	*html .textarea-x1-width {
		width: 298px;
		}
	*+ html .textarea-x1-width {
		width: 300px;
		}
	
input.col-m-width {
	width: 216px;
	height: 20px;
	border: 1px solid #666666;
	float: left;
	}
	*html input.col-m-width {
		width: 207px;
		}
	*+ html input.col-m-width {
		width: 209px;
		}
	
input.col-s-width {
	width: 73px;
	height: 20px;
	border: 1px solid #666666;
	float: left;
	}
	
input.txinpt,
select.txinpt,
textarea.txinpt {
	display: block;
	text-decoration: none;
	color: #666666;
	line-height: 22px;
	font-size: 12px;
	padding-left: 5px;
	}
	
.distance {
	height: 20px;
	}
.distanceLeft {
	margin-left: 10px;
	}
	
.buttonSend {
	color: #333;
	background-color: #eee;
	
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding: 2px 3px 2px 3px;
	margin-top: 10px;
	margin-right:1px;
	border:1px solid #333;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	}
	* + html .buttonSend {
		padding: 1px 2px 1px 2px;
	}
	
p.error {
	font-weight: bold;
	color: #dc2222;
	margin: 0 0 10px 0;
	padding: 0;
	}


/* 
	------------------------------------------------------------
		icons
	------------------------------------------------------------
*/

.iconList {
	margin: 10px 0 5px 15px;
	}
.iconUl {
	display: block;
	}
	
	.iconUl li {
		display:block;
		width: 14px;
		height: 14px;
		padding: 0 5px 0 0;
		float: left;
		}
		.iconUl img {
			border: 1px solid #ccc;
			}
		.iconUl li img a {
			cursor: pointer;
			text-decoration: none;
			}
			
/* 
	------------------------------------------------------------
		tagcloud
	------------------------------------------------------------
*/
			
	.tagcloud {
		width: 620px;
		line-height: 26px;
		text-align: left;
		margin-top:30px;
		}
		.tagcloud a {
			color: #666666;
			text-decoration: none;
			}
			.tagcloud a:hover {
				text-decoration:underline;
			}
	
/* 
	------------------------------------------------------------
		Wikipedia Buzzwords
	------------------------------------------------------------
*/		
			
	.wikilink {
		padding:2px 14px 2px 3px;
		background:url(../img/wiki_extern.gif) top right no-repeat #e1e1e1;
		color:#000 !important;
		}
		.wikilink:hover {
			background:url(../img/wiki_extern.gif) top right no-repeat #eee;
		}
			
/* 
	------------------------------------------------------------
		footer
	------------------------------------------------------------
*/
			
.socialbookmarks {
	margin-bottom:2px;
	position:relative;
	padding-top:44px;
	}
	.socialbookmarks .co2 {
		position:absolute;
		left:0px;
		top:0px;
	}
	.socialbookmarks .szwidget {
		float:right;
	}

.footerBox {
	width: 620px;
	padding: 15px 0 15px 0;
	border-top: 1px solid #cccccc;
	}
	
	
	
	.footerBox div.logos {
		float:right;
		color:#666666;
		}
		.footerBox div.logos a {
			/*padding-left:15px;*/
		}
	.copyright {
		float:left;
		color:#666666;
		margin-top:10px;
		}
		.copyright span {
			float:left;
			color:#666666;
		}
		.copyright a {
			padding-left:10px;
			float:left;
			color:#3e3e3e;
		}
	.footerBox span {
		float:left;
		color:#666666;
		}
		.footerBox span.active {
			color: #ff8c00;
			}
		.footerBox a {
			color: #3e3e3e;
			text-decoration: underline;
			float:left;
			}
		.footerBox div a {
			color: #3e3e3e;
			text-decoration: underline;
			float:left;
			}
			
	.footerBox img {
		display: block;
		float: left;
		padding-left:10px;
		vertical-align: middle;
		}