/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* MY CSS */

body {
	background: #fff;
	font-family: verdana,arial;
}

#outline {
	width: 968px;
	margin: auto;
	text-align: center;
}

/* ------------------------ NAGLOWEK ------------------------ */

#top {
	background: url( '../images/top_bg.png' ) repeat-x;
	width: 968px;
	height: 304px;
	text-align: left;
}

#logo_bg {
	background: url( '../images/logo_bg.png' ) repeat-y;
	border-top: 1px solid #848689;
	width: 279px;
	height: 285px;
	position: relative;
	top: 17px;
	left: 31px;
	float: left;
}

#logo_bg a img {
	border: 0px;
	position: relative;
	top: 98px;
	left: 23px;
}

#img_left {
	background: url( '../images/img_left.png' ) no-repeat;
	width: 14px;
	height: 287px;
	position: relative;
	top: 16px;
	left: 31px;
	float: left;
}

#img_right {
	background: url( '../images/img_right.jpg' ) 0px 34px no-repeat;
	width: 631px;
	height: 287px;
	position: relative;
	top: 16px;
	left: 31px;
	float: left;
}

#img_right ul#main_menu {
	width: 500px;
	height: 34px;
	line-height: 34px;	
	float: left;
}

#img_right ul#main_menu li {
	list-style: none;
	background: url( '../images/li_menu.png' ) 0px 15px no-repeat;
	padding: 0 20px 0 12px;
	float: left;
	font-size: 11px;
}

#img_right ul#main_menu li a {
	text-decoration: none;
	color: #afafaf;
	text-transform: uppercase;
	padding: 2px;
	
}

#img_right ul#main_menu li a:hover {
	border-top: 2px solid #afafaf;
}

#languages {
	text-align: center;
	width: 100px;
	height: 34px;
	float: right;
}

#languages ul {
	position: relative;
	top: 12px;
}

#languages ul li.language_item {
	list-style: none;
	background: none;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 3px;
	line-height: 20px;
	position: relative;
}

#languages ul li.language_item a {
	display: block; 
}

#navi {
	position: relative;
	top: 232px;
	font-size: 11px;
	color: #fff;
}


/* ------------------------ CZESC GLOWNA ------------------------ */

#middle {
	background: url( '../images/middle_bg.png' ) repeat-y;
	width: 968px;
	text-align: left;
	display: table;
}

#left_side {
	width: 279px;
	position: relative;
	top: 1px;
	left: 31px;
	float: left;
	padding-bottom: 15px;
}

#left_side a{
	background: url( '../images/submenu.png' ) no-repeat;
	width: 279px;
	height: 31px;
	display: block;
	line-height: 30px;
	font-size: 13px;
	text-decoration: none;
	color: #222A17;
	text-indent: 30px;

}

#left_side a:hover {
	background: url( '../images/submenu_hover.png' ) no-repeat;
	font-weight: bold; 
}

#main {
	
	width: 480px;
	position: relative;
	left: 44px;
	top: 14px;
	float: left;
	font-size: 13px;
}

#main_post {
	
	width: 645px;
	position: relative;
	left: 44px;
	top: 14px;
	float: left;
	font-size: 13px;
}

#right_side {
	width: 157px;
	float: right;
	position: relative;
	top: 14px;
	text-align: right;
}

#right_side #propose{
	background: url( '../images/propose.png' ) no-repeat;
	width: 157px;
	height: 39px;
	margin-bottom: 10px;
}

#right_side img {
	border: 1px solid #afafaf;
	margin: 5px 0px 5px 0px;
}

#right_side .desc {
	font-size: 9px;
	color: #666;
	text-align: right !important;
	padding-left: 13px;
	line-height: 10px;
	color: rgb(212, 21, 62);
}



#footer_left {
	font-size: 11px;
	color: #fff;
	float: left;
	position: relative;
	top: 50px;
	left: 80px;
	text-align: center;
	line-height: 15px;
	font-weight: normal;
}

#footer_right {
	font-size: 11px;
	color: #fff;
	float: right;
	position: relative;
	top: 100px;
	left: -15px;
	text-align: right;
	line-height: 30px;
	font-weight: normal;
	color: #666;
}

#footer_right span {
	color: #fff !important;
}

#footer_right a {
	color: #666;
	text-decoration: none;
}

#footer_right a:hover {
	text-decoration: underline;
}


/* ------------------------ STOPKA ------------------------ */

#bottom {
	background: url( '../images/bottom.jpg' ) no-repeat;
	width: 968px;
	height: 165px;
	text-align: left;
}

.image_mini {
	float: left;
	margin: 0 5px 10px 0;
	text-align: center;
}

	.image_mini a img {
		width: 200px;
		padding: 4px;
		border: 1px solid #afafaf;
	}
	
	.image_mini a:hover img {
		border: 1px solid #666;
		background: #afafaf;
		opacity:.75;
		filter: alpha(opacity=75);
	}

.image_desc {
	 padding: 4px;
	 display: block;
}



#main h2, #main_post h2 {
	font-size: 18px;
	padding: 0 0 15px 0;
	color: #222A17;
}

#main h3, #main_post h3 {
	font-size: 15px;
	padding: 0 0 15px 0;
	color: #222A17;
}

#main small, #main_post small {
	font-style: italic;
	font-size: 11px;
	margin-top: 20px;
	display: block;
	
}


p { padding: 2px 0 2px 0; line-height: 17px; text-align: justify; }
p.index_title { text-align: center;	font-size: 16px; padding-top: 20px; margin-bottom: 25px; color: #555;}
p.index_description { text-align: justify !important; padding: 0 30px 0 30px; text-indent: 30px; font-weight: bold; color: #056538; font-style: italic; }
p.index_description_about { text-align: justify !important; padding: 0 10px 0 10px; text-indent: 30px; font-weight: bold; color: #056538; font-style: italic; }
p.index_info { text-align: justify !important; padding: 0 30px 0 30px; text-indent: 30px; font-weight: bold; color: #FF0037; font-style: italic; }


form dl, dl.labels {
      margin:0em;
      font-size:100%;
      margin-top:0.5em;
	margin-left:0.5em;

}

form dt, dl.labels dt {
      float:left;
      
      width:12em; 
      margin-bottom:0.8em;
      color:#555;
      text-align: left;
      font-weight: bold;
	height: 22px;
	line-height: 22px;

      position:relative /*IEWin hack*/
}
    
form dd, dl.labels dd {
      margin-left: 12.2em;
      margin-bottom:0.8em;
      font-size:100%;
      font-style:normal;
      padding-left:0.1em; 

}
    
form dd.submit, dl.labels dd.submit  {
      margin-top:2em;
}


form input { border: 1px solid #555; background: transparent; height: 20px; padding: 3px 2px 0px 2px}
form textarea { border: 1px solid #555; background: transparent; padding: 3px 2px 0px 2px; font-family: inherit; font-size: inherit;}
form input.submit { background: #056638; padding: 0px; color: white; border: 1px outset #666; width: 80px; }
form input:focus { border: 2px solid #056638; margin: -1px; background: #fff; }
form textarea:focus { border: 2px solid #056638; margin: 0px 0px 0px 0px; background: #fff;}
form span { font-weight: bold; color: rgb(212, 21, 62); font-size: 12px;}
form input.check {border: none;}


table thead th {
	color: #555;
	padding: 10px;
	font-size: 16px;
}

table tbody th {
	color: #555;
	padding: 10px;
}

table td {
	padding: 10px;
}

table tbody tr td {
	vertical-align: top;
}				

table a img {
	margin-left: 30px;
}


div.author { font-size: 11px; color: #666; font-style: italic; margin: 20px 0 40px 0;}
div.author a { text-decoration: none; color: #056538;}