html,body {
	height: 100%;
}

body {
	margin:0; padding:0;
	text-align: center;
	border: none;
	color: black;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(_clip/bg-site.gif);
}

h1 {
	padding: 10px 0; margin: 0;
	font-size: 175%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #F25900;
}
h2 {
	padding: 15px 0; margin: 0;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	color: #002469;
}
h3 {
	margin: 0; padding: 10px 0;
	font-size: 105%;
	font-weight: bold;
	color: #F25900;
}
#menu h3 {
	padding: 7px 10px 7px 25px;
	color: white;
	font-size: 100%;
	text-decoration: none;
	background: url(_clip/menu-bullet.gif) 10px 10px no-repeat;
	display: block;
	border-top: 1px solid #30427F;
}


.menu-headline h2 {
	margin: 0; padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: white;
	border: none;
}

img {border: 0px;}
a {text-decoration: underline; color: #F25900;}
a:hover {text-decoration: none; color: #969491;}

.textRight {text-align: right;}
.textCenter {text-align: center;}
.textLeft {text-align: left;}
.floatLeft {float: left;}
.floatRight {float: right;}
.clear {clear: both;}
.hide {display: none;}

hr {
	border: none;
	border-top: dashed 1px #B30E2A;
	height: 1px;
}
.infoBox {
	background: #F3F3F3;
	padding: 5px 10px;
	border-left: 1px solid #F25900;
	border-right: 1px solid #F25900;
}
.comment {
	padding: 5px 10px; margin: 15px 0;
	border-left: 2px solid #F25900;
}

#content ul {
	line-height: 150%;
}
ol ul {list-style: disc;} 

/**/

#page {
	padding: 0;	margin: 0;
	width: 100%; min-height: 100%; height: 100%;
	text-align: left;
	background: url(_clip/bg-page.gif) left top repeat-y;
}
body>#page {height: auto;}

#header {
	height: 147px;
	background: url(_clip/bg-header.gif) left top repeat-x;
	border-bottom: 1px solid #F25900;
}
.header-squares {
	background: url(_clip/bg-squares.gif) left top no-repeat;

	height: 147px;
	margin-left: 195px;
}
/* \*/ * html #header img {margin: 0 -3px;} /**/

#content-holder {
	width: 100%;
}
#content {
	margin: 0 0 0 195px; padding: 30px;
	font-size: 105%;
}
.content-navig {
	border-top: 1px solid #F25900;
	margin: 30px 0; padding: 5px;
	color: #969491;
}
.content-navig strong {color: #002469;}

.content-navig ul {padding: 0; margin: 0; list-style: none;}
.content-navig li {display: inline;}
.content-navig li.back a { background: url(_clip/back-bullet.gif) 0 5px no-repeat; padding: 0 10px;}
.content-navig li.top a { background: url(_clip/top-bullet.gif) 0 5px no-repeat; padding: 0 10px;}

/* --- TABLES --- */
/* --- TABLES end --- */


/* --- MENU --- */
ul.top-buttons {
	margin: 0; padding: 0;
	list-style: none;
	position: absolute;
	left: 227px; top: 125px;
}
.top-buttons li {display: inline;}
.top-buttons li a {
	padding: 0 15px;
	background: url(_clip/top-btn-bullet.gif) left center no-repeat;
	text-decoration: none;
	color: #002469;
}
.top-buttons li a:hover {color: #969491;}

#menu {
	float: left;
	width: 195px;
	margin-bottom: 30px;
}
#menu ul {
	margin: 0; padding: 0;
	list-style: none;
}
#menu li a {
	padding: 7px 10px 7px 25px;
	color: white;
	text-decoration: none;
	background: url(_clip/menu-bullet.gif) 10px 10px no-repeat;
	display: block;
	border-top: 1px solid #30427F;
}
#menu li a:hover {background: #16397D url(_clip/top-btn-bullet.gif) 10px 10px no-repeat;}

/* \*/ * html #menu li a {height: 1px;} /**/

.menu-headline {
	background: #30427F;
	padding: 10px;
}
#menu ul ul li a {
	padding: 3px 10px 3px 25px;
	background: none;
	color: #84C7E2;
	border: none;
}
#menu ul ul li a:hover {background: #16397D; color: white;}
.posun {margin-top: 30px;}




/* --- MENU END --- */


@media print {

	#header, #footer, #menu, .content-navig{ display: none;}
	#page { width: 650px;}
	#content {margin: 0; width: 90%;}
	#content ul {list-style-type: square}

}

