* {
	font-family: Arial, Helvetica, sans-serif;
	line-height:130%;
}

a {
	color:#005778;
	text-decoration:none;
}

h1 {
	font-size: 30px;
	text-align:center;
}

p {
	text-align:justify;
}

table tr td{
	vertical-align:top;
}

.mainbody {
/*	background-image: url(img/mainbg.png);*/
	background-repeat: repeat-x;
	background-color: #f7f7f7;
}
#vrame_top_menu {
	clear: both;
	height: 40px;
	display: block;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	font-size: 12px;
	margin-bottom: 15px;
	border-bottom: 1px solid #010000;
}
.vrame_top_menu_button{
	background: #343434 url(img/button.png) repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-color: #343434url;
	background-image: url(img/button.png);
	background-position: 0;
}

.vrame_top_menu_button_selected {
	background: radial-gradient(ellipse closest-side at center center , #454545 40%, #0F0F0F 160%) repeat scroll 0 0 transparent;
}

.vrame_top_menu_button_red{
	background: #343434 url(img/buttonred.png) repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-color: #343434url;
	background-image: url(img/buttonred.png);
	background-position: 0;
}

.vrame_top_menu_button_red_selected {
	background: radial-gradient(ellipse closest-side at center center , #454545 40%, #0F0F0F 160%) repeat scroll 0 0 transparent;
}

#vrame_top_menu ul {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	color: #fff;
	list-style: none;
}

#vrame_top_menu li {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #101010;
}

#vrame_top_menu span {
	color: #fff;
	line-height: 40px;
}

#vrame_top_menu a {
	color: #fff;
	line-height: 40px;
 	display: block;
}

#vrame_top_menu a:hover{
/*	text-decoration:underline;*/
	background:url(/img/buttonhover.png) left top repeat;
}

#vrame_top_menu_red a:hover{
/*	text-decoration:underline;*/
	background:url(/img/buttonredhover.png) left top repeat;
}
.podmenu {
	font-size: 14px;
	font-weight:bold;
	padding-top: 4px;
	margin-bottom: 10px;
	width: 100%;
}

.podmenu_button {
	position: relative;
	padding: 0 6px;
	float: left;
	text-decoration:underline;
}

.podmenu_button:hover{
	text-decoration:none;
}

.podmenu_button_active {
	position: relative;
	padding: 0 6px;
	float: left;
	color: black;
	background-color: #fef627;
}

.mainContent img {
	position: relative;
	float: left;
	margin: 5px 20px 15px 0;
}

.mainContent a {
	text-decoration:underline;
}


.mainContent a:hover {
	text-decoration:none;
}

.hidden {
	display: none;
}

.unhidden {
	display:block;
}
.pricetable table td {
	vertical-align:middle;
	text-align:center;
}

.katalog td {
	vertical-align:middle;
}

.katalog img {
	margin: 10px 10px 10px 10px;
}

.mainlogos img {
	margin: 10px 10px 10px 10px;
}