html, body {
	margin: 0;
	padding:0;
	background:#312E2A url(../images/body_bg.gif) 0 0 repeat-x;
	text-align:center;
	font:11px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#BBAF94;
	}
#center {
	width:850px;
	height:599px;
	margin:0 auto 0 auto;
	background:url(../images/center_bg.gif) 0 98px no-repeat;
	overflow:hidden;

	scrollbar-track-color: #25221F;/*#312E2A;*/
	scrollbar-face-color: #3F3C37;
	scrollbar-highlight-color:#3F3C37;
	scrollbar-3dlight-color: #312E2A;
	scrollbar-darkshadow-color: #312E2A;
	scrollbar-shadow-color: #3F3C37;
	scrollbar-arrow-color: #D3C19A; 
	}
#head {
	width:850px;
	height:98px;
	/*background:url(../images/head_temp.gif) 0 0 no-repeat;*/
	overflow:hidden;
	}
#content {
	width:790px;
	height:422px;
	background:#312E2A;
	margin:40px auto 0 auto;
	text-align:left;
	overflow:hidden;
	}
#footer {
	width:770px;
	margin:5px auto 0 auto;
	text-align:right;
	color:#646363;
	}
	#footer a {
		text-decoration:none;
		color:#999777;
		}
	#footer span {
		float:left;
		}

/* content 																									*/
/************************************************************************************************************/
#leftcolumn {
	width:490px;
	height:422px;
	float:left;
	overflow:auto;
	}
#fotoleftcolumn {
	width:764px; /*790px;*/
	padding:2px 0 2px 26px;
	height:383px;/*422px;*/
	float:left;
	overflow:auto;
	}
	#fotoleftcolumn img {
		border:2px solid #EEDAAD;
		margin:10px;
		}
	#content #fotoleftcolumn a {
		padding:0;
		margin:0;
		}
#rightcolumn {
	width:300px;
	height:420px;
	float:left;
	overflow:hidden;
	background:url(../images/kachle.gif) 0 -8px repeat-y;
	
	}
	#rightcolumn #flash {
		width:292px;
		height:292px;
		border:4px solid #EEDAAD;
		overflow:hidden;
		}
	#rightcolumn strong {
		color:#F2ECD1;
		}
	#rightcolumn p {
		padding:10px 15px 2px 15px;
		}
#content a {
	color:#FAA74A;
	/*padding-left:16px;*/
	/*background:url(../images/h2_bg.gif) 0 4px no-repeat;*/
	}
h1 {
	height:35px;
	margin:0;
	padding:0 0 0 45px;
	line-height:35px;
	font-size:12px;
	background:#25221F url(../images/h1_bg.gif) 29px 0 no-repeat;
	color:#D3C19A;
	}
h2{ 
	margin:0;
	padding:20px 20px 6px 45px;
	font-size:11px;
	background:url(../images/h2_bg.gif) 29px 24px no-repeat;
	color:#F2ECD1;
	}
h3{ 
	margin:0;
	padding:6px 25px 6px 29px;
	font-size:11px;
	}
p {
	margin:0;
	padding:6px 25px 6px 29px;
	}
li {
	color:#F2ECD1;
	font-weight:bold;
	}
.hr {
	height:1px;
	overflow:hidden;
	background-color:#000;
	margin:6px 25px 6px 29px;
	}
	














