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

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

html, body {
	height: 100%;
}

body {
	background: #002954 url('images/page_bg.gif') top left repeat-x;
}

div.pagewidth {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #fbf9f0 url('images/content_bg.gif') top left repeat-y;
	display: block;
	position: relative;

	height: auto !important; /* real browsers */
	height: 200px; /* IE6: treated as min-height*/
	min-height: 200px; /* real browsers */
}

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

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

div.fortissimo {
  visibility: hidden;
  display: none;
}


div.menu {
	height: 37px;
	background: #ffffff url('images/menu_bg.gif') top left repeat-x;
}

div.submenu {
  display: block;
  visibility: visible;
  height: 19px;
  background: #bfd0e2;
  padding: 6px 0 0 23px;
}
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: 0px 5px 0 5px;
	padding: 0 3px 0 3px;
  text-transform: uppercase;
}
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 {
}

div.content_left {
	width: 640px;
	float: left;
	padding: 20px 20px 20px 22px;
	font-size: 14px;
	line-height: 17px;
}

div.content_right {
	position: absolute;
	width: 267px;
	margin-left: 682px;
	font-size: 10px;
	line-height: 15px;
}
* html div.content_right {
	margin-left: 0px;
}
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: 20px 19px 25px 13px;
}




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

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

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

h2 {
	clear: both;
	font-weight: 900;
	font-size: 12px;
	line-height: 18px;
	color: #005ab5;
	margin: 25px 0 5px 0;
}

h3 {
	clear: both;
	font-weight: 900;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 4px 0 4px 0;
}

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


div.content_right h1,
div.content_right h2,
div.content_right h3,
div.content_right h4 {
	font-size: 12px;
	line-height: 17px;
	font-family: arial;
	color: #005AB5;
}




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-picture { float: left; margin: 2px 8px 8px 0px; }
.tx-komicroshop-pi1-item-_amount { float: right; margin: 2px 0px 8px 8px; }
.tx-komicroshop-pi1-item-_amount label { display: block; }
.tx-komicroshop-pi1-item-_amount input { width: 40px; }

.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; background: #bbb; }
.tx-komicroshop-pi1-mandatory input, .tx-komicroshop-pi1-mandatory textarea, .tx-komicroshop-pi1-mandatory select { width: 200px; 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; background: #ddd; }
.tx-komicroshop-pi1-mandatory-icon { color: #ff4200; font-weight: bold; }
.tx-komicroshop-pi1-optional input, .tx-komicroshop-pi1-optional textarea, .tx-komicroshop-pi1-optional select { width: 200px; margin-left: 5px; }

.tx-komicroshop-pi1-divider {
	clear: both;
	font-weight: 900;
	font-size: 12px;
	line-height: 18px;
	color: #005ab5;
	margin: 25px 0 5px 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; }




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

