a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	
	background-color: black;
	margin: 0px;
}

.menu {
	color: white;
	font-size: 13px;
}

.menu_notsel {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.menu_sel {
	background-image: url(../images/highlight.jpg);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.language {
	font-family: Arial;
	color: white;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: white;
}

.content {
	background-image: url(../images/whole-peace-of-red-element.jpg);
	background-repeat: repeat-x;
}

.content_g {
	background-image: url(../images/one-peace-of-red-element.jpg);
/*	background-repeat: repeat-x;*/
}

.content_g_btm {
	background-image: url(../images/content_bg_bottom.png);
	font-size: 1px;
	height: 5px;
}

.work_time {
	background-image: url(../images/snimki02.png);
	background-repeat: no-repeat;	
}

.img {
	border-style: none;
}