* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: white;
      scrollbar-track-color: 141414;
      scrollbar-face-color: 292929;
      scrollbar-highlight-color: 757575;
      scrollbar-3dlight-color: C2C2C2;
      scrollbar-darkshadow-color: 0B0B0B;
      scrollbar-shadow-color: 1A1A1A;
      scrollbar-arrow-color: FF0000;
}

#topmenu {
	height: 30px;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #D3D3D3;
	min-height: 30px;
	padding: 5px;
	text-align: center;
}

#topmenu a {
	text-decoration: none;
	color: #D3D3D3;
	margin: 0 10px;
}

#topmenu a:hover {
color: white;
}

#page {
	margin: auto;
	width: 770px;
	text-align: center;
	height: auto;
	min-height: 530px;
	_height: 530px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 0.95em;
	color: white;
}

#banner {
	height: 85px;
	min-height: 85px;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#banner a.home {
	display: block;
	width: 770px;
	height: 80px;
	position: relative;
	top: 0;
	left: 0;
}

#obsah {
	height: auto;
	min-height: 400px;
	_height: 400px;
	text-align: justify;
	background-image: url(f_cary.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#obsah #obsah-in {
	background-image: url(f_horni.gif);
	background-repeat: no-repeat;	
	height: 2px;
}

div#obsah p {
	text-align: justify;
	margin: 0 4px 8px 8px;
}
#levy {
	width: 140px;
	height: auto;
	min-height: 400px;
	_height: 400px;
	display: block;
	float: left;
}

#stred {
	width: 470px;
	height: auto;
	min-height: 380px;
	_height: 380px;
	display: block;
	float: left;
	padding: 10px;
	position: relative;
}

#pravy {
	width: 140px;
	height: auto;
	min-height: 350px;
	_height: 350px;
	text-align: center;
	display: block;
	float: left;
	font-weight: normal;
	font-size: 0.9em;
	color: white;
}

div#pravy p {
	text-align: justify;
	margin-bottom: -1px;
}



div#obsah li a {
	display: block;
	background-color: #000000; 
	color: #8597B3;
	text-align: center;
	width: 95px;
	font-size: 10px;
	padding: 3px 5px;
	border: 2px solid #4B4B4B;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
}

div#obsah li a:hover {
	color: black;
	background-color: #8597B3;
	border: 2px solid #5376AA; 
}

div#obsah a {
	color: #B6AAAC;
}

div#obsah a:hover {
	color: #5376AA;
}

div#obsah img {
	margin-top: 15px;
}

#menu {
	font-size: 1.1em;
	margin-top: 22px;
	text-align: center;
}

#menu a {
	text-decoration: none;
	color: white;
	display: block;
	margin-bottom: 14px;
}
#menu a.active {
	text-decoration: none;
	color: #5376AA;
	display: block;
	margin-bottom: 14px;
}
#menu a:hover {
	color: #5376AA;
}
#menu a.active:hover {
	color: white;
}

#down {
	background-image: url(pan.gif);
	background-repeat: no-repeat;
	padding-top: 82px;
	height: 100px;
	_height: 100px;
	text-align: center;
	display: block;
	vertical-align: bottom;
	font-size: 0.85em;
	font-weight: bold;
}

td {
	border: none;
}

table {
	border: none;
	border-collapse: collapse;
	margin-top: 10px;
}

img {
	border: none;
}

h1 {
	font-weight: bold;
	font-size: 1.3em;
	color: #5376AA;
	text-align: left;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #8597B3;
	text-align: left;
	margin-bottom: 6px;
}

h3 {
	font-weight: bold;
	font-size: 1.0em;
	color: #8597B3;
	text-align: left;
	margin-top: 9px;
	margin-bottom: 2px;
	margin-left: 8px;
}

h4 {
	font-weight: bold;
	font-size: 1.0em;
	color: #8597B3;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 2px;
}

div#stred p.sm {
	margin-left: 8px;
	color: #B6AAAC;
	text-align: left;
	font-size: 0.8em;
}


