/* -------------------------------------------------------------- 
   
   Move About Design & Layout by Fatguy - fatguy.no
   design.css
   * All the good stuff.
      
-------------------------------------------------------------- */


/* Colors */
.green	{ color: green;}
.blue	{ color: #0a5a8f;}
.cyan	{ color: #d1fffb;}
.green a { color: green; text-decoration: none; display: block;}
.cyan a { color: #d1fffb;}		
		


html, body {
	height: 100%;
}

body { 
	background: #fff url(../images/bg.gif) repeat-x;
}

.container {
	background: url(../images/skygge_bg.gif) no-repeat;
	padding: 0 0 0 10px;
	height: auto;
	min-height: 100%;
}


#wrapper {
background: url(../images/bg.jpg) no-repeat;
position: relative;
width: 950px;
}

#wrapper-lys {
background: url(../images/bg_lys.jpg) no-repeat;
position: relative;
width: 950px;
}

#wrapper-frontpage {
background: url(../images/bg-bil.jpg) no-repeat;
position: relative;
width: 950px;
}

#logo_moveabout {
	background: url(../images/move_about_logo.png) no-repeat;
	float: left;
	height: 86px;
	width: 407px;
}


#top {
	background: url(../images/skyer_bg.jpg) no-repeat;
	height: 86px;
	padding-top: 10px;
}


#topmenu {
	color: #D1FFFB;
	text-align: right;
	padding-top: 10px;
}

#topmenu a:focus, 
#topmenu a:hover     { color: #D1FFFB; }
#topmenu a           { color: #FFF; text-decoration: underline; }

#topmenu em {
font-weight: normal;
font-size: 1.5em;
font-style: italic;
}

#shade {
position: absolute;
top:0;
background-image: url(../images/shade.png);
background-repeat: repeat-x;
background-position: bottom;
height: 10px;
z-index: 100;
}

.info {
background-color: white;
padding-top: 30px;
}

.info h3 a {
text-decoration: underline;
}

.info ul,
.info ul a {
color: green;
text-decoration: none;
}

.graybg {
background-image: url(../images/graybg.gif);
background-repeat: repeat-x;
background-position: bottom;
background-color: #efefef;
color: #0a5a8f;
}

.graybg p {
margin: 1em 0;

}

.whitebg {
background-image: url(../images/whitebg.gif);
background-repeat: repeat-x;
background-position: bottom;
background-color: #fff;
color: #0a5a8f;
}

a.cross-link {
font-weight: bold;
}

#menu {
margin: 0;
background-image: url(../images/menu-bg.gif);
background-repeat: repeat-x;
background-position: bottom;
background-color: #FFF;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu li {
float: left;
border-left: 1px solid #eee;
border-right: 1px solid #ccc;
}

#menu li.on {
background-image: url(../images/menu-bg-on.gif);
background-repeat: repeat-x;
background-position: top;}

#menu li a {
display: block;
padding: 5px 15px 5px 15px;
font-size: 1.3em;
text-decoration: none;
color: #0a5a8f;
}

#menu li a:hover,
#menu li.on a {
color: #0088ee;
}

#flagg {
float: right; 
padding: 8px 20px 0px 0px;
}

#flaggfront {
padding: 10px 0 0 835px;
position: relative;
}

.maincontent {
padding: 30px 0 0 0;
}


.login {
margin: 10px 0 200px 0;
}


#footer {
margin-top: 20px;
border-top: 1px solid #eee;
padding-top: 40px;
font-size: 0.9em;
color: #aaa;
background: #fff;
}


#footer ul {
padding: 0;
list-style-type: none;
margin: 0;
}

#footer li {
float: left;
margin-right: 30px;
}

#footer li a {
color: #aaa;
}

dl.price_model {
	margin: 0;
	height: 90px;
	width: 116px;
	background: url(../images/dl-bg.png) no-repeat;
	color: #fff;
	padding-top: 24px;
	}

dl.price_model dt {
	text-align: center;
	margin: 0;
	font-weight: bold;
	font-size: 1.8em;
	padding-left: 10px;
	}

dl.price_model dd {
	text-align: center;
	margin: 0;
	font-weight: bold;
	line-height: 1.2em;
	}

dl.price_model_big {
	margin: 0 20px 0 0;
	height: 142px;
	width: 168px;
	background: url(../images/dl_big-bg.png) no-repeat;
	color: #fff;
	padding-top: 30px;
	float: left;
	}

dl.price_model_big dt {
	text-align: center;
	margin: 0;
	font-weight: bold;
	font-size: 3.2em;
	padding-left: 20px;
	}

dl.price_model_big dd {
	text-align: center;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	}

dl.price_model_big_green {
	margin: 0 20px 0 0;
	height: 142px;
	width: 168px;
	background: url(../images/dl_big-bg_green.png) no-repeat;
	color: #fff;
	padding-top: 30px;
	float: left;
	}

dl.price_model_big_green dt {
	text-align: center;
	margin: 0;
	font-weight: bold;
	font-size: 3.2em;
	padding-left: 20px;
	}

dl.price_model_big_green dd {
	text-align: center;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	}

input.big {
	font-size: 1.7em;
	color: #fff;
	background-image: url(../images/button.png);
	width: 232px;
	height: 64px;
	display:block;
	text-decoration:none;
 	font-weight:bold;
 	cursor:pointer;
 	background-color: transparent;
 	border: 0;
 	margin: 0;
}


input.big:hover {
	background-image: url(../images/button-on.png);
	color: green;
}

input.medium {
	font-size: 1.1em;
	color: #fff;
	background-image: url(../images/button-m.png);
	width: 180px;
	height: 50px;
	display:block;
	text-decoration:none;
 	font-weight:bold;
 	cursor:pointer;
 	background-color: transparent;
 	border: 0;
 	margin: 0;
}

input.medium:hover {
	background-image: url(../images/button-m-on.png);
	color: green;
}

input.small {
	font-size: 1.2em;
	color: #fff;
	background-image: url(../images/button-s.png);
	width: 160px;
	height: 44px;
	display:block;
	text-decoration:none;
 	font-weight:bold;
 	cursor:pointer;
 	background-color: transparent;
 	border: 0;
 	margin: 0;
}

input.small:hover {
	background-image: url(../images/button-s-on.png);
	color: green;
}

input.small_orange {
	font-size: 1.2em;
	color: #fff;
	background-image: url(../images/button-s-orange.png);
	width: 160px;
	height: 44px;
	display:block;
	text-decoration:none;
 	font-weight:bold;
 	cursor:pointer;
 	background-color: transparent;
 	border: 0;
 	margin: 0;
}

input.small_orange:hover {
	background-image: url(../images/button-s-on-orange.png);
	color: black;
}

.control-l,
.control-l a {
	font-size: 1.2em;
	color:#555;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 0;
}

.control-r,
.control-r a {
	font-size: 1.2em;
	color:#555;
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 5px 0 5px 0;
}

.control-r a:hover,
.control-l a:hover {
}

.controls ul {
list-style-type: none;
margin: 0;
}

.controls a {
display: block;
padding: 2px;
}

.controls a:focus,
.controls a:active {
color: green;
background-color: white;
text-decoration: underline;
background-color: white;
}

.map {
background-color: #fff;
text-align: center;
width: 100%;
height: 100%;
	border-left: 3px #fff solid;
	border-right: 3px #fff solid;
	position: relative;
}

#map {
height: 574px;
width: 574px;
}

#map-booking {
	position: absolute;
	top: 0;
	right: 0;
	width: 330px;
    height: 580px;
	background: #fff url(../images/bg_lys.jpg) no-repeat;
	padding: 30px 20px 0 20px;
	border-left: 3px #fff solid;
	border-right: 3px #fff solid;
	
}


#map-booking em {
	display: block;
	float: right;
	padding: 2.5em 0.5em 0.5em 0.5em;
	background: #666;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	margin-top: -30px;
}

#map-booking dt {
margin-bottom: 2px;
}
/*
#map-booking dd {
	background: #FFF;
	margin: 0;
	padding: 5px;
	margin-bottom: 2px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;

}
*/

#map-booking a.button {
	margin: 0;
	width: 310px;
	text-align: left;
}

#map-booking dl i {
	margin-left: 22px;
	font-weight: normal;
	color: #666;
	font-style: normal;
}

/*
#map-booking dt a {
	display: block;
	padding: 5px;
	background: #FFF;
}

#map-booking dt a:hover {
	background: #d1fffb;
}

*/

#map-booking p,
#not-available p {
margin: 1em 0;

}

#map-booking .whitebg {
padding: 10px 0 10px;
position: absolute;
bottom: 3px;
right: 0;
width: 100%;
text-align: right;
}

#map-booking .left {
text-align: left;
padding-left: 20px;
color: #666;
}

#map-booking .success    { padding: 3px 2px 2px 10px; margin-bottom: 1px; border: 1px solid green; }

#map-booking .last    { margin-bottom: 20px; }

/*
.tidsperiode {
border: 1px solid #bbb;
padding: 5px;
}

*/

div#majorstua {
position: absolute;
top:150px;
left:170px;
z-index: 10;
}

div#sofienberg {
position: absolute;
top:185px;
left:420px;
z-index: 10;
}

div#oslos {
position: absolute;
top:300px;
left:240px;
z-index: 10;
}

#wrapper-frontpage div#majorstua {
position: absolute;
top:90px;
left:650px;
z-index: 10;
}

#wrapper-frontpage div#sofienberg {
position: absolute;
top:110px;
left:830px;
z-index: 10;
}

#wrapper-frontpage div#oslos {
position: absolute;
top:240px;
left:720px;
z-index: 10;
}

div#skomaker {
position: absolute;
top:270px;
left:200px;
z-index: 10;
}

div#route {
position: absolute;
top:182px;
left:250px;
z-index: 5;
}

div#route2 {
position: absolute;
top:220px;
left:165px;
z-index: 5;
}

div#not-available {
position: absolute;
top:0;
left:180px;
z-index: 20;
width: 330px;
height: 520px;
background: #fff url(../images/bg.jpg) no-repeat;
padding: 30px 20px 0 20px;
border-left: 3px #fff solid;
border-right: 3px #fff solid;
}

div#not-available h6 img {
position: relative;
top: 3px;
}

div#forerkort {
display: none;
margin: 0;
}

/*span#cityspan {
float:right;
margin-right: 360px;
margin-top: 10px;
}*/

span#cityspan input{
border:0;
background: transparent;
font-weight: bold;
}

/*
div.upcoming-trips hr {
width: 100%;
padding-bottom: 20px;
background: url(../images/shade2.png) repeat-x #FFF;
margin: 0;
}
*/

ul.invoices {
margin: 10px 0 0 20px;
}
ul.invoices li {
list-style-image: url(../images/pdf.png);
padding-bottom: 3px;
}

/* Instruksjonsbilder ( Hvordan virker det? ) */

.instruksjonsbilder {
border: solid 1px white;
background: white;
height: 150px;
width: 200px;
}

/* Landingssiden */

.language {
height: 30px;
padding: 10px 0 0 10px;
}

.cityscape {
background: url(../images/photos/cityscape.jpg) no-repeat;
height: 400px;
width: 960px;
border-bottom: 1px solid #ddd; 
}

.cityscape-short {
background: url(../images/photos/cityscape.jpg) no-repeat;
height: 170px;
width: 960px;
border-bottom: 1px solid #ddd; 
}

.landingsboks {
background: url(../images/photos/infoboks1_topp.png) left top no-repeat;
margin-left: 540px;
padding-top: 28px;
margin-top: 25px;
/* height: 353px; */
}

.landingsboksbunn{
background: url(../images/photos/infoboks3_bunn.png) left bottom no-repeat;
padding-right: 35px;
padding-bottom: 20px;
}

.landingsboks h2{
padding-top: 0px;
margin-bottom: 0px;
}

.landingsboks ul{
padding-top: 15px;
margin-left: 45px;
}

.landingsboks li{
font-size: 13px;
padding-bottom: 8px;
padding-right: 25px;
}

.landingstekst {
font-size: 1.2em;
font-style: oblique;
color: #aaa;
}

.bunnboks {
background: url(../images/photos/infoboks2_topp.png) left top no-repeat;
padding-top: 30px;
margin-left: 25px;
margin-top: 10px;
height: 145px;
}

.bunnboksbunn{
padding-top: 25px;
background: url(../images/photos/infoboks2_bunn.png) left bottom no-repeat;
padding-bottom: 40px;
padding-right: 15px;
text-align: center;
}

.bunnboksbunn a{
text-decoration: underline;
}

.justering1 {
margin-top: 5px;
margin-right: 10px;
}

.justering2 {
margin-top: 20px;
}

.justering3 {
margin-left: 20px;
}

.justering4 {
margin-top: 14px;
}

.justering5 {
margin-bottom: 40px;
}

.inrykk {
margin-left: 15px;
margin-bottom: 5px;
}

