/* CSS Document */
body	{
height: 100%;
width:100%;
margin:0;
padding:0;
position:relative;
color: #E4E4E4;
background-color: #F8F5F1;
}
div#wrapper {
  width: 100%;
  height: auto;
  overflow:visible;
  position: relative;
  margin-top:0;
  margin-bottom:0;
  background-color:#1E1E1E;
}
#head {
height:18px;
background-color: #151515;
border-bottom:solid 1px #737373;
width:100%;
position:relative;
}
#head_b {
height:60px;
padding:15px;
background-color:#FFF;
border-bottom:solid 1px #737373;
width:100%;
position:relative;
}
#cont	{
	width:1024px;
	margin:0 auto;
	margin-bottom:0;
	min-height:460px;
	overflow: visible;
	background-color:#F8F5F1;
	border-left: solid 1px #BDC9D2;
	border-right: solid 1px #BDC9D2;
	color:#5D5D5D;
	}
#body {
	width: 810px;
	padding:35px 15px;
	height: 350px;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}
#dol { 
width:100%; 
margin-left:auto;
margin-right:auto;
min-height:200px;
background-color: #5C5C5C;
clear:both;
	background-image:url(grafika/bg_foot.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
h1	{
	font-family:Arial;
	font-weight:800;
	font-size:22px;
	color: #FFF;
	margin: 0;
	}
h2	{
	font-family:Arial;
	font-size:16px;
	color: #292929;
	margin: 3px 0px 0px 0px;
	}
h3	{
	font-family:Arial;
	font-size:12px;
	color: #DFD750;
	margin: 1px 0px 2px 3px;
	}
h4	{
	font-family:Arial;
	font-size:13px;
	color: #CC3300;
	margin: 1px 0px 2px 3px;
	}	
a { 
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover {
	color:#CCCCCC;	
	text-decoration:none;
	}
