@charset "utf-8";
/* CSS Document */
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	/* [disabled]margin: 20; */
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}
body {

	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
/* Slut p reset som allts nollstller beskarens webblsares frinstllningar. */

body {background-color:#FFFFFF;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#ram {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	background-color: #FFF;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #069;
	margin-top: 15px;
	margin-bottom: 20px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #069;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #069;
	margin-top: 20px;
	margin-bottom: 3px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 120%;
}
.bild-v {
	float:left;
	margin-right:8px;
	margin-bottom: 3px;
	margin-top: 5px;
	margin-left: 0px;
}
.bild-h {
	float:right;
	margin-right:0px;
	margin-bottom: 3px;
	margin-top: 5px;
	margin-left: 8px;
}
a.bildgalleri {
	text-decoration: none;
	background-color: #FFF;
	border-width: 0px;
}
tr td hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
ol, ul {
	list-style: outside; }
li { font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 120%; }

table#meny	{ margin-bottom:20px; margin-top:20px; }
table#meny td { text-align:center; background-color:#CB0003; }
table#meny td a {
	display: block;
	width: 100%;
	background-color: #CB0003;
	padding-top: 5px;
	padding-right:auto;
	padding-left: auto;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
table#meny td a:hover { background-color:#FD5B5D; }