
@import url(design_shop.css);

*, html, body {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;
}
body {
	color: black;
	margin: auto;
	width: 990px;
	padding: 1em 0;
	font-size: 100.01%;
	font-family: Arial,sans-serif;
	background: url(/fileadmin/templates/img/bg.jpg);
  }

div#LNavigation {
	font-size: 0.80em;
	float: left; 
	width: 19em;
	margin: 0 0 0 0; 
	padding: 0;
  }

div#Navi_Shop {
	height: 22em;
	vertical-align: middle;
	margin: 0; 
	padding: 55px 0 0 0;
	text-align: center;
	background: url(/fileadmin/templates/img/navi_shop.jpg) no-repeat;
}

div#Navi_Basket {
	height: 8em;
	margin: 0; 
	padding: 58px 0 0 0;
	text-align: center;
	background: url(/fileadmin/templates/img/navi_basket.jpg) no-repeat;
}

div#Navi_Main {
	height: 10em;
	margin: 0; 
	padding: 55px 0 0 0;
	text-align: center;
	background: url(/fileadmin/templates/img/navi_main.jpg) no-repeat;
}

div#RNavigation {
	float: right;
	font-size: 0.8em;
	text-align: center;
	width: 19.2em;
	margin: 0; 
}

div#RCONTENT {
	height: 23.2em;
	padding: 40px 5px 0 0;
	background: url(/fileadmin/templates/img/navi_right.jpg) no-repeat;
}

div#RCONTENT table {
	width: 100%;
}

div#Navi_Right {
	height: 9em;
	margin: 0; 
	padding: 55px 0 0 0;
	text-align: center;
	background: url(/fileadmin/templates/img/navi_main.jpg) no-repeat;
}

div#Inhalt {
	margin: 0em 265px 1px 265px;
	padding: 8.5em 0 0 0;
	font-size: 0.9em;
	vertical-align: top;
	background: url(/fileadmin/templates/img/kopf.gif) 0px 6px no-repeat;
}
* html div#Inhalt {
	margin: 0em 262px 1px 262px;
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#Inhalt a img {
	border: 1px solid #000000;
}

div#content {
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 10px 20px 0px 20px;
	text-align: justify;
	background: url(/fileadmin/templates/img/repeat.gif) repeat-y;
}

div#content_bottom {
	height: 14px;
	background: url(/fileadmin/templates/img/content_bottom.gif) no-repeat;
}

#footer {
	clear: both; color: #C0C0C0; 
	font-size: 11px;
}
#footer a {
	color: #C0C000; 
	font-size: 11px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
	MC-BiT Shop ---END---
*/

/*******************************************
* TYPO3 Mailformular
********************************************/
.csc-mailform-field label {
  color:#000000;
  display:block;
  font-size:0.8em;
  margin-top:2em;
}

.csc-mailform-field select {
  margin-left: 1.2em;
}

.csc-mailform-radio label {
  display:inline;
  margin-left:0.5em;
}
.csc-mailform-radio legend {
  display:none;
}
.csc-mailform-submit {
  margin-top: 1em;
}

/*******************************************
* Formulare
********************************************/

fieldset, img { border: 0; }

select, input, textarea { font-size: 99% }

input, textarea {
	/*margin-left: 1em;*/
  	width: auto;
	border: 1px #ccc solid;
  	background: #fafafa;
	/*padding: 2px;*/
	color: #777777;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #000000;
	border-color: #777777;
}
