@CHARSET "UTF-8";

body {
	color: white;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Myriad Pro, arial, tahoma;
	background: #04090b url('../images/layout/bg_content.jpg') no-repeat center 82px;
}
img {
	border: none;
}
a:link, a:visited {
	text-decoration: none;
	color: white;
}
body.static_index {
	background-image: url('../images/layout/bg_home.jpg');
}
body.static_index div#content {
	width: 690px;
	padding-right: 10px;
}
br.clear {
	clear:both;
}
h2 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

div#page {
	width: 790px;
	margin: 0px auto;
}

div#top{
	width: 970px;
	margin: 0px auto;
}

div#nav ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
div#nav ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 15px;
}
div#nav ul a:link, div#nav ul a:visited {
	display: block;
	text-align: center;
	height: 20px;
	padding: 16px 10px 0px 10px;
}
div#nav ul a:hover, div#nav li.active > a  {
	background: transparent url('../images/layout/bg_menu_hover.gif') repeat-x;
}

div#nav {
	height: 41px;
	text-align: right;
	width: 500px;
	margin-bottom: 10px;
	margin: 0px 0px 0px 0px;
}

div#languages{
	float: left;
	width: 500px;
	text-align: right;
	background:url('/images/layout/napis.png') no-repeat;
	background-position:20px 7px;
}

div#logo {
	float: left;
	width: 285px;
	margin-bottom: 10px;
}

#seo {
	display:inline;
	font-size:12px;
	color:white;
	padding:0;
	margin:0;
	background:none;
}

h1 {
	height: 194px;
	background: transparent url('../images/layout/top1.jpg') no-repeat top center;
	font-size: 1px;
	color: black;
}
body.static_index h1 {display: none;}

body.static_vademecum h1 {background-image: url('../images/layout/bg_h1_bazawiedzy.jpg');}
body.static_onas h1 {background-image: url('../images/layout/bg_h1_onas.jpg');}

div#site_path {
	display: none;
}

div#content {
	clear: both;
	padding: 20px 70px 20px 70px;
	height: 580px;
}

div#copyright, div#webdesign {
	width: 49%;
	height: 20px;
	margin: 20px 0px;
	float: left;
}
div#webdesign {
	text-align: right;
}

