body
{
	font-family: "Arial";
	font-size: 13px;
	background: rgb(28, 35, 37) url(../images/bg.png) repeat-x;
}

#wrapper
{
	width: 900px;
	margin: 0px auto;
}

a
{
	color: blue;
}

a:hover
{
}

h1
{
	margin-bottom: 25px;
}

.clear
{
	clear: both;
}

hr
{
	border: 0px;
	height: 3px;
	background: url(../images/hr.png);
	margin-top: 30px;
	margin-bottom: 30px;
	
}

#header
{
	background: url(../images/header-bg.png) no-repeat;
	width: 900px;
	height: 110px;
	position: relative;	
}

#logo
{
	float: left;
	width: 310px;
	height: 110px;
}


#mainMenu
{
	position: absolute;		
	bottom: 20px;
	right: 15px;	
}


#mainMenu ul, #mainMenu ul li
{
	list-style: none;
	padding: 0px;
	margin: 0px;	
}

#mainMenu ul
{
}

#mainMenu ul li
{
	display: inline;
	margin-left: 12px;
	margin-right: 12px;	
}

#mainMenu ul li a
{
	color: white;
}

#mainMenu ul li a.selected
{
	text-decoration: underline;
}


#infoImage
{
	width: 900px;
	height: 270px;
	overflow: hidden;
}

#content
{
	background: url(../images/plocha-bg.png) repeat-y;
	padding-bottom: 30px;
}

#leftColumn
{
	width: 240px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
	float: left;
}

#leftColumn p
{
	margin: 0px;
	margin-bottom: 15px;
	text-align: justify;
}

#leftColumn ul, #leftColumn ul li
{
	padding: 0px;
	margin: 0px;
	list-style: none;	
}

#leftColumn ul li
{
	padding-left: 30px;
	background: url(../images/bullet-normal.png) no-repeat 0% 50%;
}

#leftColumn ul li a
{
	color: black;
	line-height: 21px;
}

#leftColumn ul li.selected
{
	background: url(../images/bullet-hover.png) no-repeat 0px 6px;
}

#leftColumn ul li.selected a
{
	color: rgb(0, 61, 129);
	font-weight: bold; 	
}

 

#rightColumn
{
	width: 600px;
	float: right;	
}

#rightColumn table, #rightColumn table tr, #rightColumn table tr td
{
	margin: 0px;
	padding: 0px;	
}

#rightColumn .text
{
	margin-top: 45px;
	margin-left: 15px;
	margin-right: 30px;
	line-height: 17px;
}

#rightColumn .text div
{
	line-height: 17px;
}

#rightColumn p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;	
}



#footer
{
	position: relative;
	text-align: center;	
	height: 80px;
	background: url(../images/plocha-bg.png) repeat-y;
	color: #8C8C8C;
	margin-bottom: 20px;
}

#footer strong
{
	font-size: 11px;
	font-weight: bold;
	color: #8C8C8C;
}

#copyright
{
	position: absolute;
	font-size: 11px;
	top: 20px;
	left: 30px;
}

#zenon
{
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 30px;		
	line-height: 21px;
}

