/* @override 
	http://www.saf.ug.edu.pl/true/style.css
	http://www.saf.art.pl/true/style.css
*/

body {
	background: #000 url(img/tlo_dol.png) no-repeat center bottom;
	min-height: 600px;
	font: 14px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	padding-bottom: 200px;
	position: relative;
}

a:link, a:visited {
	color: #f00;
	font-weight: bold;
}
a:hover, a:visited:hover {
	color: #ffffff;
	font-weight: bold;
}


body div#tlo {
	background: transparent url(img/tlo_gora.png) no-repeat center 0px;
}
body div#opakowanie {
	width: 980px;
	margin: 0 auto;
}
/* @group Header */

body div#header {
	height: 360px;
	position: relative;
	margin-bottom: 30px;
}
div#header #saf_logo {
	position: absolute;
	top: 8px;
	left: 21px;
}
div#header #saf_title {
	position: absolute;
	top: 28px;
	left: 197px;
}
div#header #ug_logo {
	position: absolute;
	top: 15px;
	right: 30px;
}
div#header #alternator_logo {
	position: absolute;
	top: 15px;
	right: 120px;
}

#menu {
	position: absolute;
	left: 60px;
	top: 300px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	height: 45px;
	overflow: hidden;
	margin: 0 10px;
}
#menu li em {
	display: block;
	padding-top: 50px;
}
#menu li a {
	display: block;
	height: 45px;
	background-position: center !important;
}

#menu li span {
	display: block;
	height: 45px;
	background-position: center !important;
}

#menu li.aktualnosci    { width: 147px; }
#menu li.agencja 		{ width: 102px; }
#menu li.ludzie 		{ width: 84px; }
#menu li.archiwum 		{ width: 121px; }
#menu li.galerie 		{ width: 102px; }
#menu li.kontakt 		{ width: 102px; }
#menu li.forum	 		{ width: 77px; }

#menu li.aktualnosci a   { width: 147px; background: url(img/menu1.png) no-repeat; }
#menu li.agencja a		{ width: 102px; background: url(img/menu2.png) no-repeat; }
#menu li.ludzie a		{ width: 84px; background: url(img/menu3.png) no-repeat; }
#menu li.archiwum a		{ width: 121px; background: url(img/menu4.png) no-repeat; }
#menu li.galerie a		{ width: 102px; background: url(img/menu5.png) no-repeat; }
#menu li.kontakt a 		{ width: 102px; background: url(img/menu6.png) no-repeat; }
#menu li.forum a 		{ width: 77px; background: url(img/menu7.png) no-repeat; }

#menu li.aktualnosci span   { width: 147px; background: url(img/menu1aa.png) no-repeat; }
#menu li.agencja span		{ width: 102px; background: url(img/menu2aa.png) no-repeat; }
#menu li.ludzie span		{ width: 84px; background: url(img/menu3aa.png) no-repeat; }
#menu li.archiwum span		{ width: 121px; background: url(img/menu4aa.png) no-repeat; }
#menu li.galerie span		{ width: 102px; background: url(img/menu5aa.png) no-repeat; }
#menu li.kontakt span 		{ width: 102px; background: url(img/menu6aa.png) no-repeat; }
#menu li.forum span 		{ width: 77px; background: url(img/menu7aa.png) no-repeat; }

.aktualnosc #menu li.archiwum a		{ width: 121px; background: url(img/menu4aa.png) no-repeat; }

#menu li.aktualnosci a:hover    { width: 147px; background: url(img/menu1a.png) no-repeat; }
#menu li.agencja a:hover		{ width: 102px; background: url(img/menu2a.png) no-repeat; }
#menu li.ludzie a:hover			{ width: 84px; background: url(img/menu3a.png) no-repeat; }
#menu li.archiwum a:hover 		{ width: 121px; background: url(img/menu4a.png) no-repeat; }
#menu li.galerie a:hover		{ width: 102px; background: url(img/menu5a.png) no-repeat; }
#menu li.kontakt a:hover		{ width: 102px; background: url(img/menu6a.png) no-repeat; }
#menu li.forum a:hover			{ width: 77px; background: url(img/menu7a.png) no-repeat; }

/* @end */


h1, h2, h3, h4, h5, h6 {
	font-family: "Courier New", Courier, mono;
	text-transform: uppercase;
}

/* @group Footer */

#footer {
	position: absolute;
	bottom: 60px;	
	width: 980px;
	font-size: 12px;
}
#footer #copy {
	float: left;
}

#footer ul {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
	margin-left: 10px;
}
#footer em {
	font-style: normal;
}
#footer a:link, #footer a:visited {
	color: #666;
}
#footer a:hover, #footer a:visited:hover {
	color: #fff;
}

#footer .logout {
	background: #333;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

#footer .logout * {
	display: inline;
}

/* @end */



















