html {
	overflow: hidden; /* no scrollbar in IE7 */
}

body
{
	background-color: #000040;
	color: #ffffff;
	margin: 0;
	font-size: 10pt;
	font-family: Heveltica, Arial, sans-serif;
}

h2
{
	font-size: 12pt;
	margin-top: 5px;
	text-align: center;
}

h3
{
	font-size: 10pt;
	margin-top: 5px;
	text-align: left;
	font-weight: bold;
}

a
{
/* font-weight: bold;*/
	color: #ffffff;
	text-decoration: underline;
}

a:visited
{
	color: #ffffff;
}

a:hover
{
	color: #c0c0ff;
}

a img
{
	border-style: none
}

ul.menu
{
	margin: 0;
	text-align: right;
	list-style-type: none;
	padding-left: 0;
}

ul.menu li
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
}

ul.menu li ul
{
	margin: 0;
	text-align: right;
	list-style-type: none;
	padding-left: 0;
	font-size: 10pt;
	margin-bottom: 10px;
}

ul.menu li ul li
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
}

ul.menu a, a.menu
{
	text-decoration: none;
	font-weight: bold;
}

#layout_top
{
	position: fixed;
	_position: absolute; /* IE hack */
	left: 0;
	top: 0;
	width: 650px;
	height: 86px;
	background-image: url('/image/blue_box.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

#layout_top_fade
{
	position: fixed;
	_position: absolute; /* IE hack */
	left: 650px;
	top: 0;
	right: 0;
	height: 86px;
	background-image: url('/image/blue_box_fade.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

#layout_logo
{
	position: absolute;
	width: 193px;
	height: 83px;
	left: 10px;
	top: 0px;
	z-index: 1;
	overflow: hidden;
}

#layout_logo h1
{
	font-size: 18pt;
}

#layout_logo h1 a 
{
	display: block;
	position: absolute;
	left:0;
	top:0;
	width: 193px;
	height: 83px;
	z-index: 2;
	background-image: url('/image/blue_logo.png');
	background-repeat: no-repeat;
}

#layout_logo h1 a span
{
	display: none;
}

#layout_banner
{
	display: block;
	position: fixed;
	_position: absolute; /* IE hack */
	right: 0;
	top: 23px;
	width: 468px;
	height: 60px;
	overflow: hidden;
}

#layout_menu
{
	position: fixed;
	_position: absolute; /* IE hack */
	left: 0;
	top: 0;
	width: 150px;
	bottom: 0px;
	background-image: url('/image/blue_box.png');
	background-position: right top;
	background-repeat: repeat-y;
}

#layout_menu_list
{
	position: absolute;
	left: 2px;
	top: 88px;
	width: 143px;
	bottom: 32px;
	overflow: auto;
}

#layout_main
{
	position: fixed;
	_position: absolute; /* IE hack */
	left: 154px;
	top: 90px;
	width: 496px;
	bottom: 34px;
	overflow: auto;
}

#layout_bottom
{
	position: fixed;
	_position: absolute; /* IE hack */
	left: 0;
	bottom: 0;
	width: 650px;
	height: 30px;
	background-image: url('/image/blue_box.png');
	background-position: left top;
	background-repeat: repeat-x;
}

#layout_buttons
{
	position: fixed;
	_position: absolute; /* IE hack */
	left: 2px;
	bottom: 2px;
	width: 143px;
	height: 19px;
	text-align: center;
	font-size: 10pt;
}

#layout_copyright
{
	position: fixed;
	_position: absolute; /* IE hack */
	left: 152px;
	bottom: 2px;
	width: 496px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 10pt;
}

#layout_bottom_fade
{
	position: fixed;
	_position: absolute; /* IE hack */
	left: 650px;
	bottom: 0;
	right: 0;
	height: 30px;
	background-image: url('/image/blue_box_fade.png');
	background-position: left top;
	background-repeat: repeat-x;
}

/* gory */

img.szlak
{
	vertical-align: middle;
}

/* studia */

table#listaplikow
{
	width: 496px;
	border-spacing: 0;
}

table#listaplikow caption
{
	text-align: left;
}

table#listaplikow th
{
	background-color: Gray;
}

.nazwa_naglowek, .nazwa_katalog, .nazwa_plik
{
	text-align: left;
	white-space: nowrap;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: Silver;
}

.rozmiar_naglowek, .rozmiar_katalog, .rozmiar_plik
{
	text-align: right;
	white-space: nowrap;
	width: 70px;
}

.rozmiar_katalog
{
	font-style: italic;
}

.data_naglowek, .data_katalog, .data_plik
{
	text-align: left;
	white-space: nowrap;
	width: 135px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: Silver;
}

/* portfolio */

div.portfolio_thumbs
{
	display: table;
	width: 450px;
}

a.portfolio_thumb
{
	display: table-cell;
	_display: block;
	width: 150px;
	height: 97px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.portfolio_thumb:hover
{
	background-position: -150px 0;
}

a.portfolio_thumb span
{
	display: none;
}
