﻿html {
	margin: 0px;
}
body {
	margin: 0px;
	background-image: url('images/topbg.gif');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;

}
#kontener {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 678px;
	margin-left: auto;
	margin-right: auto;
}
#head{
	width: 100%;
	margin-top:20px;
}
#logo{
	background-image:url('images/fin2_03.gif');
	background-repeat:no-repeat;
	width: 292px;
	height: 50px;
	margin-bottom:10px;
}

.clear{
	clear:both;
}

form{
	margin:0px;
	padding:0px;
}
input{
	border:1px solid black;
}
#head2{
	width:100%;
	height:auto;
	float:left;
}
#menu{
	float:left;
	width:201px;
}
#obrazek{
	float:right;
	width:476px;
}
#main{
	width:100%;
}
#lmenu{
	float:left;
	width:201px;
	background-image:url('images/fin2_19.gif');
	background-repeat:no-repeat;
	text-align:center;
}
#rcontent{
	float:right;	
	width:455px;
	padding:10px;
}
#footer{
	width:100%;
	height:auto;
	margin-top:20px;
}

#lfooter{
	float:left;
	width:201px;
	background-image:url('images/fin2_23.gif');
	background-repeat:repeat-x;
	text-align:center;
}
#rfooter{
	float:right;	
	width:468px;
	background-image:url('images/fin2_25.gif');
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#lfooter, #rfooter{
	padding-top:10px;
	padding-bottom:10px;
}

#footer a{
	color:white;
}

#nws{
	width:172px;
	border:1px solid gray;
	padding:5px;
	margin-top:20px;
}