html, body, #container { height: 100%; }

body > #container {
	height: auto;
	min-height: 100%;
}

body {
	color: #1c1c1c;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 15px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

h3 {
	color: #8bb83d;
	font-size: 22px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-weight: normal;
}

h5 {
	color: #8bb83d;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

h6 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}

small {
	font-size: 11px;
	font-style: italic;
}

a {
	color: #8e8d8d;
	text-decoration: none;
}

a:hover {
	color: #8bb83d;
}

ul.list {
	margin-top: 5px;
}

ul.list li {
	list-style: inside disc;
	margin-bottom: 5px;
}

div#container {
	background-color: #fff;
}

div#header {
	margin-bottom: 30px;
}

div#header #logo {
	width: 130px;
	height: 101px;
	float: left;
	text-indent: -2500px;
	margin-top: 40px;
	background: url(img/logo.gif) no-repeat 0 0;
	border: none !important;
}

body#laxomat div#header #logo {
	width: 250px;
	height: 67px;
	float: left;
	text-indent: -2000px;
	margin-top: 40px;
	background: url(img/logo_laxomat.gif) no-repeat 0 bottom;
	border: none !important;
}

body#hebergs_ost_sill div#header #logo {
	width: 101px;
	height: 101px;
	float: left;
	text-indent: -2000px;
	margin-top: 40px;
	background: url(img/logo_ost_sill.gif) no-repeat 0 0;
	border: none !important;
}

body#glasscafe div#header #logo {
	width: 87px;
	height: 101px;
	float: left;
	text-indent: -2000px;
	margin-top: 40px;
	background: url(img/logo_glasscafe.gif) no-repeat 0 0;
	border: none !important;
}

div#header a#lang {
	width: 16px;
	height: 16px;
	display: block;
	position: relative;
	top: 20px;
	left: 614px;
}

div#header a#lang.sv {
	background: url(img/lang_sv.gif);
}

div#header a#lang.en {
	background: url(img/lang_en.gif);
}

div#header a#lang:hover {
	border: none;
}

div#campaign {
	height: 400px;
	overflow: hidden;
	background: #262626;
}

div#campaignFlash {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
}

div#content-container {
	width: 630px;
	padding-bottom: 150px;  /* must be same height as the footer */
	margin: 25px auto 0 auto;
}

div#content {
	width: 473px;
	float: right;
	margin-bottom: 60px;
}

div#content-wide {
	width: 630px;
	margin-bottom: 60px;
}

ul#content-sidebar {
	width: 127px;
	float: left;
	font-size: 11px;
}

ul#content-sidebar li {
	margin-bottom: 6px;
}

ul#content-sidebar li.first {
	color: #262626;
	font-style: italic;
	font-size: 13px;
}

div.dish {
	margin-bottom: 15px;
}

div.dish .name {
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
}

div.dish .name span {
	font-size: 11px;
	padding-left: 3px;
}

div.dish .desc {
	display: block;
	clear: both;
	color: #8bb83d;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

#footer-wrap {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear: both;
	border-top: 1px solid #000;
	background: #262626 url(img/bg-footer.gif) repeat-y center 50%;
}

#footer {
	width: 630px;
	color: #8e8d8d;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
}

#footer p {
	font-size: 11px;
	letter-spacing: 1px;
}

#footer a:hover {
	border-bottom: 1px dotted #8e8d8d;
}

/* forms */
form {
}

label {
	display: block;
	margin-bottom: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
}

label.checkbox {
	display: inline;
	padding-right: 10px;
}

input {
	width: 98%;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #666;
}

input.checkbox {
	width: auto !important;
	margin-bottom: 0px;
	border: none !important;
}

input.submit {
	color: #262626;
	width: 105px !important;
	display: block;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 5px 4px;
	margin-top: 20px;
	border: none;
	background-color: #8bb83d;
}

textarea {
	width: 98%;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid #666;
}

/* classes */
.wrap {
	width: 630px;
	text-align: left;
	margin: 0 auto;
}

.columns {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 30px;
}

body#contact .columns {
	font-size: 11px;
	padding-bottom: 15px;
}

.border {
	display: block;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
}

.columns img {
	margin: 5px 0 10px 0;
}

.columns h4 {
	margin: 0 !important;
}

.columns.normal {
	font-size: 12px !important;
	line-height: 17px;
}

.columns.big {
	font-size: 14px !important;
}

.no-margin {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.col_2_1,
.col_2_2 {
	width: 305px;
	float: left;
}

.col_2_2 {
	margin-left: 20px;
}

.col_3_1,
.col_3_2,
.col_3_3 {
	width: 196px;
	float: left;
	padding-bottom: 30px;
}

.col_3_2 {
	margin: 0 21px;
}

.col_4_1,
.col_4_2,
.col_4_3,
.col_4_4 {
	width: 142px;
	float: left;
	margin-right: 20px;
}

.col_4_4 {
	margin-right: 0 !important;
}

.section {
	display: block;
	margin: 30px 0 20px 0;
}

.section-top {
	display: block;
	margin-top: 30px;
}

.section-bottom {
	display: block;
	margin-bottom: 20px;
}

.green {
	color: #8bb83d;
}

.map {
	width: 52px;
	height: 18px;
	display: block;
	margin: 20px 0 ;
	border: none !important;
	background: url(img/mapbutton.gif) no-repeat 0 0;
}

.map:hover {
	background: url(img/mapbutton.gif) no-repeat 0 bottom;
}

/* clear floats */
.clear_line {
	display: block;
	font: 1px/1px monospace;
	line-height: 0;
	clear: both;
}

.clear:after {
	height: 0; 
    display: block;
	visibility: hidden;
    clear: both;
	overflow: hidden;
	content: "."; 
}

.clear { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */