/*
  ../styleprint.css
	type: stylesheet for print (Standard)
	Author: D.Einenkel
  (c) 2008 3haende.com / All rights reserved.
	last edited: 02.04.2008, D.Einenkel
*/

/* Ausrichtung und Hauptbereiche */

body {
  color: #000;
  background-color: #FFF;
  font: normal 101% Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
  margin: 0px auto;
}
#site {
  background: #FFF; 
}
#layout {
  text-align: left;
  width: 660px;
}
#header {
  width: 660px;
  padding: 10px;	  
  height: 80px;
}
#navi, #navi1, #navi1 a, .head_lang {
  display: none;
}
#main {
  text-align: left;
}
#teaser {
	width: 650px;
  padding: 10px;	
  font-size: 0.9em;  
  border-bottom: 1px solid;
}
#content {
	width: 660px;
}

#content1 {
	width: 640px;
  padding: 10px;
  background-color: #FFF;
  color: #333;
	font-size: 0.9em;
}
#left {
  display: none;
}
#right {
  display: none;
}
#footer {
   display: none;
}

/* Sprung-Navi */

#sprung a, .sprung {
	position: absolute;
	z-index: 5;
	width: 10em;
	overflow: hidden;
	top: -100px;
	left: -1000px
}
#sprung a:focus, #sprung a:active {
	position: absolute;
	z-index: 100;
	width: 15em;
	top: 0;
	left: 0;
	margin-left: 0px;
	padding-left: 0.5em;
	text-decoration: underline;
	color: #FFF;
	background: #036;
	font-size: 0.8em
}

/* Formatierung der Ausrichtung/Floats/Clear */

.float_left {
	float: left;
	margin: 0 10px 10px 0;
}
.float_right {
	float: right;
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.clear{
	clear: both;
	height: 1px;
	line-height: 5px;
	margin: 1.0em 0;
}
.clear1{
	clear: both;
	height: 1px;
	line-height: 5px;
	margin: 0.2em 0;
}
.clear_border{
	clear: both;
	height: 10px;
	line-height: 5px;
	border-bottom: 1px solid #333;
	margin: 1.0em 0;
}
.unsichtbar, .standort {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
.logodruck {
}
.print {
   display: none;
}
.smalltext, .smallText {
	font-size: 0.8em;
}
#current, .active, .current {
  font-weight: bold;

}
/* headings */

h1, h2, h3, h4 {
  margin: 3px 0px;
}
h1 {
  background-color: transparent;
  color: #333;
  font-size: 1.3em;
  border-bottom: 1px dotted;
  margin: 10px 0;  
}
h2 {
  background-color: #f0f0f0;
  color: #333;
  font-size: 1.2em;
  margin: 5px 0;    
}
h3 { 
	background: #CCC;
	border-bottom: 2px solid;
}
h4 {
  font-size: 0.9em;
}

/* Texte */

#content p, #content li {
  line-height: 150%;
  margin: 7px 0px 8px 0px;
}
#left p, #right p {
  padding: 10px 5px 0px 0px;
}

/* Listen */

ul {
  margin: 0px 0px 0px 20px;
}

/* Links */

#teaser a {
  color: #CCC;  
} 
#content a {
  color: #333;
}

	/* spezielle xt:commerce Klassen */

/* lang */

.underline {
	text-decoration: underline;
}


/* Produkte Formate */

.product_info {

}
.price_info {

}
.discount_info {

}
.ship_info {
	font-size: 0.8em;
}
.ust_info {
  font-size: 0.8em;
}
.vpe_info {
	font-size: 0.8em;
}
.tax_info {
	font-size: 0.8em;
}

/* checkout status */

.checkout {

}

/* allgemein von language + forms */

.error, .inputRequirement {
	color: #C00;
	font-weight: bold;
}
.hint {
	color: #195202;
	font-weight: bold;
}

/* Formulare */
.form {
  width: 550px;
	text-align: right;
	margin: 0.3em 0 1.5em 0.3em;
}
/*input { /* IE 5.5 - 6 für input image
	border: 0px;
	margin: 0.2em 2px 0.2em 0;
	padding: 2px;
}
*/

input {
	margin: 0.2em 2px 0.2em 0;
}
input[type=text] {
	border: 1px solid #195202;
	padding: 2px;
}
input[type=password] {
	border: 1px solid #195202;
	padding: 2px;
}
input[type=image] {
	border: 0;
	color: #FFF
}

select {
	border: 1px solid;
	margin: 0.2em 0;
	padding: 2px;
}
fieldset {
	border: 1px solid;
	background: #D4D4D4; /* #F7F7F7 */
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	border: 1px solid;
	background: #FFF;
	padding: 3px;
}
textarea {
	width: 95%;
}
.inputfix, .contentfix {
	width: 472px;
}
.contentfixdruck {
	width: 472px;
}
.bg_cycle1 {
	background: #FFC;
}
.bg_cycle2 {
	background: #FFF;
}

/* xtc-footer */

.copyright, .copyright a, .copyright a:link {
  display: none;
}
.parseTime {
  display: none;
}





