@charset "utf-8";

#wrapper{
	width:1000px;
}
body { 
	margin: 0px; 
	padding-left: 50px;
	height: 100%;
	background: #ffffff;
	outline: none;

	}
	
.clear { 
	clear: both;
}
	
p {
	font-size: 0.9em;
	font-family: arial;
	font-weight: lighter;
	color:#c0bec0;
}
h1 {
	font-size: 1.2em;
	color: #fca0ec;
}
h2 {
	color: #fca0ec;
	float: left;
	font-size: 0.9em;
	font-family: arial;
	font-weight: 100;
}
a { 
	color: #fca0ec; 
	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;
}
#slide {
	display: inline;
	float: left;
	margin: 0 0 0 85px;
	width: 900px;
	height: 500px;
}
#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
}
#form {
	margin: 17px 70px 0 0px;
	float: right;
	color: #fca0ec;
	font-family: arial;
	font-size: 0.9em;
}
