@charset "UTF-8";


html{
	/*
	color:#000000;
	background:#FFFFFF;
	*/
	color:#FFFFFF;
	background:#000000;
}
body {
	width: 100%;
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	padding: 20px;
	font-size: 18px;
	line-height: 120%;
}

body .vak-hint {
	display: block;
	max-width: 800px;
	padding-bottom: 20px;
}

a, a:visited {
	/*
	color: #3333CC;
	*/
	color:#FFFF00;
	text-decoration: none;
}
.active a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color:#000000;
	background: #FFFF00;
}
ul {
	list-style-type: none;
}

h1{
	font-size: 26px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 20px;
}
p{
	font-size: 18px;
	margin: 5px 0 5px 0;
	padding: 0;
}
h1, h2, h3{
	margin: 20px 0 10px 0;
	padding: 0;
}
.logo,
.reg_log,
.pathnav,
.column_right{
	display: none;
}
table tr td{
	padding: 10px 20px;
	vertical-align: top;
}
a img {display: none;}

.column_left .banner,
.column_left .calendar{display: none;}

.menu a { display: inline-block; padding: 10px 0;}
.akadaly {
	position: absolute;
	top: 2px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url('../img/normalweb_icon.png');
	display: block;
	cursor: pointer;
}
.flex_1 {
	  background:transparent !important;
}
.search.small .input-container {
    float: left;

}