body {
	font-size: 10pt;
	font-family: Verdana;
	background-image: url("images/back_page.jpg");
	background-repeat: repeat-x;
	background-color: #E2DDD7;	
	margin:0px;
	padding:0px;
	}

a.big{
	font-weight: bold;
}

a.email{
	text-decoration: none;
}
a:hover.email{
	text-decoration: underline;
}


#header {
	background-color: #fff;
	background-image: url("images/bg_header.png");
	background-repeat: repeat-x; 
	margin:0 0 15px;
	padding: 0px 5px;
	border:1px solid #ccc;
}
#header h1  {
	display: inline;
	font-size: 10px;
	text-align: right;
	padding-left: 350px;
	}

#header h1 a {
	text-decoration: none;
	color: #eee;
}

#header.invisible {
	display:none;
	}
#header a img {
	border: 0px none;
	vertical-align: -60%;
	}
#header img {
	margin-top: 10px;
	margin-left: 30px;
	}
#header div.languages{
	margin-top:5px;
	float: right;
}

#header div.languages a{
	color: blue;
	text-decoration: none;
}

#footer{
	text-align: center;
	}	

#container { 
	width: 770px;
	margin: 0 auto;
}
#content{
	background-image: url("images/bg.png");
	background-repeat: repeat-x; 
	background-color: #fff;
	margin: 0;
	padding: 12px;
	border:1px solid #ccc;
}
#content{
	text-align: justify;
}
#content h1 {
	color: #007;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	text-align:right;
}


#content td{
	text-align: left;
	}

#content td.top{
	margin-top: 40px;
	padding: 0px;
	color: #007;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	margin-right: 450px;
	text-align: left;
	}


#content p.top{
	margin-top: 40px;
	padding: 0px;
	color: #007;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	margin-right: 450px;
	text-align: left;
	}

#content p.for-image{
	float:right;
	width:400px;
	}
#content p.for-image img {
	}

#content h2{
	font-size: 1.1em;
}

#content ul.top li{
	color: #007;
	font-size: 12pt;
	font-family: Arial;
	font-style: italic; 
	font-weight: bold;
}

#banners {
    margin-top: 3em;
    text-align: center;

}
#banners a img{
  border: 0 none;
}

#banners object.netart{
	height: 60px;
}

#banners img.comarch {
}

#banners img.eset {
    width: 100px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#menu {
	margin-top: 16px;
	margin-bottom: 5px;
	font: 14px Arial ;
	}

#menu ul{
	margin: 0 0 0 4px;
	padding: 0 20px 0 24px;
	text-align: right:
	margin-right:top;
}
#menu ul li {
	display: inline;
	padding: 0px;
	margin: 0;
}

#menu ul li a {
	padding: 4px 5px ;
	background-color: #B9D822;
	text-decoration: none;
	color: #fff;
}

#menu ul li.selected a{
	background-color: #93488B;
	border-bottom: 1px none;
	border-width: 1px;
}
#menu ul li a:hover {
	background-color: #3AB1DB;
}

table.cennik {
	width: 100%;
	margin-top: 20px;
}

table.cennik th, td {
	padding: 5px;
	margin: 0px;
	border: 0px none ; 
}
table.cennik th {
	background-color: #ddd;
	}

table.cennik td {
	background-color: #eee;
	}



.clear-right{
	clear: right;
}