/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*default werte von tags setzen*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
* {
	margin: 0px;
	padding: 0px;
}

body{
	background: url(bg.png) repeat-x 0 -25px;
	color: #555;
}
img {
	border: none;
}

a{
	text-decoration: none;
	color: #233D8F;
}

	a:hover,
	a:focus
	a:active{
		color: #8CBF41;
	}
p{
	font-size: .75em;
	margin: 0 0 15px 0;
}

ul,ol{
	font-size: 0.75em;
	margin: 0 0 0 20px;
}

.skipnavi {
	position: absolute;
	left: -2000px;
}

.skipnavi li a:focus,
.skipnavi li a:active {
	display: block;
	position: absolute;
	top: 5px;
	left: 2200px;
	font-size: 0.75em;
	background: #fff;
	color: #333333;
	border: solid 2px #C3C3C3;
	padding: 10px;
	width:  15em;
	height: 2em;
}

#outerWrapper {
	position: relative;
	margin: 0 auto;
	width: 60.9375em;
	/*DG*/
	width: 62.5em;
}


#metanavi {
	height: 1.875em;
	padding-left: 11.5em;
}

	#metanavi strong,
	#footer strong {
		color: #89BB39;
	}

	#metanavi ul{
		font-size: 0.6875em;
		list-style: none;
		margin-top: 0.625em;
		margin-left: 19px;
	}

	#metanavi ul li, #footer ul li {
		display: inline;
		border-right: 1px solid #233D8F;
		margin-right: 7px;
		padding-right: 7px;
	}

	#metanavi ul li.pid_613{
		position : relative;
	}

	#metanavi ul li.pid_240:after,
	#metanavi ul li.pid_613:after,
	#metanavi ul li.pid_240 .basketImage,
	#metanavi ul li.pid_613 .basketImage {
		background: url(sprite.png) no-repeat 0 2px;
		display: inline-block;
		content: "";
		width: 14px;
		height: 12px;
		margin: 0 0 0 5px;
	}
	#metanavi ul li.last,
	#metanavi #languagemenu li ,
	#footer ul li.last {
		border: none;
	}

	#metanavi #languagemenu li{
		padding-right: 10px;
		margin-right: 0;
	}

	#metanavi #languagemenu li:last-child{
		padding-right: 0;
	}


#logo{
	display:inline;
}

#logoNavi{
}

	#logoNavi img{
		float: left;
	}

.breadcrumb{
	width: 100%;
	margin: 10px 0 45px 0;
	display: inline-block;
}

	.breadcrumb p{
		width: 86%;
		float: right;
		font-size: 0.6875em;
	}
	.breadcrumb .divider {
		margin: 0 0.3em;
		color: #233D8F;
	}

	.breadcrumb a {
		text-decoration: none;
	}

	.breadcrumb strong {
		font-weight: normal;
		color: #233D8F;
	}

#mainnavi a,
#mainnavi strong{
	color: #243e90;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

	#mainnavi strong,
	#mainnavi a:hover,
	#mainnavi a:focus{
		color: #000;
	}

	#mainnavi p {
		width: 86%;
		float: right;
		margin: 20px 0 0 0;
	}

	#mainnavi ul {
		list-style: none;
		font-size: .75em;
		display: inline-block;
		border: 1px solid #ceced0;
		float: right;
		width: 86%;
		margin: 20px 0 0 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

		background: #f6f6fe;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f6fe), to(#dddddd));
		background: -webkit-linear-gradient(#f6f6fe, #dddddd);
		background: -moz-linear-gradient(#f6f6fe, #dddddd);
		background: -ms-linear-gradient(#f6f6fe, #dddddd);
		background: -o-linear-gradient(#f6f6fe, #dddddd);
		background: linear-gradient(#f6f6fe, #dddddd);
		-pie-background: linear-gradient(#f6f6fe, #dddddd);
		behavior: url(http://www.biochrom.de/fileadmin/biochrom/css/PIE.htc);
	}

	#mainnavi ul li {
		float: left;
		border-right: 1px solid #ddd;
		padding: 8px 16px;
		position: relative;
	}

	#subnavi{
		float: left;
		margin : 0 30px 0 0;
		width: 13.4375em;
	}

		/*** Level 2 ***/
		ul.level2,
		ul.csc-menu {
			list-style: none;
			margin: 0;
			background-color: #f7f7f7;
			border: 1px solid #ddd;
			border-bottom: 0px;
			font-size: 0.75em;
			clear: both;
		}


		ul.level2 li,
		ul.csc-menu li {
			float: none;
			padding: 0;
			border-bottom: 1px solid #ddd;
			margin: 0 !important;
		}

		ul.csc-menu li:before{
			display: none !important;
		}

		ul.level2 li a,
		ul.level2 li strong,
		ul.csc-menu li a {
			text-transform: uppercase;
			color: #233D8F;
			display: block;
			padding: 8px 10px;
			margin: 0;
		}

		ul.level2 li strong,
		ul.level2 li.act a{
			color: #fff;
			font-weight: normal;
		}
		ul.level2 li.act,
		ul.level2 li a:hover,
		ul.level2 li a:focus,
		ul.csc-menu li a:hover,
		ul.csc-menu li a:focus{
			background-color: #45C7F5;
			color: #fff;
		}
		ul.level2 li.act a{
			color: #fff;
		}

		/*** Level 3 ***/
		ul.level2 ul,
		ul.csc-menu ul{
			margin: 0;
			float: none;
			border: none;
			font-size: 1em;
			list-style: none;
		}

		ul.csc-menu ul{border-top: 1px solid #ddd;
		}

		ul.level2 li.act ul li,
		ul.csc-menu ul {
			background-color: #fff;
		}

		ul.level2 ul li:last-child,
		ul.csc-menu ul li:last-child{
			border: none;
		}

		ul.level2 li.act ul li a,
		ul.level2 li.act ul li strong,
		ul.csc-menu ul li a {
			text-transform: none;
			color: #233D8F;
			padding-left: 18px;
		}

		ul.level2 li.act ul li a:hover,
		ul.level2 li.act ul li a:focus,
		ul.level2 li.act ul li strong,
		ul.csc-menu ul li a:hover{
			border-left: 6px solid #233D8F;
			padding-left: 12px;
			background: none;
			color: #233D8F;
		}

#outer{
	border: 1px solid #ddd;
	padding: 20px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-border-top-right-radius: 90px;
	-moz-border-radius-topright: 90px;
	border-top-right-radius: 90px;

	behavior: url(http://www.biochrom.de/fileadmin/biochrom/css/PIE.htc);
}

	#home #outer{
		border: none;
		padding: 0;
	}

#inner{
	display: block;
}

#centreColumn {
	width: 31.5625em;
	float: left;
}
	#home #centreColumn{
		width: 47.1875em;
		margin-left: 0;
	}
	#centreColumn.centerPosition{
		width: 45.8125em;
	}

	#centreColumn.faxVersion{
		width: 100%;
	}

#rightColumn {
	width: 11.25em;
	float: right;
	margin: 60px 0 0 0;
}
	#home #rightColumn{
		margin: 0;
	}

	#rightColumn h1,
	#rightColumn h2,
	#rightColumn h3,
	#rightColumn h4,
	#rightColumn h5,
	#rightColumn h6{
		font-size: .75em;
		margin: 0 0 10px 0;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
	}

	#rightColumn fieldset {
		border: none;
	}

	#rightColumn legend {
		display: none;
	}

	#rightColumn input,#rightColumn input[type="submit"] {
		margin: 0 0 5px 0;
		font-size: .75em;
	}
	#rightColumn input[type="submit"] {
		cursor: pointer;
	}

	#rightColumn #feloginPW{
		margin: 5px 0 0 0;
	}

	#rightColumn #feloginPW a{
		float: right;
		padding : 5px 0 0 0;
		background:none;
	}

input[type="text"],
input[type="password"]{
	padding: 3px 5px;
	border: 1px solid #ddd;
	color: #999;
	background-color: #fff;
	font-weight: bold;
	font-size: 0.6875em;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

	#rightColumn #topsearch input[type="text"]{
		width: 75%;
		border-right: none;
		float: left;
		padding: 4px 5px;
	}

	#rightColumn #topsearch input.searchbutton {
		float: left;
		width: 24px;
		height: 24px;
		margin: 0;
		padding: 0;
		text-indent: -700px;
		color: transparent;
		overflow: hidden;
		font-size: 1px;
		border: none;
		background: url(sprite.png) no-repeat -0px -32px;
	}

.felogin{
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
}
	.login{color: #000;}
	.felogin label{	display: none;}
	.felogin a{font-size: 0.625em;}
	.felogin input[type="text"],.felogin input[type="password"]{width: 12em; }

#footer {
	clear: left;
	width: 100%;
	padding: 16px 0 16px 0;
	margin: 30px 0 0 0;
	color: #233D8F;
}
	#footer p {
		margin: 0 20px 0 15px;
		float: left;
		display: inline;
	}

	#footer ul {
		font-size: 0.75em;
		list-style: none;
	}


/*** Fax Version ***/
/* http://biochrom-relaunch.eos.artplan.local/en/basket/ */
.faxVersion form{width: 600px;}
.faxVersion .price-total-basket .label{width: 42.5em;}
.faxVersion .faxversion dd{margin: 0 0 10px 0;padding:0;}



 #showimage {
 	border: 1px solid #D8D8D8;
	position:absolute;
	display:none;
	width:100%; height:100%;
	left: -30px;
	top:0px;

	background: none repeat scroll 0 0 rgb(255, 255, 255); /* for IE7 + IE8 */
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);

	padding:30px;
	z-index:10000;
 }

 #showimage a,
 #showimage a:hover,
 #showimage a:visited,
 #showimage a:active {
  margin:20%;
  text-decoration:none !important;
  border:none !important;
  font-size:2em;
  display:block;
  color: #555;
 }

#showimageLogo{
	background-color: #fff;
	padding: 15px 15px 10px 15px;
	margin: 0 0 30px 0;
	width: 17%;
}

/* Disabled login box */

#loginBox .disabled-login {
    opacity: 0.4;
    filter: alpha(opacity=50); margin-bottoM: 5px;
    height: 210px;
    width: 154px;
}

#loginBox .login-notice {
    background-color: #45C7F5;
    border: 1px solid #17A1CE;
    padding: 5px 5px;
    border-radius: 4px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#32CAFD), to(#1FACDA));
    background: -webkit-linear-gradient(#32CAFD, #1FACDA);
    margin-top: 5px;
}