
@import url("default.css");
@import url("menu.css");

body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #646464;
}

#hlavni {
	width: 980px;
	margin: auto;
}

#hlavicka {
	width: 980px;
	height: 84px;
}

#hlavicka .top01 {
	width: 969px;
	height: 23px;
	text-align: left;
	padding: 10px 0 0 10px;
	color: #FFFFFF;
}

#hlavicka .top01 .lang {
	top: 10px;
	left: 850px;
	position: absolute;
}

#hlavicka .menu {
	width: 980px;
	height: 51px;
	background-image: url(/images/bg-menu.gif);
	background-repeat: no-repeat;
	padding-left: 295px;
}

#left {
	width: 261px;
	height: 84px;
	background-color:#FFFFFF;
	float: left;
	z-index: 100;
}

#left .aktuality {
	width: 240px;
	margin: 4px 0 0 0;
	padding: 8px 10px 0 10px;
	position: relative;
	background-image: url(/images/aktuality-top.gif);
	background-repeat: no-repeat;
	background-color: #424242;
	text-align: left;
	color: #d0cfcb;
	font-size: 11px;
	clear: both;
}

#left p.nadpis {
	font-size: 15px;
	padding:0;
	margin:0;
	color: #FFFFFF;
	font-weight: bold;
} 

#left .zacatek {
	width: 261px;
	height: 11px;
	margin: 0;
	padding: 0;
	background-image: url(/images/bg-zacatek.gif);
	background-repeat: no-repeat;
}

#left .stred {
	width: 261px;
	margin: 0;
	padding: 0;
	background-image: url(/images/bg-stred.gif);
	background-repeat: repeat-y;

}

#left .konec {
	width: 261px;
	height: 13px;
	margin: 0;
	padding: 0;
	background-image: url(/images/bg-konec.gif);
	background-repeat: no-repeat;
	clear: both;
}

#stred {
	width: 679px;
	position: relative;
	float: right;
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0 20px 0 20px;
	background-color: #FFFFFF;
	margin: 0;
}

#stred p.nadpis {
	font-size: 15px;
	padding:0;
	margin:0;
	color: #616265;
	font-weight: bold;
} 

#stred p.blok {
	text-align: justify;
} 

#stred2 {
	width: 679px;
	text-align: left;
	padding: 70px 20px 0 20px;
	background-color: #FFFFFF;
	margin: 0;
	float: right;
}

#bottom {
	font-size: 11px;
	width: 980px;
	height: 45px;
	text-align: left;
	z-index: 0;
	padding: 15px 0 0px 10px;
	color: #FFFFFF;
	clear: both;
	margin: auto;
}

#bottom a {
	color: #FFFFFF;
	text-decoration: none;
}

#bottom a:hover {
	color: #FDB915;
	text-decoration: underline;
}

#realizace {
	width: 980px;
	text-align: right;
	margin: auto;
}

#realizace a {
	font-size: 10px;
	color:#CCCCCC;
}

#seo h2 {
	visibility: hidden;
	float: left;
}

