body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	background-color: black;
	color: white;
	font-size: x-large;
	padding: 0.5em 1em;
	background-image: url(./img/bg-h1.png);
	width: 13em;
	margin-left: 1em;
}

.line {
	color:#6F71A9; 
	height:1px; 
	border-style:none; 
	background-color:#6F71A9; 
	margin-top:0; 
	margin-bottom:0;
}

.news {
	background-color: #6F71A9;
	margin-left: 4em;
	margin-top: -29px;
	padding: 5px 8px 15px;
	float: left;
	position: relative;
	z-index: 1;
	color: white;
	font-weight: bold;
}

div.news-text dl dt {
	font-size: medium;
	font-style: italic;
	color: #f6efd2;
}

.news-text {
	background-color: #6F71A9;
	color: white;
	padding: 0.5em 1em;
	width: 13em;
	margin-left: 3em;
}

.alert {
	background-color: #ff0000;
	color: white;
	font-size: large;
	padding: 1em;
	margin-left: 1em;
}

.update {
	color: gray;
	font-size: small;
	padding: 3px 8px;
	margin-left: 3.5em;
	width: 25em;
}

.date {
	background-color: #f6efd2;
	color: black;
	padding: 3px 8px;
	margin-left: 2.5em;
	border-bottom: 2px solid #e1dbc2;
}

#tab {
	

/* Safari, Chrome */
		-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	

/* Firefox */
		-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}

/* Opera, IE */

#tab .rocon-bl, #tab .rocon-br {
	display: none;
}

.event {
	background-color: #f3f3f3;
	color: black;
	width: 20em;
	border-bottom: 2px solid #e0e0e0;
	padding: 1px 20px;
	margin-top: 5px;
	margin-left: 1em;
}

.other {
	background-color: #e0e0e0;
/*	color: black;*/
/*	width: 20em;*/
/*	border: 1px solid gray;*/
	padding: 1px 20px;
/*	margin-top: 5px;*/
/*	margin-left: 1em;	*/
}

.footer {
	font-size: small;
	color: gray;
	padding-left: 2em;
	margin-left: 1em;
}

.today {
	padding: 10px;
	color: black;
	font-size: small;
	margin-left: 3.5em;
	background: #f6efd2;
}

.v {
	position: relative;
	top: 29px;
	left: -60px;
}

.zhuk {
	position: relative;
	top: 70px;
	left: -75px;
}

.arr {
	font-size: medium;
}

#menu {
	font-size: small;
	margin-left: 1em;
	width: 1em;
}

a#menu {
	color: white;
}

a#menu:hover {
	color: white;
}

a#menu:visited {
	color: white;
}

.test {
	padding-bottom: 7px;
}