* {
	margin: 0 auto;
	padding: 0;
}

body {
	/*background: #333333;*/
	background: #FFFDBD url(/public/images/test_background.jpg);
	color: #333333;
	font-family: 'Georgia','Bookman Old Style', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 15px;
	margin:0 auto;
}

a {
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
}

a:link, a:active, a:visited {
	color:#ffffff;
}

a:hover {
	color: #ffffff!important;
}

img {
	border: 1px solid #000000;
}

table {
	border: 0px;
}
/*td {
	border: 1px solid;
}*/

/*corpus*/
#corpus {
	position: relative;
	width: 900px;
	background: #fce98b url(/public/images/test_corpus.jpg);
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

/*login
---------------------------------------------------------------------------------------------------*/
#login_bar{
	position: relative;
	height: 34px;
	width: 900px;
	background: #fce98b url(/public/images/test_login_bar.jpg) ;
	float: left;
	font-size: 11px;
	color: #ffffff;
	margin-top: -30px;
	display: none;
}

#login_hiatus {
	width: 540px;
}

.login_part {
	position: relative;
	height: 18px;
	float: left;
	padding: 5px;
}

.btn_login_textbox {
	height: 13px;
	width: 80px;
	font-size: 11px;
}

#login_bar a {
	font-size: 12px;
}


/*header
---------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 250px;
	width: 900px;
	background: #282828;
	float: left;
	background: #fce98b url(/public/images/test_logo.jpg);
}

/*bar
---------------------------------------------------------------------------------------------------*/
.bar {
	background: #555555;
	width: 650px;
	height: 1px;
	float: left;
	font-size: 0;
}

/*menu
---------------------------------------------------------------------------------------------------*/
#menu {
	position: relative;
	height: 32px;
	width: 650px;
	background: #383838;
	float: right;
	text-align:center;
	padding: 10px 0 0 0;
	background: #FFFDBD	url(/public/images/test_menu.jpg);
	color: #e2e2e2;
}

#menu a {
	margin: 0 15px 0 15px;
	font-size: 13px;
	font-weight: 999;
	color: #e2e2e2;
}

/*content
---------------------------------------------------------------------------------------------------*/
#content {
	position: relative;
	width: 650px;
	float: right;
	display: none;
}

#content_back {
	position: absolute;
	height: 500px;
	width: 650px;
	background: #fce98b url(/public/images/test_content.jpg) no-repeat;
	left: 0px;
	top: 294px;
}

#title {
	position: relative;
	height: 40px;
	width: 610px;
	float: left;
	padding: 30px 20px 20px 30px;
}

#title i {
	font-size: 32px;
}

#under {
	width: 630px;
	background: #eeeeee;
	border: 1px solid #000000;
	top: 10px;
	left: 10px;
	height: 145px;
}

.welcome {
	font-size:28px;
	font-weight: bold;
}

#subtitle {
	position: relative;
	/*height: 100px;*/
	width: 650px;
	float: left;
}

#subtitle p {
	text-align: right;
	padding-right: 5px;
	margin-right: 20px;
	font-size: 16px;
	border-right: 1px solid #333333;
}

#interior {
	position: relative;
	width: 650px;
	float: left;
}

#text {
	position: relative;
	width: 610px;
	padding:  15px 5px 40px 5px;
	
}

/*right panel
---------------------------------------------------------------------------------------------------*/
#right_panel {
	position: relative;
	float: right;
	width: 247px;
	padding: 0 0 0 3px;
	
}

#right_panel_back {
	position: absolute;
	height: 500px;
	width: 250px;
	background: #fce98b url(/public/images/test_bok.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

.info {
	position: relative;
	width: 235px;
	float: left;
	color: #ffffff;
	margin-left: 3px;
	margin-bottom: 20px;
}

.info-title {
	width: 225px;
	margin-left: 10px;
	float: left;
	font-weight: 600;
	color: #111;

}

.info-img-div {
	float: left;
	padding: 5px;
	border-left: 1px solid #222;
	margin: 5px  0 0 10px;
	text-align: justify;
}

.info-img {
	width: 200px;
	/*margin: 5px 0px 5px 40px;*/
}

.info-text {
	float: left;
	font-size: 13px;
	padding: 5px;
	border-left: 1px solid #222;
	margin: 0px  0 0 10px;
	color: #191919;
	text-align: justify;
}

.info-back {
	background: #fff;
	position: absolute;
	opacity: 0.2;
    filter: alpha(opacity=20);
	width: 237px;
	left: 0px;
	top: 0px;
	border-top: 1px solid #fff
}

/*#preview {
	height: 135px;
	border: none!important;
	text-align: center;
}

#supplement {
	position: relative;
	width: 200px;
	float: right;
	background: red;
}*/

/*footer
---------------------------------------------------------------------------------------------------*/
#footer {
	position: relative;
	height: 35px;
	width: 900px;
	background: #FFFDBD url(/public/images/test_footer.jpg);
	float: left;
}

#footer a {
	font-size: 12px;
}

#copyright {
	position: relative;
	height: 20px;
	width: 750px;
	float:left;
	font-size: 12px;
	padding: 12px 0 0 0;
	text-align: center;
}

#design {
	position: relative;
	height: 20px;
	width: 150px;
	float:left;
	font-size: 12px;
	padding: 12px 0 0 0;
}

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

.opacity40{
	opacity: 0.4;
    filter: alpha(opacity=40);
	position: absolute;
}

.verse {
	font-family: serif;
	font-style: italic;
	font-variant: normal;
	font-weight: 100;
	font-size: medium;
	line-height: ;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
}

.underline {
	font-size:0;
	height: 1px;
	background: #000000;
	margin-top: 1px;
}

.underline-half {
	font-size:0;
	height: 1px;
	background: #000000;
	width: 300px;
	margin: -14px 0px 0px 0px;
}

/*all page
---------------------------------------------------------------------------------------------------*/
.page-title {
	font-size: 200%;
	margin: 10px 0 20px 20px;
}

.div-for-note {
	/*float:left;*/
	width:120;
	height:120px;
}

/* index
---------------------------------------------------------------------------------------------------*/
.index-box {
	background: #fef9dB;
	padding: 10px;
	border: 1px solid #fff;
	width: 540px;
	height: 240px;
	margin-bottom: 10px;
}

.index-box-img {
	margin: 5px;
	float: left;
	width: 250px;
}

.index-box-text {
	float: left;
	width: 250px;
	font-weight: 500;
	font-size: 95%;
	margin: 10px;
}

/* oferta
---------------------------------------------------------------------------------------------------*/
.offe-list {
	width: 600px;
}

.offe-list-elem {
	text-align: left;
	margin-left: 25px;
}

.offe-fotos {
	margin: 20px 0px 0px 0;
	text-align: center;
}

/* produkty
---------------------------------------------------------------------------------------------------*/
.produkty-welcome {
	width: 300px;
	text-align: center;
}

.produkty-menu {
	width: 500px;
	text-align: center;
}

.produkty-menu-window {
	width: 185px;
	height: 155px;
	float: left;
	margin: 10px;
	padding: 20px;
	border: 1px solid #FFF;
}

.produkty-menu-window:hover {
	border: 1px solid #444;
}

.produkt-menu-img {
	width: 180px;
}

.produkty-text-window {
	font-size: 20px!important;
	color: #444!important;
}

.produkty-text-window:hover {
	color: #666!important;
}

.produkty-menu-text {
	margin-top: 5px;
	font-size: 12px;
}

.prod-scho-text {
	padding:10px;
}

.prod-scho-fotos {
	padding: 10px;
	text-align: center;
}

.prod-scho-img {
	width: 150px;
	height: 150px;
}

.prod-okie-title {
	margin: 25px 0px 15px 5px;
	font-size: 120%;
}

.prod-okie-text {
	margin: 10px 0px 5px 0px;
}

.prod-okie-fotos {
	text-align: center;
	margin: 15px 5px 35px 5px;
}

.prod-okie-img {
	width: 100px;
}

.prod-okie-img2 {
	width: 130px;
}

.prod-plac-title {
	margin: 25px 0px 15px 5px;
	font-size: 120%;
}

.prod-plac-text {
	margin: 10px 0px 5px 0px;
}

.prod-plac-fotos {
	text-align: center;
	margin: 15px 5px 35px 5px;
}

.prod-plac-img {
	width: 140px;
}

.prod-doni-text {
	padding: 10px;
}

.prod-doni-name {
	font-size: 18px;
	margin: 15px 0px 15px 0px;
}

.prod-doni-fotos {
	text-align: center;
	margin-top: 5px;
	height: 120px;
}

.prod-doni-img {
	width: 90px;
}

.prod-doni-table-podpis {
	font-size: 80%;
	text-align: center;
	font-style: italic;	
	margin-top: 5px;
}

#doni-wymiary {
	border: 1px solid black;
	border-collapse: collapse;
}

#doni-wymiary td {
	border: 1px solid black;
	padding: 5px;
}

.prod-bram-text {
	margin: 10px;
}

.prod-bram-fotos {
	height: 110px;
	text-align: center;
}

.prod-bram-img {
	width: 140px;
}

.prod-domk-text {
	margin: 10px;
}

.prod-domk-fotos {
	height: 260px;
	text-align: center;
}

.prod-domk-fotos2 {
	height: 130px;
	text-align: center;
}

.prod-domk-img {
	
}

.prod-backlink-div {
	height:15px;
	width:100%;
	text-align:right;
}

.prod-backlink-div a{
	color:#333;
	font-size:10px;
}

.prod-cojestkurwa-text {
	width: 500px;
	float: left;
}

.prod-stol-text {
	margin:10px;
}

.prod-stol-fotos {
	height: 130px;
	text-align: center;
}

.prod-stol-img {
	width: 140px;
}

/*gallery
---------------------------------------------------------------------------------------------------*/
.gallery-group {
	font-size: 18px;
	margin: 5px 0px 5px 20px;
}

.gallery-fotos {
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	text-align:center;
}

.gallery-fotos-single {
	height: 180px;
}

.gallery-img {
	margin: 5px;
}

/*kontakt
--------------------------------------------------------------------------------------------------*/
.cont-text {
	text-align: center;
}

.cont-text a {
	color: #000;
}

/*admin
---------------------------------------------------------------------------------------------------*/
#admin-corpus {
	position: relative;
	width: 800px;
	background: #fce98b;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #111;
	padding:25px;
}

#admin-corpus a{
	color: #111;
}

.admin-logined {
	color: #eee;
}
