body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	background-color:#FFFFFF;
	color: #010101;
	
	}

#wrapper {
	position: relative;
	margin: 0px auto auto auto;
	width: 760px;		
	}
	
#logoDiv {
	position: relative;
	float: right;
	width: 760px;
	height: 75px;
	text-align: right;
}
#logoDiv img { position: relative; float: right; border: none; } 192 254

#head {
	position: relative;
	float: left;
	width: 760px;
	height: 254px;
}

#menu {
	position: relative;
	float: left;
	width: 192px;
	height: 254px;
	
	background-image: url("images/menu.jpg");
	background-repeat: no-repeat;
}

#headPic {
	position: relative;
	float: left;
	width: 568px;
	height: 254px;
	
	background-image: url("images/head.jpg");
	background-repeat: no-repeat;
}


#menu ul {
  	list-style: none;
	padding: 0;
	margin: 0;
	float: left;	
}

#navigation {
 	padding: 0;
  	position: relative;
  	height: 32px;

 }

#navigation li {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	
	}
	


#navigation li, #navigation a {display: block; width: 192px; height: 32px; } 
#navigation a:hover {color: transparent;  } 

#link1, #link1s  {left: 0px; top: 55px; }
#link2, #link2s  {left: 0px; top: 90px;}
#link3, #link3s  {left: 0px; top: 130px;  }
#link4, #link4s  {left: 0px; top: 168px;}


#link1 a:hover, #link1 a:active, #link1s  {background: transparent url("images/menu.jpg") -192px -55px  no-repeat; }
#link2 a:hover, #link2 a:active, #link2s {background: transparent url("images/menu.jpg") -192px -90px  no-repeat; }
#link3 a:hover, #link3 a:active, #link3s {background: transparent url("images/menu.jpg") -192px -130px  no-repeat; }
#link4 a:hover, #link4 a:active, #link4s {background: transparent url("images/menu.jpg") -192px -168px  no-repeat; }

span.hiddenword, hr, #navigation li span {display: none;}


#body {
	position: relative;
	float: left;
	width: 760px;
	margin-top: 33px;
}

#left {
	position: relative;
	float: left;
	width: 190px;
	
	background-image: url("images/line_novinky.jpg");
	background-repeat: no-repeat;
	
	text-align: justify;
	font-size: 11px;
	color: #010101;
}

#right {
	position: relative;
	float: left;
	width: 555px;
	left: 15px;
	text-align: justify;
	font-size: 11px;
	color: #010101;
	background-repeat: no-repeat;
}

#right a { 
	color: #999999;
	text-decoration: none;
	
}

#right a:hover {
	text-decoration: underline;
	color:#000000;
}

#tail {
	position: relative;
	float: left;
	width: 555px;
	height: 40px;
	font-size: 12px;
	color: #404040;
	left: 205px;
	margin-top: 20px;
	
	background-image: url("images/line_copy.jpg");
	background-repeat:no-repeat;
	text-align: left;
	line-height: 20px;
}




#viewim {
	position: relative;
	float: left;
    width: 600px;
    left: -15px;
	
	}

#viewimage {
	position: relative;
	float: left;
	border: 1px dashed #999999;
    margin: 0;
    width: 108px;
    height: 83px;
    left:0px;
    
	margin-left: 30px;
    margin-top: 10px;
    
	}


#viewimage img {
    position: relative;
    float: left;
    width: 100px;
    height: 75px;
	border-top: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	}
