body {
	background-color: #ecedec;
}
#canvas {
	width: 950px;
	margin: auto;
	margin-top: 20px;
}
#head {
	position: relative;
	overflow: auto;
}
#logo {
	float: left;
	margin: 10px;
}
#page {
	min-height: 600px;
	background-color: white;
}
#google_translate_element {
	float: right;
}
#footer {
	background-color: #e5e6e5;
	border: 1px solid #999;
	overflow: auto;
	padding: 10px;
	margin-top: 30px;
}
.footer {
	margin-top: 10px;
}
#sitesearch {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 140px;
}
#horizontal_menu {
	background-color: #f06b35;
	float: right;
	width: 700px;
}
#horizontal_menu ul.level1 a {
	color: white;
	border-right: 1px solid white;
	padding: 0 20px;
	font: 13px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#horizontal_menu li a:hover, #horizontal_menu li.active a {
	background-color: #00a4da;
}
#sitemap a {
	color: #666;
	padding-right: 10px;
}
#sitemap {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
}
#sitemap > li {
	width: 16%;
	float: left;
}
#sitemap > li > ul {
	margin-left: 10px;
	list-style-type: none;
}
#submenu {
	list-style-type: none;
	background-color: #30A1DB;
	overflow: auto;
	margin: 20px 0;
}
#submenu li a {
	width: 15%;
	font: bold 12px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	padding-left: 10px;
	color: white;
	border-right: 1px solid white;
}
#submenu li.active a, #submenu li a:hover {
	background-color: white;
	color: black;
}
div.vinjett {
	background-color: #f06b35;
	border-bottom: none;
	padding: 0 10px;
	line-height: 30px;
	color: white;
	font-weight: 700;
}
div.square {
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: auto;
	background-color: #fff;
	margin-bottom: 2px;
	padding: 20px;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
div.square.default {
	padding: 10px;
}
blockquote {
	border-left: none;
	background-color: transparent;
	color: #666666;
	font: 10px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
div.note {
	background-color: #eeeeee;
	color: #000000;
	border: none;
}
div.note .headline {
	background-color: transparent;
}
.newsticker {
	background-color: #00a2dc;
	color: white;
}
.newsticker a {
	color: white;
}
.menunotes {
	margin: -5px;
}
.menunote .menunote_frame {
	font: normal 14px/1em Kievit, Helvetica, Arial;
	color: gray;
	background-image: url(/bilder/gradient.php?top=F1F1F1&bottom=ffffff&height=160);
	background-color: white;
	border: 5px solid white;
	padding: 10px;
	margin: 5px;
}
.menunote h3 {
	font: normal 18px/1em Kievit, Helvetica, Arial;
	color: #656565;
}
div.frame_design_3 {
	background-color: white !important;
}
div.frame_design_1 {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: transparent;
	padding: 0px;
}
div.frame_design_1 .rubrik {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 60pt;
	line-height: 60pt;
}
div.frame_design_1 .preamble {
	padding: 50px;
	padding-top: 0px;
	text-align: center;
	font-size: 14pt;
	line-height: 22pt;
}
div.paragraphcontainer {
	overflow: auto;
}
div.frame_design_1 div.paragraphcontainer.odd {
	background-color: #eeeeee;
}
div.frame_design_1 div.paragraph {
	padding: 50px;
	font-size: 14pt;
	line-height: 22pt;
	margin-bottom: 0px;
}
div.frame_design_1 h3 {
	margin: 50px;
	margin-bottom: -40px;
	font-size: 22pt;
	line-height: 22pt;
}
div.frame_design_1 div.imgpos_5, div.frame_design_1 div.imgpos_4 {
	margin-bottom: 0px;
}
div.frame_design_1 div.imgpos_5 {
	margin-left: 50px;
}
div.frame_design_1 div.imgpos_4 {
	margin-right: 50px;
}
div.frame_design_1 div.imgpos_2 {
	margin-bottom: 0px;
}
.imagecontainer {
	z-index: 10;
}
ol.inlinelist {
	z-index: 1;
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
}
ol.inlinelist > li {
	z-index: 1;
	position: relative;
	margin-left: 2.5em;
	margin-bottom: 6px;
	padding: 4px 8px;
	padding-left: 12px !important;
	list-style: none;
}
ol.inlinelist > li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -2px;
	left: -2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 2em;
	margin-right: 8px;
	padding: 4px;
	background-color: #33a4db;
	text-align: center;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	color: white;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.77);
}
