* {	margin: 0; padding: 0;}

html {
	height:100%;
	font: 12px Lucida, Verdana, sans-serif;
}
body {
	padding:0;
	margin:0;
	font: 12px Lucida, Verdana, sans-serif;
	color:#000;
}
* html body {
	height:100%;
}
#container {
	padding:0;
	margin:0 auto;
	width:1000px;
	min-height:100%;
	position:relative;
}
* html #container {
	height:100%;
}

img { 
	border:none; 
}
.rightintext {
	float: right;
	margin:10px 0 10px 10px;
}
a {	
	color: #f39; 
	text-decoration: underline; 
	outline: none;
}
a:hover { 
	text-decoration: none;
}

#header {
	position: relative;
	height:108px;
	margin:30px 0px 4px 0px;
	background: #000 url(header.png) repeat-x;
	padding: 0 20px 0 20px;
	border: 1px solid #000;
}

#logo {
	display: block;
	float:left;
	width:150px;
	height:108px;
	background:url(logo.png) no-repeat;
	text-indent: -90000px;
}


#headermenu {
	display: block;
	position: absolute;
	bottom: 20px; right: 20px;
	list-style:none;
	height: 12px;
	font: 10px bold Lucida, Verdana, sans-serif;	

}
#headermenu li {
	display: block;
	float:left;
}
	
#headermenu li a {
	display:block;
	padding:0px 8px;
	text-transform: uppercase;
	color: #f39;
}

#headerline {
	position: relative;
	height:4px;
	margin:0px 0px 30px 0px;
	background: #f39;
}

#rightbar {
	display: block;
	position: relative;
	float: left;
}
#rightbar ul {
	display: block;
	list-style:none;
}

#rightbar ul li {
	display: block;
}

#rightbar ul li a {
	display:block;
	text-transform: uppercase;
	color: #f39;
}

#menu_porodi {
	display:none !important;
}

#maincontent {
	margin: 0 0 0 200px;
}

#maincontent strong {
	color: #f39;
}
#maincontent ul {
	padding: 0 0 0 30px;
}
#maincontent h1 {
	padding:0 0 10px 20px;
	font-size: 120%;
	text-transform: uppercase;
	color: #f39;
}
#maincontent h2 {
	font-size: 90%;
	text-transform: uppercase;
	color: #f39;
}
#maincontent p {
	padding:10px 0;
}

#googleadv {
	padding: 60px 0 40px 0;
}

#brcr {
	background: #eee ;
	padding: 3px 20px;
	margin: 0px 0px 15px 0px;
}

#footer {
	color: #666;
	display: block;
	position: relative;
	margin:30px 0;
	padding: 0 10px;
	height: 28px;
	background: #eee url(footer.png) repeat-x;
	font: 10px Lucida, Verdana, sans-serif;
}
#footer p {
	padding: 8px 10px;
	display: block;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #666;
}

#counter {
	float: left;
}
#design {
	float: right;
}
#copyright {
	margin: 0 100px 0 190px;
}
.clear { clear: both; }

