BODY {
FONT-FAMILY: arial, helvetica, serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #030303;
	font-size: 15px;
	color: #eeeded;
	scrollbar-3dlight-color: #5d400c; 
	scrollbar-arrow-color: #c98205;
	scrollbar-highlight-color: #ffe0aa;
	scrollbar-face-color: #966715;
	scrollbar-shadow-color: #2d1f06;
	scrollbar-darkshadow-color: #2d1f06;
	scrollbar-track-color: #1e1d18;
	outline-color: #000000;
}
p {	font-size: 15px;}

*:focus 
{ 
  -moz-outline: none  !important; 
  -moz-outline-offset: 0px         !important; 
  -moz-outline-radius: 0px         !important; 
}

textarea:focus, button:focus, select:focus, input:focus 
{ 
  -moz-outline-offset: -1px        !important; 
}

input[type="radio"]:focus 
{
  -moz-outline-radius: 0px        !important; 
  -moz-outline-offset: 0px         !important; 
}

.main_text {
	font-size: 15px;
	color: #eeeded;
	text-decoration: none;}

.main_text2 {
	font-size: 15px;
	color: #8f8b8b;}

.main_text3 {
	color: #464545;}

.adress_text {
	font-family: courier new;
	color: #eeeded;}

.nazva_text {
	font-size: 30px;
	font-family: arial narrow;
	color: #464545;}
	
.rik_text {
	font-size: 14px;
	font-family: arial narrow;
	color: #8f8b8b;}
	
.yell{
	color: #c98205;
	text-decoration: none;
}
.a_menu_aktiv {
	color: #f19a02;
}

.a_lang_menu {
	color: #2b2b2b;
	text-decoration: none;
}

.a_menu_passive {
	color: #aaaaaa;
}

.a_start {
	color: #574e48;
	font-size: 22px;
	text-decoration: none;
}

.div_start{
	position: relative;
	width: 99.5%;
	height: 99%;
	background: url(g/fon_start.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.div_main{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.div_body{
	width: 1100px; 
	height: 690px;
	margin-left: auto; 
	margin-right: auto; 
}

.div_top {
	width: 1100px;
	height: 85px;
	background: url(g/top.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: right;
}

.div_middle {
	width: 1100px;
	height: 575px;
	text-align: left;
}

.div_mid {
	width: 1012px;
	height: 573px;
	border: solid 1px #787878;
	background: url(g/fon_frame.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: right;
}

.mid_right {
	background: url(g/right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.mid_left {
	background: url(g/left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.div_frame{
	position: relative;
	padding: 10px 10px 10px 20px ;
	width: 615px;
	height: 515px;
	background-color: #030303;
	overflow: auto;
	border: solid 1px #0a0a0a;
}

.div_bot {
	position: relative;
	width: 1100px;
	height: 30px;
	background: url(g/bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


/* ######### Vypod menu for Timecode ######### */

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #bbb;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #8e8e8e;
width: 205px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8e5b00;
}