/* Start of CMSMS style sheet 'style' */
/* --- MAIN --- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html {color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body {
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 10px;
	text-align: center;
	background: #fff url('graphics/background.jpg') top left repeat-x;
	width: 100%;
	height: 100%;
    }


/* --- BASIC TEXT FORMATTING --- */

p {
  	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
  	font-size: 12px;
  	color: #444;
  	text-align: left;
  	line-height: 16px;
}


a {
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 12px;
  	color: #111;
	text-decoration: none;
	}

a:hover {
	font-weight: bold;
}
	

em {
	font-style: italic;
}


strong {
	font-weight: bold;
}


h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color: #479196;
}


h2 {
  	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color: #222;
}

h3 {
  	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #333;
}

h4 {
  	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

h5 {
  	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}


/* --- END BASIC TEXT FORMATTING --- */



/* --- CONSTRUCTION: backbone --- */

#sitewrap {
	width: 900px;
	height: 100%;
	z-index: 1;
	text-align: center;
	margin: auto;
	padding: 0;
}

#header {
	display: block;
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	width: 900px;
	height: 162px;
	padding: 0;
	text-align: center;
}

#logo {
	display: block;
	position: relative;
	float: left;
	margin: 65px auto 0 10px;
	width: 180px;
	height: 78px;
}

#content {
	display: block;
	position: relative;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	width: 900px;
	height: auto;
	padding: 0;
	padding-bottom: 1px;
	background: transparent;
	text-align: left;
}


#fauxfooter {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 900px;
	height: 80px;
	overflow: auto;
	background: transparent;
}

#promo {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 900px;
	height: 249px;
	padding: 0;
	background: transparent;
	text-align: center;
}

#footer {
	display: block;
	position: fixed;
	clear: left;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: #eee;
	text-align: center;
}

/* --- END CONSTRUCTION: backbone --- */

/* --- CONSTRUCTION: inside --- */


hr.dotted {
	height: 1px;
	background: #fff;
	border: 0;
	border-bottom: 1px #e1e1e1 dashed;
}

/* --- END CONSTRUCTION: inside --- */


/* --- NAVIGATION --- */

#nav {
	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 16px;
	line-height: 16px;
	text-align: left;
	margin: 100px 0 0 100px;
	padding: 0;
	width: 520px;
	height: 28px;
	list-style: none;
	display: block;
	overflow: hidden;
	float: right;
}

#nav .mainnav {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

#nav .mainnav li{
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 22px;
	width: 120px;
	display: inline;
}

#nav a {
	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 16px;
	line-height: 24px;
	height: 28px;
  	color: #999;
  	text-decoration: none;
	font-weight: normal;
  	padding: 4px 8px 6px 8px;
}

#nav a:hover {
	color: #fff;
	background: #ae0917;
}

#quicknav {
	position: relative;
	margin: 35px 0 0 120px;
	float: left;
	background: #222;
	padding: 8px;
	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

#quicknav .quicklinks {
	background: #b1b1b1 url('graphics/qlhighlight.gif') top left no-repeat;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 210px;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 18px;
}

#quicknav .quicklinks li{
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 5px 0;
	width: 210px;
	/*height: 36px;*/
	/*border: 1px solid #000;*/
}

#quicknav a {
	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 14px;
	line-height: 14px;
  	color: #444;
  	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#quicknav a:hover {
	color: #000;
}

#quicknav a .description {
	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 0;
}

#quicknav #ql1 {
	margin-top: 0px;
	padding-bottom: 5px;
}

#quicknav #ql2 {
	padding: 10px 0;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

#quicknav #ql3 {
	margin-bottom: 0px;
	padding-top: 5px;
}


/* --- END NAVIGATION --- */


/* --- END SECTION SPECIFIC STYLES --- */

#promotext {
	text-align: left;
	width: 440px;
	position: relative;
	margin: 45px 0 0 10px;
	float: left;
}

#promo h2 {
  	width: 440px;
  	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 40px;
	text-align: left;
	font-weight: bold;
	color: #222;
	color: #fff;
}

#promo h3 {
	width: 360px;
  	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #fff;
}

#promo h5 {
	width: 360px;
  	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #fff;
}

#contentcolumn {
	width: 255px;
	height: auto;
	position: relative;
	float: left;
	padding: 5px;
	margin: 15px;
margin-bottom: 5px;
	border: none;
}

#contentcolumn.c1 {
	margin-left: 0px;
}
#contentcolumn.c3 {
	margin-right: 0px;
}

#contentcolumn.wide {
	width: 500px;
	margin-right: 40px;
}

#contentcolumn.promo {
	width: 235px;
	border: 10px solid #eee;
}

#webbestcolumn {
	position: relative;
	float: left;
	padding: 5px;
	margin: 15px;
	border: none;
}

#webbestcolumn.c1 {
	width: 460px;
	margin-left: 0px;
}
#webbestcolumn.c2 {
	width: 300px;
	margin-right: 0px;
}

#webbestcolumn.c3 {
	clear: both;
	width: 800px;
	margin-left: 0px;
	margin-top: 0px;
}

#footer p {
	font-family: Verdana, helvetica, Arial;
	font-size: 10px;
	line-height: 13px;
	position: relative;
	float: left;
	margin: 20px 16px 0 20px;
}

#promo .anvisning {
	margin-top: 8px;
	width: 235px;
	height: 23px;
	padding-left: 10px;
	line-height: 23px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	background: transparent url('graphics/anvpil.gif') top left no-repeat;
}

p.pil {
	margin-top: 2px;
	width: 200px;
	height: 23px;
	padding-left: 10px;
	line-height: 23px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	color: #fff;
	background: #343434 url('graphics/pilhuvudbow.gif') top right no-repeat;
}

p.pil:hover {
	background: #ae0917 url('graphics/pilhuvudrow.gif') top right no-repeat;
}

p.pil a {
	color: #fff;
font-weight: bold;
}

#copyright {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#breadcrumbs {
	margin-top: 15px;
	margin-bottom: -20px;
	clear: both;
	width: 900px;
	}
	
#breadcrumbs p {
	font-size: 10px;
	color: #ccc;
	}

a.promolink {
  	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color: #222;
}


/* --- END SECTION SPECIFIC STYLES --- */

/** FORMULÄR ***************************************/

#form {
	width:300px;
margin-left: 5px;	
line-height:20px;  
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	color: #666; 
	font-size:12px;
	}

#form div {width: 250px; margin-top: 7px;}

#form div label {display:block; font-size:11px;}

#form div .inline label {display:inline; font-size:11px;}	

#form input, #form textarea {font-family:"trebuchet ms", arial, helvetica, sans-serif; font-size:11px; }
#form input, #form textarea {border:1px solid #ccc; padding:4px; padding-left:5px; padding-right:5px; color:#444; width:220px; }
#form textarea {width:270px; height:80px; overflow:auto; display: block;}

#form .fb_invalid {font-family:"trebuchet ms", arial, helvetica, sans-serif; font-size:11px; color: #cc0000;}
#form .fb_invalid input, #form .fb_invalid textarea {border:1px solid #cc0000; background: #ffcccc;}

#form .captcha_img img {margin-top:4px; border: 1px solid #ccc; padding: 1px;}

#form .submit input {clear:both;margin-top:15px;cursor:pointer;width:90px; font-weight:normal;}
#form .submit input {background:#333;color:#fff;font-weight:bold;border-color:#333; background:#333;}

/*#form .<class> {width: 200px;}*/
#form select {font-size: 11px;}

/* End of 'style' */

