html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:980px;
}

/*Font*/
body
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #6C6C6C;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #486DAA; font-family: Tahoma, sans-serif;}
a:visited{color:#486DAA; font-family: Tahoma, sans-serif;}
a:active {color: #486DAA; font-family: Tahoma, sans-serif;}
a:hover{color:#DD0000; font-family: Tahoma, sans-serif;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #2F4773 url(images/header_bg.gif) repeat-x;
	border-bottom:1px solid #D6D6D6;
}

#header_logo
{
	position:absolute;
}

#content .head-titel
{
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding:0 0 0 10px;
}

#content .login_box
{
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
}

#company_logo
{
	display:block;
	position:absolute;
	width:100px; 
	height:106px; 
	left:165px;
	top: 0;
	background:url(images/logo.gif) right center no-repeat;
}

#header_text
{
	position:absolute;
	left:265px;
	top: 0;
	width:330px;
	height:106px;
	padding-left:5px;
	padding-top:35px;
	color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:210px;
	min-width:210px;
	vertical-align:top;
	padding:0 45px 0px 45px;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:10px 0px 10px 0px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Top banner*/
#top_banner
{
	padding:0 0 10px 0;
	text-align:center;
}



/*Bottom banner*/
#bottom_banner
{
	padding:10 0 10px 0;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}


















p{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #6C6C6C;
}

.txt{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #6C6C6C;

}
span{
	font-family: "Arial Narrow";
	color: #003371;
	font-size: 14px;
}

.red{
	font-family: "Arial Narrow";
	color: #990000;
	font-size: 14px;
	line-height: 18px;
}

.grey{
	font-family: "Arial Narrow";
	color: #707070;
	font-size: 12px;
}

.grey:hover{
	font-family: "Arial Narrow";
	color: #707070;
	font-size: 12px;
}

.title{
	font-family: "Arial Narrow";
	color: #990000;
	font-size: 14px;
	line-height: normal;
}

.a{
	font-family: Tahoma, sans-serif;
	color: #003371;
	font-size: 14px;
	line-height: 18px;
	text-decoration:underline;
}

.a:hover{
	font-family: Tahoma, sans-serif;
	color: #003371;
	font-size: 14px;
	line-height: 18px;	
	text-decoration: none;
}


.a_left_col{
	font-weight: bold;
	line-height: 20px;
	text-decoration:underline;
}

.a2{
	font-family: "Arial Narrow";
	color: #003371;
	font-size: 14px;
	text-decoration: none;
	text-indent: 20px;	
    line-height: 9px;
}

.a2:hover{
	font-family: "Arial Narrow";
	color: #003371;
	font-size: 14px;
	line-height: 9px;
	text-decoration: underline;
}

.ared{
	font-family: "Arial Narrow";
	color: #990000;
	line-height: 18px;
	font-size: 14px;
	text-decoration: underline;
}

.ared:hover{
	font-family: "Arial Narrow";
	color: #990000;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
.a3{
	font-family: "Arial Narrow";
	color: #990000;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
.a3:hover{
	font-family: "Arial Narrow";
	color: #990000;
	font-size: 14px;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
.menu{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	color: #003371;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	line-height: 12px;
}
.menu:hover{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	color: #003371;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 12px;
}
.menu2{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: #9D080D;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	line-height: 10px;
}
.menu2:hover{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: #9D080D;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	line-height: 10px;
}
.menu3{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: #9D080D;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	line-height: 10px;
}
.menu3:hover{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: #9D080D;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	line-height: 10px;
}
.in{
	font-size: 10px;
	border: 0px;
	background-color: White;
}
.inv2{
	font-size: 14px;
	border: 0px;
	background-color: White;
}
.lang{
 color: #828282;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-decoration: underline;
 line-height: 10px;
}
.lang:hover{
 color: #828282;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-decoration: none;
 line-height: 10px;
}
.langtxt{
 color: #828282;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-decoration: none;
 line-height: 10px;
}
.data_b{
        color: #003371;
        font-family: "Arial Narrow";
        font-size: 12px;
        background-image: url(/_img/data_b.gif);
}
.data_index{
        color: #990000;
        font-family: "Arial Narrow";
        font-size: 12px;
}



.title1{
        color: #003371;
        font-family: "Arial Narrow";
        font-size: 18px;
        font-weight: bold;
}
.year{
	color: #ffffff;
	font-family: "Arial Narrow";
	font-size: 14px;
}
.month{
        color: #959595;
        font-family: "Arial Narrow";
        font-size: 13px;
        line-height: 10px;
}
.montha{
        color: #003371;
        font-family: "Arial Narrow";
        font-size: 13px;
        text-decoration: underline;
        line-height: 10px;
}
.montha:hover{
        color: #003371;
        font-family: "Arial Narrow";
        font-size: 13px;
        text-decoration: none;
        line-height: 10px;
}
.prices{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #006400;
        font-size: 11px;
        text-decoration: underline;
        line-height: 10px;
}
.prices:hover{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #006400;
        font-size: 11px;
        text-decoration: none;
        line-height: 10px;
}
.prices_txt{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #006400;
        font-size: 11px;
        text-decoration: none;
        line-height: 10px;
}
A.ok_cancel_profile {
	text-decoration: none;
}
A.ok_cancel_profile:hover {
	text-decoration: underline;
	}
	.red2{
        font-family: Tahoma;
        color: #990000;
        font-size: 14px;
        font-weight: bold;
}
.grey2{
        font-family: Tahoma;
        color: #636363;
        font-size: 11px;
}
.a3{
        font-family: Tahoma;
        color: #003371;
        font-size: 11px;
        text-decoration: underline;
}

.a3:hover{
        font-family: Tahoma;
        color: #003371;
        font-size: 11px;
        text-decoration: none;
}
.agrey{
        font-family: "Arial Narrow";
        color: #707070;
        font-size: 14px;
        text-decoration: underline;
}
.ponoviti{
        font-family: "Arial Narrow";
        color: #707070;
        font-size: 14px;
    
}
.agrey:hover{
        font-family: "Arial Narrow";
        color: #707070;
        font-size: 14px;
        text-decoration: none;
}
.news_title {
	FONT-SIZE: 12px; 
	COLOR: #003371; 
	TEXT-INDENT: 20px;  
	FONT-FAMILY: "Arial"; 
	TEXT-DECORATION: none
}
.ared {
	FONT-SIZE: 14px; 
	COLOR: #990000; 
	LINE-HEIGHT: 18px; 
	FONT-FAMILY: "Arial Narrow"; 
	TEXT-DECORATION: underline
}
.ared:hover {
	FONT-SIZE: 14px;
	COLOR: #990000; 
	LINE-HEIGHT: 18px; 
	FONT-FAMILY: "Arial Narrow";
	TEXT-DECORATION: none
}
.logos {
	FONT-SIZE: 10 px; 
	COLOR: #BAD0E9; 
	/*LINE-HEIGHT: 10px; */
	FONT-FAMILY: "Tahoma"; 
	TEXT-DECORATION: none
}
.greyconfig{
        font-family: Tahoma, sans-serif;
        color: #9D080D;
        font-size: 12px;
}
.prs{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #006400;
        font-size: 11px;
        text-decoration: none;
        line-height: 10px;
}
.bgform{
	background-image: url(/_img/form1.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.s_f{
	background-image: url(/_img/s_3.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.form {
	text-decoration: none;
	align: top;
	margin-top:0px;
}
.inv {
	height: 16px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	width: 145px;
	border: 0px;
}
.inv_s {
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	width: 140px;
	border: 0px;
}
.inv3 {
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	width: 125px;
	color: #636363;
	background-color: #ffffff;
}

.form2 {
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
.form3 {
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.inv4{
	font-size: 14px;
	border: 0px;
	background-color: #000000;
}
.i_003371{
	font-size: 10px;
	font-family: Tahoma;
    color: #003371;
    font-size: 10px;
	
}