html{
	height: 100%;
}

body{
	height: auto !important;
	height: 100%;
	font-family: Geneva, sans-serif;
	color: #7B7B7B;
	font-size: 10px;
	background-color: #1C1C1C;
	margin: 0px;
}
table{
	font-size: 12px;
	color: #7B7B7B;
}

h1{
	color: white;
	font-size: 15pt;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
}
h2{
	font-size: 10pt;
	font-family: tahoma;
	font-style: italic;
	color: #A98401;
}

.main_pad{	padding: 20 50 20 50; }
.main{ background-color: black;}

#head_top{
	background: url(../images/mid_r.gif) no-repeat;
}

#head_top label{
	color: #A98401;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 5px;
	
}
#head_top .txt{
	xpadding-top: 20px;
	xposition: relative;
}

.txt{
	width: 100px;
	border: 1px solid #091637;
	background-color: #0C0C0C;
	color: #C2C2C2;
}
.area{
	width: 200px;
}
.last{
	margin-right: 50px;
}

.enter{
	background: url(../images/enter.gif) no-repeat;
	width: 64px;
	height: 20px;
	border: 0px;
}
.exit{
	background: url(../images/exit.gif) no-repeat;
	width: 68px;
	height: 20px;
	border: 0px;
}
a.menu{
	height: 36px;
	padding-left: 35px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 7px;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover{
	color: #FFCE23;
	padding-top: 9px;
}
a.menu_hover{
	height: 36px;
	padding-left: 35px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 7px;
	font-family: arial;
	font-weight: bold;
	color: #FFCE23;
	text-decoration: none;
}

#user_menu .menu{
	font-size: 12px;
	padding-top: 10px;
}
#user_menu .menu_hover{
	height: 36px;
	font-size: 12px;
	padding-left: 35px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	font-family: arial;
	font-weight: bold;
	color: #FFCE23;
	text-decoration: none;
}

a{
	color: #A4985E;
}

///// OLD //////
.pos{
	position: absolute;
	margin-top: 5%;
}


/* tabel */
.even{ background-color: #1C1C1C; }
.odd{ background-color: #303030; }
.bad_tr{ background-color: #FBACA3;}

input.btn{
	border-top: 1px solid #664A00;
	border-bottom: 1px solid #664A00;
	border-right: 3px solid #664A00;
	border-left: 3px solid #664A00;
	background-color: #FFBA00;
	padding: 0px;
	text-align: center;
	height: 20px;
	width: 150px;
}
.registration{
	margin: 0 auto;
	width: 250px;
}
.head{
	background-color: #B7AB79;
	font-weight: bold;
	padding-left: 2px;
	xfont-size: 12px;
}
a.pager{
	font-size: 12px;
	color:#00557D;
	text-decoration: none;
}
a.pager:hover{
	text-decoration: underline;
}
a.pager_act{
	font-size: 12px;
	color:#FF6B33;
	text-decoration: none;
}
.border2{
	border: 1px solid;
}
.news{
	background-color: #1C1C1C;
	border: groove #1C1C1C 2px;
	padding: 5px;
}
.news_name{
	color: #BF7D00;
	font-family: sans-serif;
	font-weight: bold;
}
.news_date{
	font-size: 10px;
	font-weight: normal;
}
.news_text{
	padding-left: 20px;
	padding-bottom: 10px;
	width: 400px;
	font-size: 12px;
}

.filter select{
	border: 1px solid #3CB371;
}
.filter{padding-bottom: 20px; font-weight: bold;}

.small{
	font-size: 11px;
}
.notificaton{
	border: 1px solid #F74400;
	text-align: center;
	padding: 20px;
}
.highlighted{
	background-color: #DAEEF3;
}