/* CSS Document */
body	{
height: 100%;
width:100%;
margin:0;
padding:0;
position:relative;
color: #E4E4E4;
background-position:top;
background-repeat:repeat-x;
background-color:#FFFBF2;
}
div#wrapper {
  width: 100%;
  height: auto;
  overflow:visible;
  position: relative;
  margin-top:0;
  margin-bottom:0;
  background-color:#FFFBF1;
  color:#60470C;
}
#head {
height:150px;
background-image:url(grafika/bg_top.jpg);
background-repeat:repeat-x;
width:100%;
}
.cont	{
	width:100%;
	height: 501px;
	overflow:visible;
	background-color:#238EF0;
	background-image:url(grafika/bg_cont_m.jpg);
	background-repeat:repeat-x;
	color:#352F28;
	font-size:12px;
	}
td {
	font-size:10px;
	color:#2F2E22; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#dol {
clear:both; 
width:100%; 
margin-left:auto;
margin-right:auto;
padding:0;
height:170px;
background-image:url(grafika/bg_dol.jpg);
background-position:bottom;
background-repeat:repeat-x;
}
h1	{
	font-family:Arial;
	font-style:italic;
	font-size:21px;
	color: #006699;
	margin: 3px 0px 3px 3px;
	}
h2	{
	font-family:Arial;
	font-size:14px;
	color: #E9E9E9;
	margin: 3px 0px 0px 0px;
	}
h3	{
	font-family:Arial;
	font-size:12px;
	color: #FFCC00;
	margin: 1px 0px 2px 3px;
	}
h4	{
	font-family:Arial;
	font-size:13px;
	color: #CC3300;
	margin: 1px 0px 2px 3px;
	}		
