@charset "UTF-8";
/* CSS Document */

<link href='http://fonts.googleapis.com/css?family=Voces|Poiret+One|Armata|Ropa+Sans|Gudea|Advent+Pro:200' rel='stylesheet' type='text/css'>

#wrapper{
	width:1000px;
}
body { 
	margin: 0px; 
	padding-right: 100px;
	height: 100%;
	background:no-repeat;
	
	   /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
 	 background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgb(250, 250, 250) ),
        color-stop( 1.0, rgb(142, 142, 142) ));
	-webkit-background-size:100%;
	background-color: #8e8e8e;

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
 	 background-image: -webkit-linear-gradient(top,
        rgb(250, 250, 250), 
        rgb(142, 142, 142) );

  /*  Firefox 3.6+  */
  	background-image: -moz-linear-gradient(top,
        rgb(250, 250, 250), 
        rgb(142, 142, 142) );

  /*  IE 10+  */
  	background-image: -ms-linear-gradient(top,
        rgb(250, 250, 250), 
        rgb(142, 142, 142) );

  /*  Opera 11.10+  */
  	background-image: -o-linear-gradient(top,
	        rgb(250, 250, 250), 
        rgb(142, 142, 142) );

  /*  W3C  */
	background-image: linear-gradient(top,
        rgb(250, 250, 250), 
        rgb(142, 142, 142) );

	}
	
.clear { 
	clear: both;
}
p {
	font-size: 0.9em;
	font-family: 'Advent Pro', sans-serif;
	font-weight: lighter;
	color:#ffffff;
}
h1 {
	margin-top: 300px;
	text-align:right;
	font-family: 'Advent Pro', sans-serif;
	font-size: 5.0em;
	color: #ffffff;
}
h2 {
	padding-top: 0px;
	text-align:right;
	font-family: 'Advent Pro', sans-serif;
	font-size: 2.0em;
	color: #ffffff;
}
buttons {
	padding-top: 0px;
	float: right;
	font-family: 'Advent Pro', sans-serif;
	font-size: 2.0em;
	color: #ffffff;
}
a { 
	color: #ffffff; 
	text-decoration: none; 
}
p#logo {
	display: inline;
	float: left;
	hight: 100px;
	background: url(images/logo.jpg) no-repeat;
	margin: 60px 0 0 100px;
}
p#logo a {
	display: block;
	width: 500px;
	height: 110px;
	text-indent: -5000px;
}
p#meny {
	display: inline;
	float: right;
	hight: 200px;
	background: #ffffff;
	margin: 80px 40px 0 0;
}
#innehall {
	display: inline;
	float: left;
	margin: 20px 0 0 100px;
	width: 400px;
	text-align: left;
}
p#footer1 {
	color: #c0bec0;
	font-family: arial;
	font-size: 0.8em;
	text-align: center;
	margin-top: 30px
}
p#footer2 {
	color: #c0bec0;
	font-family: arial;
	font-size: 0.8em;
	text-align: center;
	margin-top: 30px
}

