body {
	font-family: sans-serif;
	margin: 0;
	min-width: 1000px;
	padding: 0;
	width: 100%;
}

#head {
	background-color: #31529C;
	color: #FFF;
	font-size: x-large;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px;
	text-align: left;
}

#head a {
	color: #fff;
	text-decoration: none;
}

#head .version {
	color: #FC0;
	float: right;
	font-size: small;
}

#menu {
	background-color: #000;
	color: #FFF;
	font-size: small;
	margin: 0;
	padding: 0px;
	padding-bottom: 4px;
	padding-top: 3px;
	text-align: center;
}

#menu a {
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

#menu a:link, #menu a:visited {
	color: #eee;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #menu a:focus {
	color: #ccc;
	text-decoration: none;
}

#menu a.this:link, #menu a.this:visited {
	color: #F66;
	text-decoration: none;
}

#menu a.this:hover, #menu a.this:active, #menu a.this:focus {
	color: #F00;
	text-decoration: none;
}

#menu a.inactive:link, #menu a.inactive:visited {
	color: #888;
	text-decoration: none;
}

#menu a.inactive:hover, #menu a.inactive:active, #menu a.inactive:focus {
	color: #999;
	text-decoration: none;
}

#conteiner {
	margin: 0;
	padding: 0;
}

#navigation {
	background-color: #EEE;
	float: left;
	font-size: small;
	margin: 0;
	padding: 10px;
	padding-bottom: 20px;
	width: 20%;
}

#navigation a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a.this {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#navigation p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

#navigation select {
	background-color: #fff;
	border: 1px solid #c39292;
	color: #666;
	font-size: small;
	width: 100%;
}

#navigation .selectthis {
	color: #F00;
	margin: 0;
	padding: 0;
	text-align: right;
}

#navigation input[type*="text"] {
	background-color: #fff;
	border: 1px solid #c39292;
	color: #666;
	font-size: small;
	width: 100%;
}

#navigation input[type*="submit"] {
	background-color: #c37070;
	border: 1px solid #c37070;
	color: #fff;
	font-size: small;
	width: 100%;
}

#navigation input[type*="submit"]:hover {
	background-color: #aa4444;
	border: 1px solid #aa4444;
	color: #fff;
	font-size: small;
	width: 100%;
}

#navigation .option_details {
	width: 100%;
}

#navigation .option_details select {
	width: auto;
}

#navigation .virtuallink:hover {
	text-decoration: underline;
	cursor: pointer;
}

#navigation .virtuallink {
	text-decoration: underline;
	cursor: pointer;
}

#content {
	background-color: #FFF;
	margin: 0;
	padding: 10px;
	float: right;
	min-height: 475px;
	width: 75%;
}

#content h1 {
	font-size: x-large;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 0;
}

#content h2 {
	color: #a55;
	font-size: large;
	font-weight: normal;
	margin: 0;
	margin-bottom: 12px;
	margin-top: 20px;
	padding: 0;
}

#content a:link, #content a:visited {
	color: #449;
	text-decoration: none;
}

#content a:hover, #content a:active, #content a:focus {
	color: #006;
	text-decoration: underline;
}

#content em {
	color: #660;
	font-style: italic;
}

#content .null {
	color: #888;
	font-size: small;
}

#content .virtuallink:hover {
	text-decoration: none;
	cursor: pointer;
}

#content .virtuallink {
	text-decoration: none;
	cursor: pointer;
}

.rightinfo {
	background-color: #ececec;
	border: 1px solid #d8d8d8;
	color: #888;
	font-size: small;
	float: right;
	margin-bottom: 10px;
	padding: 5px;
}

.infobox {
	background: #e4e2fc url('../img/info.gif') no-repeat 5px 5px scroll;
	border: 1px solid #d0cef9;
	color: #000;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 55px;
	width: 500px;
}

.infobox .content {
	background-color: #fff;
	padding: 15px;
}

.infobox .content h1 {
	font-size: x-large;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.infobox .content p {
	margin: 0;
	padding: 10px 0px;
}

.infoboxgray {
	background: #dcdadc url('../img/construction.gif') no-repeat 5px 5px scroll;
	border: 1px solid #787878;
	color: #000;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 75px;
	width: 500px;
}

.infoboxgray .content {
	background-color: #fff;
	padding: 15px;
}

.infoboxgray .content h1 {
	font-size: x-large;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.infoboxgray .content p {
	margin: 0;
	padding: 10px 0px;
}

.infoboxexclam {
	background: #ececcc url('../img/exclam.gif') no-repeat 5px 5px scroll;
	border: 1px solid #c7c79e;
	color: #000;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 55px;
	width: 500px;
}

.infoboxexclam .content {
	background-color: #d9d9ac;
	color: #780808;
	padding: 15px;
}

.infoboxexclam .content h1 {
	font-size: x-large;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.infoboxexclam .content p {
	margin: 0;
	padding: 10px 0px;
}

.news {
	background-color: #EED;
	border: 1px solid #BBA;
	clear: both;
	margin: 0;
	margin-top: 15px;
	padding: 10px;
}

.news h1 {
	color: #665;
	font-size: large;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.news .datetime {
	color: #BBA;
	font-size: small;
}

.news p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

.img {
	font-size: small;
	font-style: italic;
	text-align: center;
}

.img img {
	border: 1px solid #999;
	padding: 2px;
}

table.grey {
	border: 1px solid #D8D8D8;
}

table.grey thead th {
	background-color: #999;
	border: 1px solid #777;
	color: #fff;
	font-weight: bold;
	padding: 5px 8px;
	text-align: left;
}

table.grey tbody td, table.grey tbody tr.rowodd td {
	background-color: #ececec;
	padding: 5px 8px;
	vertical-align: middle;
}

table.grey tbody th, table.grey tbody tr.rowodd th {
	background-color: #eeeedd;
	font-weight: normal;
	padding: 5px 8px;
	text-align: right;
	white-space: nowrap;
}

table.grey tbody tr.strong td, table.grey tbody tr.roweven td {
	background-color: #d8d8d8;
}

table.grey tbody tr.strong th, table.grey tbody tr.roweven th {
	background-color: #dedecd;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}

a img {
	border: 0;
}

form.greenforms input[type*="text"] {
	background-color: #fff;
	border: 1px solid #A4B97F;
	color: #666;
	font-size: small;
	width: 100%;
}

form.greenforms input[type*="submit"] {
	background-color: #A4B97F;
	border: 1px solid #A4B97F;
	color: #fff;
	font-size: small;
	width: 100%;
}

form.greenforms input[type*="submit"]:hover {
	background-color: #7C8C60;
	border: 1px solid #434C34;
	color: #fff;
	font-size: small;
	width: 100%;
}

#stopka {
	border-top: 1px solid #EEE;
	clear: both;
	color: #888;
	font-size: x-small;
	margin: 0;
	padding: 1px 5px;
	text-align: center;
}

#stopka a:link, #stopka a:visited {
	color: #333;
	text-decoration: none;
}

#stopka a:hover, #stopka a:active, #stopka a:focus {
	color: #666;
	text-decoration: none;
}

.donotprint {
}