@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCE6F2;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, "Arial", "Helvetica", "sans serif";
}

a {

}

#main
{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#topheader
{
	height: 145px;
	background: url(../obrazky/prechod.gif) center repeat-x;
	text-align: center;
}

#topheader img
{
	border: none;
	margin-top: 14px;
}

#textstrany
{
	border: 1px solid #CCCCCC;
}

#obsahstrany 
{
	padding: 15px;
	min-height: 760px;
	clear: none;
}

#obsahstrany h1
{
	font-size: 24px;
	font-weight: bold;
	color:#36C;
	border-bottom: 1px solid #36C;
	padding-bottom: 2px;

}

#obsahstrany  h2
{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
}

#obsahstrany  h3
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 15px;
	color:#36C;
/*	clear:both; */
}

#obsahstrany  h4
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 0px;
	color:#36C;
/*	clear:both; */
}


#obsahstrany p, li, td
{
	font-size: 14px;
	margin: 0px;
	padding: 3px 1px;
	line-height: 20px;
}

#obsahstrany  td
{
	padding-right: 10px;
	vertical-align: top;
}

#obsahstrany a
{
	color: #36C;
	font-weight: bolder;
	text-decoration: underline;
}

#obsahstrany a:hover
{
	color: #6C6B7A;
}


#obsahstrany img
{
	border: none;
}

#obsahstrany img.vlevo
{
	border: 1px solid #666666;
	float: left;
	margin-right: 20px;
}


#obsahstrany img.obrokraj
{
	border: 1px solid #666666;
}

#obsahstrany img.vpravo
{
	border: 1px solid #666666;
	float: right;
	margin-left: 20px;
}

hr
{
	border-top: 1px dotted #666666;
	border-bottom: none;
	height: 1px;
}

#obsahstrany p.ramecek
{
	margin: 10px 0px;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	color: #06C;
	border: none;
	background-color: #FF9;
	text-align: center;
}

#obsahstrany p.ramecek strong
{
	font-size: 20px;
	
	
}

.blok-vyrazny
{
	border: 1px solid #06C;
	padding: 20px;
	background-color: #E8F3F9;
}

.zvyrazneny
{
	background-color: #FF9;
}

#prednasejici td
{
	font-size: 12px;
}

