@import url(reset.css);

*{}
HTML, BODY{
	height:100%;}

BODY{
	background-repeat:no-repeat;
	background-color:#BAB6AB;
	background-image:url(../images/bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;}

A{
	color:#FFF;
	text-decoration:none;}
H1{
	color:#de2222;
	padding:0 0 15px 0;}

TD{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	border-bottom:1px dotted #EAEAEA;}

DIV#wrapper{
	text-align:left;
	width:800px;
	margin:0 0 0 100px;}
DIV#inner-wrapper{}

DIV#header{
	/*background-image:url(../images/orange.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
	position:relative;
	height:180px;
	margin-left:-50px;}

A#logo{
	left:-70px;
	position:absolute;
	background-image:url(../images/ajapeatus.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:141px;
	top:30px;
	width:380px;
	display:block;}

DIV#search{
	position:absolute;
	right:0;
	bottom:0;
	margin:0 10px 10px 0;}

DIV#sidebar{
	float:left;
	width:170px;}
DIV#content{
	margin:0 0 0 170px;}
	
DIV.post{
	line-height:1.5em;
	padding:15px;
	-moz-border-radius:0 0 10px 10px;
	background-color:#FFF;}

DIV#transparent{
	left:0;
	top:200px;
	z-index:-1;
	position:absolute;
	width:900px;
	height:350px;
	background-image:url(../images/transparent.png);
	background-repeat:repeat-y;}

DIV#language{
	position:absolute;
	right:0;
	margin:5px 10px 0 0;
	color:#94704E;}
DIV#language A{
	font-size:11px;
	color:#94704E;}
DIV#language A.active{
	font-weight:bold;
	color:#94704E;}

DIV#menu{
	background-color:#9b7b5e;
	right:10px;
	bottom:0;
	position:absolute;}
DIV#menu UL LI{
	margin:0 0 0 0;
	float:left;}
DIV#menu UL LI A{
	padding:8px 10px;
	margin:0 0 0 0;
	display:block;}
DIV#menu UL LI A:hover,
DIV#menu UL LI A.active{
	background-color:#81654b;
	color:#FFF;}


DIV#avaleht TABLE.teenused TD{
	border:none;
	padding:0 10px 10px 0;}
DIV#avaleht TABLE.teenused TD A{
	color:#000;}
A.teenus{
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	height:75px;
	border:3px solid #ffb647;
	-moz-border-radius:5px;}
A.teenus:hover{
	border:3px solid #D66022;}

DIV#box{
	line-height:1.5em;
	padding:10px;
	color:#FFF;}
DIV#sidebar UL{
	text-align:right;
	margin:20px 0 0 0;}
DIV#sidebar LI#categories A{
	height:20px;
	color:#e4dec6;
	line-height:2em;
	text-align:right;
	margin:0;
	padding:5px 10px;
	-moz-border-radius:5px 0 0 5px;}
DIV#sidebar LI#categories A:hover,
DIV#sidebar LI#categories A.active{
	background-color:#FFF;
	color:#160902;}

DIV#footer{
	color:#FFF;
	padding:10px;}
	
	
	
TABLE.data{
	margin:0;
	padding:0;}
TABLE.data TD{
	padding:5px;
	border-bottom:1px solid #CCC;}
	
.clear{
	clear:both;}