      
            body {
                margin: 0;
                padding: 0;
                font: 11px Arial, Verdana, Sans, sans-serif;
                color: #353432;
				display: block;
				height: 100%;
				overflow: hidden;
            }
            
            a {
                color: #57932f;
                text-decoration: none;
            }
            
            a:hover {
                color: #57932f;
                text-decoration: underline;
            }
            
            a img {
                border: none;
            }
            
            
            /* ============= head ============ */
            div#header {
                width: 100%;
                height: 82px;
                background: url(bgSelector.jpg) top left repeat-x;
				text-align: center;
				position: relative;
            }
            div#headerIn{
				height: 82px;
				background: url(bgSelectorIn.jpg) top left no-repeat;
            }
            div#logo {
                width: 309px;
                /*
height: 59px;
*/
                margin: 15px 0px 0px 30px;
                position: absolute;
				top: 0;
				left: 0;
            }
            #adverts{
            	position: absolute;
				padding: 0 40px 0 0;
				right: 0px;
				top: 0px;
            }   		
			#buyNowButton {
				position: absolute;
				width: 130px;
				height: 130px;
				background: url('jetzt_kaufen.png') 0 0 no-repeat;
				z-index: 15;
				right: 18px;
				top: 82px;
				display: block;
			}
			/* ============= iframe ============= */
			#frame {
				width: 100%;
				height: 90%;
				border: 0 none;
				margin: 0;
				padding: 0;
				top: 83px;
				position: absolute;
			}

div#selectorOut{
    padding: 0;
    margin: 0 auto;
    width : 520px;
}
div#selector_wrap {
    float: right;
    margin: 10px 0 0 0;
}
div#selector {
    color: #fff !important;
    width : 200px;
      height: 15px;
    background: url('inputSelector.png') left bottom no-repeat;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    padding: 5px 0 5px 133px;
    margin: 0px 0 0 0;
    display: block;
    overflow: hidden;
 }
div#selector_j16 {
    color: #fff !important;
    width : 200px;
      height: 15px;
    background: url('inputSelector_16.png') left bottom no-repeat;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    padding: 5px 0 5px 133px;
    margin: 10px 0 0 0;
    display: block;
    overflow: hidden;
}			

span.select{
	background: none;
	color:#FFFFFF;
	font-family: arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	line-height: 14px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width: 235px;
}
select.inputbox {
  position: absolute;
  padding: 4px 20px 6px 10px;
  font-family: Arial, Helvetica, sans-serif;
  background: #353b3d;
  font-size: 14px;
  width : 235px; 
  height: 25px;
  display : block;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  cursor: pointer;
 }
option#selected{
	background: #450348;
}
option:hover{
	background: #450348;
}
/***clearing***/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

