body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #3E3E3E;
	background: url(images/bg7.jpg) no-repeat;
	position: relative;
	background-position: center top;
	padding:0px;
	margin:0px;
	background-color: #32170C;
	text-align: justify;

}

* {
	margin: 0;
	padding: 0;
}

strong {
	color: #DC8347;
}

h1, h2, h3 {
	color: #0E0E0E;
}

a {
text-decoration: none;
color: #ab6528;
}

a:hover {
text-decoration: underline;
}

p, ul, ol {
	margin-bottom: 0px;
	line-height: normal;
	text-align: justify;
	/*background: #FFD48E; /*kolor*/
}

h4 {text-decoration: underline;
font-size: 10pt;
}


ul, ol, li {
	margin: 0px;
	padding: 0px;
}

a img
{
border: none;
}

/* Wrapper */


#wrapper {
	width: 800px;
	background: #FFF;
	margin: 40px auto;

}

/* Header */

#header {
	height: 75px;
	margin: 0;
	padding: 0;
	background: url(images/logos_bar_1x75.png) repeat-x;

}


/* Content */

#content {
  	width: 800px;
	margin: 0;
	padding: 0;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #efe8df 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efe8df)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#efe8df 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#efe8df 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#efe8df 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#efe8df 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe8df',GradientType=0 ); /* IE6-9 */
}


#top {
	height: 69px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	vertical-align: middle;display: table-cell;
}

#top h1 {
	font-size: 24px;
	color: #4a2801;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#welcome {
	font-size: 24px;
	display: inline;
	color: #4a2801;
	font-weight: normal;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	float: left;
}

img.maly {
    display: block;
	 float: left;
    margin: 0px 20px 0px 30px;
	 padding: 0;
	 }

#tresc {
	width: 740px;
	margin: 0;
	padding: 0px 30px 0px 30px;
	font-size: 14px;
}

#tresc h1 {
	font-size: 15px;
	color: #858585;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.pub {
	margin: 5px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background: #EBE3D8; /*kolor*/
	float: right;
	clear: both;
	text-align: right;
	color: #6E6E6E;
}

ul.dwa {
	list-style: disc inside;
	margin: 0;
	padding-right: 10px;
	padding-left: 0px;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	 margin-top: 35px;
	 margin-bottom: 0; }

img.logo_NCN {
    display: inline;
    margin-left: 145px;
    margin-right: 50px;
	 margin-top: 25px;
	 margin-bottom: 24px;}

img.logo_UW {
    display: inline;
    margin-left: 50px;
    margin-right: 150px;
	 margin-top: 14px;
	 margin-bottom: 13px;}

#menu {
  	float:left;
	width:100%;
  	overflow:hidden;
   position:relative;
  	height: 50px;
  	margin: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
 	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #B1B1FF; /*kolor*/
  	background: url(images/navi-bar_760x50.png) no-repeat;
	background-position: center;
	text-align:center;
  	list-style:none;
}

#menu ul {
 	clear:left;
   float:left;margin: auto;
	position:relative;
   text-align:center;left:50%;
}

#menu li {
 	display: block;float:left;
	float:left;
	position:relative;
   right:50%;
	margin:0;
   padding:0;
}

#menu a {
	height: 14px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
  	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
  	background-image: url(images/navi-line_1x25_2.png);
	background-repeat: no-repeat;
	background-position: right;
  	padding: 16px 14px 20px 14px;
	margin:0;
	font-family: Tahoma, sans-serif;

}

#menu a:hover, #menu .active a {
	color: #e58940;
}

#footer {
	height: 30px;
	margin: 0 auto;
	padding: 0;
}

