body {
	background-color: #ffffff;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position:center center;
}
*{margin:0;padding:0;}
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: #88725B;
	text-decoration: none;
}

a:hover {
	color: #88725B;
	text-decoration: underline;
}
/*---------- site */
.wrap{
	margin:0 auto;
	width:980px;
	text-align:left;
}
#wrapper{
	background-color:#FFFFFF;
	margin:0 auto;
	width:980px;
	text-align:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
}

/*---------- header */
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 226px;
}

#lang-select ul{
	text-align: center;
	background-color:#333;
	padding-left: 0;
	padding: 0.2em 0.1em;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	font-size: 10px;
	color:#F4F4F4;
/* fixes Firefox 0.9.3 */
}
#lang-select ul li {padding: 0.2em 0.1em; display: inline;}
#lang-select a {color:#F4F4F4; text-decoration:none;}
#lang-select a:hover {color:#999;}
#lang-select #current {color:#999;}

#logo{
	float:left;
	margin: 5px;
	padding-top:138px;
}

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

/*----------------------- menu */
#menu a{
	color: #000000;
}
#menu a:hover{
	color: #333333;
}
#menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
}
#menu li{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

}
#menu li.cat{
	background-image: url(../img/nav_cat_bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	color: #333333;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size:14px;
}
/*---------- maincontent */
#maincontent {
	float: left;
	background-color: #FFFFFF;
	margin:0px;
	width:770px;
}
/*---------- content */
#content {
	float: left;
	width: 323px;
	background-color: #FFFFFF;
}
/*---------- right side */
#rightcol {
	float: left;
	width: 317px;
	padding-top:10px;
}
.right-item{
	font-size: 11px;
	padding-bottom: 10px;
	margin-right:10px;
}
.right-item h4{
	background-image: url(../img/nav_cat_bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding:5px;
	margin-bottom:1em;
}
/*---------- footer */
#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ece3d3;
	padding: 5px;

}
#footer a{font-weight:bold; font-size:11px}
#copyright{
	font-size: 11px;
	color: #333;
}
#copyright a{
	color: #333;
	font-weight:normal;
}
#totop{
	float: right;
	background-image: url(../img/totop.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 13px;
}
/*---------- forms */
form{margin:0px; padding:0px;}
textarea:focus, input:focus, .sffocus, .sffocus {
	background-color: #F6EDE0;
}
input,select,textarea{
	}
.input, .select{
	
}
#error{
	background-color: #F6F6F6;
	padding:10px;
	margin-bottom:10px;
	margin-top:10px;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}
#form{
	border: 2px solid #ece3d3;
	background-color:#f6ede0;
	margin: 10px;
	padding: 10px;
	
}
#form em{
	color: #FF0000;
}
/*---------- trail */


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

#trail {
	float: left;
}
#braid-c{
	padding-left: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccbea9;
	padding-bottom: 5px;
	background-image: url(../img/nav_cat_bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}
#braid-c h5{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #c6bba9;
}
#trail a{
	color: #333333;
}
/*---------- artikel */
.artikel{
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 10px;
	margin: 10px;
	padding:10px;
	border: 2px solid #ece3d3;
	background-color:#f6ede0;
}
.artikel h3{
	font-size: 14px;
	font-weight: normal;
	color: #88725B;
	margin-bottom:1em;
	padding: 0;
}

.artikel img{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;


}
.artikel p{
	margin: 0px;
}
.artikel a{
}

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

/*---------- banners */
#adsside {
	float: left;
	width:140px;
	padding:0px;
	padding-top:10px;
}
#topside{
	padding-top:144px;
	height: 60px;
	width: 468px;
	margin-top: 10px;
	float: left;
	margin-left: 123px;

}

#helpdesk{

	width: 206px;
	float: right;
	margin-left: 4px;
	padding-top:155px;
	padding-bottom:26px;
	background-image: url(../img/helpdesk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.dropcontent{
	width: auto;
	padding: 5px;
	display:block;
	background-color: #FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
	height:100px;

}
.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: #ece2d3;
	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:#ece2d3; display:block;}

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