/* Formatierung für Standard-Tags in alphabetischer Reihenfolge. */

cite {
	font-style: italic;
}

form {
	display: inline;
}

h1, h2, h3, h4, h5 {
	font-weight: bold !important;
	line-height: 1.2em !important;
}

h1, .module_title, .font_title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: -15px;
}

h2 {
	border-bottom: 1px solid #A0A0A0;
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

h2 a {
	text-decoration: none !important;
}

p { }

table {
	font-size: 13px;
	line-height: 1.4em;
}

ul {
	color: #000000;
	list-style: square;
}

/* Hauptbereiche des Layouts */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

body.mceContentBody {
	background: #FFFFFF;
}

#layout_wrapper {
  margin: 0 auto;
  width: 1030px;
}

/* Logo des Shops */

#layout_logo {
	padding: 8px;
  padding-top: 0;
}

#layout_logo_left {
	float: left;
	width: 180px;
}

#layout_logo_content {
	float: left;
	margin-left: 40px;
	text-align: center;
	width: 774px !important;
}

/* Dreispaltiger Inhaltsbereich */

#layout_main {
  clear: both;
	font-size: 13px;
	margin: 0;
	padding: 8px;
	padding-bottom: 0;
  padding-top: 0;
	padding-top: 0px;
	text-align: left;
}

#layout_main_left {
  background-color: #E6E7E9;
	float: left;
	min-height: 645px;
	padding: 10px;
	vertical-align: top;
	width: 180px;
}

#layout_main_content {
  background-color: #E6E7E9;
	float: left;
	margin-left: 10px;
	min-height: 645px;
	padding: 10px;
	width: 774px !important;
}

/* Fusszeile mit Preis-Hinweis */

#layout_priceinfo {
	color: #9F9F9F;
	padding-top: 6px;
	text-align: center;
}

#layout_priceinfo a:link, #layout_priceinfo a:hover, #layout_priceinfo a:visited, #layout_priceinfo a:active {
	color: #949494;
	text-decoration: underline;
}

/* Infobox mit Überschrift */

.layout_box_title_dark {
	background-color: #08B36D;
	border: 1px solid #08B36D;
	border-bottom: 0;
	color: #000000;
	height: 16px;
	margin: 0;
	padding: 5px;
}

.layout_box_title_dark a:link, .layout_box_title_dark a:hover, .layout_box_title_dark a:visited, .layout_box_title_dark a:active {
	color: #131313;
}

.layout_box_content_dark {
	background-color: #FFFFFF;
	border: 1px solid #A5E9C3;
	border-top: 0;
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px;
}

.layout_box_content_dark a {
	text-decoration: underline !important;
}

.layout_box_content_dark input {
  font-size: 11px !important;
  margin-bottom: 2px;
}

.layout_box_content label, .layout_box_content_dark label {
	float: left;
	padding-top: 3px;
	width: 60px;
}

.layout_box_navigation ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
}

.layout_box_navigation li {
  font-weight: bold;
  line-height: 25px;
}

/* Gestaltung der Sitemap */

.layout_sitemap_main, .layout_sitemap_sub, .layout_sitemap_sub_2 {
	color: #000000;
	margin-bottom: 1px;
	padding-left: 9px;
	padding-right: 5px;
	vertical-align: middle;
}

.layout_sitemap_main {
	background-color: #08B36D;
	border-bottom: 4px solid #08B36D;
	border-top: 4px solid #08B36D;
	font-weight: bold;
	width: 685px;
}

.layout_sitemap_sub {
	background-color: #A5E9C3;
	border-bottom: 4px solid #A5E9C3;
	border-top: 4px solid #A5E9C3;
	margin-left: 10px;
	padding-left: 8px;
	width: 676px;
}

.layout_sitemap_sub_2 {
	background-color: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
	margin-left: 10px;
	padding-left: 15px;
	width: 669px;
}

/* Gestaltung des Warenkorbs in der rechten Spalte */

.style_cart_item {
	color: #000000;
	font-size: 10px;
	height: 22px;
	padding: 5px;
	width: 166px !important;
}

.style_cart_image {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
  float: left;
	margin-bottom: 4px;
	padding: 4px;
	text-align: center;
	width: 55px;
}

.layout_cart_options {
	border-bottom: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	width: 166px;
}

/* Obere Navigation (Boxen) im Warenkorb */

.layout_cart_boxes {
	background-color: #A5E9C3;
	height: 30px;
	width: 100%;
}

.layout_cart_boxes_active {
	background-color: #08B36D;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.layout_cart_boxes_inactive {
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.layout_cart_boxes_inactive a:link, .layout_cart_boxes_inactive a:active, .layout_cart_boxes_inactive a:hover, .layout_cart_boxes_inactive a:visited {
	text-decoration: underline;
}

/* Warnhinweise in den Formularen */

.layout_form_error {
	color: #AD191D;
	display: none;
	font-weight: bold;
}

.layout_form_warning {
	color: #AD191D !important;
	font-weight: bold;
}

.layout_form_ok {
	color: #44AF2F;
	font-weight: bold;
}

/* Allgemeine Tabellengestaltung */

.layout_table, .layout_table_inside {
	line-height: 18px;
}

.layout_table a, .layout_table_inside a, .layout_table_gallery a {
	text-decoration: underline !important;
}

.layout_table_inside {

}

.layout_table_gallery {
	float: left;
	height: 200px;
	line-height: 18px;
	margin-bottom: 7px;
	margin-right: 7px;
	padding: 8px;
	text-align: center;
	width: 168px;
}

.layout_table_1, .layout_table_2 {
  clear: left;
	padding: 4px;
	padding-left: 6px;
}

.layout_table_1 {
  background-color: transparent;
}

.layout_table_2 {
  background-color: transparent;
}

.layout_table_1 label, .layout_table_2 label {
	float: left;
	font-weight: bold;
	width: 118px;
}

.layout_table_3 {
	background-color: #08B36D;
}

.layout_table_4 {
	background-color: #A5E9C3;
}

.layout_table_title {
	border-bottom: 1px solid #A0A0A0;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
}

.layout_table_special {
	background-color: #FFFFFF;
	min-height: 130px;
	padding: 10px;
}

/* Gestaltung der Preisangaben */

.layout_price {
	color: #000000;
	display: inline;
	font-weight: bold;
	text-decoration: underline;
}

.layout_price_related {
	color: #AD191D;
	display: inline;
	font-size: 13px;
	font-weight: bold;
}

.layout_price_old {
	color: #B92121;
	display: inline;
	font-weight: bold;
	text-decoration: line-through;
}

/* Gestaltung der Detailansicht eines Artikels */

#layout_details_frame {
	margin-bottom: 10px;
	padding: 0;
}

#layout_details_image {
	text-align: center;
	vertical-align: top;
	width: 180px;
}

#layout_details_infos {
	padding: 15px;
	vertical-align: top;
}

.layout_details_oldprice {
	color: #929498;
	display: inline;
	font-size: 15px;
	font-weight: bold;
	text-decoration: line-through;
}

.layout_details_price {
	color: #AD191D;
	display: inline;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}

#layout_details_tabs {
  background-color: #A5E9C3;
	height: 28px;
	width: 100%;
}

#layout_details_tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#layout_details_tabs li {
	border: 1px solid #A5E9C3;
	float: left;
	margin: 0;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

#layout_details_tabs li a {
	text-decoration: underline;
}

.layout_details_tabs_selected {
  background-color: #08B36D;
	border-bottom: 1px solid #08B36D !important;
	font-weight: bold;
}

.layout_details_tabs_selected a {
	text-decoration: none !important;
}

#layout_details_tabs_general, #layout_details_tabs_reviews, #layout_details_tabs_items, #layout_details_tabs_downloads, #layout_details_tabs_recommend {
	background-color: #FFFFFF;
	border: 1px solid #A5E9C3;
	border-top: 0;
	clear: left;
	padding: 15px;
}

#layout_details_tabs_reviews li {
	padding-bottom: 10px;
}

/* Gestaltung der Kategorienavigation */

#layout_section_path {
}

#layout_section_path div {
  background-color: #F5F5F5;
  border: 1px solid #B6B6B6;
  height: 18px;
  margin-bottom: 4px;
  margin-right: 4px;
  overflow: hidden;
  padding: 6px;
  padding-top: 8px;
  text-align: center;
  vertical-align: middle !important;
  width: 122px;
}

.layout_section_subpath {
  margin-top: 2px;
  text-align: center !important;
}

.layout_section_subpath div {
  background-color: #F5F5F5;
  border: 1px solid #B6B6B6;
  float: left;
  margin-bottom: 4px;
  margin-right: 4px;
  overflow: hidden;
  padding: 6px;
  padding-top: 8px;
  text-align: center;
  vertical-align: middle !important;
  width: 122px;
}

.layout_section_subpath span {

}

#layout_section_navigation div {
  background-color: #F5F5F5;
  border: 1px solid #B6B6B6;
  float: left;
  height: 18px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 6px;
  padding-top: 8px;
  text-align: center;
  vertical-align: middle !important;
  width: 122px;
}

#layout_section_path img, #layout_section_navigation img {
  margin-right: 4px;
}

#layout_section_path span, #layout_section_navigation span {
  vertical-align: middle !important;
}

/* Gestaltung der Menubar (in den Listenansichten usw.) */

.layout_menubar {
	background-color: #FFFFFF;
	height: 26px;
}

.layout_menubar_bright {
	background-color: #FFFFFF;
	text-align: center;
}

.layout_menubar_dark {
	background-color: #A5E9C3;
	text-align: center;
}

.layout_menubar_line {
	display: none;
}

/* Sonstige CSS-Befehle */

.layout_discount {
	left: 60px;
	margin-bottom: -20px;
  position: relative;
	top: -20px;
}

.layout_special {
	left: 60px;
	margin-bottom: -20px;
  position: relative;
	top: -20px;
}

.layout_image_frame {
	border: 1px solid #CDCDCD;
}

.layout_linkbox {
	background-color: #A5E9C3;
	border: 0;
	color: #000000 !important;
	cursor: pointer;
	font-size: 12px;
	height: 20px;
	padding: 5px;
	padding-top: 2px;
	text-decoration: underline;
}

.layout_linkbox:hover {
	background-color: #94E6B9;
}

.layout_linkbox a {
	color: #000000 !important;
	text-decoration: underline !important;
}

.layout_text_title {
	border-bottom: 1px dotted #000000;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -16px;
	padding-bottom: 4px;
}

.layout_text_small {
	font-size: 11px;
	padding-top: 4px;
}

.style_text_nav_inactive {
	color: #000000 !important;
	display: inline;
	text-decoration: underline !important;
}

.layout_text_images span {
	margin-right: 5px;
	vertical-align: middle;
}

.layout_text_images a {
	text-decoration: underline !important;
}

/* Fenster mit benutzerspezifischer Scrollbar */

#layout_scrollbox {
  margin-bottom: 15px;
}

/* Auflistung der Attribute einer Artikelklasse */

.shop_attribute {
	border: 1px solid #ECECEC;
	white-space: nowrap;
}

.shop_attribute div {
	padding: 5px !important;
}

.shop_attribute_title {
	background-color: #F3F3F3;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 10px;
	width: 150px;
}

.shop_attribute_value {
	background-color: #FFFFFF;
	font-weight: normal;
}

/* Lightbox für die Screenshots */

#lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#lightbox a img {
	border: none;
}

#style_lightbox_outcontainer {
	background-color: #FFFFFF;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#style_lightbox_incontainer {
	padding: 10px;
}

#style_lightbox_loading {
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}

#style_lightbox_hover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#style_lightbox_incontainer>#style_lightbox_hover {
	left: 0;
}

#style_lightbox_hover a {
	outline: none;
}

#style_lightbox_prev, #style_lightbox_next {
	background: transparent url('images/cms_spacer.gif') no-repeat;
	display: block;
	height: 100%;
	width: 49%;
}

#style_lightbox_prev {
	float: left;
	left: 0;
}

#style_lightbox_next {
	float: right;
	right: 0;
}

#style_lightbox_prev:hover, #style_lightbox_prev:visited:hover {
	background: url('lightbox/prevlabel.gif') left 15% no-repeat;
}

#style_lightbox_next:hover, #style_lightbox_next:visited:hover {
	background: url('lightbox/nextlabel.gif') right 15% no-repeat;
}

#style_lightbox_imagecontainer {
	background-color: #FFFFFF;
	font: 10px Arial, Helvetica, Verdana, Sans-Serif;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
}

#style_lightbox_imagedata {
	color: #666666;
	padding: 0 10px;
}

#style_lightbox_imagedata #imageDetails {
	float: left;
	text-align: left;
	width: 70%;
}

#style_lightbox_imagedata #caption {
	font-weight: bold;
}

#style_lightbox_imagedata #numberDisplay {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}

#style_lightbox_imagedata #bottomNavClose {
	float: right;
	padding-bottom: 0.7em;
	width: 66px;
}

#style_lightbox_overlay {
	background-color: #FFFFFF;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}

/* Positionierung des Frontend-Editing-Fensters */

#frontend_editing_opener, #frontend_editing_content {
 left: 10px !important;
 top: 15px !important;
}

/* Formular-Elemente */

.inputfull, .inputbig, .inputnormal, .inputsubnormal, .inputsmall, .inputsubsmall, .inputmini2, .inputmini, .inputsub, .inputsub2 {
	border: 1px solid #B6B6B6;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
}

.inputfull { width: 380px; }
.inputbig { width: 280px; }
.inputnormal { width: 380px; }
.inputsubnormal { width: 240px; }
.inputsmall { width: 184px; }
.inputsubsmall { width: 150px; }
.inputmini2 { width: 100px; }
.inputmini { width: 80px; }
.inputsub2 { width: 40px; }
.inputsub { width: 25px; }

.inputsubmit, .inputsubmit2 {
	background-color: #A5E9C3;
	border: 0;
	color: #000000;
	cursor: pointer;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	height: 24px;
	text-decoration: underline;
}

.inputsubmit:hover, .inputsubmit2:hover {
	background-color: #94E6B9;
}

/* Gestaltung der Links */

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Sonstige CSS-Befehle */

.layout_image_frame {
	border: 1px solid #CBCED5;
}

.layout_optionbox {
	margin: 0;
	margin-bottom: 21px;
	padding: 6px;
	padding-left: 8px;
	padding-right: 2px;
	font-size: 11px;
	background-color: #CCCCCC;
	background-image: url('images/optionbox.gif');
	background-repeat: repeat-x;
	border: 1px solid #339966;
	height: 18px;
}

.layout_optionbox span {
	vertical-align: middle;
	margin-right: 5px;
}
