/* CSS Document */
/* Author: (c) Krempl Gerhard */

/*########################################################################################################################*/
/*########################################## IMPORT SPECIAL CSS  #########################################################*/
/*########################################################################################################################*/




/*########################################################################################################################*/
/*########################################## STANDARDS  #########################################################*/
/*########################################################################################################################*/

body {
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	scrollbar-base-color: #FFFFFF;
    scrollbar-face-color: #000000;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
	background-image:url(../images2/mainBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	behavior:url(../jscripts/csshover.htc);
	color:#FFFFFF;

}
	*html body {
	font-size: x-small; /* fuer IE5/Win */
	f\ont-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;/* fuer andere IE-Versionen */
}


ul {
	list-style-type:square;
}

img {
	border:0px;
	}


img.picStart {
	border:3px solid #000000;
	float:left;
	width:175px;
	height:108px;
	padding:0px 0px 0px 0px;
	margin:0px 20px 20px 0px;
	}
	

p {
	padding:0px;
	margin:0px;
	}

form {
	padding:0px;
	margin:0px;
	} 
	

a {
	font-size:100%;
	color:#F1A306;
	text-decoration:none;
	cursor:pointer;
	font-style:italic;
	text-align:right;
	}

a:hover {
	font-size:100%;
	color:#F1A306;
	text-decoration:underline;
	cursor:pointer;
	}	
	

h1 {
	margin:0px;
	padding:0px;
	font-style:normal;
	color:#FFFFFF;
	font-size:115%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	letter-spacing:1px;
/*	float:left; */
/*	width:98%; */
}

	


h2 {
	font-style:normal;
	color:#FFFFFF;
	font-size:115%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	letter-spacing:1px;
}


h3 {
	font-style:normal;
	color:#FFFFFF;
	font-size:115%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	letter-spacing:1px;
	line-height:18px;
}


h4 {
	font-style:normal;
	color:#FFFFFF;
	font-size:115%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	text-decoration:none;
	letter-spacing:1px;
	line-height:28px;
	background-color:#19445a;
	border-top:1px solid #53686F;
	border-bottom:1px solid #53686F;
}

h5 {
	font-style:normal;
	color:#FFFFFF;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 0px 0px 1px 0px;
	padding: 0px 5px 0px 5px;
	text-decoration:none;
	text-align:right;
	letter-spacing:1px;
	line-height:18px;
	background-color:#5E717D;
	border-top:0px solid #555c61;
	border-bottom:0px solid #555c61;
}

h6 {
	font-style:normal;
	color:#FFFFFF;
	font-size:115%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	letter-spacing:1px;
	line-height:18px;
}


.line {
	border-bottom:1px dotted #D1D1D1;
	}

.clear {
  clear:        both;
  line-height:  0px;
  font-size:    0px;
}


/*#################################################### Button */

.clear_button { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
}


a.button {
    background: transparent url('../images2/bg_button_a.gif') no-repeat scroll top right;
	font-style:normal;
    text-decoration:none;
	color: #FFFFFF;
    display: block;
	font-weight:normal;
    float: left;
    height: 24px;
	margin-top: 3px;
	margin-bottom: 3px;
    margin-right: 5px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images2/bg_button_span.gif') no-repeat scroll top left; 
	font-style:normal;
    text-decoration:none;
	color: #D7D7D7;
	font-weight:normal;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 16px;
}

a.button:hover {
	font-style:normal;
    text-decoration:none;
	font-weight:normal;
	color: #D7D7D7;
}

a.button:hover span {
	font-style:normal;
    text-decoration:none;
	font-weight:normal;
	color: #D7D7D7;
}

a.button:active {
    background-position: bottom right;
	font-style:normal;
    text-decoration:none;
	font-weight:normal;
	color: #D7D7D7;
    outline: none; /* hide dotted outline in Firefox */
}


a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 17px; /* push text down 1px */
	font-style:normal;
    text-decoration: none;
	color: #D7D7D7;
}


/*########################################################################################################################*/
/*########################################## PAGE  ##################################################################*/
/*########################################################################################################################*/

#pageWrap {
	display:block;
	width:980px;
	margin:0px auto 0px auto;
	}

#page {
	display:block;
	width:980px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	}
	
/*########################################################################################################################*/
/*########################################## HEAD  ##################################################################*/
/*########################################################################################################################*/


#head {
	padding:0px 0px 0px 0px;
	margin:0px 40px 0px 0px;
	width:980px;
	height:321px;
	display:block;
	float:left;
}


#head_margin {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}


#logo {
	display:block;
	float:right;
	width:350px;
	height:167px;
	padding:0px 0px 0px 0px;
	margin:35px 0px 0px 0px;
/*	background-image:url(../images2/logo.png); */
	background-repeat:no-repeat;
	}
	
div.userBox {
	display:block;
	float:left;
	width:284px;
	padding:0px 0px 0px 0px;
	margin:20px 20px 0px 0px;
	}

div.userBoxTop {
	display:inline;
	float:left;
	height:10px;
	width:284px;
/*	background-image:url(../images2/userBoxTop.png); */
	background-position:top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

*html div.userBoxTop {
	margin:0px 0px -5px 0px;
	}

div.userBoxContent {
	display:block;
	float:left;
	width:264px;
	min-height:160px;
	background-color:#3d3c3f;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	}


div.userBoxContent h1 {
	margin:0px;
	padding:0px;
	font-style:normal;
	color:#FFFFFF;
	font-size:115%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	letter-spacing:1px;
	float:left;
	width:98%;
	}

div.userBoxContent a {
	font-size:100%;
	color:#F1A306;
	text-decoration:none;
	cursor:pointer;
	font-style:italic;
	text-align:right;
	}

div.userBoxContent a:hover {
	font-size:100%;
	color:#F1A306;
	text-decoration:none;
	cursor:pointer;
	}


div.userBoxContent table {
 	width:100%;
	border:0px solid #000000;
	float:left;
	}
	
*html div.userBoxContent table {
	margin-top:-29px;
	}

div.userBoxContent table tr {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
div.userBoxContent table td {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:24px;
	}

div.userBoxContent label, input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
	background-color:#AFAFAF;
	border:0px;
	width:130px;
	height:16px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div.userBoxContent form br { /* Alle Zeilenumbrüche in Formularen auswählen */

}

div.userBoxContent input#submit { /* den Submit-Button */
	background-color:transparent;
	background-color:#324669;
}


div.head div.userBoxContent {
  height:150px;
  }


div.head div.userBoxContent h1 {
/*  margin-bottom:30px; */
  }

	
div.userBoxBottom {
	display:block;
	float:left;
	height:10px;
	width:284px;
/*	background-image:url(../images2/userBoxBottom.png);*/
	background-position:top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
	
/*########################################################################################################################*/
/*########################################## CONTENT  ##################################################################*/
/*########################################################################################################################*/

#contentTOP {
	float:left;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	width:980px;
	height:20px;
	background-image:url(../images2/contentBG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}


#content {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:980px;
	background-image:url(../images2/contentBGy.jpg);
	background-repeat:repeat-y;
	background-position:center;
  	min-height:800px;
}
	
	
div.box{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:245px;
	position:relative;
	}
	
div.right {
	float:right;
	}

div.left {
	float:left;
	}
	
div.boxIcon {
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:46px;
	height:47px;
	top:0px;
	right:0px;
	position:absolute;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	}
	
div#guy {
	background-image:url(../images2/guy.png);
	}
	
div.boxTop {
	float:left;
	width:245px;
	height:24px;
	display:block;
	background-image:url(../images2/boxHead.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}

div.boxTopRight {
	float:left;
	width:245px;
	height:24px;
	display:block;
	background-image:url(../images2/boxHeadright.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}

div.boxContent {
	float:left;
	width:205px;
	min-height:100px;
	display:block;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	background-image:url(../images2/boxBG.jpg);
	background-repeat:repeat-y;
	background-position:top;
	text-align:left;
	}

div.boxContentRight {
	float:left;
	width:205px;
	min-height:100px;
	display:block;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	background-image:url(../images2/boxBGright.jpg);
	background-repeat:repeat-y;
	background-position:top;
	}
	
div.box h1 {
	margin:0px;
	padding:0px;
	font-style:normal;
	color:#FFFFFF;
	font-size:120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
	text-decoration:none;
	}


div.box h6 {
	margin:0px;
	padding:2px;
	background-color:#FFFFFF;
	color:#1B5374;
	margin-bottom:10px;
	}

div.box a {
	font-size:100%;
	color:#F1A306;
	text-decoration:none;
	cursor:pointer;
	font-style:italic;
	float:left;
	}

div.box a:hover {
	font-size:100%;
	color:#F1A306;
	text-decoration:underline;
	cursor:pointer;
	}


div.boxBottom {
	float:left;
	width:245px;
	height:24px;
	display:block;
	background-image:url(../images2/boxbottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
div.boxBottomRight {
	float:left;
	width:245px;
	height:24px;
	display:block;
	background-image:url(../images2/boxbottomright.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
	
	
	

div.content {
	float:left;
	padding:0px 30px 0px 30px;
	margin-top:13px;
	margin-left:1px;
	}
	
div.content#basket {
  padding:0px;
  margin:0px;

  }



div.headline {
	height:auto;
	width:485px;
	float:left;
	margin-top:13px;
	}
	
div.print_date {
	display:none;
	}


div.date {
	font-size:70%;
	color:#E0E0E0;
	}

div.date_left {
	font-size:70%;
	color:#666666;
	}

div.post {
	font-size:80%;
	color:#999999;
	}
	
	
div.date_box {
	width:52px;
	height:62px;
	background-image:url(../images2/date.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 20px 0px 0px;
	}

div.date_box_month {
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 0px 0px 5px;
	}
	
div.date_box_day {
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	color:#6c6c6c;
	font-size:150%;
	padding:10px 0px 0px 11px;
	}
	
.input_content {
	background-color:#525252;
	border:1px solid #676767;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:3px 0px 3px 0px;
	}


input#checkbox,
input.checkbox,
input.radio
 {
	background-color:transparent;
	width:auto
}
	
div.content table {
 	width:100%;
	border:0px solid #000000;
/*	float:left; */
	padding:0px 0px 0px 0px;
	margin:0px 0px 1px 0px;
	font-weight:bold;
	}
	
div.content table a {
	font-size:100%;
	color:#CFCFCF;
	text-decoration:none;
	cursor:pointer;
	font-style:italic;
	text-align:right;
		font-weight:normal;
	}
	
div.content table a:hover {
	font-size:100%;
	color:#CFCFCF;
	text-decoration:underline;
	cursor:pointer;
	font-style:italic;
	text-align:right;
	}


div.content table tr {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
/*	float:left;*/
	width:100%;
	}
	
div.content table tr.bright {
	background-color:#4D505F;
	}

div.content table tr.dark {
	background-color:#40434F;
	}
	
div.content table td {
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	line-height:24px;
	}
	
div.content table#basket td {
  font-weight:normal;
  width:auto;  
}
	
div.footer {
	text-align:center;
	}	
	
	
.bestelllink_selected {
font-weight:bold;
}




div.icon_file {
  float:left;
  width:16px;
  height:20px;
  padding: 0px 10px; 0px 10px;
  background-repeat:no-repeat;
  background-position: center center;
  background-image:url(/ws/images/icons/icon_file.gif);
}

div.icon_file_doc {   background-image:url(/ws/images/icons/icon_doc.gif); }
div.icon_file_pdf {   background-image:url(/ws/images/icons/icon_pdf.gif); }
div.icon_file_xls {   background-image:url(/ws/images/icons/icon_xls.gif); }
div.icon_file_doc {   background-image:url(/ws/images/icons/icon_doc.gif); }


div.artikeltyp {
  float:right;
  width:20px;
  height:20px;
  margin-top:2px;
  background-image:url(/ws/images/icons/icon_pdf.gif); 
  background-repeat:no-repeat; 
  background-position:center center; 
  }
  
div.artikeltyp.typ3  {  background-image:url(/ws/images/icons/icon_doc.gif);  }
div.artikeltyp.typ4  {  background-image:url(/ws/images/icons/icon_xls.gif);  }
div.artikeltyp.typ16 {  background-image:url(/ws/images/icons/icon_doc.gif);  }
div.artikeltyp.typ17 {  background-image:url(/ws/images/icons/icon_doc.gif);  }
div.artikeltyp.typ18 {  background-image:url(/ws/images/icons/icon_doc.gif);  }
div.artikeltyp.typ19 {  background-image:url(/ws/images/icons/icon_file.gif); }


tr.dim2_31 td {
  background-color:#f0f;
  }
span.dim2_31 {
  color:#000;
  padding-left:20px;
  background-image:url(/ws/images/icons/icon_doc.gif);
  background-repeat:no-repeat; 
  background-position:center left; 
  }
