body {
	margin: 0px; 
	padding: 0px;
}

a { 
	color:#555555;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


#box1 {
	position: relative;
	width: 1000px;
	height: 100px;
	padding: 0px;
	background-color: #ffffff;
}


#tiraz {
	position: relative;
	width: 1000px;
	height: 35px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 2px;
	border-left: 0px;
	border-bottom: 1px;
	border-right: 0px;
	border-top: 1px;
	border-style: solid;
	border-color: #bbbbbb;
	background-color: #eeeeee;
}

#vlajky {
	position: relative;
	width: 100%;
	height: 30px;
	padding: 0px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

#menu {
	width: 1000px;
	padding: 0px;
	background-color: #ffffff;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: justify;
	color: #000000;
}

#table_menu {
	height: 20px;
	width: 200px;
	border-left: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-right: 0px solid #999999;
	border-top: 0px solid #999999;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	background-color: #ffffff;

}

#titulek {
	position: relative;
	width: 1000px;
	height: 20px;
	padding: 0px;
	background-color: #888888;
	vertical-align: middle;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#mezera {
	position: relative;
	width: 1000px;
	height: 10px;
	font-size: 5px;
	color: #ffffff;
	background-color: #ffffff;
}

#main {
	position: relative;
	width: 1000px;
	padding: 5px;
	background-color: #eeeeee;
}

#left_menu {
	position: relative;
	width: 100%;
	padding: 3px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 1px;
	border-style: dashed;
	border-color: #aaaaaa;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: justify;
	color: #000000;
	background-color: #ffffff;
}

#text {
	position: relative;
	width: 100%;
	padding: 10px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: #555555;
	font-family: Times;
	font-size: 11pt;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	background-color: #ffffff;
}

#text a 
{
	color:#000099;
}

#text a:hover
{
	color:#000000;
}


#right_menu {
	position: relative;
	width: 100%;
	padding: 3px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 1px;
	border-style: dashed;
	border-color: #aaaaaa;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	background-color: #ffffff;
}















