@CHARSET "UTF-8";

BODY{
	margin: auto;
	background-color: black;
	color: white;
}

a {
	color: white;
	font-weight: bold;
}

#first_line, #first_line a {
	margin: 3px;
	font-family: TIMES NEW ROMAN;
	color: #e00000;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
#menu {
	width: 100%;
	background-color: #bbbbbb;
	text-align: center;
}
.menu_cell, .menu_cell_selected {
	display: inline-table;
	font-weight: bolder;
}
.menu_cell:HOVER, .menu_cell_selected {
	background-color: #333333;
	color: #ffffff;
}
#contener_left{
	width: 20px;
	z-index: 20;
}
#contener_right{
	width: 20px;
}
.menu_cell A{
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: black;
}
.menu_cell:HOVER A,.menu_cell_selected A{
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: #eeeeee;
}
#div_404 {
	background-image: url("404.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	font-size: 40px;
	color: red;
}
#splash{
	position: absolute;
	background-color: black;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
	display: none;
}
#splash DIV{
	position: relative;
	top: 30%;
	font-family: TIMES NEW ROMAN;
	color: #b00000;
	font-weight: bold;
	font-size: 60px;
	z-index: 100;
}
#screan {
	margin: auto;
	margin-top: 10px;
	z-index: 1;
}
#frame {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	width: 80%;
	text-align: left;
}
#kontakt_screan {
	height: 60%;
	width: 60%;
	float: right;
	margin-left: 10px; 
	margin-top: 20px;
}
#autor_screan{
	height: 340px;
	width: 500px;
	float: right;
	margin-left: 10px;
}
#autor_dyplom{
	height: 150px;
	width: 110px;
	float: left;
	margin-right: 10px;
}
#autor_dyplom IMG{
	position: absolute;
	height: 150px;
}
#autor_boom img{
	position: absolute;
	height: 150px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.img_big{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1;
	height: 80%;
}
.img_middle{
	position: absolute;
	width: 500px;
	height: 500px;
	float: right;
}
.img_middle img{
	display: none;
	max-height: 100%;
	max-width: 100%;
	float: right;
}
.img_galery{
	position: absolute;
	width: 53%; 
	height: 75%;
	display: none;
	text-align: center;
	vertical-align: middle;
}
.img_galery img{
	max-height: 100%;
	max-width: 100%;
	margin: 30px auto auto;
}
.img_galery p {
	margin-top: 0px;
}
.img_big img{
	display: none;
	margin: auto;
	height: 100%;
}
#protekt{
	z-index: 1000;
	position: absolute;
}
#galery_screan {
	float: left;
}
.img_mini {
	display: inline;
}
.img_mini img {
	max-height: 60px;
	max-width: 80px;
}
#galery_menu{
	width: 240px;
	float: right;
	text-align: center;
}
.contener {
	width: 200px;
	display: none; 
	text-align: center;
}
#splash_loader{
	margin: auto;
	height: 50px;
	width: 50px;
	background-image: url("ajax-loader.gif");
}
#c{
	width: 20px;
	height: 20px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-image: url("c.png");
}
