@CHARSET "UTF-8";
@font-face {
/*
    font-family: stone;
    src: url('stoneinformalitcstdmedium.eot');    
	src: local(stone), url('stoneinformalitcstdmedium.ttf') format('opentype'); 
*/
	font-family: 'Merriweather', arial, serif;
    /* default .ttf */
}

* {
    margin:0;
    padding:0;
	
}

body {
	padding: 0;
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #456E8C;
	background-image:url(/images/wolk.jpg);
	/* background-repeat:no-repeat; */
	background-repeat:repeat-x;
	/* background-attachment:fixed; */
	background-position:0 108px;
}
#bar3 {
            position: fixed;
            bottom: 0;

            /*  bottom:5px; */
            width:100%;
            /* height:3px; */

            z-index:-1;
            border-bottom:3px solid #c81a78; 
            /*
            right:0;
            z-index:5;
            top:30px;
            width: 100%;
            height:3px;       
          border-bottom:2px solid #c81a78; 
          */ 
    
}

div.hint{
	padding-left:20px;
	font-size:85%;
	font-style:italic;	
}

span.hint{
	font-size:85%;
	font-style:italic;	
}

a:link    {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover   {
	color:#456e8c;
	text-decoration:none;
}
a:active  {
	color:#000000;
	text-decoration:underline;
} 


img { 
	border: 0px; 
}

div,h1,h2,h3,h4,p,form,label,input,textarea,img,span {
	margin: 0;
	padding: 0;
}

ul.s {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
}
/* pages */ 
#mainLayer{
	width:100%;
	height:100%;
	min-height:100%;
    /* background-color:blue; */
	background-image:url(/images/logo-tvl_sub.gif);
	background-repeat:no-repeat;
	/* background-attachment:fixed; */
    background-position:95% 150px;
    margin:0;
    padding:0;
}

#mainLayer div#mainLayerHeader{
	width:100%;
	background-color:white;
	height:108px;
	/*
    background-repeat:no-repeat;
    background-attachment:fixed;
    */
	
    position:absolute;
    top:0;
    left:0;
    z-index:-5;
}

div#errors
{
    width:95%;
    margin:10px;
    padding:10px;
    border:1px solid black;
    background-color:darkred;
    color:white;    
}

div#errors ul
{
    list-style-type:square; 
	margin-left:50px;
}


#mainholder {
	width: 1000px; 
	/* margin: 10px auto; */
	 margin:0 auto; 
	overflow: hidden;
	background-color:white;
	margin-bottom:30px;


}

#menuspacer{
    background-image:url(/images/gradient_wit.gif);
    background-repeat:repeat-x;
    /* background-color:red; */
}

#topholder {
	width: 1000px; 
	overflow: hidden; 
}

#topholder a { 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;	
}

#topholder a:HOVER {
	text-decoration: underline;
}

#header {
	width: 100%;
	background-color:#FFFFFF;
	height: 93px; 
	/* background: url(../images/header.png) no-repeat #000; */
	background: url(/images/logo_fbcb.gif) no-repeat #fff;
	color: #fff; 
	padding-top: 5px; 
	padding-right: 5px; 
	text-align: right; 
	display: block;	
	overflow: hidden;

}

#headertop {
	width: 100%;
	height: 73px; 
}

#headerbottom {
	width: 100%; 
	height: 29px; 
}

#menu { 
	width: 100%; 
	background: #416b8b;
	color: #fff; 
	display: block;
	padding:0;
	margin:0;
	font-weight: bold; 
}

#menu ul {
list-style-type: none;
/* background-image: url(navi_bg.png); */
 height: 22px; 
width: 100%;
margin: auto;
padding:0;
}

#menu ul li{
	float: left;
}

#menu ul li a{
    padding-right: 0;
    padding-left: 0;
    padding: 3px 5px;
    width:128px;
    display: block;
    text-align:center;
    /* line-height: 80px; */
    text-decoration: none;
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    font-size: 12px;
    color: #FFFFFF;	
}

#menu ul a:hover, #menu ul li a.selected{
	background-color:#2A4E6D;		
	text-decoration:none;	
}

#menuspacer {
	width: 100%; 
	height: 20px; 
}

#headerbottom div.headerBox{
	background-color:#EDF3F5;
	/* color:#416B8B; */
	color: #86A9BC;
	border:1px solid #86A9BC;
	float:right;
	width:125px;
	height:15px;
	padding:5px;
	margin-top:-15px;
	margin-right:10px;
	z-index:5;
	text-align:center;
	overflow:none;
	font-weight:bold;
}

.formButton, .btn_back{
    background-color:#EDF3F5;
    color:#416B8B; 
    border:1px solid #86A9BC;
    font-weight:bold;
    padding:5px;
    margin:10px;
    text-align:center;
    overflow:none;
}

.btn_back{
	width:120px;	
}


div#content{
	width:800px;
    height:100%;
    min-height:550px;
	margin:0 auto;
	/* background-color:red; */	
}

div#footer {
	clear:both;
    width: 800px; 
    height: 100%; 
	/* margin-left:100px; */
	margin-left:auto; 
	margin-right:auto;
    margin-top:30px;
	margin-bottom: 10px;
    padding-top: 3px; 
    text-align: right; 
    border-top: 1px solid #416b8b;
    color: #416b8b;
    /* float: left; */
    /* background: url(../images/bcb-small.png) no-repeat; */
}

.defaultText{
	color: #416B8B;
}

#headertop div.lang{
	float:right;
	margin-right:10px;
}

#headerbottom div.headerBox a{
	color: #416B8B;
	text-decoration:none;
}


div.pageTopBox{
	/* rgin: 15px auto; */
	margin:15px 0;
	
    background-color:#EDF3F5;
    color:#416B8B;
	font-size:12px;	
	font-weight:bold;
    /* border:1px solid #86A9BC; */
    /* float:right; */
    width:100%;
    height:15px;
	 line-height:150%; 
    padding:15px;
    /* margin:10px; */
    text-align:center;    
}

div.pageTitle{
	font-size:28px;
	color:#416B8B;
	/* font-family: stone;	 */
	font-family: 'Merriweather', arial, serif;
	margin-bottom:10px;	
	/*
	text-transform:lowercase; 
	first-letter:uppercase;
	*/
}

div.cities_wrapper a{
	display:block;
}
div.cities_wrapper a:hover{	
    /* background-color:#B1C9D0; */
	background-color:#EDF3F5;
}
    

div.pageFormTitle{
	color:#759AB1;
    font-weight:bold;
	width:800px;
	margin:0;
	border-bottom:1px solid #C9D5DE;
	padding: 0 0 3px 0;
}


.rightheader {
	float: right;
	text-align: center; 
	margin: 3px; 
	padding: 5px 10px 5px 10px;
}

#headertop a{
	color:#416B8B;
}

.righttop {
	float: right;
	background: #416b8b;
	text-align: center; 
	margin: 3px; 
	padding: 5px 10px 5px 10px;
	color: #fff; 
}

#bolstart {
	/* background: url(../images/leftmenu-top.png) 0px 40px no-repeat; */
	height: 118px; 
	width: 160px;
	text-align: center;
	padding-top: 10px; 
	padding-left: 10px; 
	font-weight: bold;
	font-size: 18px;
	color: #457492;
	border-bottom: 2px solid #fff;
}

#bolcontent {
	width: 160px;
	background: #b3cbd4;
	
}



#bolcontent table {
 	width: 160px; 
 	
 }
 
 td.baltitle {
 	background: #457492;
 	color: #fff;
 	border-bottom: 1px solid #fff;
 	text-align: center; 
 }
 
 td.baltitle a {
 	color: #fff;
 } 
 
 td.balcontent {
 	border-bottom: 1px solid #fff;
 	text-align: center;
 	color: #457492;
 	font-weight: bold;
 	
 }
 
 td.balcontent a {
 	color: #457492;
 	font-weight: bold;
 	
 }
 
 #balfooter {
 	border-top: 1px solid #fff;
 	background: url(../images/leftmenu-bottom.png); 
 	width: 160px; 
 	height: 42px;
 }
 
 

 #contentxleft {
 	width: 170px; 
 	float: left; 
 }
 
 #contentxright {
 	width: 800px;
 	float: left;
}

h3 {
	color:#759AB1;
    font-weight:bold;
	width:800px;
	margin:0;
	border-bottom:1px solid #C9D5DE;
	padding: 0 0 3px 0;
}

td.mandatory {
	background: url("images/ui-bg_highlight-soft_25_ffef8f_1x100.png") repeat-x scroll 50% top #FFEF8F;
}

span.titlex {
	display: block; 
	border-bottom: 1px solid #000;
	font-weight: bold;
}


span.search {
	background: url(cupertino/images/ui-icons_72a7cf_256x240.png) no-repeat;
	background-position: -160px -112px;
	float: left;
	}

span.lefty {	
	float: left;
	margin-left: 25px;
	display: block;
	width: 300px;
	color: #457492;
}

span.righty {
	flaot: left;
}

input, select {
	/*
	border: 1px solid #457492;
	*/
	border:1px solid #B1C9D0;
	width: 200px; 
	/* color: #457492; */
	color:black; 
	padding: 3px; 
	margin-bottom: 2px;
}

option {
	padding: 3px;
}

td.formhead {
	/*
	font-weight: bold; 
	color: #457492;
	*/
	color:#616161;
	vertical-align:top;
	padding:1px 4px;
}

th {
	background: #457492; 
	text-align: left;
	color: #fff;
} 

#startholder {
    width: 1010px; 
    overflow: hidden;   
}

#startleft {
    width: 850px;
    float: left; 
}

#starttop { 
    background: url(../images/topbar.png); 
    background-position: -10px;
    height: 95px; 
    width: 850px;
}

#startrigth { 
    width: 150px; 
    float: left;
}

.trav-to {
    width: 150px; 
    height: 90px;
    background: url(../images/travel_to.png);
    background-position: -5px;
    display: block;
    margin: 0px; 
    padding: 0px; 
    list-style-type: none;
}

.trav-in {
    width: 150px; 
    height: 85px;
    background: url(../images/travel_in.png);
    background-position: -5px;
    display: block;
    margin: 0px; 
    padding: 0px; 
    list-style-type: none;
}

.incent {
    width: 150px; 
    height: 90px;
    background: url(../images/incentives.png);
    background-position: -5px;
    display: block;
    margin: 0px; 
    padding: 0px; 
    list-style-type: none;
}

.ffigure {
    width: 150px; 
    height: 90px;
    background: url(../images/facts_figures.png);
    background-position: -5px;
    display: block;
    margin: 0px; 
    padding: 0px; 
    list-style-type: none;
}

.blinks {
    width: 150px; 
    height: 90px;
    background: url(../images/links.png);
    background-position: -5px;
    display: block;
    margin: 0px; 
    padding: 0px; 
    list-style-type: none;
}

.bubble { 
    width: 80px;
    padding-top: 28px; 
    padding-left: 55px;
    display: block; 
}

.starttopitem {
    width: 320px;
    padding-top: 30px; 
    padding-left: 3px; 
    font-size: 15px;
    float: left; 
    display: block;
}

.tbl_results th, .tbl_results td {
    padding:2px 5px;
}

ul#topMenu li {
    text-transform:uppercase;	
}
}

