@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body{
    background:#FFF url(images/page_bg.png) 50% 0 repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    line-height:140%;
    color:#282828;
    font-size:13px;
}
img{
	border:0;
}
:focus{
    outline:hidden;
}
hr{
	height:1px;
	width: 870px;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
}
a{
	color:#282828;
}
#header{
	margin:0 auto;
	width:900px;
	height:73px;
}
#lang{
	float:left;
	color:#FFF;
	margin: 45px 0 0 0;
}
#lang a{
	text-decoration:none;
	color:#FFF;
}
#lang a:hover{
	text-decoration:underline;
}
#menu{
	float:right;
	margin-top:46px;
	height:27px;
}
#menu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#menu li{
    float:left;
    display:block;
    margin:0 0 0 6px;
}
#menu li a{
    float:left;
    display:block;
    position:relative;
    background:transparent url(images/menu-r.png) 100% 0 no-repeat;
    height:27px;
    padding:0 5px 0 0;
    overflow:hidden;
    color:#202020;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    line-height:27px;
}
#menu li a span{
    display:block;
    background:url(images/menu-l.png) 0 0 no-repeat;
    padding:0 10px 0 15px;
}
#menu li a.active, #menu li a:hover{
    background:url(images/menu-r.png) 100% -28px no-repeat;
    text-decoration:none;
}
#menu li a.active span, #menu li a:hover span{
    background:url(images/menu-l.png) 0 -28px no-repeat;
}
#wrapper{
	padding:10px;
	margin: 10px auto;
	clear:both;
    border:#C6C6C6 1px solid;
	width:880px;
}
#logo{
	text-align:center;
	margin: 5px 0 2px 0;
}
#logo img{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#content{
	margin-top:10px;
	padding:0px 20px 0px 10px;
	
}
#content1{
	margin-top:-8px;
	padding:0px 20px 0px 10px;
	
}
#left{
	margin-top:10px;
	float:left;
	width:610px;
	padding:0px 20px 10px 10px;
	border-right:1px dotted #999;
}
#right{
	margin-top:10px;
	
	margin-left:630px;
	text-align:center;
}
.order{
	text-decoration:none;
	font-size:18px;
	color:#F00;
}
.order:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}
#graafik{
	padding:0px 25px 10px 10px;
	margin-top:15px;
	text-align:center;
	font-size:11px;
}
#graafik table{
	margin-top:5px;
	border-spacing:0;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}
#graafik th{
	padding:0 10px 0 10px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
#graafik td{
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#order{
	margin-top:15px;
	padding-left:25px;
}
.first{
	border-bottom:1px solid #CCC;
	text-align:left;
	border-right:1px solid #CCC;
	padding-right:10px;
}
#footer{
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
}
#footer a{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}