/*
***********************************************************
* CSS Definition file
* author:vlada@zemeplocha.cz - (c) 2005
***********************************************************
* Generic elements
***********************************************************
*/

html {
	text-align:center;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Arial CE", Verdana, "Verdana CE", "Lucida Grande CE", "Helvetica CE", lucida, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color:  #424242;
	text-align:center;
}

h1 {
	font-size:16px;
	margin-bottom:10px;
}

h2 {
	padding:0px;
	margin:0px;
	font-size:12px;
	margin-bottom:10px;
}

form {
	padding:0px;
	margin:0px;
}

td {
	font-size:11px;
}

th {
	font-size:11px;
}

table {
	border:0px;
}

a  {
/*	color: #C41300;*/
	color: #C41300;
	text-decoration: none;
}

a:link  {
	color: #C41300;
	text-decoration: none;
}

a:visited  {
	color: #C41300;
	text-decoration: none;
}

a:active  {
	color: #C41300;
	text-decoration: none;
}

a:hover  {
	color: #C41300;
	text-decoration: underline;
}

a.r  {
	color: #C41300;
	text-decoration: none;
}

a.r:link  {
	color: #C41300;
	text-decoration: none;
}

a.r:visited  {
	color: #C41300;
	text-decoration: none;
}

a.r:active  {
	color: #C41300;
	text-decoration: none;
}

a.r:hover  {
	color: #C41300;
	text-decoration: underline;
}

/*
****************
Page definition
****************
*/

#pageobal {
	width:780px;
	margin-left: auto;
	margin-right: auto;
}

#page {
	width:740px;
}

#page #top {
	background: url('../img/pg_top.jpg') top right no-repeat;
	height:109px;
	text-align:left;
	position:relative;
}

#page #top #logo {
	position:absolute;
	top:20px;
	left:0px;
}

#page #top #topmenu {
	padding-top:83px;
	font-family: Arial, "Arial CE", Verdana, "Verdana CE", "Lucida Grande CE", "Helvetica CE", lucida, sans-serif;
}

#page #top #topmenu A {
	background-color:#C41300;
	color:#fff;
	padding-top:6px;
	padding-bottom:6px;
	display:block;
	float:left;
	text-align:center;
}

#page #top #topmenu A:hover {
	text-decoration: underline;
}

#page #top #topmenu A.lang {
	padding-left:12px;
	padding-right:11px;
	border-left:3px solid #fff;
}

#page #top #topmenu A.s {
	background-color:#737373;
	text-decoration: none;
}

#page #content {
	position:relative;
	text-align:left;
}

#page #content #left {
	background: url('../img/bg_left.gif') 0 0 repeat-x;
	width:150px;
	height:474px;
	position:absolute;
	top:3px;
	left:0px;
}

#left .txt {
	text-align:left;
	margin-left:12px;
	margin-right:7px;
	margin-top:9px;
	font-family: Verdana, "Verdana CE";
}

#left .bann {
	position:absolute;
	font-size:13px;
	font-weight:bold;
}

#page #content #main {
	border:0px;
	margin: 0px;
	padding:0px;
/*
	overflow:auto;
	height:474px;
*/
	width:590px;
	position:absolute;
	left:150px;
	top:3px;
}

#foot {
	text-align:left;
}

/*
******************************
Page specific elements
******************************
*/

#page-news {
	text-align:right;
	margin-top:46px;
}

.news-item {
	text-align:left;
	width:248px;
}

#page-news .ods {
	padding-left:47px;
}

#page-news .perex {
	height:44px;
}

#page-news .ico {
	float:left;
	margin:2px 4px 0px 0px;
	padding:0px;
	border:0px;
}

.news-item A {
	padding-right:10px;
	background: url('../img/r_arr.gif') no-repeat right;
	font-weight:bold;
}

#page-text {
	margin:12px;
	text-align:left;
	margin-top:9px;
	font-family: Verdana, "Verdana CE";
}

#page-text .tit {
	font-weight:bold;
	font-size:11px;
}

A.back {
	padding-left:10px;
	background: url('../img/l_arr.gif') 0 3px no-repeat;
	display:block;
}

A.next {
	padding-right:10px;
	background: url('../img/r_arr.gif') no-repeat right;
	display:in-line;
}

.grey {
	color:#999999;
}
