html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }



div.shop {
	position: relative;
	margin: 0 auto;
	width: 740px;
	top: 0px;
	overflow: visible;
}


.shopcontent {
 	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
}


.bottom{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;


}

div.content {
	position: relative;
	width: 740px;
	color:#000000;
	margin-left: auto; 
	margin-right: auto;
}

div.lang {
	position: relative;
	width: 120px;
	/*ALIGN LOGO HERE!*/
	height: 18px;
}

div.print {
	position: relative;
	width: 75px;
	/*ALIGN LOGO HERE!*/
	height: 16px;
}

div.printlogo {
	position: relative;
	top: 0px;

}

div.printtext {

    position: absolute;
	top: 0px;
	left: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div.printtext A {
	color:#cccccc;
	text-decoration:none
}
div.printtext A:hover {
  text-decoration: underline;
}
div.printtext A:active {
	color:#cccccc;
	 text-decoration:underline
}
div.printtext A:visited {
	color:#999999;
	text-decoration:none
}



/* GENERAL fonts */
P, OL, UL, DIV {
	font-family: arial, helvetica;
	font-size: 12px;
}




H1 { font-size: 13px; 
	font-family: arial, helvetica;
}
H2 { font-size: 13px; 
	font-family: arial, helvetica;
}
H3 { font-size: 11px;
	font-family: arial, helvetica;
}

H4 { font-size: 9px;
	font-family: arial, helvetica;
}

P, H1, H2, H3,H4 {
padding-left: 0px;
padding-right: 0px;
margin: 0px 0px 5px 0px;}

H4 a:active {
	color: #000000;
	font-size: 9px;
	font-family: arial, helvetica;

}


.organigram {
	color: #ffffff;
	font-size: 14px;
	font-family: arial, helvetica;
	text-decoration: none;
	text-align:center;
	background-color:#999999;
 	border: 1px solid black;
}

.organigram a:link {
	color: #ffffff;
	font-size: 14px;
	font-family: arial, helvetica;
	text-decoration: none;
	background-color:#999999

}

.organigram a:hover {
	color: #990000;
	font-size: 14px;
	font-family: arial, helvetica;
	text-decoration: none;
	background-color:#999999;

}

.organigram a:active {
	color: #990000;
	font-size: 14px;
	font-family: arial, helvetica;
	text-decoration: none;
	background-color:#999999

}

.organigram a:visited {
	color: #990000;
	font-size: 14px;
	font-family: arial, helvetica;
	text-decoration: none;
	background-color:#999999

}



a:hover {
	color: #ff6600;
	font-family: arial, helvetica;
	text-decoration: none;
}
a:link {
	color: #ff6600;
	font-family: arial, helvetica;
	text-decoration: none;
}

a:active {
	color: #ff6600;
	font-family: arial, helvetica;
	text-decoration: none;
}

a:visited {
	color: #ff0000;
	font-family: arial, helvetica;
	text-decoration: none;
}






#menu{
  min-height:20px;
  height:auto !important;
  height:20px;
  width:190px;
  float:left;
  margin-right:20px;
  color:black;
   
}

#menu a{
  color:#fff;
  font:  11px verdana, sans-serif;
  margin:1px 0 0px 0;
  padding:3px 3px 3px 4px;
  text-decoration:none;
  background:#333;
  display:block;
  width:190px;
}

#menu a:hover{
  color:#333;
  background:#ff6600;
}

#menu a.level1-act {
  background:#333;
  color:#ff6600;
}

#menu a.level2-no {
  font:bold 11px verdana, sans-serif;
  background:#b8ab8f;
  margin-left:20px;
  width:190px;
}

#menu a.level2-act {
  font:bold 11px verdana, sans-serif;
  background:#999;
  color:#FF6600;
  margin-left:20px;
  width:180px;
}

.markenzeile {
  clear: both;
}

.markenzeile div {
  width: 230px;
  display: block;
  float:left;
}

.marke-left-div, .marke-center-div, .marke-right-div {
  width: 200px;
  display: inline;
  text-align: center;
}

.marke-left-div img, .marke-center-div img, .marke-right-div img {
  border: 10px;
  margin: 10px 10px 10px 10px;
}

/* FORM STYLE ADBW *

/* Style for Form */

#kontakt{
	width: 477px;
}

/* Basic Styling of Items, Label, Input */

legend {
	color:#000000;
	font-weight: bold;
}


.form-item-container, .tx_powermail_pi1_fieldwrap_html {
	display: block;
	overflow:hidden;
	position:relative;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 2px;
}

.form-item-container label, .tx_powermail_pi1_fieldwrap_html label {
	display: block;	
}

.form-item-container input, .form-item-container textarea , .form-item-container select, .form-item-container .radio input,
.tx_powermail_pi1_fieldwrap_html input, .tx_powermail_pi1_fieldwrap_html textarea, .tx_powermail_pi1_fieldwrap_html select
 {
	margin-left: 0px; /* <- distance to the Label */

	font-family:arial,helvetica,verdana;
	font-size:12px;	
	font-weight:normal;
	color:#333333;
}

.form-item-container input, .tx_powermail_pi1_fieldwrap_html input {
	width: 450px;
	padding: 2px; 
	border: 1px solid rgb(102,102,102);
}

.form-item-container textarea, .tx_powermail_pi1_fieldwrap_html textarea {
	width: 450px;
	height: 75px;
	padding: 2px; 
	border: 1px solid rgb(102,102,102);
}

.form-item-container select, .tx_powermail_pi1_fieldwrap_html select {
	width: 200px;
}

.form-item-container select.select-small {
	width: 100px;
}


.form-item-container .radio input, .tx_powermail_pi1_fieldwrap_html  .powermail_check {
	width:auto;
	margin-right: 3px;
}

.radio-container, .powermail_check_inner {
	display:block;
	overflow:hidden;	
}

.powermail_check_inner .powermail_check {
	margin-top:4px;
}
.tx_powermail_pi1_fieldwrap_html .powermail_check_inner label{
	left:240px;
	position:relative;
}
.form-item-container .radio label {
	width:auto;
	float:none;
	display:inline;
}

/* Zip & City */
.zip-city {
	width: 200px;
	float:left;
}

.form-item-container input.zip {
	width: 40px;
}

.form-item-container input.city {
	width: 150px;	
	margin: 0px 10px 0px 0px;
}

/* Submit */
.tx_powermail_pi1_fieldwrap_html .powermail_submit {
	width: auto;
}



/* Required Filds */ 
 .powermail_mandatory { /*.required,*/
	color: red;
	margin-left:1px;
}

/* Error handling */
div.error input {
	border: 1px solid red;
}

span.error, .powermail_mandatory_js{
	color: red;
	display:block;
}

/* DEBUGGING */

.powermail_multiplejs_tabs {
	display: none; 
}
