.wosbody{
 background-color: #e6e6e6;
 background-image: url(/images/hg.gif);
 margin: 0;
}

.wosmenu{
 font-size: 8pt; 
}

.wosmenu:hover{
  background-color: red;
  color: white;  
}

.woscontent{
 background:none;   
 font-size:10pt; 
 padding-left:10px;
 padding-top:10px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10pt 0px;
    padding:15px 10pt 15px 50px;
    background-repeat: no-repeat;
    background-position: 10pt center;
	font-size:14px;
}
.info {
    color: #00529B;
	font-size:12px;
    background-color: #BDE5F8;
    background-image: url('/images/wuerth-it-custom-css/info.png');
}
.success {
    color: #4F8A10;
	font-size:12px;
    background-color: #DFF2BF;
    background-image:url('/images/wuerth-it-custom-css/success.png');
}
.warning {
    color: #9F6000;
	font-size:12px;
    background-color: #FEEFB3;
    background-image: url('/images/wuerth-it-custom-css/warning.png');
}
.error {
    color: #D8000C;
	font-size:12px;
    background-color: #FFBABA;
	background-color: #FFEBE8;
    background-image: url('/images/wuerth-it-custom-css/error.png');
}

.wuerthHeader{
	padding: 40px 0px 25px 135px;
    background-repeat: no-repeat;
    background-position: 5px center;
	font-size:40px;
	font-weight:bold;
	color:#D3D3D3;
    background-image: url('/images/wuerth-it-custom-css/wuerth_logo.png');
	width:500px;
}

.wuerthHeaderMessage{
  margin :5px 0 20px 50px;
	font-size:15px;
	font-weight:bold;
	width:500px;
}

.formbox input, .formbox select, .formbox, .formbox textarea {
  font-family: Arial, verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #ffffff;
  color: #000000;
}

.formboxNoBorder input, .formboxNoBorder select, .formboxNoBorder, .formboxNoBorder textarea {
  font-family: Arial, verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: #ffffff;
  color: #000000;
}

.formboxNoBorder tr.over {
  background-color: orange;
  color: #fff;
  cursor: pointer;
}

	select {
		font-size:12px;
		}
	select option{
		font-size:12px;
		}
	



  
 /* breadcrumb navigation */

/*Wrth: -- breadcrumb navigation | Brotkrumen-Navigation*/

	#breadcrumb {

		color:#c00;

		font-size:8pt;

		margin:-3px 0 -3px -1px;

		padding:0 0 0 1px;

		line-height:14px;

		overflow:hidden;

		max-height:14px;
    padding:10px;

	}

	* html #breadcrumb { 

		height: expression( this.scrollHeight > 13 ? "14px" : "auto" );

		margin-bottom:-2px;

	}

	*+html #breadcrumb {

		margin-bottom:-2px;

	}

	#breadcrumb {

		margin-bottom /*\**/:-2px\9;

	}

	

	#breadcrumb a {

		color:#c00

	}

	

/* /breadcrumb navigation */
