
#body {
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	#background-attachment: fixed;
	background-position: center top;
	background-color: #817a60;
}

#content_body {
	width:921px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-family:'Times New Roman';
	font-size: 16px;
}

#content_txt {
	border: #f0e2b6 1px solid;
	border-radius: 4px;
	background-color: rgba(255,249,230,0.6);
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
}

#content_txt h1 { font-size:22px; color: #502c2c; }
#content_txt h2 { font-size:18px; color: #502c2c; }
#content_txt h3 { font-size:16px; color: #502c2c; }

.content_tx_box { width: 500px; float:left; }
.content_r_box { float:right; width: 350px; }
.content_image_box { 
	border: #f0e2b6 6px solid;
	border-radius: 6px;
	background-color: #6a2a20;
	width: 336px;
	margin-bottom: 18px;
	text-align:center;
	box-shadow: 0px 0px 4px #666;
	}

.content_image_box span { padding: 15px; text-decoration:none; color: #fff; font-size:16px; }

#header {
	height: 100px;
	margin-bottom: 20px;
}

#logo {
	width: 308px;
	height: 80px;
	float:left;
}

#lang {
	float:right;
	color: #fff;
}

#lang a { color: #fff; text-decoration:none; }
#lang a:hover { color: #ff0; text-decoration:none; }

.gall_th { font-size: 12px; background-color: #fff; height: 290px; text-align: center; width: 260px; padding-top: 5px; padding-bottom: 5px; border: #f0e2b6 1px solid;
	border-radius: 4px;
	background-color: rgba(255,249,230,0.6);
	 }

#top_menu {
	height: 25px;
	border: #b8b095 1px solid;
	border-radius: 8px;
	font-size:14px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

#top_menu a {
	color: #fff;
	padding-right: 20px;
	text-decoration: none;
}

#slider {
	border: #f0e2b6 7px solid;
	border-radius: 8px;
	background-image:url(../images/main_01.jpg);
	background-repeat:no-repeat;
	width: 910px;
	height: 399px;
}

.slider_title { color: #f2e6c1; font-size:24px; padding: 20px; font-weight:bold; font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif; }
.slider_desc { color: #000; font-size:13px; margin-top: 160px; 
	width: 400px; height: 100px; 
	line-height: 15px; padding: 10px; background-color: rgba(234,230,193,0.8);
	padding-left: 20px; font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

#slider_1 {
	background-image:url(../images/main_01.jpg);
	background-repeat:no-repeat;
	width: 910px;
	height: 399px;
}

#slider_2 {
	background-image:url(../images/main_02.jpg);
	background-repeat:no-repeat;
	width: 910px;
	height: 399px;
}

#slider_3 {
	background-image:url(../images/main_03.jpg);
	background-repeat:no-repeat;
	width: 910px;
	height: 399px;
}

#slider_4 {
	background-image:url(../images/main_04.jpg);
	background-repeat:no-repeat;
	width: 910px;
	height: 399px;
}

.opinia {
	background-color: rgba(255,255,255,0.2);
	color: #666;
	font-style:italic;
	padding: 10px;
	font-size:16px;
	border-radius: 5px;
	border: #b8b095 1px solid;
}

.opinia span { font-style:normal; }

.kontakt_f { background-color: rgba(255, 255, 255, 0.2); padding: 10px; border-radius: 5px; margin-top: 20px; font-size: 14px; font-weight: bold; text-decoration: none; border: #b8b095 1px solid; }
.kontakt_b { background-color: #541510; color: #fff; font-size: 11px; padding: 5px; border: solid 1px #fff; width: 200px; border-radius: 4px; text-decoration: none; display: block; }
.kontakt_b:hover { color: red; }

.clearfix {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

