* {
	margin: 0em;
}

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a {
	color: #008800;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Outer */

#outer {
  /*padding: 0em;
  margin: 0em;
  width: 100%;*/
  left: 50%;
  margin-left :-482.5px;
  padding: 0;
  position: absolute;
  width: 965px;
}

/* Header */

#header {
	position: relative;
	background: #fff url('/images/a5.gif') bottom left repeat-x;
	height: 10em;
	padding-left: 2em;
}

#header h1 {
	position: absolute;
	font-size: 2.5em;
	top: 40px;
	left: 120px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	font-size: 9px;
	top: 80px;
	left: 122px;
	color: #E0E8EF;
}

/* Menu */

#menu {
  position: absolute;
  top: 35px;
  right: 20px;
  text-align: right;
}

#menu ul {
	list-style: none;
}

#menu li {
  display: inline;
  padding-left: 1.1em;
  margin-left: 1em;
  border-left: dotted 1px #E0E8EF;
  color: #fff;
}

#menu li.first {
  border: 0em;
  margin-left: 0em;
  padding-left: 0em;
}

#menu li a {
  color: #fff;
  padding: 0.1em;
  text-decoration: underline;
}

#menu li a:hover {
	text-decoration: none;
}

ul.submenu li {
	font-weight: bold;
}

ul.submenu li a {
  text-decoration: underline;
}

ul.submenu li a.underline {
  text-decoration: underline;
}

ul.submenu li a:hover {
  text-decoration: none;
}

/* Content */

#content {
	line-height: 1.5em;
}


#content p {
	margin-bottom: 1.5em;
}

#content h4 {
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h5 {
	color: #545454;
	padding-bottom: 0.3em;
	font-size: 1.0em;
}

#content h2 {
	font-size: 1.5em;
}

#content h3 {
  display: block;
  font-size: 1.1em;
  background: #F6A828 url(/css/custom-theme/images/ui-bg_gloss-wave_35_f6a828_500x100.png) repeat-x scroll 50% 50%;
  border: 1px solid #E78F08;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.2em 0.2em 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  font-size: 1.0em;
  line-height: 1.3;
  height: 22px;
  text-align: center;
}

#content ul {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	list-style: square;
}

/* Primary Content */

#primaryContentContainer {
	background-color: #fff;
	float: right;
	margin: 0em -15em 0em;
	width: 100%;
}

#primaryContent {
  margin: 0 13em 0 13em;
  padding: 0em 3em 1.5em;
}

#primaryContent h1 {
	font-size: 1.2em;
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#primaryContent h1.header {
  display: block;
  font-size: 1.1em;
  background: #F6A828 url(/css/custom-theme/images/ui-bg_gloss-wave_35_f6a828_500x100.png) repeat-x scroll 50% 50%;
  border: 1px solid #E78F08;
  color: #FFF;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 1em;
  padding: 0.2em 0.2em 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  font-size: 1.0em;
  line-height: 1.3;
  height: 22px;
}

#primaryContent h2 {
	font-size: 1.2em;
	color: #545454;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}

#primaryContent a.productLogoLinks {
  float: left;
}

#primaryContent a.productLogoLinks img {
	float: none;
  margin-right: 0;
}

#primaryContent p {
  text-align: justify;
}

/* Secondary Content */

#secondaryContent {
	position: relative;
	float: left;
	width: 13em;
	margin-top: 15px;
	padding: 0 1em 1.5em 1em;
	background: #fff url('/images/a1.gif') top right repeat-y;
}

#secondaryContent .xbg {
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('/images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent {
	position: relative;
	float: right;
	width: 13em;
  margin-top: 15px;
  padding: 0 1em 1.5em 1em;
	background: #fff url('/images/a2.gif') top left repeat-y;
}

#tertiaryContent .xbg {
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('/images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

.vorteile li {
	color: #006900;
	font-family: verdana;
	list-style-image: url('/images/pfeil_ohne.gif');
}

/* Footer */

#footer {
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear {
	clear: both;
}

/* Produkt Tabelle */

.product table thead th {
	text-align: center;
}

table.product, table.variant, table.variant2 {
	width: 100%;
}

table.variant3 {
  width: 300px;
}

.variant td {
	text-align: center;
	border: 1px solid #CCC;
	font-weight: normal;
	padding: 6px;
}

.variant thead th {
	font-weight: bold;
	line-height: 18px;
	background-color: #9F9F9F;
	color: #FFF;
	padding: 6px;
}

.variant td a {
	color: #DA1D1D;
	font-weight: bold;
}

.variant2 td {
	vertical-align: top;
	font-weight: normal;
	padding-top: 10px;
}

.variant3 td {
  text-align: center;
  border: 1px solid #CCC;
  font-weight: normal;
  padding: 6px;
}

.variant3 thead th {
  font-weight: bold;
  line-height: 18px;
  background-color: #9F9F9F;
  color: #FFF;
  padding: 6px;
}

.hinweis {
	color: #DA1D1D;
	font-size: 0.8em;
}

.medizinform {
	padding: 5px;
	width: 550px;
	border-collapse: collapse;
}

.medizinform td {
  white-space: nowrap;
	border: 1px solid #CCC;
	padding: 2px;
}

span.error {
	color: #AA0000;
	font-weight: bold;
}

img {
	border: none;
}

#primaryContent img.buttons {
	float: none;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

#primaryContent img {
  border: none;
  float: left;
  margin-right: 10px;
}

.ads {
  display: none;
}

.customerTop {
  color: white;
  font-weight: bold;
}

.customerTop a {
  color: #FFE284;
  font-weight: normal;
  text-decoration: underline;
}

.customerTop a:hover {
  text-decoration: none;
}

.customerTop span {
  color: #FFE284;
}

input.provideAddressInput {
  border: 1px solid #999999;
  font-size: 10pt;
  padding: 2px;
  width: 195px;
}

select.provideAddressSelect {
  width: 200px;
}

div.containerButtonYellow, div.containerButtonYellowLeft, div.containerButtonYellowRight {
  overflow: visible;
  width: auto !important;
}

div.containerButtonYellow {
  background: transparent url(/images/cornersSheet.gif) no-repeat scroll right -105px;
  display: inline;
  float: left;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
}

div.containerButtonYellow:hover {
  background: transparent url(/images/cornersSheet.gif) no-repeat scroll right -140px;
}

div.containerButtonYellowLeft {
  background: transparent url(/images/cornersSheet.gif) no-repeat scroll left -105px;
  height: 25px;
  padding: 0 0 0 5px;
}

div.containerButtonYellowLeft:hover {
  background: transparent url(/images/cornersSheet.gif) no-repeat scroll left -140px;
}

div.containerButtonYellowRight {
  background: transparent url(/images/cornersSheet.gif) no-repeat scroll right -105px;
  display: inline;
  float: right;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
}

div.containerButtonYellowRight:hover {
  background: transparent url(/images/cornersSheet.gif) no-repeat scroll right -140px;
}

input.buttonYellow {
  font-family: Arial, sans-serif;
  background: transparent none repeat scroll 0 0 !important;
  border: medium none !important;
  cursor: pointer;
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  height: 23px;
  margin: 0 5px !important;
  padding: 0 0.3em !important;
}

a.linkYellow {
  display: inline-block;
  font-family: Arial, sans-serif;
  background: transparent none repeat scroll 0 0 !important;
  border: medium none !important;
  cursor: pointer;
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  height: 27px;
  margin: 0 5px !important;
  padding: 2px 0.3em !important;
}

div.addressBox {
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
}

#tabs ul {
  list-style-type: none;
}

#tab-panel {
  margin-top: 11  px;
}

#tab-panel.hide {
  display: none;
}

table.customerLists {
  width: 100%;
}

table.customerLists td {
  text-align: center;
  border: 1px solid #CCC;
  font-weight: normal;
  font-size: 10px;
  padding: 6px;
  white-space: nowrap;
}

table.customerLists thead th {
  font-weight: bold;
  line-height: 18px;
  background-color: #9F9F9F;
  color: #FFF;
  padding: 6px;
}

table.customerLists td a {
  color: #DA1D1D;
  font-weight: bold;
}


table.customerListsInner {
  width: 100%;
}

table.customerListsInner td {
  text-align: center;
  border: 1px solid #CCC;
  font-weight: normal;
  font-size: 10px;
  padding: 6px;
}

table.customerListsInner thead th {
  font-weight: bold;
  line-height: 18px;
  background-color: #9F9F9F;
  color: #FFF;
  padding: 6px;
}

ul.tabList {
  margin-bottom: 1.5em;
}

.highlight {
  display: block;
  color: #E57F00;
  font-size: 180%;
  padding-top: 10px;
}

.highlightInnertext {
  color: #E57F00;
  font-size: 110%;
}

.right {
  text-align: right;
}

#verfuegbarkeit {
  display: block;
  padding: 5px 0;
}

.priceBig {
  color: #E02E24;
  font-size: 15pt;
  font-weight: bold;
  clear: both;
}

.versand {
  color: #E02E24;
  font-weight: bold;
}

.new {
  color: red;
  font-weight: bold;
  font-style: italic;
}

#settings fieldset {
  margin-bottom: 15px;
}

#settings fieldset legend {
  font-weight: bold;
}

#addresses fieldset {
  margin-bottom: 15px;
}

#addresses fieldset legend {
  font-weight: bold;
}