@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #e9e6d5;
	
	color: #323621;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#site {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: auto;
	min-height: 100%;
	background-color: #ffffff;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

#header1, #header2 {
	margin: 0;
	padding: 0;
	width: auto;
}
#header1 {
	height: 90px;
	background: url(../images/header_1.jpg) no-repeat;
}
#header2 {
	height: 169px;
	background: url(../images/header_2.jpg) no-repeat;
}

#header2 #box1, #header2 #box2 {
	margin: 0;
	padding: 0;
	float: left;
}
#header2 #box1 {
	width: 280px;
	height: 122px;
}
#header2 #box2 {
	padding-top: 10px;
	width: 190px;
	height: 112px;
}
h1.box2_text {	
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
	margin: 0;
	padding: 0 25px 0 25px;
	width: 495px;
	float: left;
}

#content2 {
	margin: 0;
	padding: 0 75px 0 75px;
	width: 600px;
}

#sidebar {
	margin: 0;
	padding: 0 0 0 25px;
	width: 180px;
	float: left;
}
#sidebar .box1 {
	margin: 23px 0 0 0;
	padding: 35px 3px 0 3px;
	width: auto;
	background: url(../images/sidebar_jezyk.png) no-repeat;
}
.lang {
	margin: 0;
	padding-left: 35px;
	width: auto;
	height: 25px;
}
.pl { background: url(../images/flag_pl.png) no-repeat; }
.en { background: url(../images/flag_en.png) no-repeat; }
#sidebar .box2 {
	margin: 20px 0 0 0;
	padding: 30px 3px 0 3px;
	width: auto;
	background: url(../images/sidebar_informacje.png) no-repeat;
	
	text-align: justify;
	line-height: 1.3em;
}
.news_date {
	width: auto;
	display: block;
	
	color: #666666;
	text-align: right;
	font-weight: bold;
}

#footer {
	margin: 0 auto;
	padding: 50px 0 15px 0;
	width: 400px;
	
	text-align: center;
}

/**
 * Navigation
 */
#navigation {
	margin: 0 0 0 25px;
	padding: 0;
	clear: both;
}

#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#navigation a {
	height: 47px;
	display: block;
}

a.nav1 { width: 117px; }
a.nav2, a.nav3, a.nav4, a.nav5 { width: 116px; }
a.nav6 { width: 118px; }

a.nav1 { background: url(../images/nav_1.png) no-repeat; }
a:hover.nav1 { background: url(../images/nav_1_over.png) no-repeat; }

a.nav2 { background: url(../images/nav_2.png) no-repeat; }
a:hover.nav2 { background: url(../images/nav_2_over.png) no-repeat; }

a.nav3 { background: url(../images/nav_3.png) no-repeat; }
a:hover.nav3 { background: url(../images/nav_3_over.png) no-repeat; }

a.nav4 { background: url(../images/nav_4.png) no-repeat; }
a:hover.nav4 { background: url(../images/nav_4_over.png) no-repeat; }

a.nav5 { background: url(../images/nav_5.png) no-repeat; }
a:hover.nav5 { background: url(../images/nav_5_over.png) no-repeat; }

a.nav6 { background: url(../images/nav_6.png) no-repeat; }
a:hover.nav6 { background: url(../images/nav_6_over.png) no-repeat; }

/**
 * Text
 */
h1 {
	margin-bottom: 5px;
	
	color: #80b100;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
	
	color: #910000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
}

a, a:link, a:active {
	color: #678f00;
	text-decoration: none;
} a:hover {
	text-decoration: underline;
}

/**
 * Form parts
 */
label {
	margin: 0 0px 0px 0;
	width: 150px;
	display: block;
	float: left;
}

input[type=submit], input[type=button] {
	margin-top: 10px;
	padding: 3px;
	
	color: #910000;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ecffb3;
	border: solid 1px #80b100;
}