/* This is the style of your browser text */
@charset "UTF-8";

html, body, form, ul, li {margin:0; padding: 0}
body {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background-color: #BEC000;
	font-size: 12px;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	text-align: center;
}
#container {
	width: 955px;
	margin: 0 auto;
	background-color: #C46F21;
	
}
#header {
	margin: 0;
	padding: 0;
	width: 955px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 502px;
}
#header ul
  {
    width: 480px;
	padding: 300px 0 0 50px;
float: left;
  }

  /* float & allow room for the widest item */
  #header ul li
  {
	float: left;
	width: 200px;
	text-align:left;
	font-size: 11px;
	list-style-type: none;
	padding: 0 0 2px 0;
	margin: 0 20px 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
  }

  /* stop the float */
  {
    clear: left;
  }

#header li a, a:link, a:visited  {
	color:#231301;
	font-weight:bold;
	text-decoration: none;
}
#header li a:hover {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}
p {font-size: 12px;
	margin: 5px 0 15px 0;
	text-align:left;
}

#center a, a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
#center a:hover {
color:#FF0000;
}

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #FFF;
}


h1 {
	font-size: 18px;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	margin-bottom: 15px;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 12px;
}

#main {
	text-align: left;
}

#left {
	float: left;
	width: 415px;
	padding: 15px 15px 15px 45px;
	height:100%;
}
#center {
	float:right;
	padding: 20px 45px 15px 20px;
	width: 415px;
	height: 100%;
}
#main li {
	list-style-position: outside;
	list-style-type: disc;
}
#main h2 {
margin: 30px 0 10px 0;
}
#divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 15px;
	margin-top: -10px;
}
#footer {
	font-size:10px;
	clear:both;
	padding: 0;
	margin-bottom: 25px;
	width: 955px;
	background-color: #FFF;
}
#adres {
	color:#666;
	margin: 0;
	padding: 25px 0 0 25px;
	text-align:left;
}
.pasif {
	color: #CCCCCC;
	}