/*********************/
/*- Layout-Elements -*/
/*********************/

* {
	margin:0;
	padding:0;
}

img  {
	border: 0 none;
}

html { 
	
} 

body { 
	background: #5F5455;
	text-align: center;
	font-family: Arial, sans-serif;
} 

#outerShell {
	background: url(../ui/bg_middle.gif) center 472px repeat-y;
	margin: 0 auto;
	min-width: 990px;
}

#innerShell {
	background: url(../ui/bg_top.png) center top no-repeat;
	margin: 0 auto;
}

#content {
	background: url(../ui/bg_top.png) center top no-repeat;
	margin: 0 auto;
}

#contentInner {
	position: relative;
	background: url(../ui/bg_bottom.gif) center bottom no-repeat;
	min-height: 477px;
	margin: 0 auto;
	width: 767px;
	padding: 0 100px 25px 100px;
	text-align: left;
}

.header {
	line-height: 50px;
	vertical-align: middle;
	height: 50px;
	padding-left: 18px;
	padding-bottom: 1px;
}

.more_info {
	position: relative;
	top: 0.4em;
}

.logo {
	position: absolute;
	left: -5px;
	top: 50px;
}

.retailerButton {
	font-size:112.5%;
	padding: 0;
	position:absolute;
	right:100px;
	text-align:center;
	top:0;
	width:237px;
}

#downloadButton {
	font-size:112.5%;
	padding: 0;
	position:absolute;
	right:120px;
	text-align:center;
	top:60px;
	width:131px;
	z-index: 99;
}


.footer {
	color: #fff;
	position: absolute;
	bottom: -75px;
	left: 100px;
	width: 767px;
}

h1 {
	font-size: 150%;
	color: #000;
	font-weight: normal;
	display: inline;
}

h3 {
    color: #333;
    font-size: 16px;
    line-height: 21px;
	padding-top: 1em;
	margin-bottom: 1em;
}

p {
	font-size: 75%;
	margin: 0 0 0.5em 0;
}

a:link, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}

.footer a:link, .footer a:visited, .footer a:hover {
	text-decoration: underline;
}

#navigator {
	
}

.navItem {
	margin: 1px 0 0 1px;
	width: 152px;
	height: 84px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	opacity: 0.5;
}

#imgHolder{
	width: 767px;
	height: 422px;
	overflow: hidden;
}

#imgContainer {
	width: 767px;
	height: 422px;
	position: relative;
}

.imgItem, .imgItemCurr {
	width: 767px;
	height: 422px;
	/*float: left;*/
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.imgItemCurr  .desc {
	width: 743px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background: #000;
	color: #fff;
	opacity: 0.7;
	padding: 2.5em 12px 1.5em 12px;
	font-size: 0.75em;
	line-height: 140%;
}

div .imgItemCurr {
	display: block;
}

.retailer {
	margin: 0 1em 1em 1em;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #aaa;
	font-size: 93.75%;
	clear: both;
}

.retailer img {
	position: relative;
	top: 0.4em;
}

.retailerLast {
	border-bottom: 0 none;
}

.retailerHeader {
	border-bottom: 1px solid #4E4142;
	margin-bottom: 2em;
	padding-bottom: 0;
}

.retailerHeader .retailerButton {
	right: 103px;
	top: -1px;
}



.twoCols { width: 100%; display: table; }
  .twoCols .col { width: 50%; display: table-cell; }







/* 
 * Download-Formular
 */
.show_downloadform { display: block; width: 230px; height: 169px; background: transparent url(../images/icon_auswahl_it.png) 0 0 no-repeat; border: 0px dotted red; text-indent:-9999px; }

#download { text-align: left; background-color:#EEECED; padding: 10px; font-size: 13px; height: 730px; }
  #download p, #download label { font-size: 13px; }
  #download p { line-height: 150%; }
  #download a { color: #633; text-decoration: none; }
  #download a:hover { color: #537F26; }

  #download form .alignLeft { float: left; }
  #download form .alignRight { float: right; }
  
  #download form .row { margin-bottom: 12px; }
  #downlaod form label { display: block; float: left; width: auto; min-width: 100px; padding-right: 6px; text-align: left; }
  #download form input[type=text] { border-top: 1px solid #9A9A9A; border-left: 1px solid #C1C1C1; border-right: 1px solid #C1C1C1; border-bottom: 1px solid #DCDCDC; outline: 0 none; padding: 2px; }
  #download form select, #download form .text { width: 210px; }
  #download form input.checkbox { float: left; margin-right: 4px; }
  #download form input.text, form textarea, form select { border-top: 1px solid #9A9A9A; border-left: 1px solid #C1C1C1; border-right: 1px solid #C1C1C1; border-bottom: 1px solid #DCDCDC; outline: 0 none; padding: 2px; }
  #download form input[type=submit], form input#submitButton { background-color: #7B7374; width: 200px; color: #FFFFFF; border: 0 none; padding: 5px 0; margin-top: 20px; cursor: pointer; }
  #download form input#submitButton.goButton { width: 40px; padding-top: 3px; }


/******************************/
/* Clearing - do not modify */
/**************************/

.floatholder { overflow:hidden; }

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

.clerasil { display: block; }
