@charset "utf-8";
#main,#top,#left,#middle,#right,#middle div,#bott {
	float:left;
	display:inline;
}
#main {
	position:absolute;
	left:50%;
	top:0px;
	width:980px;
	margin-left:-490px;
}
/*vršek --------*/
#top {
	width:980px;
	height:311px;
	background:#FFFFFF url(../images/backs/top_new.gif) 0px 0px no-repeat;
	background-color:#FFFFFF;
	margin:50px 0px 20px 0px;
}
/*levé menu --------*/
#left {
	width:175px;
	padding:5px;
}
#left a {
	display: block;
	color:#ef7eb5;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:2px;
	letter-spacing:0px;
}
#left a:hover {
	color:#231F20;
}
#left div a {
	display: block;
	color:#231F20;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:2px;
	letter-spacing:0px;
}
#left div a:hover {
	color:#ef7eb5;
}
/*obsah --------*/
#middle {
	width:585px;
}
#middle a {
	text-decoration:underline;
	color:#000000;
}
#middle a:hover {
	color:#ef7eb5;
	text-decoration:none;
}

/*aktuality --------*/
#right {
	width:190px;
	padding-left:20px;
	color:#231F20;
	font-size:13px;
	font-weight:bold;
}
#right a {
	color:#3F3B3C;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
}
#right a:hover {
	color:#ef7eb5;
}
/*bottom-----------*/
#bott {
	width:980px;
}
#bott a{
	color:#3F3B3C;
	font-size:14px;
	line-height:20px;
}
#bott a:hover{
	text-decoration:underline;
}
