

body {
	background: #CCC;
	font: 1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

#wrap {
	width: 820px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	background: #CCC url(content.jpg) repeat-y center top;
}

#header {
  height: 200px;
  background: #CCC;
}
#header #logo-text {
  margin-top: 15px;
}
#header #biuro {
  position: relative;
  left: 0px;
  top: 20px;
}
#header #logo {
  position: relative;
  left: 0px;
  top: 30px;
}
#header #adres {
  position: relative;
  left: 40px;
  top: 50px;
}
#header #logo-text a {
	font: bolder 35px Arial, Sans-serif;
	letter-spacing: 5px;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	color: #0D5DA8;
}

#header #head-left {
  width: 584px;
  height: 200px;
  float: left;
  background: #CCC url(woman.jpg) no-repeat right bottom;
  font: bolder 12pt Arial;
  color: #0D5DA8;
  /*border: solid 1px black;*/
}
#header #head-right {
  float: right;
  text-align: left;
  height: 200px;
  width: 200px;
  /*border: solid 1px black;*/
  background: #CCC url(menu.jpg) no-repeat left bottom;
  vertical-align: text-bottom;
}

#header #head-right .content-main {
  margin-left: 0px;
}

#menu ul {
	list-style: none;
	margin: 38px 13px 0px; 
	padding: 0;
}
#menu ul li {
	display: block;
	line-height: 20px
}
#menu ul li a {
	/*display: block;
	float: left;*/
	padding: 0 10px;
	color: #0D5DA8;
	font-size: 16px;
	font-weight: bold ;
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #FF7F00;
}
#menu ul li#current a {	
	color: #D4E59F;
}


#content-head {
  background: #CCC url(content-head.jpg) no-repeat center bottom;
  height: 30px;
}
#content {
  background: #CCC url(content.jpg) repeat-y center top;
  font: 12pt Arial;
  color: black;
  text-align: justify;
  /*border: solid 1px black;*/
}

#content h1,hr {
	margin: 0;
	padding: 0; 
	outline: 0;
}
#content a {
  color: #0D5DA8;
  text-decoration: none;
}
#content a:hover {
  color: #FF7F00;
}

#content li {
  list-style-image: url(fish.gif);
  padding: 5px 0px 5px;
}
#content li a {
  font: bolder 12pt;
  margin-left: 10px;
}

#content-foot {
	color: #C6DDEE;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 40px;
	text-align: left;	
	font-size: 10pt;
}
#content-foot a {
  text-decoration: none;
  color: #C6DDEE;
  font-weight: bold;
}

.content-main {
  margin-left: 40px;
  margin-right: 40px;
}

.fleft {
  float: left;
}
.fright {
  float: right;
}
#content-foot .fright * {
  text-align: right;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	padding: 0;
	color: #FF7F00;
}
h2 {
	font-size: 150%;
	padding: 0;
	color: #FF7F00;
}
h3 {
	font-size: 120%;
	color: #0D5DA8;
}

hr {
  color: #FF7F00;
	background-color: #FF7F00; /*#D2D2D2;*/
	height: 1px;
	border: 0;
}
