body{
	background: #F5F5F5;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:	0px;
	margin-bottom: 0px; 	
}

a{
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: #37A6A1;
}

a:hover{
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: #F44248;
}

p.heading{
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

td{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

td.body{
	background: #FFFFFF;
	height: 100%;
}


/* IMAGE */
div.image a{
	display: block;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
div.image a:hover{
	display: block;
	border: 1px solid #F44248;
}

div.bigimage{
	border: 1px solid #CCCCCC;
	padding: 3px;
}

div.mapa a{
	display: block;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
div.mapa a:hover{
	display: block;
	border: 1px solid #F44248;
}


/* --> MENU */

div.menu{	
	font-weight: bold;
	font-size: 12px;
	color: #000000;	
	background-color: #FFFFFF;
}

div.menu a{
	font-weight: bold;
	display: block;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
	color: #000000;
	text-decoration: none;
}

div.menu a:hover {
	color: #000000;
	font-weight: bold;
	background-color: #E5E5E5;
	background-image: url("img/leftarrow.gif");
	background-repeat: no-repeat;
	background-position: 97% center;
}

div.menux a{
	font-weight: bold;
	display: block;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
	color: #000000;
	text-decoration: none;
	background-image: url("img/leftarrow.gif");
	background-repeat: no-repeat;
	background-position: 97% center;
}

div.menux a:hover {
	color: #000000;
	font-weight: bold;
	background-color: #E5E5E5;
	background-image: url("img/leftarrow.gif");
	background-repeat: no-repeat;
	background-position: 97% center;
}

td.menu{
	font-family: verdana;
	font-size: 12px;	
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}

table.menu{
	width: 150px;
}

/* MENU <-- */


table.main{
	background: #FFFFFF; 
	height: 100%; 
	width: 600px; 
	border-left: 1px solid silver; 
	border-right: 1px solid silver;

}

td.header{
	background: #FFFFFF;
	border-top: 1px solid silver;
	background: url(img/header.jpg);
	height:	96px;
}

div.header a{
	display: block;
	height: 96px;
}


/* --> TEXT */
td.text{
	height: 100%; 
	width: 100%;
}
div.text{
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px; 
}


/* --> FOOTER */
td.footer{
	background: #FFFFFF;
	background: url(img/footer.jpg);
	height:	60px;
	
}

div.footernolink{
	border: 1px solid silver;
}

img.footer{
	border: 0px;
	/*border: 1px solid silver;*/

}

div.footer a{
	border: 1px solid silver;
	display: block;
	margin: 2px;
}

div.footer a:hover{
	border: 1px solid #F44248;
	display: block;
}


/* --> COPYRIGHT */
td.copyright{
	border-top: 1px solid silver;
}
div.copyright{
	font-size: 9px;
	font-weight: none;
	color: #000000;
}
a.copyright{
	font-weight: normal;
	text-decoration: underline;
	font-size: 9px;
	color: #000000;
}
a.copyright:hover{
	font-weight: normal;
	text-decoration: underline;	
	font-size: 9px;
	color: #F44248;
}
/* COPYRIGHT <-- */


/* --> NAVIGATION */
td.navigation{
	width: 150px;
	border-right: 1px solid #CCCCCC;
}

table.tabulka {
	border: 1px solid #CCCCCC;
}

tr.tabulka {
	background-color: #E5E5E5;
}

tr.tabulka_green {
	background-color: #37A6A1;
}

tr.tabulka_red {
	background-color: #F44248;
}

td.tabulka {
	border-bottom: 1px solid #CCCCCC;
}

td.tabulka2 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
