body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial;
	background: #FFF url('img/bg.gif') repeat-x 0 252px;
	color: #292929;
	line-height: 150%;
}

/* HEADER */
#headerbg {
	background: #161616 url('img/header.jpg') no-repeat center;
	height: 262px;
	width: 100%;	
}

#header {
	height: 262px;
	width: 1000px;
	margin: auto auto
}

#logo img {
	position: absolute; top: 51px;
	height: 81px;
}

#linebg {
	background: #000 url('img/linebg.jpg') repeat-x;
	height: 3px;
	width: 100%
}

#line {
	background: #000 url('img/line.gif') no-repeat;
	height: 3px;
	width: 1000px;
	margin: 0 auto;
	font-size: 1px;
	clear: both
}
/* CONTENT */

#content {
	width: 1000px;
	margin: 0 auto;
}

	/* MAIN */
#left {
	background: url('img/left.gif') repeat-y right 0px;
	width: 565px;
	float: left;
	padding-right: 30px;
	position: relative; left: 55px; top: 20px;
}

#left img {
	padding-right:15px;
	padding-bottom:5px;
}

#bottom {
	border-bottom: #bebebe solid 1px;
	width: 566px;
	height: 1px;
	font-size: 1px;
}

#firstmenu {
	background: url('img/menu.jpg') bottom repeat-x;
	height: 46px;
	width: 625px;
	margin-left: 25px;
	float: left;
	clear: both;
	color: #FFF;
	line-height: 52px;
	position: absolute; top: 217px;
}

#firstmenu li {
	display: block; 	
	float: left;
	list-style: none;
}

#firstmenu li.current_page_item {
	background: #b21b00 url('img/active.gif') right top no-repeat;
	height: 46px;
	line-height: 46px;
	font-weight: bold !Important;
	padding: 0 12px 0 9px !Important;
}

#firstmenu li.current_page_item a {
	font-weight: bold;
	text-decoration:underline;
}


#firstmenu a {
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	padding: 0px 9px;
}

#firstmenu a:hover {text-decoration: underline}

#secondmenu {
	background: #b21b00 url('img/menu2.gif') top repeat-x;
	height: 24px;
	width: 625px;
	margin-left: 25px;
}

#secondmenu li {
	display: inline;
	list-style: none;
}

#secondmenu li.current_page_item a {
	font-weight: bold;
}

#secondmenu a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 80px 4px 75px;
	line-height: 24px;	
	background: url('img/menuline.gif') top left no-repeat;
}

#last {	background: none !Important}

#secondmenu a:hover {text-decoration: underline}
	/* RIGHT SIDE */
#right { 
	width: 302px;
	float: right;
	position: relative; right: 29px;
	padding-top: 20px;
}

#right p {
	background: #d8d8d8;
	width: 292px;
	padding: 5px;
	border-bottom: #FFF solid 1px;
}

#calendar {}
#calendar a { font-weight: normal;}
#calendar span {color: #b21b00; text-decoration: underline; font-weight: bold}
#calendar span a {color: #b21b00; text-decoration: underline; font-weight: normal}
#zaznamy div { }

/* FOOTER */
#footerbg {
	background: url('img/footerbg.jpg') repeat-x center bottom;
	height: 42px;
	width: 100%;
	clear: both;
	padding-top: 6px;
}

#footer {
	height: 42px;
	width: 1000px;
	margin: 0 auto;
	color: #FFF;
	font-size: 11px;
	font-family: tahoma;
}

#footer p {
	text-align: center;
	padding-top: 15px;
}

#footer a {
	color: #FFF;
}

/* OTHERS elements */
h1 {font-size: 19px; margin-bottom: 10px}
h2 {font-size: 13px; margin-bottom: 10px; text-decoration: underline}
h3 {font-size: 13px; margin-top: 15px}
a {color: #292929; font-weight: bold; text-decoration: none}
a:hover {text-decoration: underline}
img {border: 0; float: left}
p { padding-bottom: 15px}
* {margin: 0; padding: 0}
