body {
	background-image:url("images/bg.jpg");
	background-repeat:repeat-x;
	background-color:#efeded;
}
h1{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	margin-top:20px;
}
h2{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin-bottom:-10px;
}

a{
	text-decoration:none;
}

p{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.qoute{
	font-style:italic;
}

img{
	border:none;
}

#container{
	width:700px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	position:relative;
}

/*Huvud fönstret*/
#main-top{
	background-image:url("images/MainTop.png");
	background-repeat: no-repeat;
	width:700px;
	height:23px;
	position:relative;
	z-index:30;
}

#main{
	background-color:#fff;
	width:700px;
	height:auto;
	/*
min-height:620px;
*/
	position:relative;
	z-index:0;
	padding-top:20px;
	padding-bottom:40px;
}
.main{
		background-color:#fff;
	width:700px;
	height:auto;
	min-height:620px;
	position:relative;
	z-index:0;
	padding-top:20px;
	padding-bottom:40px;
}

#main-bottom{
	background-image:url("images/MainBottom.png");
	background-repeat: no-repeat;
	width:700px;
	height:42px;
	position:relative;
	z-index:30;
}
/*Huvudfönster slut*/

#shadow-top{
	width:688px;
	height:40px;
	background-image:url("images/ShadowTop.png");
}

#logo{
	background-image:url("images/logo.png");
	background-repeat:no-repeat;
	width:256px;
	height:70px;
	overflow:visible;
	position:relative;
	z-index:50;
	margin-left:20px;
	margin-bottom:30px;
}

#logo2{
	background-image:url("images/logo2.png");
	background-repeat:no-repeat;
	width:109px;
	height:50px;
	float:right;
	margin-top:-85px;
	margin-right:20px;
}

#menu{
	width:100%;
	height:56px;
	background-image:url("images/MenuBg.png");
	background-repeat:no-repeat;
	background-position:center;
	margin-top:60px;
	padding-left:20px;
}

#content{
	width:670px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#banner{
	background-image:url("images/MainBanner.png");
	background-position:center;
	background-repeat:no-repeat;
	width:660px;
	height:284px;
}

/*Knappar*/
a em{
display: block;
float: left;
background: url("images/ButtonLeft.png") no-repeat;
width: 12px;
height: 27px;
}
a span{
display: block;
float: left;
background: url("images/ButtonMain.png") repeat-x;
height: 27px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
text-align:center;
padding-top:6px;

}
a b{
display: block;
float: left;
background: url("images/ButtonRight.png") no-repeat;
width: 12px;
height: 27px;
margin-right:5px;
} 

a span:hover{
	color:#333;
	
}

#box-catch{
	width:410px;
	height:166px;
	background:url("images/BoxGrey.png") no-repeat;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}

.banner{
	width:204px;
	height: 248px;
	margin-right:18px;
	float:left;
	clear:right;
	display:block;
}

.text1{
	width:400px;
	padding-top:135px;
	padding-left:30px;
	color:#FFF;
}

.text2{
	float:left;
}

.text3{
	margin:0;
	width:400px;
}

.text4{
	width:400px;
	padding-left:30px;
	color:#FFF;
}

.foot{
	font-size:10px;
	margin: 0 0 0 5px;
	color:#fff;
}


.bild{
	float:right;
}
.bild2{
	float:left;
}
