/** globals */
body
{
	margin: 0; padding: 0;
	background-color: #006699;
	background-image: url('images/bg-body.gif');
	color: #FFF;
	font-family: 'Trebuchet MS','Myriad Pro','Segoe UI','Arial';
	font-size: 11px;
	text-align: center;
}

/** obecne */

hr { display: none; }
#main hr {display: block;}
.clear { clear: both; }
#main .fleft {float:left; margin-right: 1em;}
#main .fright {float:right; padding-left: 0.5em;}
#main .contents p {text-indent: 0;margin-top:0}


table {border-collapse: collapse; }
td,th {padding: 0.1em 0.2em; border: 1px #aaa solid; line-height: 1.4;}
th, thead td {background-color: #ACE;}
img {vertical-align: bottom;}
#main .contents td {border:0;}

ol,ul{
margin: 0.1em auto 0.7em auto;
}
li {margin-top: 0.3em;}
li.lidpis {list-style-type:none; margin-left: -0.5em;}

a img { border: 0; }



/** headers */
#header h1
{
	float: left;
	position: relative;
	display: inline;
	margin: 25px 0 0 30px;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
}
	#header h1 a
	{
		position: absolute;
		display: block;
		width: 111px;
		height: 100px;
		top: 0; left: 0;
	}
	h1 a span
	{
		position: absolute;
		top: 0; left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: url('images/logo.png') no-repeat;
	}
h2
{
	margin: 0.1em 0 0.4em;
	padding: 0 20px;
	border-bottom: 1px dashed #B2B2B2;
	color: #FF7E00;
	font-family: 'Trebuchet MS','Myriad Pro','Segoe UI','Arial';
	font-size: 165%;
	font-weight: normal;
}
h3, #main h1
{
	margin: 0.4em 0 0.2em; padding: 0;
	color: #7DAE1F;
	font-family: 'Trebuchet MS','Myriad Pro','Segoe UI','Arial';
	font-size: 145%;
}

/** structure */
div#web
{
/*	position: relative;*/
	width: 840px;
	margin: 0 auto;
	background-color: #FFF;
	color: #222;
	text-align: left;
}
	div#header
	{
		position: relative;
		height: 149px;
		background-color: #005f7b;
		background-image: url('images/bg-header.jpg');
		background-position: top right;
		background-repeat: no-repeat;
		color: #FFF;
	}
		div#language
		{
			float: right;
			display: inline;
			width: 100px;
			margin: 5px;
			text-align: right;
		}
		div#header p
		{
			float: left;
			display: inline;
			margin: 20px 0 0 150px;
			font-size: 120%;
		}
		ul#menu
		{
			position: absolute;
			bottom: 0;
			right: 0;
			margin: 0; padding: 0;
			padding-right: 50px;
			background-image: url('images/bg-menu.jpg');
			background-position: top right;
			background-repeat: no-repeat;
			list-style: none;
		}
			ul#menu li
			{
				float: left;
			}
				ul#menu li a
				{
					position: relative;
					bottom: 13px;
					padding: 12px 16px 13px;
					background-image: url('images/menu-blur.gif');
					background-position: bottom;
					color: #FFF;
					font-size: 13px;
					text-decoration: none;
				}
				ul#menu li a:hover { background-image: url('images/menu-hover.gif'); }	
				ul#menu li.active a { background-image: url('images/menu-active.gif') !important; }
	
	div#main
	{
		padding: 25px 22px;
		background-image: url('images/bg-main.gif');
		background-position: top;
		background-repeat: repeat-x;
		font-family: /*Verdana, */Tahoma, Helvetica, Arial;
		font-size: 100%;
		font-size: 120%;
	}
		#main .contents
		{
			float: right;
			display: inline;
			width: 170px;
			margin: 0 0 20px 20px;
			padding: 15px 15px 13px;
			background-color: #EDFFCA;
			color: #5d8832;
			/*font-size: 120%; presunuto do div#main*/
			list-style: square;
			list-style-position: inside;
		}
			#main .contents li {list-style: none; background: url('images/listItem.png') no-repeat 0 6px; padding-left: 15px;  padding-bottom: 2px; }
			#main .contents a { color: #000; text-decoration: none; }
			#main .contents a:hover { text-decoration: underline; }
		
		div#main p
		{
			margin-top: 15px;
			padding: 0;
			/*text-indent: 2em;*/
			/*font-size: 120%; presunuto do div#main*/
		}
		div#main table {
			font-size: 100%
		}
		ol
		{
			margin-top: 15px;
			padding-left: 4em;
			color: #000;
			/*font-size: 120%; presunuto do div#main*/
		}
	
	div#footer
	{
		clear: both;
		height: 20px;
		color: #888;
padding-top:4em;
	}
		div#footer small
		{
			float: left;
			padding: 0 10px;
			font-size: 100%;
		}
		div#footer a { color: #555; text-decoration: none; }
		div#footer a:hover { color: #006699; text-decoration: underline; }
		
		div#footer ul
		{
			float: right;
			margin: 0 10px 5px 0;
			padding: 0;
			list-style: none;
		}
			div#footer ul li { float: left; margin-left: 10px; }



