body {background-color: gray; font-family: tahoma; font-size: x-small;background: #cccccc url("bg_grad.jpg") fixed;}


/******* page cell *******/
#pagecell1{
	position:absolute;
	top: 30px;
	left: 120px;
	width:600px;
	background-color:#FFFFFF}


/*******seznamy *******/
ul{
 list-style-type: square;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/******************top*********************/
.top {
	height: 100px;
	width:100%;
	border-bottom: 2px solid #cccccc;}

/***************left column*********************/
.left-column {
	float: left;
	width: 160px;
	height: 400px;
	background-color: #F5f7f7;
	border-right: 2px solid #cccccc;
	color: #999999;}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
			  
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;}	
	
#sectionLinks{
	margin: 0px;
	padding: 0px;}

.left-column-text
	{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	margin-top: 15px;
}


/***************right-column********************/
#right-column {
	padding: 0px 10px 0px 0px;
	margin:10px 10px 10px 170px;
	overflow:auto
}

.img-main{
	border-width:2px;
	border-color:#000000;
	padding-left:10px
	}
	
.img-news{
	float:right
	}	
			
.text-main{
	font-family:tahoma;
	font-size:x-small;
	display:block}
				  
/***************footer********************/		  
.footer {
	clear: both;
	height: auto;
	width:100%;
	background-color:#FFFFFF;
	border-top: 2px solid #cccccc
}



	  
			  
