/*CSS Searchbox Global*/
/*---------------------------------------------*/
.tx-macinasearchbox-pi1 {
	float:left;
}
DIV.tx-macinasearchbox-pi1 input {
	border:solid 1px #333333;
	height:13px;
        font-size:11px;
        padding-left:2px;
}
DIV.tx-macinasearchbox-pi1 input.searchBoxSubmit {
	border:0px;
	height:12px;
	}
/*----------------------------------------------*/
/*Organize - CSS for the Boxes Inside or Detailpages*/
/*----------------------------------------------*/
.leftBoxInside {
	padding-top:25px;
	border-right:solid 1px #fff;
	width:198px;
	background-image:url(../graphics/bg_SubnaviLevel2_schopf.jpg);
	background-repeat:repeat-x;
	float:left;
	}
.contentLeftBox {
	padding-left:20px;
	padding-right:15px;
	margin-top:25px;
}
.centerBoxInside {
	border-right:solid 1px #fff;
	width:500px;
	background-image:url(../graphics/bg_start_schopf.jpg);
	background-repeat:repeat-x;
	float:left;
	}
.contentCenterBox {
	padding-left:15px;
	padding-right:15px;
	margin-top:25px;
}
.rightBoxInside {
	width:230px;
	background-image:url(../graphics/bg_aktuelles_schopf.jpg);
	background-repeat:repeat-x;
	float:left;
	clear:right;
	}
.contentRightBox {
	padding-left:15px;
	padding-right:20px;
	margin-top:25px;
}
/*----------------------------------------------*/
/*CSS for the Boxes in the Template indexUnternehmen 2 Spalten One Big Right and One Small Left*/
/*----------------------------------------------*/
.contentLeftBoxUnternehmen {
        padding-left:20px;
	padding-right:15px;
	margin-top:25px;
}
.leftBoxUnternehmen {
	width:620px;
	background-image:url(../graphics/bg_start_schopf.jpg);
	background-repeat:repeat-x;
	float:left;
	border-right:solid 1px #fff;
	}
/*----------------------------------------------*/
/*Basic CSS for the Schopf-Hygiene Template - Organize the Scrollbar, the Basic Layers and there Position*/
/*----------------------------------------------*/
/*content Layer ist Schuld das der AdmPanel nicht gezeigt wird - habe ihn jetzt zurechtgebogen*/
#content{
	/*float:left;*/
	/*position:absolute;
	left:0px;*/
	/*height:300px;*/
	padding-top:299px;
	width:930px;
	z-index:15;
	padding-bottom:20px;
	/*margin-right:10px;*/
	}
	
.leftBox {
	border-right:solid 1px #fff;
	width:309px;
	background-image:url(../graphics/bg_start_schopf.jpg);
	background-repeat:repeat-x;
	float:left;
	}
.centerBox {
	border-right:solid 1px #fff;
	width:310px;
	background-image:url(../graphics/bg_start_schopf.jpg);
	background-repeat:repeat-x;
	float:left;
	}
.rightBox {
	width:309px;
	background-image:url(../graphics/bg_aktuelles_schopf.jpg);
	background-repeat:repeat-x;
	float:left;
	}
#submenue1 {
	position:absolute;
	left:0px;
	top:263px;
	width:930px;
	height:38px;
	background-image:url(../graphics/bg_Subnavi_schopf.gif);
	/*background-color:#;*/
	z-index:9;
}
.printPosition {
	width:170px;
	float:left;
	text-align:right;
	margin-top:17px;
	padding-right:15px;
	}
Div.printPosition Span Img {
	width:16px;
	height:15px;
	border:0px;
	}
html > body .printPosition {
	width:170px;
	}
/*Position of the Printlink-Image*/
/*---------------------------------------*/
DIV.printPosition SPAN IMG {
	margin-right:5px;
	margin-top:2px;
	}
/*Style of the Printlink*/
/*---------------------------------------*/
DIV.printPosition SPAN  A {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0127A8;
	font-weight:normal;
	text-decoration:none;
	}
.print {
	float:left;
	width:280px;
	height:40px;
	}
.navi {
	float:left;
	width:630px;
	height:40px;
	}
#navi {
	position:absolute;
	left:0px;
	top:222px;
	width:930px;
	height:40px;
	background-image:url(../graphics/bg_navi_schopf.gif);
	background-color:#fff;
	z-index:10;
}
#claimHeader {
	position:absolute;
	left:590px;
	top:194px;
	z-index:11;
	width:325px;
	}
#claimHeader H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background-image:none;
	margin-bottom:0px;
	}
#header {
	position:absolute;
	left:0px;
	top:74px;
	width:930px;
	background-color:#fff;
	height:147px;
	z-index:10;
}
.positionSearch {
	margin-left:330px;
}
/*CSS for the Static Navigation Top - Right*/
/*---------------------------------------------*/
.positionSearch A:link, .positionSearch A:visited{
	color:#333333;
	text-decoration:none;
}
.positionSearch A:hover {
	color:#000;
	text-decoration:none;
}
/*---------------------------------------------*/
#search {
	padding-right:10px;
	padding-top:10px;
	position:absolute;
	left:200px;
	top:0px;
	width:730px;
	background-color:#fff;
	height:73px;
	z-index:10;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	background-color:#fff;
	height:73px;
	z-index:10;
}
#logo A IMG {border:0px;}
#bg_verstecken {
  	background-color:#fff;
	position:absolute;
	left:0px;
	top:0px;
	height:302px;
	width:930px;
	z-index:5;
	}	
html {
	height:100.01%;
	font-size:11px;
	color:#333333;
}


*{margin: 0; padding: 0;}
/*CSS Standards for the Global Webpage*/
.clear {clear:both;}
/*.left {float:left;}*/