body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #8AD0F3;
}

a {
	color: #1374A7;
}

a:hover {
	color: #000;
}

img {
	background: #Fff;
   border: 1px solid #8AD0F3;
	padding: 1px;
}
.imgright {
  	margin: 5px 0px 5px 5px; 
	float: right;
}
.imgleft {
  	margin: 5px 5px 5px 0px;
	float: left;
}

h1 {
	background: url(images/h1_bg.jpg) right top no-repeat;
	font-size: 24px;
	color: #000;
	line-height: 64px;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
}

h2 {
	font-size: 16px;
	border-bottom: 2px solid #000;
	color: #000;
	text-align: center;
	
	
}

h4 {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px dashed #333;
	margin: 10px 5px 0;
	
}

#wrap {
	margin: 0px auto;
	padding: 0px;
}

#header {
	margin: 0px auto;
	height: 424px;
	width: 1000px;
	background: url(images/header.jpg) top center no-repeat;
}

#mainmenu {
	float: right;
	width: 650px;
	height: 100px;
	position: relative;
	top: 230px;
	right: 33px;
	background: #fff;
}

#menu {
	float: left;
}

#mainmenu a {
	display: block;
	width: 119px;
	height: 100px;
	padding: 0 10px 0 0;	
	margin: 0px;
	width: 119px;
	height: 100px;
}

.menu1 a{
	background: url(images/menu1.jpg) no-repeat;
}

.menu1 a:hover{
	background: url(images/menu1_hover.jpg) no-repeat;
}
.menu1 #current1{
	background: url(images/menu1_hover.jpg) no-repeat;
}
.menu2 a{
	background: url(images/menu2.jpg) no-repeat;
}

.menu2 a:hover{
	background: url(images/menu2_hover.jpg) no-repeat;
}
.menu2 #current2{
	background: url(images/menu2_hover.jpg) no-repeat;
}
.menu3 a{
	background: url(images/menu3.jpg) no-repeat;
}

.menu3 a:hover{
	background: url(images/menu3_hover.jpg) no-repeat;
}
.menu3 #current3{
	background: url(images/menu3_hover.jpg) no-repeat;
}
.menu4 a{
	background: url(images/menu4.jpg) no-repeat;
}

.menu4 a:hover{
	background: url(images/menu4_hover.jpg) no-repeat;
}
.menu4 #current4{
	background: url(images/menu4_hover.jpg) no-repeat;
}
.menu5 a{
	background: url(images/menu5.jpg) no-repeat;
}

.menu5 a:hover{
	background: url(images/menu5_hover.jpg) no-repeat;
}
.menu5 #current5{
	background: url(images/menu5_hover.jpg) no-repeat;
}

#topmenu {
	position: relative;
	top: 60px;
	right: 60px;
	float: right;
	font-weight: bold;
	color: #000;
}

#topmenu a {
	color: #000;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#content {
	margin: 0px auto;
	padding: 0px;
	background: url(images/bg.jpg) repeat-y center top;
	width: 1000px;
}

#reklama {
	position: relative;
	left: 25px;
	padding-top: 45px;
	padding-right: 5px;
	float: left;
	width: 200px;
	border-right: 1px dashed #666;
	background: url(images/reklama.jpg) no-repeat top left;
}

#main {
	position: relative;
	right: 45px;
	float: right;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 715px;
	background: url(images/main_bg.jpg) no-repeat left bottom;
}

#sidebar {
	border: 1px solid #8AD0F3;
	font-size: 10px;
	float: right;
	margin: 73px 2px 0 2px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#footer {
	background: url(images/footer_bg.jpg) bottom center no-repeat;
	margin: 0px auto;
	width: 1000px;
	height: 55px;
}

#footer_left {
	font-size: 10px;
	padding: 10px 0 0 10px;
	border-top: 1px solid #333;
	margin: 0 50px;
}

#banner {
	position: relative;
	top: 50px;
	left: 240px;
	float: left;
	margin: 5px auto;
	background: #888;
	text-align: center;
	font-weight: bold;
	width: 468px;
	height: 60px;
	top: 30px;
}

#banner a {
	color: #fff;
	display: block;
	width: 468px;
	height: 60px;
	line-height: 60px;
}

#vertbanner {
	margin: 0px auto 2px;
	background: #999;
	text-align: center;
	font-weight: bold;
	width: 120px;
	height: 600px;
}

#vertbanner a {
	color: #fff;
	display: block;
	width: 120px;
	height: 600px;
	line-height: 600px;
}

.spacer 
{ font-size:0; clear:both; height:1px;}