body { 
	color: #666;
	font-family: Arial, "Trebuchet MS", Geneva,  Helvetica, SunSans-Regular, sans-serif;
	background-color: #dadbdd; 
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	}

p {}

td {}

a { 
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}

a:hover { 
	color: #267c8e
	}


a img { border: 0; }

h2 {
	font-size: 12pt;
	}

#clear {
	clear: both;
	}
	
.brown {
	color: #7d2230;
	}
	
.grey {
	color: #5e5e5e;
	}

/* ----- Hlavička ----- */

.head {
	background-image: url(../img/bg_head.gif);
	background-repeat: repeat-x;
	height: 90px;
	text-align: left;
	border-top: 7px solid #267c8e;
	}

.head p {
	font-size: 12pt;
	margin: 40px 0 0 105px;
	}

.head h2 {
	font-size: 18pt;
	margin: -27px 0 0 400px;
	}

#logo {
	position: absolute;
	margin-left:2px;
	margin-top: 4px;
	width: 100px;
	height: 100px;
	}

/* ---- obsah / menu ----- */

.middle {
	/*height: 500px;*/
	background-image: url(../img/bg_middle.gif);
	border-bottom: 7px solid #7d2230;
	text-align: left;
	}
	
.LTAtop {
	height: 10px;
	background-image: url(../img/LTA_01.gif);
	clear:both;
	}
	
.LTAmid {
	background-image: url(../img/LTA_02.gif);
	padding: 5px 30px 5px 30px;
	}

.LTAbot {
	height: 10px;
	background-image: url(../img/LTA_03.gif);
	}
	
.lang {
	margin-top: 20px;
	text-align: center;
	}

.lang a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	margin: 0 10px 0 10px;
	}
	
.lang a:hover {
	color: #000;
	}
	
/* ---- obsah / hlavni ---- */

.right {
	float:left;
	width: 610px;
	margin-left: 5px;
	overflow:hidden;
	}

.righthead {
	height: 200px;
	background-color: #267c8e;
	border-bottom: 7px solid #7d2230;
}

.righttxt {
	margin: 10px;
	}

/* --- patička --- */

.footer {
	padding: 20px 0 20px 0;
	clear:both;
	}
	
.footer .left {
		width: 280px;
		text-align: center;
		}

/* ---- Tabulky ---- */

.hidetab {
	display: none;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #267c8e;
	position: fixed;
	}
	
table {
	text-align: center;
	} 