@charset "utf-8";
/* CSS Document */

body { 
	text-align: center; 
	background-image:url(images/poz1_01.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	} 
	
#celek {
	width: 946px;
	position: relative;
	text-align: center;
	margin: 0 auto;
		}
		
/*hlavička*/
#head{
	position:absolute;
	top: -2px;
	left: 0px;
	width: 946px;
	height:310px;
	background-image: url(images/poz_06.gif);
	}

	/*tělo*/

#bodyleft{
	position:absolute;
	top: 308px;
	width: 210px;
	left:0px;
	height: 680px;
	background-image: url(images/poz_15.gif);
	background-repeat:repeat-y;
	}
#bodyhlavni{
	position:absolute;
	top: 308px;
	left: 210px;
	width: 705px;
	height: 650px;
	background-color:#ffffff;
	padding: 15px;
	overflow: auto;
	right: 79px;
	text-align: left;
	}

	/*linka*/
/*#lineleft{
	position:absolute;
	top: 718px;
	left: 0px;
	width: 48px;
	height: 9px;
	background-image: url(../images/lineleft.jpg);
	}
#linecenter {
	position:absolute;
	top: 718px;
	left: 48px;
	width: 856px;
	height:9px;
	background-image: url(../images/linecenter.jpg);
	}
#lineright {
	position:absolute;
	top: 718px;
	left: 904px;
	width: 48px;
	height: 9px;
	background-image: url(../images/lineright.jpg);
	}
	/*patička*/
/*#endleft {
	position:absolute;
	top: 727px;
	left: 0px;
	width: 48px;
	height:100px;
	background-image: url(../images/endleft.jpg);
	background-repeat:repeat-y;
	}
#endcenter {
	position:absolute;
	top: 727px;
	left: 48px;
	width: 856px;
	height:100px;
	background-image: url(../images/endcenter.jpg);
	background-repeat:repeat-y;
	}
#endright {
	position:absolute;
	top: 727px;
	left: 904px;
	width: 48px;
	height:100px;
	background-image: url(../images/endright.jpg);
	background-repeat:repeat-y;
	}
	/*podtržení odkazů*/
a { text-decoration:none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999999;
	}
.menu {
	color: #4B87FF;
	font-weight: bold;
	text-align: right;
	padding-top: 13px;
	padding-right: 25px;
	padding-bottom: 0px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a.sel {
	color: #FFCC00;
}
.menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#dole {
	bottom: 0px;
	background: url(images/dole.gif) repeat-x;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0px;
}
