html
{
	overflow: -moz-scrollbars-vertical;
}
/* Layout Stylesheet */

body
{
	margin: 0;
	padding: 0;
	color: #9b9b9b;
	background-color: #1c1c1c;
	font: normal 16px Times New Roman, Arial;
}

#topbanner
{
	padding: 0;
	margin: 0px;
	height: 155px;
	background-color: #350202;
	background: url(images/logotop.png) top left no-repeat #350202;
}

/* Menu */
#menu
{
	padding-left: 200px;
	height: 35px;
	background: url(images/menu1.png) top left repeat-x;
	color: #000000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 0px 0 0 0;
}

#menu ul
{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#menu li
{
	float: left;
	display: inline;
	margin: 4px 0.35em 0 .35em;
	padding: 2px .75em;
	padding-top: 10px;
	white-space: nowrap;
}
#menu li.active
{
	position: relative;
	top: 2px;
	margin-top: 0;
	padding-bottom: 4px;
	border: 2px solid black;
	border-bottom: 0;
	color: white;
	background-color: gray;
}
#menu li a
{
	display: inline;
	font: normal 18px Times New Roman, Arial;
	text-decoration: none;
	color: red;
	padding-right: 10px;
	border-right: 1px dotted #666666;
}

#menu li a:hover
{
	font: normal 18px Times New Roman, Arial;
	text-decoration: underline;
	color: white;
	border-right: 1px dotted #ffffff;
}

/* Lavy column*/
#lavy
{
	position: absolute;
	top: 214px;
	left: 20px;
	width: 180px;
	border: 1px solid #666666;
	background: #350202;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 460px;
}

#pravy
{
	margin: 20px 20px 20px 220px;
	border: 1px solid #666666;
	background: #333333;
	color: #ffffff;
	padding: 22px;
	position: relative;
}

.nadpis
{
	border-right: 1px solid #666666;
	float: left;
	margin-right: 33px;
}

.title
{
	font-size: 20px;
	color: red;
}

b a
{
	color: #898989;
}
a
{
	text-decoration: underline;
	color: #ff2828;
}
a:visited
{
		text-decoration: underline;
	color: #ff2828;
}
a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.story
{
	text-align: justify;
	text-indent: 30px;
	padding-right: 10px;
}

.storyw
{
	text-align: left;
	text-indent: 30px;
	font-size: 14px;
	padding: 3px;
	color: white;
}
.boldtitle
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
	color: red;
}
.boldtitlew
{
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	margin-bottom: 15px;
	color: white;
}

ul
{
	margin: 0px;
	padding: 0px;
}
li
{
	margin: 4px 0px 0px 0px;
	list-style: circle;
	line-height: 14px;
}
li a
{
	color: #ff2828;
}

.line
{
	color: #ffffff;
	height: 1px;
	width: 90%;
	margin-left: 10px;
	border: solid 1px #ffffff;
}

.imgmapa
{
	height: 700px;
	width: 700px;
	border: solid 2px red;
}

.imgmapa2
{
	height: 500px;
	width: 700px;
	border: solid 2px red;
}


#odkazy td
{
	padding-left:5px;
	padding-top:3px;
	padding:3px;
	border-bottom:1px solid white;
}

#odkazy dt
{
	padding-top: 15px;
	padding-bottom: 10px;
	color: Red;
}

img 
{
	border:1px solid #666666;
}

img:hover 
{
	border:1px solid red;
}