
/* @import url(http://fonts.googleapis.com/css?family=Changa+One); */

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

body {
    color: #3d3d3d;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    background: #41608b;
	text-align: center;
}

img{
	border: 0;
}

.cl, hr{
	clear: both;
	font-size: 1%;
}

p{
	margin: 0 0 1em 0;
	padding: 0
	line-height: 16px;
}

.small{
	font-size: 12px;
	font-weight: normal;
}

a{
	color: #337E0F;
}

#margin{
	width: 851px;
	margin: 30px auto 10px auto;
	text-align: left;
	background: #fff;
	-moz-box-shadow: 0 0 5px #18273d;
	-webkit-box-shadow: 0 0 5px #18273d;
	box-shadow: 0 0 5px #18273d;
}

/*--------------   CONTENT   --------------*/
#content{
	padding: 0 47px 20px 47px; 
	font-size: 14px;
}

.col_left{
	float: left;
	width: 284px;
	font-size: 18px;	
}

.col_right{
	float: left;
	margin: 8px 0 0 36px;
	width: 434px;	
}

.col_left_small{
	float: left;
	width: 194px;
	font-size: 13px;		
}
.col_left_small a{
	color: #337E0F;
	text-decoration: none;
	font-weight: bold;
}

.col_right_big{
	float: left;
	margin: 8px 0 0 36px;
	width: 524px;	
}

.col_left, .col_left_small{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #337E0F;
}

.sujet{
	position: relative;
	display: block;
	height: 200px;	
}
.sujet span{
	position: absolute;	
	top: -32px;
	left: 0px;
	width: 284px;
	height: 223px;
	background: url(../img/tpl1_for_sale.png) no-repeat;
}

.col_left_small .sujet{
	position: relative;
	display: block;
	height: 138px;	
}
.col_left_small .sujet span{
	position: absolute;	
	top: -15px;
	left: 0px;
	width: 191px;
	height: 150px;
	background: url(../img/tpl1_for_sale_small.png) no-repeat;
}

h2, body.trading #content h1{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	color: #5777A3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.red{
    color: #a9181d;	
}

p.focus_buy{
	margin-top: 3em;
	text-align: center;	
}

#buy_btn{
	display: inline-block;
	padding: 4px;
	background: #e9e9e9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	border: 2px solid #fff;
}

#buy_btn span{
	display: inline-block;
	height: 36px;
	margin: 0;
	padding: 0 14px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	-moz-box-shadow: inset 0 0 6px #2f7c09;
	-webkit-box-shadow: inset 0 0 6px #2f7c09;
	box-shadow: inset 0 0 6px #2f7c09;
    background: #fff url(../img/tpl1_bg_btn.png) left center repeat-x;
}

#buy_btn:hover{
	padding: 6px;
	border: none;
	background: #c7d4e5;
}

#quality{
	text-align: center;
}

#quality img{
	width: 150px;
	height: 109px;
}

.col_left_small #quality img{
	margin-top: 2em;
	width: 94px;
	height: 68px;
}

.icon{
	display: inline-block;
	width: 16px;
	height: 16px;	
	vertical-align: middle;
}
.icon.check{
	background: url(../img/accept.png) no-repeat;	
}

ul.check, ul.check ul{
	margin-left: 22px;
	padding-left: 0px;
	list-style-type: none;
}

ul.check li{
	padding: 0 0 9px 20px;	
	background: url(../img/accept.png) no-repeat 0px 2px;	
}

ul.check li ul{
	margin-top: 8px;	
}

ul.check li ul li{
	background: url(../img/tick.png) no-repeat 0px 2px;	
}

#msg{
	color: red;	
}

label{
	display: block;	
	color: #5777A3;
}

input, textarea{
	width: 97%;
	margin: 1px;
	padding: 4px 2px;
	border: 1px solid #cacaca;
	background: #f3f3f3;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}

input:focus, textarea:focus{
	margin: 0;
	border: 2px solid #5777A3;
}

fieldset{
	margin-bottom: 1em;
	border: 2px solid #abda8d;
	/*
	-moz-box-shadow: inset 0 0 20px #cdebbb;
	-webkit-box-shadow: inset 0 0 20px #cdebbb;
	box-shadow: inset 0 0 20px #cdebbb; */
}
fieldset legend{
	background: #fff;
}

.btn, input.btn{
	width: auto !important;
	margin: 1px;
	padding: 2px 4px;
	border: 1px solid #9cce7d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background: #cdebbb;
	color: #337e0f;
	font-weight: bold;
}

.btn:hover{
	background: #337e0f;
	color: #fff;
}


/* Tabellen */
table{
	border: none;
	border-top: 1px solid #5777A3;
	border-right: 1px solid #bbbbbb;
	border-spacing:0;
	border-collapse: collapse;
	width: 99%;
	margin-bottom: 1.2em;
}
table td{
	border: none;
    border-bottom: 1px solid #5777A3;
	border-left: 1px solid #bbbbbb;
	background: #fff;
	margin: 0;
	padding: 2px;
	vertical-align: top;
}
table th{
	font-weight: bold;
	text-align: center;
	background: #d3ddeb;
	color: #5777A3;
	font-size: 11px;
}
table th.noTH{
    border: none;
	background: none;
}
table tr.even td{
	background: #f5f5f5;
}
table tr:hover td{
    background: #e4e4e4;
}

table#bid_thread{
	margin-bottom: 2.2em;
}
table#bid_thread th{
	background: #d3ddeb;
}
table#bid_thread td{
	border-bottom: 1px solid #5777A3;
}


/*--------------   HEADER   --------------*/
#header{
	position: relative;
	height: 143px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h1{
	margin: 0;
	padding: 0;
	height: 66px;
	letter-spacing: -1px;
	font-size: 34px;
	line-height: 65px;
	text-align: center;
}

h1 a{
	color: #5777a3;
	text-decoration: none;	
}

h1 a em{
	font-style: normal;
	color: #89a3c6;	
}

h1 a:hover{
	text-decoration: underline;	
}

h1 a:hover em{
	text-decoration: none;	
}

#nav{
	position: absolute;
	top: 66px;
	left: -20px;
	width: 891px;
	height: 68px;
	background: url(../img/tpl1_header_green.png) no-repeat;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav ul{
	margin: 0 0 0 10px;
	padding: 0;
	height: 55px;
	line-height: 37px;
	list-style-type: none;	
}

#nav li{
	margin: 0;
	padding: 0;
	display: inline;
}

#nav a{
	display: block;
	float: left;
	height: 37px;
	margin: 9px;
	padding: 0 16px;	
	color: #337e0f;
	text-decoration: none;
	text-shadow: #d7f2c6 0px 0px 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

#nav a:hover{
	background: #dbf1ce;	
}

#nav .active a{
	background: #8ac16b;
}

#nav #nav_buy_now a{
	color: #bc2729;	
}


/* language */
#nav #lang{
	float: right;
	margin-right: 20px;
}

#nav #lang a {
	margin: 9px 0;
    padding: 0 12px;
}

#language{
	position: absolute;
	z-index: 9;
	right: 7px;
	top: 75px;
	width: 50px;
	height: 36px;
	background: #b2de97;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

#language ul{
	display: none; /* show vie js */
	position: absolute;
	left: 1px;
	top: 7px;
	width: 37px; 
	margin: 0;
	padding: 22px 6px 6px 6px;
	list-style-type: none;
}
#language ul li{
	display: inline;
}

#language ul a {
	display: block;
	overflow: hidden;
	height: 24px;
	text-indent: -99999px;
	background-color: #c5e7b0;
	border: 1px solid #5b8642;
	border-top: none;
}

.de{
	background: url(../img/flags/de.png) no-repeat center center;	
}
.en{
	background: url(../img/flags/gb.png) no-repeat center center;	
}
.pl{
	background: url(../img/flags/pl.png) no-repeat center center;	
}
.sk{
	background: url(../img/flags/sk.png) no-repeat center center;	
}
.nl{
	background: url(../img/flags/nl.png) no-repeat center center;	
}

#language .select{
	width: 35px;
	height: 20px;
	margin: 7px 0 0 7px;
	overflow: hidden;
	border: 1px solid #74a957;
	text-indent: -99999px;
	cursor: pointer;
	background: url(../img/lang_dropdown.png) no-repeat 24px 8px;
}
#language .select:hover{
	border: 1px solid #494949;
	background: url(../img/lang_dropdown.png) no-repeat 24px -12px;
}

#language .select a{
	display: block;
	height: 22px;
	overflow: hidden;
	text-indent: -99999px;
	background-position: 4px 5px;	
}

#language ul li a:hover{
	background-color: #8ac16b;	
}


/*--------------   FOOTER   --------------*/
#footer{
	width: 620px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	line-height: 30px;
}

#footer, #footer a{
	color: #a0b0c5;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}


#footer #realtime{
	float: left;
	width: 181px;
	height: 31px;
	margin-right: 8px;	
	background: url(../img/tpl1_footer_domainname.de.png) no-repeat 0 3px;
}



/*--------------   TRADING SEITE:   --------------*/
body.trading #nav{

}

#nav #lang{
	float: right;
	margin-right: 30px;
}

#nav #lang a {
	margin: 9px 0;
    padding: 0 12px;
}