body {
	background-color:#220000;
	background-image:url(../images/bg.jpg); 
	background-attachment:scroll; 
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px auto;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c09c79;
	line-height:15px;
}

a {
	color:#c09c79;
	text-decoration:none;
}

a:hover {
	text-decoration:underline
}

img {
	display:block;
	border:none;
}

ul {
	margin:0px;
	padding:0px;
}

	ul li {
	margin:0px;
	padding:0px;
	list-style-image: url(../images/bull.gif);
	}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.clear {
	clear:both;
}

#header {
	margin:0px auto;
	width:1000px;
	height:100%;
	position:relative;
	display:block;
}

	#header .top {
		background-image:url(../images/header_top.jpg);
		width:100%;
		height:155px;
		position:relative;
	}
	
		#header .top #menu {
			width:938px;
			margin:0px auto;
			position:absolute;
			top:100px; left:31px;
		}
	
			#header .top #menu ul {
				margin:0px;
				padding:0px;
				height:33px;
			}
			
				#header .top ul li {
					list-style:none;
					float:left;
				}
				
				#header .top ul li.separator {
					background-image:url(../images/menu_separator.png);
					width:13px; 
					height:50px;
					list-style:none;
					float:left;
				}

	#header .bottom {
		background-image:url(../images/header_bottom.jpg);
		width:100%;
		height:289px;
		position:relative;
	}
	
		#header .bottom .text {
			position:absolute; top:270px; left:43px;
			color:#975d4b;
		}

#middle {
	margin:0px auto;
	width:938px;
	height:100%;
	position:relative;
}

	#middle .box_main {
		background-image:url(../images/box_main.png);
		width:229px;
		height:152px;
		position:relative;
		cursor:pointer;
	}
	
		#middle .box_main ul {
			position:absolute; top:45px; left:10px;
		}
	
			#middle .box_main ul li {
				list-style:none;
			}
			
				#middle .box_main ul li img {
					border:2px solid #780101;
				}
	
		#middle .box_main .title {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:15px;
			font-weight:bold;
			text-shadow:#230000 0px 1px 3px;
			position:absolute; top:17px; left:9px;
		}
		
		#middle .box_main .link {
			position:absolute; right:12px; bottom:12px;
		}
		
			#middle .box_main .link a {
				color:#c09c79;
				text-decoration:none;
			}
						
			#middle .box_main .link a:hover,
			#middle .box_main:hover .link a {
				text-decoration:underline;
			}
	
		#middle #box_big_top {
		width:281px;
		height:57px;
		background-image:url(../images/box_big_top.png);
		position:relative;
	}
	
	#middle #box_big_middle {
		width:281px;
		height:100%;
		background-image:url(../images/box_big_middle.png);
		background-repeat:repeat-y;
	}

	#middle #box_big_middle ul {
		margin:0px 0px;
		padding:0px 0px;
		list-style:inside;
		list-style-type:none;
		list-style-image:none;
	}
		
		#middle #box_big_middle ul li {
			margin:0px 0px;
			padding:0px 0px;
			font-size:11px;			
			font-weight:bold;
			list-style-image:none;
		}
			
			#middle #box_big_middle ul li a {
				text-decoration:none;
				color:#c09c79;
				display:block; 
				padding:6px 0px;
			}
			
			#middle #box_big_middle ul li a.active {
				color:#ebdbcb;
			}
			
			#middle #box_big_middle ul li.sub a.active {
			}
			
		#middle #box_big_middle ul li a:hover {
			color:#ebdbcb;
		}
		
	#middle #box_big_bottom {
		width:281px;
		height:15px;
		background-image:url(../images/box_big_bottom.png);
	}
	
	
	#middle .formularz {
		width:253px;
		margin:0px auto;
	}
	
		#middle .formularz label {
			width:100%;
		}
			
		#middle .formularz input, 
		#middle .formularz textarea {
			float:left;
			margin-top:2px;
			background-image:url(../images/input_bg.png);
			border:1px solid #680505;
			color:#e2c8a3;
			width:249px;
			height:21px;
		}
		
		#middle .formularz textarea {
			background-image:url(../images/textarea_bg.png);
			height:118px;
			overflow:hidden;
		}
		
		#middle .formularz textarea.big {
			background-image:url(../images/textarea_bg2.png);
			height:239px;
		}
			
		#middle .formularz input:hover, 
		#middle .formularz input:focus,
		#middle .formularz textarea:hover, 
		#middle .formularz textarea:focus {
			background-color:#ececec;
			background-repeat:repeat-x;
		}
			
		#middle .formularz .clear {
			height:5px;
		}
	
	
	#middle .gallery {
		width:156px;
		float:left;
		margin:0px auto;
		padding:10px 0px 0px 7px;
		text-align:center;
	}
	
		#middle .gallery img {
			background-color:#550000;
			border:1px solid #370000;
			padding:2px;
			margin:0px auto
		}
		
		#middle .gallery img:hover,
		#middle .gallery:hover img {
			border:1px solid #9c6b52;
		}
		
		#middle .gallery a,
		#middle .gallery a:hover {
			font-weight:normal;
			color:#975d4b;
			text-decoration:none;
		}
		
	#middle .gallery_topic {
		font-size:14px;
		font-weight:bold;
		padding:0px 8px;
	}
	
	#middle .gallery_date {
		padding:2px 8px 0px 8px;
	}
	
	#middle .gallery_text {
		padding:2px 8px 6px 8px;
	}


#footer {
	margin:0px auto;
	width:952px;
	height:60px;
	background-image:url(../images/footer_hr_line.png);
	background-repeat:no-repeat;
	margin-top:20px;
	color:#671410;
	position:relative;
}
	
	#footer a {
		color:#671410;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#9e2c26;
	}

	
	#footer .links {
		padding-top:12px;
		text-align:center;
		text-transform:uppercase;
	}
	
	#footer .elso {
		padding-top:2px;
	 	text-align:center;
	}
	
	#footer .counter {
		position:absolute; top:12px; right:12px;
	}

/***** STRZAŁKI *****/

#strzalki {
	width:100%;
	text-align:center;
	clear:both;
}

	#strzalki a.page {
		display:inline-block;
		width: 9px;
		height:14px;
		color:#c09c79;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:15px;
		font-weight:bold;
		background-color:none;
		padding:2px 6px 6px 6px;
		text-decoration: none;
		vertical-align: middle;
		border:none;
	}
	#strzalki a.page:hover {
		padding:1px 5px 5px 5px;
		color:#fff;
		background-color:none;
		border:1px solid #c09c79;
	}
	
	#strzalki a.page_on {
		display:inline-block;
		width: 9px;
		height:14px;
		color:#fff;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:15px;
		font-weight:bold;
		background-color:#c92f27;
		padding:2px 6px 6px 6px;
		text-decoration: none;
		vertical-align: middle;
		cursor:default;
	}
	#strzalki a.page_on:hover {
		padding:2px 6px 6px 6px;
		color:#fff;
		background-color:#c92f27;
		cursor:default;
	}

.nagl {
	color: #c92f27;
	text-decoration: none;
	font-size: 23px;
	font-family: georgia;
}
.nagl a:link {
	color: #e2c8a3;
	text-decoration: none;

}
.nagl a:visited {
	color: #e2c8a3;
	text-decoration: none;

}
.nagl a:hover {
	color: #e2c8a3;
	text-decoration: underline;
}

.text2 {
	color: #a0221c;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
}
.text2 a:link {
	color: #b60800;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;

}
.text2 a:visited {
	color: #b60800;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;

}
.text2 a:hover {
	color: #b60800;
	text-decoration: underline;
	font-size: 12px;
	font-family: tahoma;

}
.text_norm {
	color: #c09c79;
	text-decoration: none;
	font-size: 11px;
	font-family: tahoma;
}
.text_norm a:link {
	color: #c09c79;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;

}
.text_norm a:visited {
	color: #c09c79;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;

}
.text_norm a:hover {
	color: #c09c79;
	text-decoration: underline;
	font-size: 1px;
	font-family: tahoma;

}

