@charset "utf-8";
/*------Basik layout-------*/
* {
	margin: 0px;
}

body {
	background-color: #F6F4E4;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
}

#wrapper {
	position: relative;
	width: 776px;
	margin: 0 auto;
	text-align: left;
	background-image:url(../images/BG_body.gif);
	background-repeat:repeat-y;
	background-color:#C5BDA8;
	
	
}

#spacer {
	width: 776px;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
	margin: 0px;
	padding: 0px;
	background-color: #F6F4E4;
	position: relative;
}

#clear {
clear:both;
}

/*--------- Position container elements ---------*/

#header {
	margin:0;
	padding:0;
	position:relative;
	background:url(../forsgard_bildspel.swf) no-repeat center top;
	height:200px;
	width: 772px;
	left: 2px;
	margin-bottom: 25px;
}

/*-- Huvudmeny--*/
#meny ul{
	margin: 0px;
	padding: 0px;
	position:absolute;
	list-style:none;
	display: inline;
	background:url(../images/menyBG.gif) repeat-x left top;
	width: 772px;
	height: 29px;
	top: 220px;
	left: 2px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

#meny ul li {
	float:left;
}



#meny ul li a {
	padding: 0.1em 1.1em 0;
	font-size:16px;
	line-height: 1.5em;
	text-decoration:none;
	color:#52555C;
	display:block;
	background:url(../images/menyDIV.jpg) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#meny ul li a.first {

}

#meny ul li a.last {
}

#meny a:hover {
color:#000000;
}

#meny a.current {
	color:#0066CC;
}

#content{
	float:right;
	width:500px;
	background-image: url(../images/mainbild_foretaget.jpg);
	background-repeat: no-repeat;
	height: 390px;
	margin-right: 10px;
	margin-top: 25px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.1em;
}


#content p {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content a {
	color: #333333;
	text-decoration: none;
}

#content h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #5E5842;
	padding-left: 20px;
	margin-bottom: 2px;
}
#content h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 0.8em;
	color: #333333;
	margin-bottom: 5px;
	padding-left: 20px;
}
#content h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
}

#content h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-left: 20px;
}
.Namn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #4F1A00;
	padding-left: 20px;
	letter-spacing: 0.1em;
	line-height: 2em;
}
.TeleMobil {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #5E5842;
	padding-left: 27px;
	letter-spacing: 0.1em;
	font-style: italic;
	text-align: left;
}
.Telenr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}




#sidebar {
	float:left;
	width:250px; /*blir 20px över till marginaler*/
	margin-top: 25px;
}
#sidebar img {
	padding-left: 15px;
}

#sidebarBildgalleri {
	float:left;
	width:80px; /*blir 20px över till marginaler*/
	margin-top: 25px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#sidebarBildgalleri img {
	padding-left: 15px;
}


#footer {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-image: url(../images/footerBG.gif);
	background-repeat: no-repeat;
	height: 41px;
	background-color: #F6F4E4;
	padding-bottom: 20px;
	text-decoration: none;
	color: #999999;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 4px;
}

#footer a {
	color: #5BA9D7;
	text-decoration: none;
}

