﻿/*---ELEMENTY XHTML---*/
a, a:link, a:visited{
	color:#000;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#8F2B08;
}
body{
	font-family:Tahoma;
	font-size:12px;
	background-color:#FFF;
	width: 920px;
	width:auto !important;
	min-width:925px;
}
img{
	border:0;
}

#main{
	width: 920px;
	width:auto !important;
	min-width:925px;
}

#pageTitle{
	margin-left:0px;
}

#pageHeader{
	width:100%;
	height:260px;
	background-image:url(/img/headerbg.jpg);
	background-repeat:repeat-x;
	background-position: 0 -2px ;
	position:relative;
}

#pageHeader img{
	float:left;
}
#pageHeader .header2img{
	float:left;
	position:absolute;
	top:0px;
	left:295px;
}

#headerMenu{
	position:absolute;
	top:0px;
	left:75px;
	float:left;
	background-color:#FFF;
	width:200px;
	margin:0;
	list-style-type:none;
	padding:0 10px 0 10px;
}
#headerMenu li{
	border-bottom: 1px dashed #DDD;
	margin:0;
	height:21px;
	line-height:21px;
	font-size:11px;
	color:#5F350D;
}
#headerMenu li a{
	height:100%;
	width:100%;
	display:block;
}
#headerMenu li a:hover{
	padding-left:10px;
}


#content{
	margin-left:300px;
	margin-top:-20px;
	height: 300px;
	height:auto !important;
	min-height:300px;
	
}

#footer{
	background-color:#7D5A3A;
	width:100%;
	height:40px;
}
#copy{
	padding:12px 0 0 100px;
	color:#FFF;
	font-size:13px;
}
#copy a{
	color:#FFF;
}
#copy a:hover{
	color:#FFE900;
	font-weight:bold;
}




.chapter{
	width:600px;
	text-align:justify;
}
.chapter h1{
	font-weight:normal;
	font-family:arial;
	font-size:22px;
}
.chapter h2{
	font-weight:normal;
	display:block;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:11px;
	color:#FFF;
	background-color:#7D5B3A;
	background-image:url(/img/arrowBrown.png);
	background-repeat:no-repeat;
	padding-left:20px;
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
}
.chapter h2 a{
	color:#FFF;
}
.chapter .readMore{
	border-top: 1px dashed #457D22;
	width:100%;
	font-weight:bold;
	text-align:center;
	height:20px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:20px;
}
.chapter .readMore a{
	margin-left:80%;
	background-color:#457D22;
	display:block;
	font-weight:bold;
	text-align:center;
	height:25px;
	line-height:25px;
	color:#FFF;
	
}

.add{
	padding:5px 10px 10px 26px;
	background-image:url('../img/icons/add.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	color:#84C225;
	font-weight:bold;
	display:block;
	float:left;
}

.show, .view{
	padding:5px 10px 10px 26px;
	background-image:url('../img/icons/show.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	color:#515558;
	font-weight:bold;
	display:block;
	float:left;
	height:24px;
}


.photos{
	padding:5px 10px 10px 26px;
	background-image:url('../img/icons/photos.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	color:#339BDB;
	font-weight:bold;
	display:block;
	float:left;
}


/*---GALERIA---*/
.gallery_title{
	padding:10px;
}
.gallery_hr{
	border:dashed 1px #CCC;
	border-width:1px 0 0 0;	
	margin:10px auto;
	height:1px;
}
.gallery_title_detail{
	padding:20px 10px 5px 10px;
	font-weight:bold;
	color:#457D22;
}
.gallery_created{
	padding-left:10px;
	color:#AAA;
}
.gallery_description{
	padding:10px 10px 10px 20px;
}
.gallery_photos a{
	border:1px solid #AAA;
	padding:3px;
	margin:4px;
	display:block;
	float:left;
	text-align:center;
	position:relative;
}

/* REKLAMY */

.commercial_0{
	position:absolute;
	right:20px;
	top:150px;
}
.commercial_1{
	position:absolute;
	left:20px;
	top:400px;
}
.commercial_2{
	position:absolute;
	left:20px;
	top:700px;
}
