* {margin: 0; padding: 0;}

html {
  color: #303030;
  font: normal 14px verdana;
  text-align: center;   
  background: url('images/bg.gif') repeat-x top;
  padding: 0 0 10px 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  width: 976px;
  text-align: left;
  margin: 0 auto;
  background: url('images/bg.gif') repeat-x top #ffffff;
  font-family: arial;	
}  
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a img{border: 0px;}

table.navigation {margin: 7px 0 0 30px;}
table.navigation td {
	margin: 0 10px; 
	padding: 5px 10px; 
	background-color: #003366; 
	border: 1px solid #334d88;
	border-bottom-width: 0;
}
table.navigation td a {color: #eaeaea;}

table.navigation td:hover {
	background-color: #6699cc; 
	border: 1px solid #8c8ca8;
	border-bottom-width: 0;
}

table.navigation td.active {background-color: #eaeaea;}
table.navigation td.active a {color: #111111; }

div.navigation {padding: 5px; }
div.navigation a {color: #111111; margin-right: 10px;}

div.content {margin-top: 10px;}
div.content a {font-weight: bold; color: #003366; display: block;}
div.content p {color: #303030; margin: 5px 0 10px 0;}

div.heading {background: url('images/heading-bg.gif') repeat-x top; color: #111111; margin: 10px 0;}
div.heading img {vertical-align: middle;}


div.laeft-side {
	float: left;
	width: 520px;
	background-color: #FFF;
	padding-right: 10px;
}

div.right-side {
	float: right;
	width: 430px;
	background-color: #FFF;
	padding-left: 10px;
}

.reklama {
	float: right;
	width: 125px;
	background-color: #FFF;
	padding-left: 10px;
}
.footer {
	clear: both;
	text-align: center;
	background-color: #eaeaea;
	padding: 5px;
	margin-top: 10px;
	color: #707070;
	font-size: 12px;
	border-bottom: 1px solid #707070;
}
.footer a {color: #707070;}
.source {
	font-size: 10px;
	font-style: italic;
	clear: both;
	text-align: right;
}