@import url('../common/form.css');

* {
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
}

body {
	background: #002954;
}

div.pagewidth {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: transparent;
}

div.header {
	background: transparent;
	width: 950px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

div.footer {
  display: block;
  visibility: visible;
  clear: both;
  margin: 0px -1px;
  width: 912px;
  height: 30px;
  z-index: 10000;
	background: #002954;
  padding: 5px 20px 0 20px;
}

div.footer * {
  color: #9accfe;
	font-family: verdana;
  font-size: 10px;
	font-weight: 900;
}
div.footer a:link,
div.footer a:active,
div.footer a:visited {
  text-decoration: none;
}
div.footer a:hover {
  text-decoration: underline;
}


div.menu {
	float: left;
	width: 910px;
	height: 34px;
	background: #ffffff;
}

div.menu_border_left {
	float: left;
	width: 20px;
	height: 34px;
	margin: 0;
	padding: 0;
}
div.menu_border_right {
	float: left;
	width: 20px;
	height: 34px;
	margin: 0;
	padding: 0;
}
span.menuTrenner {
  display: inline-block;
  height: 34px;
}

div.submenu {
  display: block;
  visibility: visible;
  height: 19px;
  background: #bfd0e2;
  padding: 3px 0 3px 15px;
}
div.submenu img {
	float: left;
}
div.submenu a,
div.submenu a:active,
div.submenu a:visited,
div.submenu a:link {
  font-family: Verdana;
  font-size: 10px;
  font-weight: 900;
  color: #000;
  margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
  text-transform: uppercase;
	float: left;
}
div.submenu a:hover,
div.submenu a.submenu_act {
	background: #8faac8;
	text-decoration: none;
}


span.menu_meta_no a:link,
span.menu_meta_no a:active,
span.menu_meta_no a:visited {
	font-size: 10px;
	font-weight: 900;
	font-family: verdana;
	text-decoration: none;
	color: #9accfe;
}
span.menu_meta_act a:link,
span.menu_meta_act a:active,
span.menu_meta_act a:visited,
span.menu_meta_act a:hover,
span.menu_meta_no a:hover {
	font-weight: 900;
	text-decoration: none;
	color: #ffffff;
}



div.content {
	background: white;
	height: 100%;
}

div.content_left {
	width: 642px;
	float: left;
	margin: 20px 0;
	padding: 0 20px;
	font-size: 14px;
	line-height: 18px;
}

div.content_right {
	width: 228px;
	float: right;
	font-size: 11px;
	line-height: 15px;
	margin: 20px 0;
	padding: 0 20px;
}
div.content_right * {
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}


div.fortissimo {
	position: absolute;
	bottom: 4px;
	right: 8px;
}

div.rightcolBox {
	padding: 0;
}




a:link, a:active, a:visited {
	color: #3097ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h1 a {
	font-family: arial;
	font-weight: 100;
	font-size: 18px;
	line-height: 22px;
	color: #005ab5;
	margin: 13px 0 20px 0;
	clear: both;
}
h2, h2 a {
	font-family: arial;
	font-weight: 900;
	font-size: 12px;
	line-height: 18px;
	color: #005ab5;
	margin: 12px 0 12px 0;
	clear: both;
}

h3, h3 a {
	font-weight: 900;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 12px 0 12px 0;
	clear: both;
}
h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader {
	margin-top: 0;
}

div.content_right h1,
div.content_right h2,
div.content_right h3,
div.content_right h4 {
	font-size: 12px;
	font-family: arial;
	line-height: 17px;
	font-weight: 100;
	color: #005ab5;
	margin: 0 0 5px 0;
}

div.csc-textpic-imagewrap {
	clear: both;
}






div.csc-frame-rulerAfter,
div.div {
	border-top: 1px solid #bfd0e2;
	height: 3px;
	margin: 8px 0 8px 0;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block; font-size: 0; line-height: 0;}
/* End hide from IE-mac */



/* Tables */

/* Standard Table with alternating colors */
table.contenttable {
	border-spacing: 0;
	width: 100%;
	margin: 12px 0;
}

TABLE.contenttable TH {
  padding: 2px;
	margin: 0;
  background-color: #bfd0e2;
  text-transform: uppercase;
}

TABLE.contenttable TBODY .tr-even td {
  background-color: #dfe8f1;
}

TABLE.contenttable TBODY .tr-odd td {
  background-color: #dfe8f1;
}

TABLE.contenttable TBODY TD {
  padding: 1px 2px;
	border-top: 1px solid #ffffff;
  background-color: #dfe8f1;
}


/* Table without alternating colors */
TABLE.ohneReihen TH {
  padding: 5px;
  background-color: #bfd0e2;
  text-transform: uppercase;
}

TABLE.ohneReihen .tr-even {
  background-color:#dfe8f1;
}

TABLE.ohneReihen .tr-odd {
  background-color: #dfe8f1;
}


TABLE TH,
TABLE TH LABEL,
TABLE THEAD {
  text-align: left;
}


ul {
	list-style-image: url('images/listIcon.gif');
	margin: 8px 0 8px 15px;
}



.tx-komicroshop-pi1-item { border-bottom: 1px solid #bfd0e2; position: relative; }
.tx-komicroshop-pi1-item h3 { margin-top: 5px; }

.tx-komicroshop-pi1-item-picture { float: left; margin: 2px 8px 8px 0px; }
.tx-komicroshop-pi1-item-description { width: 430px; }
.tx-komicroshop-pi1-item-price { position: absolute; top: 28px; right: 0; text-align: right; }
.tx-komicroshop-pi1-item-_amount { position: absolute; right: 0; bottom: 28px; }
.tx-komicroshop-pi1-item-_amount label { font-weight: 900; }
.tx-komicroshop-pi1-item-_amount input { width: 40px; }

input.tx-komicroshop-pi1-submit-items { float: right; }

.tx-komicroshop-pi1-mandatory { font-weight: bold; margin: 0px 0px 2px; padding: 2px 0px; clear: left; display: block; }
.tx-komicroshop-pi1-mandatory label { padding: 3px 0 0 7px; display: block; float: left; width: 160px; }
.tx-komicroshop-pi1-mandatory input, .tx-komicroshop-pi1-mandatory textarea { width: 320px; margin-left: 5px; }
.tx-komicroshop-pi1-mandatory select { width: 120px; margin-left: 5px; }

.tx-komicroshop-pi1-optional { margin: 0px 0px 2px; padding: 2px 0px; clear: left; display: block; }
.tx-komicroshop-pi1-optional label { padding: 3px 0 0 7px; display: block; float: left; width: 160px; }
.tx-komicroshop-pi1-mandatory-icon { color: #ff4200; font-weight: bold; }
.tx-komicroshop-pi1-optional input, .tx-komicroshop-pi1-optional textarea { width: 320px; margin-left: 5px; }
.tx-komicroshop-pi1-optional select { width: 120px; margin-left: 5px; }

.tx-komicroshop-pi1-divider {
	clear: both;
	font-weight: 900;
	font-size: 12px;
	line-height: 18px;
	color: #005ab5;
	margin: 25px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #bfd0e2;
}

.tx-komicroshop-pi1-captcha-image { display: block; float: left; width: 160px; }
.tx-komicroshop-pi1-captcha-input input { width: 200px; margin-left: 5px; }
.tx-komicroshop-pi1-captcha-text { display: block; padding: 3px 0 3px 0; }

.tx-komicroshop-pi1-form-submit { float: right; }





td.image-overview {
  width: 150px;
  height: 150px;
  background: #dfe8f1;
  text-align: center;
  vertical-align: middle;
  border-right: 13px solid white;
  border-bottom: 13px solid white;
}

.gallery-single-image {
  width: 642px;
  height: 642px;
  background: #dfe8f1;
  text-align: center;
  vertical-align: middle;
}



.csc-mailform-input,
.csc-mailform-textarea {
  width: auto;
}
.csc-mailform-select {
  width: auto;
}
* html .csc-mailform-select {
  width: auto;
}
