/* CSS Document */
body	{
min-height: 100%;
margin:0;
padding:0;
position:relative;
background-color: #3366CC;
background-image:url(grafika/bg_wz.jpg);
background-repeat:repeat;
color:#454545;
}
div#wrapper {
  width: 800px;
  height: 100%;
  position: relative;
  margin:0 auto;
  padding:0px;
  background-color:#4488C5;
  border-left:solid 3px #246188;
  border-right:solid 3px #246188;
}
#head {
	width:800px;
	margin-bottom:0;
	margin-left: auto;
  	margin-right: auto;
	border-top:solid 3px #246188;
	}
#left	{
	width:186px;
	min-height:100%;
	margin-bottom:0;
	padding-right:0px;
	padding-bottom:0;
	float:left;
	background-color: #A4C5E3;
	}
.cont	{
	width:591px;
	height: 100%;
	padding: 2px 0;
	margin-bottom:10px;
	}
#body {
	width: 580px;
	padding:10px;
	height: 100%;
	float:right;
	margin-left:0px;
	margin-top:0;
	background-image:url(grafika/bg_b.jpg); 
	background-position:top; 
	background-repeat:no-repeat;
}
h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:22px;
	color: #663300;
	margin: 3px 0px 3px 3px;
	}
h2	{
	font-family:Arial;
	font-size:16px;
	color: #F7F7F7;
	font-style:italic;
	margin: 2px 0px 2px 3px;
	}
h3	{
	font-family:Arial;
	font-size:13px;
	color: #2D6A77;
	margin: 1px 0px 2px 3px;
	}	
#stopka	{
	margin-bottom: 0;
	margin-top:0; 
	height:22px;
	width:786px;
	border-top:solid 1px #FFFFFF;
	border-bottom:none;
	padding: 15px 10px 0px 4px;
	color: #474E54;
	background-color: #E4E4E4;
	clear:both;
   }	

