/* general styling */
* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #fbf4e4 url('../img/bg.jpg') repeat-x fixed;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

p {
	padding: 4px 0px 4px 0px;
	color: #3d3d3d;
	text-align: justify;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #0b3b91;
}
h1 {
	color: #f46b00;
	font-size: 26px;
	line-height: 32px;
	font-family: Times New Roman;
	font-weight: normal;
}
h2 {
	color: #f46b00;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
h3 {
	color: #c5091d;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
td,th {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	width: 200px;
	text-align: left;
	background: #f46b00;
}
th {
	font-weight: bold;
	background: #1d4c97;
}
td ul {
	margin: 5px 5px 5px 5px;
	list-style-position: inside;
}
td ul li{
	padding: 5px 5px 5px 5px;
}
.clear {
	clear: both;
}
.cleft {
	clear: left;
}
.cright {
	clear: right;
}

.blue {
	color: #0b3b91;
}
.smallblue {
	color: #0b3b91;
	font-size: 10px;
}
.orange {
	color: #f46b00;
}
img.right {
	float: right;
}
img.left {
	float: left
}
td.wyroznienie, table.wyroznienie {
	border:1px solid #F46B00;
	color:#124A9E;
	background-color:#FBE3C9;
}
table.form td {
	background: none;
	color: #3d3d3d;
	padding: 1px 1px 1px 1px;
}
input, input.input, select {
	border: 1px solid #f46b00;
}
input.button {
	background-color: #1d4c97;
	color: #ffffff;
	padding: 2px 2px 2px 2px;
}

#container {
	width: 887px;
	margin: 0 auto;
	background: #faf3e4;
}
#container.home {
	background: url('../img/c_bg.jpg');
}

/* top section */
#top {
	width: 887px;
	height: 177px;
}
.home #top {
	height: 299px;
}
	#logo {
		width: 337px;
		height: 140px;
		float: left;
	}
	#logo a {
		display:block;
		width: 337px;
		height: 140px;
	}
	#topflash {
		width: 550px;
		height: 116px;
		float: right;
	}
	#topnav {
		width: 550px;
		height: 24px;
		background: #f56d01;
		float: right;
	}
	#topnav ul {
		list-style-type: none;
		margin: 4px 0px 2px 0px;
	}
	#topnav ul li {
		display: inline;
		padding: 0px 9px 0px 7px;
		border-right: solid 1px #ffffff;
	}
	#top #img {
		width:887px;
		height: 37px;
		background: url('../img/top_p.jpg');
	}
	.home #top #img {
		height: 160px;
		background: url('../img/poliglota_sg_top2.jpg');
	}

/* side menu section */
#sidenav {
	width: 185px;
	float: left;
}
	#sideflash {
		width: 185px;
		height: 50px;
	}
	#sidenav ul {
		width: 185px;
		padding-bottom: 50px;
		background: #f46b00;
	}
	#sidenav ul li {
		display: block;
		height: 16px;
		background: #f68126;
		padding: 5px 3px 5px 25px;
	}
	#sidenav ul li.odd {
		background: #f46b00;
	}
	#sidenav ul li.distinguish {
		background: #1d4c97;
	}
	#sidenav ul li.distinguish a:hover {
		color: #f46b00;
	}
	
/* main section */
#main {
	width: 702px;
	float: right;
	background: url('../img/p_bg.jpg') repeat-x;
}
.home #main {
	background-image: none;
}
#centernav {
	height: 37px;
	width: 555px;
	background: url('../img/sg_menu.jpg');
	float: left;
	text-align: center;
}
.home #centernav {
	height: 50px;
}
	#centernav ul {
		list-style-type: none;
		width: 555px;
		padding: 10px 0px 10px 0px;
	}
	.home #centernav ul {
		padding: 17px 0px 17px 0px;
	}
	#centernav ul li {
		display: inline;
		background: url('../img/strzalka.gif') no-repeat;
		background-position: 3px 3px;
		padding: 0px 10px 0px 15px;
		font-weight: bold;
	}
	#centernav a:hover {
		color: #87a9ff;
	}
	
#content {
	width: 602px;
	padding: 20px 20px 10px 80px;
	float: left;
}
.home #content {
	width: 455px;
	background: url('../img/home_bg.jpg') no-repeat;
	padding-top: 72px;
}
	#content div.left {
		float: left;
		width: 200px
	}
	#content div.right {
		float: right;
		width: 240px;
	}
	#content div.right img, #content div.right p {
		margin-left: 26px;
	}
	#content a {
		color: #0b3b91;
	}
	#content a:hover {
		color: #f46b00;
	}
	
#sidebar {
	width: 147px;
	float: right;
    background: #004f9d url('../img/tlo.png') repeat-x;
}
	#sidebar img {
		display: block;
	}
	#sidebar p {
		padding: 4px;
		text-align: center;
        color: #ffffff;
	}
    #sidebar a:hover p, #sidebar p a:hover {
        color: #f46b00;
    }
	
#header {
	margin-left: 80px;
	padding: 20px 20px 0px 0px;
	border-bottom: 1px solid #0b3b91;
	height: 58px;
	width: 455px;
	float: left;
}
#headimg {
	float: right;
	width: 147px;
	height: 115px;
	border-bottom: 1px solid #0b3b91;
}
div#divSiteMap A {
	display: block;
	font-family:verdana;
	text-decoration: none;
}
a.site_map_main {
	padding-left: 10px;
	font-size: 12px;
	font-family:verdana;
	font-weight: bold;
	line-height:16px;
}
a.site_map_level_1 {
	padding-left: 40px;
	font-size: 12px;
	font-weight: normal;
	line-height:16px;
}
a.site_map_level_2 {
	padding-left: 70px;
	font-size: 10px;
	font-weight: normal;
	line-height:16px;
}

.hidden {
	display:none; 
	position: absolute; 
	margin: -20px 0px 0px -10px;
	z-index: 40000; 
	background: #faf4e4; 
	border: solid 2px #0b3b91;
	width: 230px;
}
.hidden a {
	display: block;
	width: 170px;
	height: 100%;
	color: #0b3b91;
	font: inherit;
	padding: 25px;
}
.hidden a:hover {
	color: #0b3b91;
}
.homebox {
	margin-top: 15px;
}
.details {
	margin-bottom: 15px;
	color: #948cb8!important;
	font-size: 11px;
}
.homebox a {
	color: #948cb8!important;
}
.homebox a:hover {
	color: #f46b00!important;
}
.homebox a span.details {
	color: #948cb8!important;
	font-size: 11px;
}
.homebox a:hover span.details{
	color: #f46b00!important;
}
object {
	z-index: 0;
	position: relative;
}