/* CSS Document */

body
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('images/bg.jpg') repeat-x center top #090f1a;
}

div.cleaner { clear: both; }
div.spacer { float: left; height: 400px; }

a, a:visited
{
	color: #ffd542;
}

a:hover
{
	color: #fff;
}

#page
{
	width: 860px;
	text-align: left;
	margin: auto;
	color: #fff;
}

#head
{
	background: url('images/head.jpg') no-repeat left top;
	height: 222px;
}

#head h1
{
	visibility: hidden;
	margin-top: 0;
	height:	58px;
}

#head address
{
	text-align: center;
	padding-right:30px;
}

#menu
{
	margin-top: 80px;
	padding-left: 200px;
}

#menu a
{
	float: left;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 10px 8px 10px;
	margin-right: 8px;
	color: #fff;
}

#menu a:hover
{
	text-decoration: underline;
	background: #214065;
}

#content
{
	background: url('images/content.jpg') no-repeat left top #4f678d;
	padding: 10px 20px;
}

#content h2
{
	color: #6faff6;
	/*border-bottom: 1px solid #6faff6;*/
}

#content table
{
	width: 100%;
	font-size: 13px;
	border: 1px solid #3d4f65;
	background: #4b5f78;
}

#content table th
{
	background: #132740;
	text-align: center;
}

#content table td
{
	border: 1px solid #3d4f65;
	background: #6981a4;
	padding: 0 5px;
}

#leftPanel
{
	float: left;
	width: 180px;
	
	padding-top: 6px;
}

#leftPanel a
{
	display: block;
	border-bottom: 1px solid #b1c6e8;
	text-decoration: none;
	/*margin-bottom: 6px;*/
	padding: 6px 0 6px 5px;
	background: url('images/menu_bg.jpg') repeat-x left top;
	color: #fff;
}


#leftKontaktPanel
{
	float: left;
	width: 180px;
	padding-top: 6px;
}

#leftKontaktPanel a
{
	display: block;
	text-decoration: none;
    font-weight:bold;
	padding: 6px 0 6px 0px;
	color: #fff;
}
#leftKontaktPanel a:hover
{
	color: #b1c6e8;
}



#leftPanel a:hover
{
	font-weight: bolder;
	background: #6981a4;
}

#rightPanel
{
	float: right;
	width: 620px;
}

#foot
{
	height: 262px;
	padding-top: 120px;
	padding-left: 40px;
	font-style: italic;
	color: #273346;
	background: url('images/foot.jpg') no-repeat left top;	
}

#foot a
{
        display: block;
        width: 120px;
        margin-top: -110px;
        margin-left: 660px;
        height: 120px;  
}

#foot span.odkaz
{
        visibility: hidden;
        margin-top: -110px;
        width: 120px;
        height: 120px;  
}
