*
{
	margin: 0em;
	padding: 0em;
}

h1,h2 {
}

body {
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	/*background-color: #CCC;*/
	color: #555;
}

a {
	color: #509F00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#outer {
	position: relative;
	margin: 2em;
}

#lang {
	position: absolute;
	width: 100%;
	top: 0.6em;
	left: 0em;
	padding-left: 50px;
	height: 3em;
}

#header {
	position: absolute;
	top: 5.5em;
	background: #6985ac url('images/header.gif') top right no-repeat;
	height: 135px;
	width: 100%;
}
/*#header h1 {
	position: absolute;
	top: 0.4em;
	left: 0.8em;
	font-size: 3em;
	color: #fff;
}
#header h2 {
	position: absolute;
	top: 5.0em;
	left: 2em;
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}
*/
#header h1 {
	position: absolute;
	top: 0.4em;
	left: 30px;
	font-size: 3em;
	color: #fff;
}
#header h2 {
	position: absolute;
	top: 20px;
	left: 240px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	border-bottom: solid #CCC 1px;
}
#header h3 {
	position: absolute;
	top: 49px;
	left: 240px;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFF;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#menu {
	position: absolute;
	width: 100%;
	top: 1em;
	left: 0em;
	background: #509F00;
	height: 4em;
}
#menu ul {
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}
#menu li {
	display: block;
	float: left;
}	
#menu li a {
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}
#menu li a:hover {
	background: #007788 url('images/x4.gif') top left repeat-x;
}

#content {
	line-height: 1.7em;
	padding-top: 197px; /*188px;*/
}

#content p {
	margin-bottom: 1.5em;
}
#content h1 {
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #6985ac;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.8em;
	background: #fff url('images/x2.gif') top left repeat-x;
	line-height: normal;
}
#content h1 span {
	color: #509F00;
}

/*#content h2,h3,h4,h5,h6 {
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}
*/
/*#content h2 span, #content h3 span {
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}
*/
#secondaryContent h3 {
	width: 100%;
	position: relative;
	left: -14px;
	margin: 26px -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x-zeleny-pas.gif') top left repeat-x;
}
#secondaryContent h3 span {
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x-zeleny.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#tertiaryContent h3 {
	width: 100%;
	position: relative;
	left: -14px;
	margin: 26px -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x-modry-pas.gif') top left repeat-x;
}
#tertiaryContent h3 span {
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x-modry.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}


#content ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote {
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}
#content blockquote p {
	margin-bottom: 0em;
}
#content table {
	margin-bottom: 1.5em;
}
#content table th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td {
	padding: 0.5em;
}
#content table tr.rowA {
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#primaryContent {
	margin: 0em 33em 0em 0em;
	padding: 1.5em;
}

#secondaryContent {
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
	margin-right: 1em;
}

#tertiaryContent {
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}

#footer {
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

/*---podnavigace---*/
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist li a#current {
	background: #509F00;
}
#navlist a { padding: 3px 6px; }
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #6985ac;
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}
/*---konec podnavigace---*/

