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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #ccc;
	background-image:url(img/back.jpg);
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


#wrapper {
	width: 900px;
	height: 800px;
	margin: 0 auto;
}

#logo {
	width: 350px;
}

#nav {
	width: 900px;
	margin: 15px 0 20px 0;
}


#nav p {
	color: gray;
}

#nav a {
	font: bold 12px arial;
	color: gray;
	word-spacing: 3px;
	text-decoration: none;
}

#nav a:hover {
	font: bold 12px arial;
	color: white;
	word-spacing: 3px;
	text-decoration: underline;
}

#switch {
	width:135px;
	background-color:white;
	float:right;
	text-align: center;
}

#switch p {
	font: 11px/16px arial;
	color: gray;
	padding: 5px;
}

#switch p a:hover {
	font: 11px/16px arial;
	color: gray;
	text-decoration: underline;
}

#switch p a:link, a:active, a:visited {
	font: 11px/16px arial;
	color: gray;
	text-decoration:none;
}


#frontwrap {
	width:686px;
	height:460px;
	background-color:#FFFFFF;
	padding:10px;
}

#frontimg {
	width:688px;
	background-color:#FFFFFF;
}

#frontcol1 {
	width:335px;
	margin-top:10px;
	float:left;

}

#frontcol2 {
	width:335px;
	margin-top:10px;
	margin-left:15px;
	float:left;

}

#col1 {
	width:325px;
	background-color:white;
	padding:10px;
	float:left;
}

#col2 {
	width:325px;
	background-color:white;
	padding:10px;
	margin-left:15px;
	float:left;
}

#erbjudande {
	width:685px;
	float:left;
}

#erbjudande img {
	padding-right: 10px;
	padding-bottom: 10px;
}


#tips {
	width:180px;
	float:right;
}

#tips img {
	margin-bottom: 10px;
}

#colSal {
	width:325px;
	background-color:#dfdfdf;
	padding:10px;
	float:left;
	border-color: #dfdfdf;
}



a:link {color:#3f3f3f}
a:visited {color:#3f3f3f}
a:hover {color:black}
a:active {color:#3f3f3f}

p {
	font: 12px/16px arial;
	color: #3f3f3f;
}

.meny {
	font: bold 12px arial;
	color: gray;
	word-spacing: 3px;
}
h1 {
	font: bold 14px arial;
	color: #313131;
	padding-bottom: 5px;
}

h2 {
	font: bold 12px arial;
	color: #3f3f3f;
	padding-bottom: 5px;
}

table {
	padding: 10px;
	border: 1px dotted gray;
}

#footer {
	width: 900px;
	padding-top:40px;
	padding-bottom: 20px; 
	clear:both;
	text-align: center;
	color: #4c4c4c;
	font: 11px arial;
}

