* {	
	margin:0px;
	padding:0px;
	font-family: 'Exo', sans-serif;
	font-size:12px;
	color:#000;
}
a img {
	border:none;
}
body {
	background-color:#80a3aa;
	background-image:url('../images/bg_body.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}
#top {
	height:300px;
	position:relative;
}

	#slider {
		margin:auto;
		margin-top:20px;
		width:940px;
	}

	
#main_menu {
	position:relative;
	margin:auto;
	width:940px; height:40px;
}
	
	
	


#content {
	background-color:#FFF;
	background-image:url('../images/bg_content.jpg');
	background-repeat:repeat-x;	
	background-position:top center;
}

	

#footer {
	height:247px;
	background-image:url('../images/bg_footer.jpg');
}
	#footer .container_12 {
		height:247px;
	}
	#footer .container_12 .logotyp_footer {
		position:absolute; top:45px; left:20px;
		width: 240px; height: 88px;
		background-image:url('../images/logotyp_footer.png');
	}
	#copyright {
		color:#ccdadd;
		font-size:10px;
		text-align:right;
		position:absolute; top:140px; right:20px;
	}
		#copyright a {
			font-size:10px;
			text-decoration:none;
			color:#CCDADD;
		}
		#copyright a:hover {
			color:#000;
		}
	#menu_down {
		position:absolute; top:60px; right:10px;
	}
		#menu_down a {
			text-decoration:none;
			color:#8E8E8E;
			font-size:11px;
			padding-right:10px;
			padding-left:10px;
			border-right:1px solid #8E8E8E;
		}
		#menu_down a:last-child { border:none; }
		#menu_down a:hover { color:#0E8E8E; }
		#adres_down {
			font-size:18px;
			color:#DDDDDD;
			position: absolute; top:105px; left:370px;
		}
		#opis_down {
			color:#545454;
			font-size:11px;
			position:absolute; bottom:40px; left:20px;
		}
.clear {
	clear:both;
}
	
	
.align_justify { text-align:justify; }	
	
h1, h2.jak_h1 {
	font-size:25px;
	font-weight:normal;
	border-bottom:1px solid #CCC;
}	
h2.pod_h1 {
	font-size:12px;
	color:#666;
	font-weight:normal;
	margin-bottom:10px;
}


.patron {
	float:left;
	margin-top:20px;
}


.box {
}

a.submenu {
	font-size:14px;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #CCC;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
a.submenu:hover {
	background-color:#EEE;
}