body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    margin: 0;
    padding: 0;
    min-width: 1060px;
    background-color: #010101;
}

a:hover {
    text-decoration: none;
}

.textversion {
    display: none;
}

.clearer {
    clear: both;
}

#header {
	background-repeat: repeat-x;
	background-color: white;
	position: relative;
	min-height: 150px;
}

.logo {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50px;
    top: 25px;
	border:none;
}

.hp-text h2 {font-size:14px;}
.hp-text p {margin-top:2px;}

#mainmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 330px;
	top: 60px;
}

#mainmenu li {
    float: left;
}   

#mainmenu a {
	display: block;
	width: 72px;
	height: 55px;
	background-image: url(../images/main_menu_item_bg.png);
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 125%;
	text-align: center;
	padding: 9px;
	margin-right: 12px;
	font-weight: bold;
	padding-top: 7px;
}
#main_text p {
	text-align: justify;
}


#mainmenu a:hover {
	background-image: url(../images/main_menu_item_active_bg.png);
}

.yellow #mainmenu a:hover {
    background-image: url(../images/yellow/main_menu_item_active_bg.png);
}

.lightblue #mainmenu a:hover {
    background-image: url(../images/lightblue/main_menu_item_active_bg.png);
}
.green #mainmenu a:hover {
    background-image: url(../images/green/main_menu_item_active_bg.png);
}
#news {
	background-color: #f27801;
	background-image: url(../images/orange/news_bg.png);
	background-repeat: repeat-x;
	position: relative;
	min-height: 50px;
	color: white;
}

.lightblue #news {
    color: black;
}

.yellow #news {
    color: black;
}
.green #news {
    color: black;
}

.lightblue #news {
    background-image: url(../images/lightblue/news_bg.png);
}

.yellow #news {
    background-image: url(../images/yellow/news_bg.png);
}
.green #news {
    background-image: url(../images/green/news_bg.png);
}
#news #woman {
    background-image: url(../images/orange/woman_bg.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 115px;
    z-index: 0;
}

.lightblue #news #woman {
    background-image: url(../images/lightblue/woman_bg.png);
}

.yellow #news #woman {
    background-image: url(../images/yellow/woman_bg.png);
}
.green #news #woman {
    background-image: url(../images/green/woman_bg.png);
}

#news .news_title {
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 60px;
	left: 80px;
	font-size: 160%;
	font-weight: normal;
	z-index: 1;
}

.yellow #news .news_title {
    color: black;
}
.green #news .news_title {
    color: black;
}

#toppanel {
	background-image: url(../images/top_panel_bg_strech.png);
	height: 35px;
	;
	background-color: white;
	;
}
#toppanel div {
	background-position: right;
	background-image: url(../images/top_panel_bg.png);
	background-repeat: no-repeat;
	height: 35px;
	text-align: right;
}
#toppanel div a {
	padding: 8px 30px;
	width: 90px;
	display: block;
	float: right;
	color: #666666;
	text-decoration: none;
}




.lightblue #news .news_title {
    color: black;
}

.green #news .news_title {
    color: black;
}


#news_items {
	margin: 0 50px 0 335px;
	padding-top:15px;
}

#news .news_item {
	float: left;
	padding-top: 40px;
	width: 50%;
}

#news .news_item .news_item_title {
    font-size: 1em;
	font-weight:bold;
}

#news .news_item p {
    margin-right: 3em;
}

#news .news_item a {
    color: white;
}

.lightblue #news .news_item a {
    color: black;
}

.yellow #news .news_item a {
    color: black;
}

.green #news .news_item a {
    color: black;
}


#main_content {
    background-image: url(../images/maingrey/main_content_bg.png);
    background-repeat: repeat-x;
    background-color: #424242;
    color: white;
    position: relative;
}

.mainblue #main_content{
    background-image: url(../images/mainblue/main_content_bg.png);
    background-color: #004c83;    
}


#main_content h2 {
    margin: 0;
}

#main_content a {
    color: #ff7e00;
}

.yellow #main_content a {
    color: #fff000;
}

.lightblue #main_content a {
    color: #6bceff;
}
.green #main_content a {
    color: #21ea28;
}



#main_content a:hover {
    color: #ff9e00;
}

#sidebar {
    width: 244px;
    margin-left: 55px;
    float: left;
    padding-bottom: 200px;
}

#submenu {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    background-image: url(../images/submenu_top_bg.png);
    background-color: black;
    background-repeat: no-repeat;
}

#submenu_bottom {
    background-image: url(../images/maingrey/submenu_bottom_bg.png);
    background-color: black;
    background-repeat: no-repeat;
    height: 20px;
}

.mainblue #submenu_bottom {
    background-image: url(../images/mainblue/submenu_bottom_bg.png);
    background-color: black;
    background-repeat: no-repeat;
    height: 20px;
}


#submenu li {
    display: block;
}

#submenu li a {
    display: block;
    margin-left: 10px;
    border-top: 1px solid #444;
    background-image: url(../images/orange/submenu_list_item_bg.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    color: white;
    font-size: 110%;
    text-decoration: none;
    padding: 5px 10px 5px 30px;
}

.yellow #submenu li a {
    background-image: url(../images/yellow/submenu_list_item_bg.gif);
}

.lightblue #submenu li a {
    background-image: url(../images/lightblue/submenu_list_item_bg.gif);
}
.green #submenu li a {
    background-image: url(../images/green/submenu_list_item_bg.gif);
}

#submenu li.first a {
    border-top: none;
}

#sidebar p {
    padding: 0 0.8em;
}

#rotoped {
    position: absolute;
    background-image: url(../images/maingrey/rotoped.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 200px;
    bottom: -13px;
    left: 75px;
}

.mainblue #rotoped {
    background-image: url(../images/mainblue/rotoped.png);
}

#main_text, #footer_main_content {
    margin-left: 300px;
    padding: 2.8em;
}

#footer_main_content_uvod {
    text-align: center;
    padding: 1em;
}

#main_text h2, #main_text h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#main_text h2 {
    font-size: 190%;
}

#main_text h3 {
    font-size: 190%;
}

#main_text #more_info {
    position: absolute;
    right: 2.8em;
    top: 2.8em;
}

#main_text .perex {
    color: #ff7e00;
    font-weight: bold;
}

.yellow #main_text .perex {
    color: #fff000;
}

.lightblue #main_text .perex {
    color: #6bceff;
}

.green #main_text .perex {
    color: #21ea28;
}

#footer {
    background-color: #010101;
    clear: both;
    color: #999;
}

#partners {
    float: left;
    margin: 20px 20px 20px 75px;
}

#partners img {
    border: none;
}

#footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 1em;
}

#footer_menu li {
    float: left;
    border-left: 1px solid #ff7e00;
    padding: 0 6px;
}

#footer_menu li.first {
    border-left: none;
    padding-left: 0;
}

#footer_menu a {
    color: white;
}
.gallery a {
	width: 250px;
	padding: 2px;
	margin: 7px;
	display: block;
	float:left;
	border: 1px solid orange;
	text-align: center;
		
}
.white #main_content {
	background-color: #FFFFFF;
	background-image: url(../images/index_header_bg.png);
	padding-top: 40px;
	padding-bottom: 20px;
}
#navig {
	text-align: center;
}
#navig a {
	text-decoration: none;
	width: 170px;
	display: block;
	float: left;
	margin: 10px;
	color: black;
}
#navig img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headeruvod {
	background-repeat: repeat-x;
	background-color: white;
	position: relative;
	min-height: 80px;
	text-align: center;
	background-image: url(../images/header_bg.png);
	padding-top: 20px;
}

.page_content {color:black; float:right;width:550px;text-align:left;margin-right:40px}
.page_content h1 {position:relative;top:0;left:0;}
