/* ----- DEFINICE HLAVNICH ELEMENTU ---------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#000000;
	background-color: #A1DBFF;
	background-image: url(podklad_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#strana {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#titul {
	background-image: url(podklad_titul.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 100%;
	position:relative;
}
#flash{
	position:absolute;
	right:0;
	top:0;
	z-index:10;
	width:300px;
	height:170px;
}
#menu {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	left:50px;
	top:160px;
	z-index:20;	
}
#menu a {
	padding: 0 20px;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
#menu a:hover {
	text-decoration:underline!important;
	color:#FFCC00!important;
}
#vybrano a{text-decoration:underline;}

#obsah {
	width:100%;
	min-height:500px;
	_height:500px;
	background-image: url(podklad_obsah.jpg);
	background-repeat: repeat-y;
}
#obsah-vnitrek {padding: 0 40px; position:relative;}

.banner {
	width:273px;
	height:307px;
	background-image: url(podklad_banner.png);
	background-repeat: no-repeat;
	font-size:14px;
	position:relative;
	text-align:center;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.banner img {padding: 10px;}

.reference {font-style:italic;}
.reference p {margin-bottom:60px;}
.cervena {color:#F00;}

#pata {
	position:relative;
	font-size:12px;
	clear:both;
	display:block;
	background-image: url(podklad_pata.jpg);
	background-repeat: no-repeat;
	height:88px;
}
#pata-vnitrek {padding-left:30px; padding-top:40px;}
#pata a {color:#000000 !important; text-decoration:none;}
#pata a:hover {color:#0000FF !important; text-decoration:underline;}
#webdesign {font-size:9px; position:absolute; right:20px; top:53px;color:#0078BF !important;}
#webdesign a{
	color:#0078BF !important;
	text-decoration:none;
}
#webdesign a:hover{color:#000000 !important;}

hr.cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
	margin-top: -1px;
}

