/* ------------------------------------------------------- */
/* --------------------------------------------- AK - 2009 */
/* ------------------------------------------------------- */
/* html, body */

body {
	margin: 0;
	padding: 0;
	
	background-color: #fff;
	background-position: top center;
	background-attachment: fixed;
	
	color: #393939;
	font-size: 14px;
	font-family: "Georgia", "Times New Roman", Times, Arial, sans-serif;
}

/* ------------------------------------------------------- */
/* clear, onfocus='blur()' */

img { border: 0 none; }
a { outline: none; }
a img { outline: none; }
input { outline: none; font-family: Arial, Tahoma, sans-serif; }

/* ------------------------------------------------------- */
/* wrap div's contents */

#container {
	margin: 0 auto;
	margin-top: 20px;
	width: 927px;
}

#page, #header, #wrapper, #footer, #slogan, #banner {
	float: left;
	width: 927px;
}

#page {
	background-image: url('../img/bg_page.png');
	background-repeat: repeat-y;
}

#header {
	height: 100px;
}

#header_info {
	position: absolute;
	margin: 12px 0px 0px 26px;
	width: 780px;
	color: #000;
}

#langs {
	position: absolute;
	margin: 10px 0px 0px 850px;
	width: 56px;
}

#logo {
	position: absolute;
	margin: 42px 0px 0px 60px;
}

#menu {
	position: absolute;
	margin: 34px 0px 0px 393px;
	width: 515px;
}

#langs a img { float: left; padding-left: 4px; }

.horizontal_line, .line {
	float: left;
	margin-left: 14px;
	width: 896px;
	height: 3px;
	background-image: url('../img/horizontal_line.png');
	background-repeat: repeat-x;
	font-size: 0;
	line-height: 0;
}

.line {
	float: none;
	margin: 2px 0px 8px 0px;
	width: 400px;
}

#slogan {
	padding: 20px 0px 20px 0px;
}

#banner {
	padding-left: 25px;
}

#slideshow {
    position: relative;
    width: 884px;
    height: 356px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
	border: 7px solid #e6e6e6;
	border-left-width: 9px;
	border-right-width: 9px;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}

#wrapper {
	margin-top: 18px;
	margin-bottom: 20px;
	font-size: 12px;
}

.wrapper_bg { background-image: url('../img/bg_wrapper.png'); background-repeat: repeat-y; }

#wrapper .leftSide {
	padding-left: 50px;
	float: left;
	width: 375px;
	font-family: Arial, Tahoma, sans-serif;
}

#wrapper .rightSide {
	float: right;
	width: 390px;
	padding-right: 30px;
}

#wrapper .width_200 { width: 200px; padding-top: 20px; }

#wrapper .leftContent {
	padding-left: 50px;
	padding-top: 20px;
	float: left;
	width: 600px;
	font-family: Arial, Tahoma, sans-serif;
}

#footer {
	background-image: url('../img/bg_footer.png');
	background-repeat: no-repeat;
	height: 30px;
}

#copyrights, #author {
	float: left;
	font-size: 11px;
	color: #000;
	padding-top: 10px;
	font-family: Arial, Verdana, sans-serif;
}

#author { float: right; padding-right: 10px; }

#nl_name, #nl_mail {
	width: 150px;
	height: 16px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #c1c1c1;
	border-top-color: #858585;
	border-bottom-color: #e1e1e1;
	font-size: 12px;
	line-height: 16px;
}

#nl_add {
	width: 100px;
	height: 22px;
	line-height: 22px;
	margin-left: 2px;
	background-color: #7d401d;
	color: #fff;
	text-transform: uppercase;
	border: 0 none;
}

#nl_load {
	padding-left: 4px;
	line-height: 22px;
}

.box_news { float: left; width: 600px; padding: 10px 0px 7px 0px; }

.gallery {
	padding-top: 20px;
}

.gallery a {
	display: block;
	float: left;
	width: 188px;
	height: 134px;
	padding: 0px 12px 10px 0px;
}

.gallery a img {
	float: left;
	border: 7px solid #e6e6e6;
	border-left-width: 9px;
	border-right-width: 9px;
}

/*------------------------------------------------------- */
/* texts */

#header_info strong { color: #7d401d; font-weight: normal; }
#header_info h1 {
	display: inline;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0px 15px 0px 0px;
}

#slogan .slogan, #slogan p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
}

#slogan .slogan_wyrozniony {
	color: #7d401d;
	font-size: 30px;
	padding-bottom: 12px;
}

#wrapper h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 22px;
	color: #74320d;
	font-family: "Georgia", "Times New Roman", Times, Arial, sans-serif;
}

#wrapper p {
	margin: 0;
	padding: 6px 0px 6px 0px;
}

#wrapper p.nl { padding-bottom: 3px; }
#wrapper p.nl_2 { padding-top: 0px; }


#wrapper .box_news h2 {
	color: #000;
	font-size: 14px;
	font-family: Arial, Tahoma, sans-serif;
}

#wrapper .box_news h2 strong { font-size: 16px; }
#wrapper .box_news a.readMore { float: right; }

/*------------------------------------------------------- */
/* list ul ol li */

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	
	text-align: center;	
}

#menu ul li {
	display: inline;
	float: left;
	height: 49px;
}


#menu ul li:hover, #menu ul li.selected {
	background-color: #7d401d;
}

#menu ul li.sep, #menu ul li.sep:hover {
	padding: 0px 1px 0px 1px;
	background-color: transparent;
	background-image: url('../img/menu_sep.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 4px;
}

ul.archive {
	padding: 7px 0px 0px 0px;
	margin: 0;
	
	list-style-type: none;
	list-style-position: outside;
}

ul.archive li { margin-bottom: 1px; }

ul.archive li a {
	display: block;
	padding: 0px 8px 0px 8px;
	
	line-height: 26px;
	text-decoration: none;
}


ul.archive li a:hover, ul.archive li a.selected { background-color: #7d401d; color: #fff; text-decoration: none; }


/*------------------------------------------------------- */
/* links */

a:link { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: none; }
a:visited {	color: #000; text-decoration: none; }
a:hover {	color: #000; text-decoration: underline; }

#menu ul a {
	display: block;
	height: 49px;
	padding: 6px 10px 0px 10px;
	font-size: 12px;
	color: #464646;
	text-decoration: none;
}
#menu ul a strong { color: #74320d; font-weight: normal; font-size: 19px; }
#menu ul a:hover, #menu ul a:hover strong { color: #fff; }
#menu ul li.selected a, #menu ul li.selected a strong { color: #fff; }

