@charset "UTF-8";

/* ---------------------------------------- 
HOVEDSTILARK for AIRPORTPARKERING
Utviklet av pikselpusher.no 2009
------------------------------------------- */

body { margin: 0px 0 0 0; padding: 0; background-color: #152833; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.6em; color: #444; }
img { border:none; }
a { color:#ff8d4f; font-weight:bold; text-decoration:none; cursor:pointer; }
a:hover { text-decoration:underline; cursor:pointer; }

h1, h2, h3, .contentheading { font-size:14px; text-transform:uppercase; font-weight:lighter; margin:4px 0 4px 0; padding:6px 0 8px 0; }

#wrapper { width: 100%; background-color: #152833; overflow:hidden; margin: 0 auto; display: block; position:relative; }
#top { width: 100%; background: url(../images/bg_top.jpg) repeat-x; height: 247px; overflow:hidden; margin: 0 auto; display: block; position:relative; }
#header { width: 1100px;/*1000*/ height: 247px; overflow:hidden; margin: 0 auto; display: block; position:relative; }

#main { width: 100%; background-color: #fff; overflow:hidden; margin: 0 auto; display: block; position:relative; }
#content { width: 1100px; /*1000*/ overflow:hidden; margin: 0 auto; display: block; position:relative; }
#left { width: 210px; float:left; display: block; padding-right: 30px; padding-top: 20px; position:relative; }
#middle { height: 100%; float:left; display: block; padding-right: 30px; padding-top: 20px; position:relative; }
#right { width: 250px; /*150*/ float:left; display: block; padding-top: 20px; position:relative; }

#footer { width: 100%; background: url(../images/footer.png) repeat-x; height: 130px; padding-top: 40px; overflow:hidden; margin: 0 auto; display: block; position:relative; }
#footertekst { width: 1100px; /*1000*/ height: 130px; color: #fff; text-transform: uppercase; font-size: 10px; padding-left: 30px; overflow:hidden; margin: 0 auto; display: block; position:relative; }

.button a { text-align:center; font-size:12px; text-transform:uppercase; color:#fff; line-height:34px; background: url(../images/button.gif) 0 0 no-repeat; float: left; width:205px; height: 34px; display:block; margin-bottom: 3px; }
.button a:hover { color: #fff; background: url(../images/button.gif) 0 -37px no-repeat; height: 34px; text-decoration: none; margin-bottom: 3px; }
