@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(img/bckgr.jpg) no-repeat center top;
	background-size:100% auto;
	background-color: #716F62;	
}

div#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
div#header {
	background-color: #716F62;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	height: 144px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 53px;
	background-position: center top;
	margin-top: 20px;
	margin-bottom: 0px;
} 

div#header2 {
	background-color: #C5BE66;
	height: 37px;
	text-align: right;
}

div#menu {
	padding-right: 10px;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(img/tlo.jpg);
	background-repeat: repeat-y;
	text-align: center;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4BE66;
	border-right-color: #C4BE66;
	border-bottom-color: #C4BE66;
	border-left-color: #C4BE66;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	height: 25px;
	margin: 0px;
} 

div#dzial {
	background-image: url(img/tlo.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4BE66;
	border-right-color: #C4BE66;
	border-bottom-color: #C4BE66;
	border-left-color: #C4BE66;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

.break {
	background-color: #716F62;
	height: 20px;
} 

a {
	color: #333333;
}

a:hover {
	color: #B09215;
}

a.menu {
	padding-right: 35px;
	padding-left: 35px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
a.menu:hover {
	color: #B09215;
}

div#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	margin: 0px;
	padding: 0px;
}

div#tlo
{
	background-color: #C4BE66;
}
div#mainContent {
	background-image: url(img/main-tlo.jpg);
	background-repeat: repeat-y;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	background-color: #C4BE66;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 100%;
}
div#mainContent li {
	margin-bottom:15px;
}
div#footer {
	background-color: #C4BE66;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	margin: 0px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
p.form {
	margin: 1px;
}
