@charset "utf-8";
/* CSS Document for LASIK mainpage */

/* podstawowe style ---------------------------------------------------- */

html * {
	margin: 0; padding: 0;
}

body {
	color: #E1C480; background: #000;
	font: normal 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	float: left;
	margin: 0; padding: 0;
}
h1 a:link,
h1 a:visited {}
h2 {
	width: 59%;
	color: #EBD28C;
	font-size: 3em; font-weight: normal;
	border-bottom: 1px solid #BC8D4E;
	margin: 0 0 10px 0; padding: 0 0 10px 0;
}
h3 {
	color: #EBD28C; 
	font-size: 1.8em; font-weight: normal;
}
h4 { }
h5 {}
h6 {}

ul, ol {}
ul li,
ol li {}
ul li {}
dl {}
dl dt {}
dl dd {}

img {
	display: block;
	border: none;
}

a:link,
a:visited {
	color: #E1C480;
	font-size: 1.1em; font-weight: bold;
	text-decoration: underline;
}
a:link:hover,
a:visited:hover {
	text-decoration: none;
}
a:active,
a:focus {
}

address {}

/* --------------------------------------------------------------------- */

/* klasy elemenetow ---------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; height: 0; clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aural {
	text-indent: -9999px; font-size: 0;
}

a.more:link,
a.more:visited {
	background: transparent url(../images/ico-link-more.gif) 0 75% no-repeat;
	padding: 0 0 0 15px;
	margin-left: 15px;
}

img.type1 {
	float: left;
	border: 5px solid #846221;
	margin: 5px 15px 5px 0; padding: 5px;
}
img.type2 {
	float: right;
	border: 5px solid #846221;
	margin: 5px 0 5px 15px; padding: 5px;
}

a.back:link,
a.back:visited {
	float: right;
	display: block;
	background: url('../images/back-icon.jpg') 0 50% no-repeat;
	padding: 0 0 3px 30px;
	color: #f8f8f8;
	font-weight: normal;
	text-decoration: underline;
}

a.back:link:hover,
a.back:visited:hover {
	text-decoration: none;
}

/* --------------------------------------------------------------------- */

/* layout -------------------------------------------------------------- */
div#container {
	width: 980px;
	margin: 0 auto;
}

div#top {
	width: 980px;
	background: transparent url(../images/top-bg.jpg) 100% 0 no-repeat;
}

div#main {
	background: transparent url(../images/body-bg2.jpg) 0 100% no-repeat;
}

div#sidebar {
	width: 210px; float: left;
	padding: 35px;
}
ul#mainnavi {
	list-style: none; list-style-image: none;
	line-height: 2.5em;
	margin: 0;
}
ul#mainnavi li {}
ul#mainnavi li a:link,
ul#mainnavi li a:visited {
	color: #846221; background: transparent url(../images/mainnavi-list-style.gif) 0 50% no-repeat;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 0 0 0 20px;
}
ul#mainnavi li a:link:hover,
ul#mainnavi li a:visited:hover {
	text-decoration: underline;
}
ul#mainnavi li.selected a:link,
ul#mainnavi li.selected a:visited {
	font-weight: bold;
	text-decoration: underline;
}

div#content {
	width: 630px; float: left;
	overflow: hidden;
	padding: 35px;
}
div#content.sub {
	/* background: transparent url(../images/content-sub-bg.png) 100% 0 no-repeat; */
}
div#news {
	overflow: hidden;
	width: 175px; float: right; position: relative; min-height: 310px; _height: 310px;
	/* background: transparent url(../images/news-bg.png) 0 100% no-repeat; */
	background: #35270d;
	top: -35px; right: -35px;
	padding: 25px 50px 25px 25px; margin: 10px 0 0 0;
}

div#news h3 {
	width: 225px; min-height: 10px; _height: 10px;
	display: block; position: relative;
	left: -25px;
	
	margin: -25px 0 0 0; padding: 25px 0 0 25px;
}
div#news ul {
	list-style: none; list-style-image: none;
}
div#news ul li {
	margin: 0 0 2em 0;
}
div#news ul li h4 {
	display: block;
	color: #EEB488;
	font-style: normal;
	font-size: 1.2em;
	margin-top: 10px;
}
div#news p {
	font-size: 1.1em;
	margin: 0;
}
div#bottom {
	width: 630px; min-height: 145px; _height: 145px; position: relative;
	/* background: transparent url(../images/bottom-bg2.png) 100% 100% no-repeat; */
	/* background: #35270d; */
	left: -35px;
	padding: 30px 35px 60px 35px;
}
div#bottom div#box1 {
	width: 290px; float: left;
	border-right: 1px dotted #946231;
	margin: 0 15px 0 0; padding: 0 15px 0 0;
}
div#bottom div#box2 {
	width: 290px; float: left;
}
div.box-content {
	float: right; width: 135px;
}
div#bottom img {
	float: left;
	border: 5px solid #846221;
	margin: 0 15px 0 0; padding: 5px;
}
div#bottom p {
	font-size: 1.1em;
}

div#footer {
	width: 400px; clear: both;
	color: #E1C480;
	margin: 0 0 0 315px;
}
div#footer ul {
	display: block; clear: both;
	list-style: none; list-style-image: none;
}
div#footer ul li {
	float: left;
	border-right: 1px solid #E1C480;
	margin: 0 5px 0 0; padding: 0 5px 0 0;
}
div#footer ul li.last {
	border: none;
}
div#footer ul li a:link,
div#footer ul li a:visited {
	color: #E1C480;
	text-decoration: none;
	font-weight: normal;
}
div#footer ul li a:link:hover,
div#footer ul li a:visited:hover {
	text-decoration: underline;
}
div#footer span {
	display: block; clear: both;
	font-size: 1.1em;
	border-bottom: 1px solid #8A512D;
	margin: 0 0 20px 0; padding: 5px 0 10px 0; *padding: 3px 0 10px 0;
}

/* --------------------------------------------------------------------- */