@charset "utf-8";
/* CSS Document */


body {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #55483f;
	margin: 0 0 30px 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: url(Images/page-bg.jpg) top center no-repeat #f4feff;
	font-size: 0.8em;
	line-height: 1.6em;
	position: relative;
}

a {
	color: #df5e09;
	text-decoration: none;
    outline: none;
}

a:link {
	color: #df5e09;
	text-decoration: none;
}

a:visited {
	color: #df5e09;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #df5e09;
}

img {
	border: 0;	
}

p {
	margin: 1em  0 1.5em 0;
}

ul {
	margin-top: 1em;
	list-style-type: disc;
}

ul li {
	margin: 1em 0 1em 0;
}

div.hr {
	clear: both;
	height: 1px;
	font-size: 1px;
	background: url(Images/horizontal-dots.gif) repeat-x;
	margin: 15px 0;
	padding: 0;
}

form {
	margin: 0px;
}

h1 {
	color: #46423a;
	font-size: 1.65em;
	margin: 0 0 1.5em 0;
	padding: 0 0 0.25em 0;
	line-height: 1em;
	border-bottom: 1px solid #ddd;
}

h2 {
	color: #46423a;
	font-size: 1.5em;
	margin: 0.3em 0 0.5em 0;
	padding: 0 0 0.3em 0;
	line-height: 1em;
}

h3 {
	color: #46423a;
	font-size: 1.35em;
	margin: 0.3em 0 0.5em 0;
	padding: 0 0 0.3em 0;
	line-height: 1.3em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.wrapper {
	margin: 0 auto;
	width: 968px;
	text-align: left;
}

.logo { 
	width: 430px;
	height: 73px;
	position: absolute;
	left: 10px;
	top: 30px;
	background: url(Images/jeftineavionskekarte-logo2.gif) no-repeat;
}

.logo a {
	width: 430px;
	height: 73px;
	display: block;
	font-size: 1.8em;
	text-indent: -9999px;
}

.contact {
	width: 93px;
	height: 64px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(Images/icon-contact.gif) no-repeat;
}

.contact a {
	width: 93px;
	height: 64px;
	display: block;
	text-indent: -9999px;
}

.menu-wrap {
	margin: 10px 0 0 0;
	height: 76px;
	background: url(Images/main-menu-bg.gif) no-repeat;
}

.header {
	height: 120px;
	position: relative;
}

.content-top {
	margin: 20px 0 0 0;
	width: 968px;
	height: 13px;
	padding: 0;
	background: url(Images/content-top.gif) no-repeat;
	clear: both;
	font-size: 1px;
}

.content-bottom {
	width: 968px;
	height: 23px;
	padding: 0;
	margin: 0;
	background: url(Images/content-bottom.gif) no-repeat;
	clear: both;
	font-size: 1px;
}

.content {
	width: 912px;
	padding: 10px 25px 10px 25px;
	margin: 0;
	border-right: 3px solid #dbebed;
	border-left: 3px solid #dbebed;
	background: #fff;
	clear: both;
}

.footer {
	width: 968px;
	background: url(Images/footer-bg.jpg) no-repeat top center;
	clear: both;
	padding:0;
	height: 264px;
	position: relative;
}

/***********************************************/
/* Components                                  */
/***********************************************/


/******************* Misc *********************/

.col1 {
	margin:0;
	width: 422px;
	float: left;
	padding-bottom: 1px;
}

.col2 {
	margin:0 0 0 30px;
	width: 450px;
	float: left;
	padding-bottom: 1px;
}

.icon-search {
	background: url(Images/icon-search.gif) center left no-repeat;
}

.icon-arrow {
	background: url(Images/icon-arrow.gif) center left no-repeat;
}

.icon-ok {
	background: url(Images/icon-ok.gif) center left no-repeat;
}


/******************* Boxes *********************/

/* box1 */

.box1 {
	width: 422px;
	clear: both;
	margin: 0;
}

.box1-title {
	background: url(Images/title-bg-01.gif) no-repeat ;
}

.box1-title2 {
	background: url(Images/title-bg-02.gif) no-repeat ;
}

.box1 h2 {
	color: #fff;
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
	height: 54px;
	line-height: 54px;
	text-indent: 40px;
}

.box1-bottom {
	background: url(Images/box-01-bottom-bg.gif) no-repeat;
	height: 10px;
	font-size: 1px;
}

.box1-body {
	border-left: 2px solid #eaf1f5;
	border-right: 2px solid #eaf1f5;
	background: #f1f9fc;
	padding:15px;
}

/* box2 */

.box2 {
	width: 450px;
	clear: both;
	margin: 0;
}

.box2-title {
	background: url(Images/title-bg-03.gif) no-repeat ;
}

.box2 h2 {
	color: #fff;
	display: block;
	padding: 0 0 0 40px;
	margin: 0 0 0 10px;
	height: 54px;
	line-height: 54px;
}

.box2-bottom {
	background: url(Images/box-02-bottom-bg.gif) no-repeat;
	height: 10px;
	font-size: 1px;
}

.box2-body {
	border-left: 2px solid #eaf1f5;
	border-right: 2px solid #eaf1f5;
	background: #f1f9fc;
	padding:15px;
}

.box2-col1 { 
	width: 200px;
	float: left;
	border-right: 1px solid #c0d4e0;
}

.box2-col2 { 
	width: 200px;
	float: left;
}




/* banner */

#banner01 {
	width: 450px;
	height: 307px;
	background: url(Images/banner-01.jpg) no-repeat;
	position: relative;
}

#banner01 p {
	position: absolute;
	top: 0px;
	left: 30px;
	color: #fbf5df;
}

#banner01 p a, 
#banner01 p a:visited  
	{ color: #fff; }

#banner01 h1 {
	position: absolute;
	top: 195px;
	left: 30px;
	width: 390px;
	color: #fbf5df;
	line-height: 1.5em;
	border: 0;
}

#banner01 h1 a, 
#banner01 h1 a:visited {
	color: #fff;
}

#button01 {
	width: 450px;
	height: 115px;
	background: url(Images/buttons-bg.gif) no-repeat;
}

#button01 h3 {
	display: block;
	width: 225px;
	height: 115px;
	float: left;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#button01 h3 a,
#button01 h3 a:visited
{
	color: #fbf5df;
	display: block;
	width: 225px;
	height: 85px;
	text-align: center;
	padding: 30px 0 0 0;
}

#button01 h3 a:hover {
	color: #d5e8eb;
	text-decoration: none;
}


/******************** Lists ******************/

.list1 {
	width: 160px;
	float: left;
	list-style:none;
	list-style-position: outside;
	margin: 0;
	padding: 0 10px;
}  

.list1 li {
	line-height: 1.8em;
	text-indent: 10px;
	border-bottom: 1px solid #cadbe6;
}  

/****************** Footer menu *************/

.footerInfo {
	padding:0;
	list-style:none;
	margin:0;
	position: absolute;
	top: 30px;
	left: 500px;
	color: #fff;
	font-size: 1.1em;
	line-height: 2em;
}

#footer-menu-wrap {
	position: absolute;
	top: 30px;
	left: 30px;
}

.footer-menu {
	padding:0;
	list-style:none;
	margin: 0 30px 0 0;
	width: 130px;
	top: 25px;
	left: 30px;
	text-align: left;
	display: block;
	float: left;
	color:#eee;
}

.footer-menu li {display:block; margin:0; text-align:left; height:23px; border-bottom: 1px solid #33719f; }
.footer-menu li a {display:block; margin:0; width:130px; height: 23px; line-height: 23px; font-size:0.9em; color:#eee; text-decoration:none;   text-indent:10px;}
.footer-menu li a:visited {color:#eee;}
.footer-menu li a:hover { text-decoration: none; color:#f60; }


/****************** Horizontal menu *************/

#menu {padding:0; list-style:none; margin:0 0 0 15px; height:76px; }
#menu li {display:inline; margin:0; text-align:left; }
#menu li a {display:block; float: left; height:76px; margin:0; padding:0 17px 0 0; line-height:76px; font-family: Arial, "Trebuchet MS", Sans-serif; font-size:14px; font-weight: bold; color:#0e2136; text-decoration:none; text-transform: uppercase;}
#menu li a span {display:block; height:76px; float:left; padding:0 0 0 17px; cursor: pointer;}

#menu li a:active,
#menu li a.selected
{color:#000;}
#menu li a:hover,
#menu li a:focus
{color: #ff6600;}
#menu li a:active span,
#menu li a.selected span
{color:#000;}
#menu li a:hover span,
#menu li a:focus span
{color: #ff6600;}

#menu li a.last {
	background: none;
}

/**************** Thumb Galeries ****************/

.thumb1,
.thumb2 { 
	border: 1px solid #e2e2e2;
	background: #fff;
	float: left;
	padding: 5px;
	margin: 0 15px 15px 0;
}

.thumb2 { 
	margin: 0 7px 15px 7px;
}

/**************  Pagination  *****************/

.paginationBox {
	margin: 20px 0 0 0;
	clear: both;
}

ul.paging {
 	margin: 0; 
 	padding: 0; 
  	list-style: none;
	float: left;
}

ul.paging a {
	font-size: 11px;
	color: #666;
	background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	text-align: center;
  	display: block;
 	width: 20px;
  	height: 20px;
 	line-height: 20px;
	float: left;
	margin: 0 4px 0 0;
}

ul.paging a:link, ul.paging a:visited {
	color: #666;
	background-color: #e5e5e5;
}
 
ul.paging a:hover {
	color: #fff;
    text-decoration: none;
	background-color: #bfc5bc;
}
 
ul.paging li {
 	display: inline; /* Removes gaps in IE/WIN */
}


ul.paging a.selected, ul.paging a.selected:visited {
	color: #fff;
	font-weight: bold;
  	background-color: #f16605;
}


/**************** Text styles ****************/

.whiteText, .whiteText a, .whiteText a:visited {
	color: #fff;
}

.grayText, .grayText a, .grayText a:visited {
	color: #746635;
}

.redText, .redText a, .redText a:visited {
	color: #f00;
}

.orangeText, .orangeText a, .orangeText a:visited {
	color: #f58400;
}

.mangetaText, .mangetaText a, .mangetaText a:visited {
	color: #d25d9e;
}

.greenText, .greenText a, .greenText a:visited {
	color: #90a13b;
}

.blueText, .blueText a, .blueText a:visited{
	color: #1c667f;
}

.lightBlueBg {
	background: #f2f8ff;
}

.orangeBg {
	background: #ef6200;
}


/************** Form **********************/

input, textarea, select {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	color: #464646;
	vertical-align: middle;
	padding: 2px;
}

textarea {
	line-height: 150%;
}

.btn-small-01,
.btn-large-01{
	border: 0;
	padding: 0;
	margin: 0;
	background: url(Images/btn-small-01.gif) no-repeat;
	width: 58px;
	height: 21px;
	color: #fff;
	text-transform: uppercase;
}