#top_image{
	width: 980px;
	height: 300px;
	border-top: 1px solid #ccc;
}

#top_image h1{
	font-size: 22px;
	border: 0;
	padding: 10px 10px 5px 30px;
	color: #FFD2A6;
	margin: 0;
}
#top_image em{
	padding: 0 0 0 20px;
	margin: 0;
}
#footer_wrapper{
	clear: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #999;		
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background: #000;
}
#footer{
	text-align: center;
	padding: 5px 0;
	position: relative;
}

/*menu boczne*/
#left_menu{
	text-align: left;
	/*background: url("/pic/left_menu_bg.png") repeat-y top left;*/
}
#menu_header{
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	/*background: url("/pic/left_menu_header_bg.png") no-repeat top left;*/
}
#menu_footer{
	height: 10px;
	margin-bottom: 1.5em;
	/*background: url("/pic/left_menu_footer_bg.png") no-repeat top left;*/
}
#menu_header h3{
	color: #c10000;
	padding: 0.3em 0 0.3em 20px;
	font-size: 18px;
	width:210px;
	text-align: left;
	margin:0;
	font-weight: bold;
}
#left_menu a{
	display: block;
	padding: 10px 5px 10px 14px;
	margin:  0 7px;
	border-bottom: 1px solid #222;
	text-decoration: none;
	color: #ddd;
	font-weight: bold;
	position: relative;
}
#left_menu a:hover{
	color: #c10000;
}
#left_menu div{padding-left: 10px}
#left_menu div a{font-weight: normal; color: #ccc}
/*menu górne css*/

#top_menu {
	background: #353535;
	text-align: left;
}
#top_menu span{
	width: 140px;
	background: url("/pic/top_menu_break.png") no-repeat right center;
	height: auto;
	display: inline-block;
}
#top_menu a{
	font-weight: bold;
	display: inline-block;
	width: 139px;
	padding: 10px 0px 10px 0px;
	color: #eee;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin-right: 1px;
}

#top_menu a:hover{
	background: #693;
	color: #fff;
}


/*menu dolne*/
#bottom_menu a{
	padding: 3px 5px;
	color: #E0EE8E;
}
#bottom_menu a:hover{
	color: #ffffff;
}

#page_content{
	clear: left;
	position: relative;
}

/*flagi języków*/
#languages{
	position: absolute;
	top: 5px;
	right: 0px;
}
#languages img{
	border: 0;
}
#languages a{
	padding: 3px;
	text-decoration: none;
}

.news{
	clear: left;
	padding-bottom: 10px;
	text-align: justify;
}
.img{
	padding: 1px;
	border: 1px solid #ccc;
	margin: 5px 5px 5px 0;
}
.news_image{
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 10px 5px 5px 0;
}
.news_date{
	display: block;
	color: #666;
	font-size: 11px;
}
.readmore{
	font-weight: bold;
	display: block;
	text-align: right;
	padding-right: 20px;
}
.goback{
	font-weight: bold;
	display: block;
	text-align: left;
	padding-left: 20px;
}
h1{
	padding: 0.3em 0 0.3em 20px;
	font-size: 18px;
	border-top:  1px solid #444;
	border-bottom:  1px solid #444;
	margin: 0 0 10px 0;
}
h1,h1 a{
	color: #c10000;
}
h2{
	padding: 0.3em 0 0.3em 0px;
	font-size: 16px;
	margin: 0;
}
h2, h2 a{
	color: #eee;
}
h3{
	padding: 0.3em 0 0.3em 0px;
	font-size: 14px;
	margin: 0;
}
h3, h3 a{
	color: #000;
}
h4{
	padding: 0.3em 0 0.3em 0px;
	font-size: 13px;
	margin: 0;
}
h4,h4 a{
	color: #000;
	text-decoration: none;
}
h5{
	padding: 0.3em 0 0.3em 0px;
	font-size: 12px;
	margin: 0;
}
h5,h5 a{
	color: #000;
}
h6{
	padding: 0.3em 0 0.3em 0px;
	font-size: 11px;
	margin: 0;
}
h6,h6 a{
	color: #000
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.5em;
}

a{
	text-decoration: underline;
	color: #c22;
}
a:hover{
	text-decoration: underline;
	color: #F00;
}

ul,ol{
	padding: 5px 0px 5px 25px;
	margin: 0;
}
li{
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

ol>li{
	list-style-type: upper-roman;
}
ol>li>ol>li{
	list-style-type: decimal;
}
ol>li>ol>li>ol>li{
	list-style-type: lower-alpha;
}
p{
	padding: 5px 0;
	margin: 0;
	line-height: 1.5em;
}
.form label{
	display: inline-block;
	width: 150px;
	text-align: right;
	padding: 4px 3px 0 0 ;
	font-weight: bold;
	vertical-align: top;
	
}
.form input[type="text"], .form textarea{
	width: 200px;
	border: 1px solid #bbb;
	padding: 0;
	margin: 5px 0;
}
.form textarea{
	width: 400px;
	height: 150px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
.form input[type="button"], .form img{
	margin-left: 157px;
}
.form img{border: 1px solid #bbb}

.err,.msg{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
	background: #f4f4f4;
}
.err{
	font-weight: bold;
	color: #cc0000;
}
.msg{
	font-weight: bold;
	color: #336600;
}

#google_maps iframe{
	border: 1px solid #bbb;
	padding: 1px;
}

#adv4{position: absolute; top: 220px; right: 10px}

.gallery img{
	border: 1px solid #bbb;
	margin: 5px;
	padding: 1px;
}
.important{
	border: 1px dashed #ccc;
	padding: 5px 10px;
	background: #FFFFCC;
	text-align: justify;
	font-style: italic;
	margin: 10px 0;
}
#logo{margin: 10px 0 2px 2px}

.ctable{width: 100%}
.ctable tr{vertical-align: top}

.sq{
	width: 8px;
	height: 8px;
	background: #ff0000;
	position: absolute;
	left: 	0px;
	top: 14px;
}

#slogan{ padding: 8px 0 5px 0; text-align :center}
#lightbox { background-color: #eee; padding: 10px; }

#author{
	position: absolute;
	top: 5px;
	left: 20px;
}
#author a{
	color: #666;
		
}
#author a:hover{
	color: #eee;
}

#header{line-height: 0; position: relative}
#header div{
	position: absolute;
	top: 76px;
	left: 90px;
	color: #000;
	font-weight: bold;
	font-size: 30px
}

.logosy  img{height: 35px; padding: 5px; border: none}
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }
#lightboxCaption { float: left; font-family: verdana, arial, helvetica; font-size: 12px; color: #000; }
#keyboardMsg { float: right; font-family: verdana, arial, helvetica; font-size: 12px; color: #000; }
#keyboardMsg a { color: #f00; font-weight: bold; text-decoration: none; font-family: verdana, arial, helvetica; font-size: 14px; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; clear: both; }
#overlay img { border: none; }
#overlay { background-image: url("/pic/overlay.png"); }
* html #overlay { background-color: #333; back\ground-color: transparent; background-image: url("/pic/blank.gif"); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=""/pic/overlay.png"", sizingMethod="scale"); }



