
a {
	
	text-decoration: none;
	color: White;
}

table, td {
	background-color: black;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	color:white;
}
.table_left_space{
	padding-left: 30px;
}
li {
	color:white;
}

body {
	background-color: #000000;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fffff;
	text-align: left;
	
}

.boss {
	position: relative;
	text-align: center;
	width: 760px;
	height: 100%;
	z-index: 0;
}
.top{
	background-color: #000000;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 92px;
	
}
.top_menu{
	background-color: #000000;
	position: absolute;
	text-align: left;
	top: 92px;
	left: 0px;
	width: 760px;
	height: 20px;
	 
	font-family: Helvetica,Arial;
	font-size: 16px;
	color: white;
	//font-weight: bold;
	z-index: 1;
}
.left {
	background-color: #000000;
	position: absolute;
	text-align: center;
	width: 150px;
	top: 112px;
	left: 0px;
	z-index: 0;
}
.right {
	position: absolute;
	background-color: #000000;
	text-align: center;
	width: 150px;
	top: 112px;
	right: 0px;
	z-index: 0;
}
.main {
	font-size: 11px;
	color:white;
	background-color: #000000;
	position: absolute;
	text-align: left;
	width: 460px;
	top: 112px;
	left: 150px;
	z-index: 0;
}
.main_majority_left {
	font-size: 11px;
	color:white;
	background-color: #000000;
	position: absolute;
	text-align: left;
	width: 610px;
	top: 112px;
	left: 0px;
	z-index: 0;
}
.main_majority_right {
	font-size: 11px;
	color:white;
	background-color: #000000;
	position: absolute;
	text-align: left;
	width: 610px;
	top: 112px;
	left: 150px;
	z-index: 0;
}
.main_full {
	font-size: 11px;
	color:white;
	background-color: #000000;
	position: absolute;
	text-align: left;
	width: 760px;
	top: 112px;
	left: 0px;
	z-index: 0;
}
.main_frame{
	position: relative;
	width: 460px;
	height: 500px;
	z-index: 0;
	
}
.red_line_horizontal{
	position: absolute;
	left: 0px;
	line-height: 2px;
	width: 100%;
	background-color: #A00F0F;
	z-index: 0;
	
}
.red_line_vertical{
	position:absolute;
	left:0px;
	height:100%;
	width:2px;
	background-color:red;
}
.popup{
	visibility: hidden;
	position:absolute;
	left:0px;
	top: 15px;
	z-index: 1;
}
.popup2{
	visibility: visible;
	background-color: black;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 1;
	border: 1px solid Red;
	font-weight: normal;
	font-size: 11px
}

table.menu {
    
	  border-right: #A00F0F 1px solid;
     border-top: #A00F0F 1px solid;
     border-bottom: #A00F0F 1px solid;
     border-left: #A00F0F 1px solid;
     visibility: hidden; 
     cursor: pointer; 
     position: absolute;
	  width: 50px;
	  z-index: 1;
}
#mainmenu {
     
	  position: static;
	  font-weight: bold;
     border-right: 0px;
	  border-top: 0px; 
     border-left: 0px; 
     border-bottom: 0px;
	  margin-top:1px;
	  z-index: 1;	  
}
table.menu td {
	color: white;
	background-color: black;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-top: 0px;
	font-size: 11px;
	font-family: helvetica,Arial;
	white-space: nowrap;
	z-index: 2;
	text-align: left;
}
.menu_nadpis {

		font-size: 12px;
}
