@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:0;
	background: #EBF5FA url(../img/bg.png) repeat-x;
	color: #333;
	line-height:150%;
}

img{
	border:0;
}
a{
	color: #333;	
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px 5px;
	border:0;
	width: 808px;
	background: none;
}

#header {
	margin: 0;
	background: url(../img/topbg.png) no-repeat top center;
	height: 230px;
}

#side-a {
	float: left;
	width: 220px;
	background: transparent;
	padding: 0px 2px;
}


#content { 
	float: right;
	width: 550px;
	background:transparent;
	padding: 0px 7px 0px 17px;
	text-align:justify;
}

#footer {
	width:808px;
	height: 90px;
	margin:0 auto;
	background: url(../img/bottombg.png) top center no-repeat;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
}
#footer a{
	text-decoration: none;
	color: #333333;
	position:relative;
	top: -16px;
	margin: 0 10px;
}
#footer a:hover{
	text-decoration:underline;
}

input.sbutton{
	width: 24px;
	height:21px;
	background: url(../img/searchbutton.png) no-repeat bottom left;
	border: 0;
	cursor: pointer;
	
}
input.stext{
	border: 1px solid #676767;
	color: #999999;
}

h1.head, div.head{
	font-size: 15px;
	text-indent: 10px;
	color: #4A8FC5;
	margin-top:10px;
	margin-bottom: 10px;		font-weight: bold;
}
a.submenu{
	color: #333333;
	text-decoration:none;
	margin-left: 20px;
	display: inline;
}
a:hover.submenu{
	text-decoration:underline;
}
div.linia{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	margin: 3px 5px;
	clear:both;
}
.arrow{
	width:  15px;
	height: 15px;
	background:url(../img/arrow.png) no-repeat;
	display: block;
	float: right;
}
#menu{
	position:relative;
	top:16px;
	left:16px;
	display:inline;
}
#menu a{
	text-decoration: none;
	color: #333333;
	margin: 0 13px;
		position:relative;
	top:-15px;
}
#menu a:hover{
	text-decoration:underline;
}

div.tablewo{
	background:url(../img/tablewo.png) no-repeat;
	width: 210px;
	height: 208px;
	margin-top: 10px;
}
.tablewo div{
	width: 140px;
	
	position:relative;
	top: 15px;
	left: 58px;
}
div.box{
	background:url(../img/box.png) no-repeat;
	width: 550px;
	height: 180px;
}
div.box p{
	width: 360px;
	height:170px;
	float:right;
	margin: 20px 20px 0px 0px;
	font-weight:bold;
	text-align: left;
}

a.flag{
	width: 24px;
	height: 15px;
	border: 0;
	display:block;
	margin-left:8px;
	float:right;
}
.pla{
	background: url(../img/flag/flag_pl_a.png) no-repeat top left;
}
.pl{
	background: url(../img/flag/flag_pl.png) no-repeat top left;
}
.ena{
	background: url(../img/flag/flag_en_a.png) no-repeat top left;
}
.en{
	background: url(../img/flag/flag_en.png) no-repeat top left;
}
