TD {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E9FAFD;
}

A {
	color: #E9FAFD;
	text-decoration: none;
}
A:hover{
	color: #3FAFC9;
	text-decoration: underline;
}

.main_border{
	border: 1px solid #2A8FBD;
}
.main_border_bg{
	border: 1px solid #2A8FBD;
	background: #156D9E;
}

.table_bg_light{
	background: #156D9E;
}

.search_field{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 100px;
	height: 20px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.search_button{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 30px;
	height: 20px;
	color: #E9FAFD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.data_field_raw{
	background: #0D80AD;
	border: 1px solid #1D5082;
	height: 20px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.data_field{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 150px;
	height: 20px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.data_field_text{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 150px;
	height: 60px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.data_field_text_big{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 150px;
	height: 120px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.data_field_2{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 25px;
	height: 20px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.data_field_4{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 50px;
	height: 20px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.data_field_order{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 50px;
	height: 20px;
	color: #E9FAFD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}


.data_button{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 120px;
	height: 20px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.data_button_long{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 180px;
	height: 20px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.data_button_long_dis{
	background: #0D80AD;
	border: 1px solid #1D5082;
	width: 180px;
	height: 20px;
	color: #1D5082;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.data_button_small{
	background: #0D80AD;
	border: 1px solid #E9FAFD;
	width: 80px;
	height: 20px;
	color: #E9FAFD;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.header{
	font-size: 14px;
	color: #E9FAFD;
	font-weight: bold;
}

.subheader{
	font-size: 12px;
	color: #E9FAFD;
	font-weight: bold;
}

.text_white{
	color: #E9FAFD;
}

.text_ak{
	color: #00CC00;
}

.text_dis{
	color: #1D5082;
}

.text_normal{
	font-size: 12px;
	color: #E9FAFD;
	font-weight: normal;
}

.text_bold{
	font-size: 12px;
	color: #E9FAFD;
	font-weight: bold;
}

.small_normal{
	font-size: 11px;
	color: #E9FAFD;
	font-weight: normal;
}

.small_bold{
	font-size: 11px;
	color: #E9FAFD;
	font-weight: bold;
}

.meta_menu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E9FAFD;
	text-decoration: none;
}

.sub_menu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E9FAFD;
	font-weight: bold;
}

.sub_menu_a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3FAFC9;
	font-weight: bold;
}

.news{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E9FAFD;
}
.news_prev_img{
	border: 1px solid #E9FAFD;
	margin: 3px 5px 5px 0px;
}
.cat_prev_img{
	border: 1px solid #E9FAFD;
}
.cat_prev_img_bg{
	border: 1px solid #2A8FBD;
	background: #FFFFFF;
}

.box_dashed_top{
	background: #156D9E;
	border-top: 1px dashed #2A8FBD;
}

.dashed_top{
	border-top: 1px dashed #2A8FBD;
}


.trenner{
	border-top: 2px solid #2A8FBD;
}

.content_tab{
	margin: 0px 25px 25px 25px;
}

.box_tab{
	margin: 5px 5px 5px 8px;
}

.history_inactive{
	font-size: 12px;
	color: #3FAFC9;
	font-weight: bold;
}

.warning{
	color: #FFCC00;
	font-weight: bold;
}
