body {
	margin: 0;
	padding:0;
	background: #fff;
	background-image: url(../../img/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	direction:rtl;
}

html>body {
	font-size: 12px;
	text-align: right;
}

.clear{
	clear: both;
}
/*---------- text */

body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 15px;
}

a, a:active, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #689bbd;
	text-decoration: underline;
}
/*---------- site */
#wrapper{
	margin:0 auto;
	padding:0;
	width:850px;
	text-align:right;
	background-image: url(../../img/bgstripe-hb.gif);
	background-repeat: repeat-y;
	background-position: center;
}


.wrap{
	margin:0 auto;
	padding:0;
	width:850px;
	text-align:right;
}


/*---------- header */
#header {
	background-image: url(../../img/header-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

#lang-select ul{
	text-align: right;
	padding: 0.5em 0.1em;
	margin: 0;
	font-size: 10px;
	color:#333;
}
#lang-select ul li {padding: 0.2em 0.1em; display: inline;}
#lang-select a {color:#333; text-decoration:none;}
#lang-select a:hover {color:#999;}
#lang-select #current {color:#999;}

#logo{
	float:right;
	margin-top:30px;
}

/*---------- left side */
#leftcol {
	float: right;
	width: 180px;
}

/*----------------------- menu */
#menu a{
	color: #333;
	text-decoration:none;
}
#menu a:hover{
	color: #689bbd;
}
#menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;

}
#menu li{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;


}
#menu li.cat{
	font-size: 13px;
	background-color: #fff;
	color: #000000;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #689bbd;
}
/*---------- maincontent */
#maincontent {
	float: right;
	width: 669px;
	background-color: #FFFFFF;
	margin:0px;

}
/*---------- content */
#content {
	float: right;
	width: 300px;
}
/*---------- right side */
#rightcol {
	float: right;
	width: 230px;
}
.right-item{
	font-size: 11px;
	background-image: url(../../img/dots.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-bottom: 10px;
	margin:10px;
}
.right-item h4{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
/*---------- footer */
#footer {
	width:100%;
	height:120px;
	background-image: url(../img/foot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	text-transform:uppercase;
	margin-top:40px;
}

#footer a{font-weight:bold; font-size:10px; }
#copyright{
	font-size: 11px;
	color: #333;
}
#copyright a{
	color: #333;
	font-weight:normal;
}
#totop{
	float: left;
	background-image: url(../img/totop.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-left: 13px;
}
/*---------- forms */
form{margin:0px; padding:0px;}
textarea:focus, input:focus, .sffocus, .sffocus {background-color: #EAEAEA;}
input,select,textarea{
	font-size: 11px;
	background-color:#FFFFFF;
	border:1px solid #414141;
	margin-bottom:5px;
	
	}
.input, .select{
	width: 200px;
}
#error{
	background-color: #FFFFFF;
	padding:10px;
	color: #689bbd;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #EAEAEA;
	margin: 10px;
}
#form{
	padding: 10px;
}
#form em{
	color: #FF0000;
}
#formtop {
	padding:10px;
}
#formtop em{
	background-image: url(../../img/newadd.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 15px;
	display: block;
	font-style: normal;
	font-weight: bold;
}

/*---------- trail */


#time{
	color: #689bbd;
	float: left;
	padding-right:10px;
	font-size: 11px;
}

#trail {
	float: right;
}
#braid-c{
	padding-right: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-bottom: 10px;
}
#braid-c h5{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #689bbd;
}
#trail a{
	color: #333333;
}
/*---------- artikel */
.artikel{
	font-size: 12px;
	text-align: justify;
	background-image: url(../../img/dots.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-bottom: 10px;
	margin: 10px;
}
.artikel h3{
	font-size: 14px;
	font-weight: bold;
	color: #88725B;
	margin: 0px;
	padding: 0px;
}
.artikel img{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #333333;
}
.artikel p{
	margin: 0px;
	
}
.artikel a{
	font-weight: bold;
}

#img{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #333333;
}
#tools{
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding:10px;
}

/*---------- banners */
#adsside {
	float: right;
	width:140px;
	background-color: #F6F6F6;
	padding:0px;
}
#topside{
	height: 60px;
	width: 468px;
	margin-top: 10px;
	float: right;
	margin-right: 100px;
}
.dropcontent{
	width: auto;
	padding: 5px;
	display:block;
	background-color: #FFFFFF;
	height:90px;
	margin-top:5px;
	margin-bottom:5px;

}
.dropcontent em{
color:#FF0000;
font-style:normal;
}
#boardentries{
	margin-top:10px;
}

#boardentries ul {margin:0; padding:0;}
#boardentries li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display:block;
	background-color:#FFFFFF;
}

#boardentries li a{color: #333;	margin:0;padding:5px;display:block;}
#boardentries li a:hover{color: #333;text-decoration:none; background-color:#DBCEBA; display:block;}

span.searchword {
	font-style: italic;
	font-weight: bold;
	background-color: #FFFF99;
	color: #000000;
}
