/* Main Settings */
body
{
	background-color: #333333;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, Sans Serif;
	margin: 0px;
	padding: 0px;
}

a:link
{
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
	color: #c10202;
}

a:hover
{
	color: #c10202;
}

a:visited
{
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
	color: #c10202;
}

h1
{
	font-size: 10pt;
}
h2
{
	font-size: 7pt;
	font-weight: bold;
}

ul
{
	list-style-type: disc;
}

a img
{
	border-style: none;
}

img
{
	margin-right: 1px;
	margin-bottom: 1px;
	padding: 0px;
}

/* Main Layout Settings */

div#main
{
	position: relative;
	top: 0px;
	background-color: #ffffff;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
div#header
{
	z-index: 10;
	background-color: #7a7f7b;
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 200px;
}
div#header_content
{
	position: relative;
	top: 17px;
	background-color: #c10202;
	height: 166px;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	padding-top: 15px;
}
#header_content img
{
	margin: 0px;
}
div#menu_top
{
	z-index: 10;
	background-color: #7a7f7b;
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#menu_left
{
	z-index: 10;
	float: left;
	width: 227px;
}
div#content_cell
{
	z-index: 10;
	float: left;
	width: 553px;
}
#columns
{
	background: #ffffff;
}
div#content
{
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	background: #ffffff;
}
#copyright
{
	display: block;
	z-index: 10;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
/*	margin-bottom: 5px;*/
	margin-top: 30px;
	background-color: #5F6460;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Header Content */

div#header_content a img
{
	border-width: 0px;
}

/* Menu */

#menu_left ul
{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	border-top: solid #cccccc 1px;
}
#menu_left ul li
{
	border: solid #cccccc 1px;
	border-top-width: 0px;
	background-color: #e7e7e7;
	color: #000000;
	padding: 7px;
	padding-left: 30px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#menu_left ul ul
{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	border-width: 0px;
}
#menu_left ul ul li
{
	border-width: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#menu_left ul li.unlinked
{
	background-color: #f3f2f2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_left ul li a
{
	text-decoration: none;
	padding-left: 5px;
	display: block;
	color: #000000;
}

#menu_left ul li a:hover
{
	color: #ae0e1a;
}

#menu_left ul li.empty
{
	background-color: #f3f2f2;
	height: 15px;
}

/* Top Menu */

#menu_top ul.menu
{
	position: absolute;
	top: 0px;
	left: 117px;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-right: solid white 1px;
}
#menu_top ul.menu li
{
	display: block;
	float: left;
	border: solid white 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	padding-top: 7px;
	background: #7a7f7b;
	height: 23px;
	width: 89px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 11px;
}
#menu_top ul.menu li a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#menu_top ul.menu li a:hover
{
	color: #ae0e1a;
}

#menu_top #menu_buttons
{
	position: absolute;
	left: 20px;
	top: 0px;
	width: 97px;
	height: 30px;
	text-align: left;
	padding-top: 7px;
	height: 33px;
}
#menu_top #menu_buttons a img
{
	border-width: 0px;
}
/* Content modifiers */

.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.centertable
{
	margin-left: auto;
	margin-right: auto;
}
.left
{
	text-align: left;
}
.strong
{
	font-weight: bold;
}
hr.medium
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-color: #555555;
}
hr.thin
{
	border-width: 0px;
	border-bottom-width: 1px;
}
img.margright
{
	margin-right: 10pt;
}

div.columns div
{
	float: left;
}

div.columns div div
{
	float: none;
}

.column_end
{
	clear: both;
	display: block;
}
.bottom_marg
{
	margin-bottom: 12pt;
}
.bigger
{
	font-size: 110%;
}

table.list
{
	text-align: right;
	width: 470px;
	vertical-align: middle;
}
td.list_descr
{
	width: 370px;
	text-align: left;
}
.communicate
{
	font-size: 120%;
	font-weight: bold;
	margin-top: 20pt;
	margin-bottom: 30pt;
}
.podpis
{
	text-align: center;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10pt;
}
.popup_right
{
	width: 245px;
	float: right;
	margin-left: 6px;
}
.popup_right legend
{
	font-weight: bold;
}
.popup_right ul
{
	padding: 0px;
	margin: 5px;
	margin-left: 15px;
}