/* CSS Document */

body {
	background-image: url(../images/pozadi-body.jpg);
	background-repeat: repeat-x;
	background-color: #9ED1EF;
	margin-top: 11px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
table {
	text-align: left;
	vertical-align: top;
	}

table td{
	border: 0px;
	width: 100px;
	height: 70px;
	}

table.container {
	margin: 5px auto;
}
table.dia {
	margin: 2px;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table.dia td { 
	text-align: center;
	vertical-align: middle;
	background: #eee repeat-x;
}
table.dia img { 
	display: block;
	margin: auto; 
}
table.dia a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}	


table.container1 {
	margin: 5px auto;
	
}
table.dia1 {
	margin: 2px;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	text-align: left;
}

table.dia1 td { 
	text-align: center;
	vertical-align: middle;
	background: #eee repeat-x;
}

table.dia1 img { 
	display: block;
	margin: auto; 
}
table.dia1 a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
table.dia1 a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}	

#table {
	text-align: left;
	}

#table td{
	border: 5px #87cefa;
	width: auto;
	height: auto;
	vertical-align: top;
	text-align: left;
	padding: 2px;
	}	
	
	
h1 {
	font-size: 14px;
	color: rgb(0,37,74);
	margin-bottom: 5px;
	margin-top: 15px;
	padding-top: 5px;
	font-variant: small-caps;
	}


h2 {
	color: #dc143c;
	margin-top: 0px;
	padding-top: 25px;
	margin-left: 5px;
	font-size: 14px;
	}

h2 a {
	color: #0072B6;
	text-decoration: none;
	}

h2 a:hover {
	color: #0096F0;
	text-decoration: none;
	}

h3 {
	color: #0072B6;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 25px;
	font-variant: small-caps;
	}
	
h3 strong {
	color: red;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 25px;
	font-variant: small-caps;
	text-decoration: none;
	}

h4 {
	font-size: small;
	background-color: #0072B6;
	color: #FFFFFF;
	background-image: url(../images/pozadi-h3.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-left: 7px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
		
h5 {
	color: #0072B6;
	margin-top: 0px;
	padding-top: 5px;
	margin-left: 25px;
	font-size: 11px;
	}

h5 a {
	font-size: 11px;
	color: rgb(0,64,128);
	text-decoration: none;
	}

h5 a:hover {
	font-size: 11px;
	color: #4682b4;
	text-decoration: none;
	}
	
h6 {
	color: #0072B6;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left: 5px;
	font-size: 11px;
	}

#top h5	{

	color: #0072B6;
	margin-top: 0px;
	padding-top: 25px;
	margin-left: 25px;
	font-size: 12px;
	}	

#motiv p.text a {
	color: #fff5ee;
	text-decoration: underline;
	}

#motiv p.text a:hover	{
	color: #4682b4;
	text-decoration: none;
	}
	
img { 
	border: 0px;
	}


#obsah {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	height: auto;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #3F3F3F;
	border: 5px solid #FFFFFF;
	line-height: 1.5em;
	text-align: justify;
	}

#top {
	height: 60px;
	background-image: url(../images/pozadi-top.jpg);
	background-repeat: repeat-x;
	}

#bottom {
	height: 30px;
	background-image: url(../images/pozadi-bottom.jpg);
	background-repeat: repeat-x;
	}

#motiv {
	background-image: url(../images/motiv111.jpg);
	background-repeat: no-repeat;
	height: 185px;
	padding-bottom: 10px;
	padding-top: 60px;
	}

#motiv p.text {
	color: #FFFFFF;
	font-size: medium;
	margin-left: 400px;
	margin-right: 20px;
	margin-top: 0px;
	padding-left: 10px;
	text-align: left;
	padding-top: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}


#forma {
	margin-left: 0px;
	padding-left: 5px;
	margin-right: 0px;
	padding-right: 0px;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
}

#vlevo {
	width: 560px;
	height: auto;
	padding-left: 15px;
}


#vlevo p.text {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

a:link
{
	text-decoration: 1px solid;
	
	height: 25px;
	color: #808080;
	border: none;
}
a:visited
{
	color: #808080; 
} 
a:active 
{
	color: #808080;
}
a:hover      
{ 
	color: #0072B6;
	text-decoration: 1px dotted;
}


#vlevo p.text a {
	color: #808080;
	text-decoration: underline;
}

#vlevo p.text a:hover {
	color: #0072B6;
	text-decoration: none;
}


#vlevo p.kurziva {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-style: italic;
	color: #0072B6;
}

#vlevo ul {
	color: #0072B6;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	padding-left: 0px;
}

#vlevo ul li {
	list-style-type: square;
	font-weight: bold;
	margin-left: 35px;
}


#vpravo {
	width: 220px;
	height: auto;
	float: right;
	
}


#navigace {
	background-image: url(../images/pozadi-vpravo.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 2px;
	height: auto;
	margin-left: 0px;
	padding-left: 7px;
}

#navigace ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

#navigace ul li {
	margin-bottom: 1px;
	padding-bottom: 1px;
}

#navigace ul li a {
	text-decoration: none;
	display: block;
	height: 25px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A7A7A7;
	padding-top: 5px;
	font-weight: bold;
}

#navigace ul li a:hover {
	color: #0072B6;
	text-decoration: none;
	font-weight: bold;
}

#aktualne {
	background-image: url(../images/pozadi-vpravo.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 8px;
	height: 250px;
	margin-left: 0px;
	padding-left: 7px;
	padding-right: 0px;
	font-size: x-small;
}

#aktualne p.text {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#aktualne p.datum {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #0072B6;
}

#aktualne p.vice {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	text-align: right;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#aktualne p.vice a {
	color: #A7A7A7;
	text-decoration: none;
}

#aktualne p.vice a:hover {
	color: #0072B6;
	text-decoration: none;
}


#paticka {
	height: 45px;
	background-image: url(../images/pozadi-paticka.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #0072B6;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
}

#paticka a {
	color: #FFFFFF;
	text-decoration: none;
}

#paticka a:hover {
	text-decoration: underline;
}

