body {
	margin: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 150px;
}
#guide {
	background-color: #9CF;
}
div.alert {
	padding: 20px;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 16px;
}
div.fail {
	background-color: #d02e21;
	color: white !important;
}
div.fail a {
	color: white;
}
div.alert h2 {
	margin-bottom: 0.3em;
}
div.alert div.button {
	margin-top: 10px;
}
div.listerror {
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	font-weight: 700;
}
#overDiv {
	background-color: #fff;
	border: 1px solid black;
	font-family: Verdana, "Lucida Grande";
	font-size: 12px;
}
.OverLibBG {
	background-color: #fff;
	border: 1px solid black;
}
.OverLibBorder {
	background-color: #fff;
	border: 1px solid black;
}
.hidden {
	display: none;
}
.faded {
	opacity: 0.3;
}
.slideshow_container {
	position: relative;
	overflow: hidden;
}
.slideshow_slide {
	position: absolute;
	z-index: 0;
	display: none;
	overflow: hidden;
}
.slideshow_slide.active {
	position: inherit;
	display: block;
	z-index: 10;
}
.slideshow_slide.last-active {
	z-index: 9;
}
.slideshow_controls {
	z-index: 12;
	position: absolute;
}
.slideshow_controls a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: white;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
	text-align: center;
	display: block;
	float: left;
	background-color: rgba(50, 50, 50, 0.3);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.slideshow_controls a.active, #slideshow_controls a:hover {
	border: 1px solid rgba(255, 255, 255, 1);
	background: rgba(100, 100, 100, 0.7);
}
#atlas_progress {
	display: none;
	padding: 10px;
	background-color: #c12b28;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1000;
	color: white;
	font-size: 2em;
	font-weight: 700;
	position: fixed;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.loading {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #eeeeee;
	padding: 50px;
	font-weight: 700;
	font-size: 2em;
}
.footer {
	text-align: center;
	font-size: 9px;
	color: #666;
}
hr {
	border: none;
	border-bottom: 1px solid #eeeeee;
}
.content {
	margin: 0px;
	padding: 0px;
	width: 400px;
}
.sidebar {
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#side {
	width: 200px;
	float: right;
}
#main {
	width: 400px;
	float: left;
}
#side.left {
	float: left;
}
div.half {
	width: 50%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
DIV.line {
	border: none;
	padding: 0px;
	margin: 0px;
	display: block;
	border-top: 1px #AAA solid;
	clear: left;
}
DIV.line:first-child {
	border-top: none;
}
.clear {
	clear: both;
	overflow: auto;
}
.nofloat {
	float: none;
}
.right {
	float: right !important;
}
.left {
	float: left !important;
}
.center {
	margin: 0px auto;
}
div.legend {
	padding: 5px;
	overflow: auto;
}
div.legend div.legend_item {
	border: 1px solid #eeeeee;
	line-height: 1.5em;
	font-size: 0.8em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 2px;
	padding: 4px;
	padding-right: 10px;
}
div.legend div.legend_item img {
	margin-right: 5px;
}
div.legend div.legend_header {
	margin: 2px;
	padding: 4px;
	line-height: 1.5em;
	font-weight: 700;
}
div.legend .horizontal {
	float: left;
}
.php CODE {
	font-family: "Andale mono",monaco,courier;
	font-size: 9px;
}
.quoteheader {
	padding: 5px;
}
ul.square {
	border: 1px solid #666666;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}
ul.square li {
	padding: 6px;
}
div.square {
	padding: 10px;
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.square.default {
	background-color: #eeeeee;
	color: #000000;
	border: none;
	overflow: hidden;
}
.bottomfixed {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
div.accessinfo {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666666;
	background-color: #eeeeee;
	padding: 5px;
}
.innehall {
	margin: 5px;
	padding: 0px;
}
cite {
	text-align: right;
	display: block;
}
blockquote {
	border-left: 2px solid #009;
	background-color: #eef;
	padding: 10px;
	margin: 0px 5px 0px 10px;
}
DIV.columnlist {
	padding: 8px;
	float: left;
	min-width: 100px;
}
.stacked {
	float: left;
	width: 120px;
	height: 16px;
	overflow: hidden;
	padding: 3px;
}
DIV.more {
	float: right;
	clear: both;
	overflow: hidden;
	padding: 3px;
}
DIV.more:Hover {
	background-color: #eeeeee;
}
.cutoff {
	overflow: hidden;
	background-image: url(/bilder/fadebottombkgr.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.cutoff:Hover {
	background-image: none;
}
.toolbar {
	background-color: #eeeeee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 700;
	padding: 5px;
	overflow: hidden;
}
.toolbar > .toolbar_caption {
	float: left;
	padding-left: 10px;
	margin: 3px;
}
.toolbar .toolbar_icon {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.pagehead {
	overflow: hidden;
	position: relative;
	height: 70px;
	border-bottom: 1px solid #eeeeee;
	background-color: transparent;
}
.pagehead > img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 10px;
}
.pagehead > .infotext {
	position: absolute;
	height: 45px;
	bottom: 0px;
	left: 60px;
	margin: 10px;
}
.pagehead .headbuttons {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 10px;
	padding: 0px;
}
.pagehead .atlasbutton {
	background-color: transparent;
	border: none;
}
.pagehead .atlasbutton:hover {
	border: none;
}
.pagehead h2 {
	font-size: 25px;
	margin-bottom: 0px !important;
	line-height: 25px !important;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div.inline-vote {
	maring: 20px;
	float: right;
	clear: both;
	border: 1px solid #ccc;
	padding: 0px;
	width: 200px;
}
div.breadcrumbs {
	line-height: 24px;
	padding-left: 10px;
	background-color: #eeeeee;
	overflow: auto;
}
div.crumbs {
	float: left;
}
div.crumbs a {
	color: inherit;
	display: block;
	padding-right: 20px;
	line-height: 24px;
	background: url(/bilder/bkgr/breadcrumbarrow.png) no-repeat right center;
}
.newsticker {
	overflow: hidden;
	color: #666666;
	background-color: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
	position: relative;
	font-weight: 700;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.newsticker a {
	font-weight: 300;
	color: #000000;
}
.newsticker > div {
	line-height: 30px;
	float: left;
	margin-left: 10px;
}
.newsticker div.morenews {
	position: absolute;
	right: 10px;
	font-size: 25px;
	top: 0px;
}
DIV.vinjett {
	padding: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #29cbfc;
}
div.vinjett > div.wrapper {
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
DIV.vinjett .icon {
	float: left;
}
DIV.vinjett .buttonwrapper {
	float: right;
}
DIV.vinjett span.hasbuttons {
	display: block;
	line-height: 30px;
}
PRE {
	font: 10px "Andale Mono", Monaco, monospaced;
}
.monospace {
	font-family: "Andale Mono", Monaco, monospaced;
}
TT {
	font-family: Monaco,Courier;
	font-size: 9px;
	line-height: 12px;
}
CODE {
	font-family: "Andale Mono", Monaco, Courier, monospaced;
	font-size: 10px;
	line-height: 13px;
	padding: 5px;
	display: block;
	color: black;
	border: 1px solid gray;
	background-color: #eeeeee;
	max-width: 640px;
	overflow: auto;
	white-space: pre;
	margin: 1em 0;
}
div.plain code {
	border: none;
}
span.path {
	margin: 0 5px;
	background-color: #eeeeee;
}
span.path img {
	margin: 0 3px;
}
FORM {
	padding: 0px;
	margin: 0px;
}
DIV.imgshadow {
	background-image: url("/bilder/images/imgshadow.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}
.imgshadow .fade {
	background-image: url("/bilder/images/fade.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 10px 10px 0;
}
.imgshadow IMG {
	border: 1px solid #999;
	background-color: white;
	padding: 5px;
}
img.hasframe {
	border: 1px solid #666666;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img.shadow {
	-moz-box-shadow: 2px 2px 10px #666666;
	-webkit-box-shadow: 2px 2px 10px #666666;
	margin-right: 12px !important;
}
img.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.user_button {
	float: left;
	font-size: 11px;
}
.user_button img {
	vertical-align: middle;
}
.user_button a {
	color: black;
	padding: 5px;
	display: block;
}
.memberlabel {
	line-height: 6px;
	color: #666;
	font-size: 10px;
	font-style: italic;
}
.headline, h1 {
	font-size: 24pt;
	font-weight: 700;
}
.rubrik, h2 {
	font-size: 12pt;
	font-weight: 700;
}
H1, H2, H3 {
	padding: 0px;
	margin: 0px;
}
P {
	margin-top: 0.5em;
}
.initial {
	line-height: 60px;
	font-size: 60px;
	float: left;
	display: inline-block;
	margin-right: 5px;
}
.mrubrik, h3 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: 700;
}
.small {
	font-size: 0.8em;
}
.medium {
	font-size: 1.5em;
}
.large {
	font-size: 2.5em;
}
.bold {
	font-weight: 700;
}
.nowrap {
	white-space: nowrap;
}
.warning {
	font-weight: 700;
	color: red;
}
.removelink {
	display: inline-block !important;
	min-width: 10px !important;
}
.spacer {
	display: block;
}
.ok {
	color: green;
}
.highlight {
	color: red !important;
}
#highlight {
	background-color: #CCCCFF;
}
.preamble {
	margin-bottom: 2em;
	font-size: 11px;
	font-style: italic;
}
.subline {
	font-size: 0.9em;
	color: #666666;
}
a.subline {
	color: #666666;
	font-weight: 300;
}
a.subline:visited {
	color: #666666;
}
.photobyline {
	font-size: 11px;
	color: #666;
	border-color: #999;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	padding: 10px;
	text-align: left;
}
.noframebyline {
	color: #666666;
	padding: 10px 0;
	text-align: left;
	font-weight: 300;
	font-style: normal;
}
.author A {
	color: black;
}
a.flatbutton {
	color: #ffffff !important;
	display: block;
	padding: 7px 30px 7px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #29cbfc;
}
a.flatbutton:hover {
	background-color: #5bfdff;
}
DIV.buttons {
	width: 100%;
	overflow: hidden;
}
DIV.verticalbuttons .atlasbutton {
	float: left;
}
DIV.buttons .atlasbutton {
	float: none;
}
DIV.button {
	padding: 1px;
	line-height: 16px;
	vertical-align: middle;
}
DIV.vbutton {
	line-height: 16px;
	padding: 1px;
	padding-right: 5px;
	vertical-align: middle;
	float: left;
}
LI.button {
	display: block;
	list-style-type: none;
	margin: 2px;
	font-weight: 700;
	font-size: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}
LI.button IMG {
	float: left;
	margin: 3px;
}
LI.button A {
	background-color: #ddd;
	color: black;
	display: block;
	padding: 5px;
}
LI.button A:Hover {
	text-decoration: none;
	background-color: #666;
	color: white;
}
UL.buttonlist, UL.horizontal {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
UL.horizontal LI {
	list-style-type: none;
	float: left;
}
div.puff .atlasbutton {
	float: right;
}
div.puff .buttonwrapper {
	float: right;
}
div.puff .buttonwrapper a {
	float: none;
}
div.menuwrapper .atlasbutton {
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
div.menuwrapper .atlasbutton.firstbutton {
	border-top-width: 1px;
	-moz-border-radius-topleft: 0.6em;
	-webkit-border-top-left-radius: 0.6em;
	-moz-border-radius-topright: 0.6em;
	-webkit-border-top-right-radius: 0.6em;
}
div.menuwrapper .atlasbutton.lastbutton {
	-moz-border-radius-bottomleft: 0.6em;
	-webkit-border-bottom-left-radius: 0.6em;
	-moz-border-radius-bottomright: 0.6em;
	-webkit-border-bottom-right-radius: 0.6em;
}
div.buttonwrapper {
	padding: 3px;
	overflow: hidden;
}
div.buttonwrapper .atlasbutton {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	min-width: 0px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 1px;
	border-right-width: 0;
	font-size: 0.9em;
	line-height: 1.2em;
}
div.buttonwrapper .atlasbutton.firstbutton {
	-moz-border-radius-topleft: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
	-moz-border-radius-bottomleft: 0.4em;
	-webkit-border-bottom-left-radius: 0.4em;
	padding-left: 8px;
}
div.buttonwrapper > .atlasbutton.label {
	border: 1px solid transparent;
	background-color: transparent;
	background-image: none;
}
div.buttonwrapper .atlasbutton.lastbutton {
	-moz-border-radius-topright: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-webkit-border-bottom-right-radius: 0.4em;
	clear: right;
	padding-right: 8px;
	border-right-width: 1px;
}
div.buttonwrapper .atlasbutton.large.firstbutton {
	padding-left: 10px;
}
div.buttonwrapper .atlasbutton.large.lastbutton {
	padding-right: 10px;
}
.atlasbutton {
	display: block;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	float: left;
	text-align: left;
	cursor: pointer;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	padding: 7px 10px;
	margin: 1px 2px;
	background-color: #eeeeee;
	color: #000000;
	text-decoration: none;
	font-family: "Helvetica Neue", "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.4em;
	border-collapse: collapse;
}
.square .atlasbutton {
	background-color: #e4e4e4;
}
input[type=submit], input[type=reset], input[type=button] {
	padding: 7px 10px;
	cursor: pointer;
	margin: 1px 2px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom: 2px solid #d0d0d0;
	background-color: #eeeeee;
	color: #000000;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background-color: #29cbfc;
	border-bottom-color: #0badde;
	color: #ffffff;
}
.atlasbutton.small {
	padding: 3px 5px;
}
.atlasbutton.faded {
	border: 1px solid transparent;
	background-image: none;
	background-color: transparent;
}
.atlasbutton.withlabel {
	min-width: 75px;
}
.atlasbutton.textunder {
	min-width: 0px;
	text-align: center;
	padding: 4px !important;
}
.atlasbutton.textunder img {
	margin: 0 auto;
	float: none;
	display: block;
}
.atlasbutton.large {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: normal;
}
.atlasbutton img.atlasbutton_badge {
	position: absolute;
	z-index: 1000;
	top: -3px;
	right: -3px;
}
a.atlasbutton:hover {
	opacity: 1;
	background-color: #29cbfc;
	color: #ffffff;
	text-decoration: none;
}
.atlasbutton:active, .atlasbutton.active {
	opacity: 1;
	background-color: #29cbfc;
	background-image: none;
	color: #ffffff;
	text-shadow: #01a3d4 1px 1px 1px;
}
.atlasbutton:visited {
	color: #000000;
}
.atlasbutton img {
	margin: 2px 0px;
	vertical-align: middle;
}
DIV.formfield {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.formpreview {
	margin-left: 10px;
	font-style: italic;
	font-weight: 300;
	cursor: pointer;
}
DIV.formlabel .thelabel {
	display: block;
	float: left;
	width: 25%;
}
FORM.popup DIV.formlabel {
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
}
DIV.formlabel {
	padding: 5px;
	font-size: 10px;
	font-weight: 700;
	text-align: left;
}
DIV.formhelp {
	padding-right: 4px;
	padding-top: 2px;
	float: right;
	clear: right;
}
DIV.forminlinehelp {
	padding: 5px;
	font-size: 10px;
}
DIV.formvalue {
	padding: 5px;
	margin-left: 20px;
}
DIV.formsubmit {
	padding: 4px;
}
#main div.formlabel, TD.contents div.formlabel {
	width: 80px;
	float: left;
}
#main div.formvalue, TD.contents div.formvalue {
	margin-left: 100px;
}
input.freeinput {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	outline: none;
}
input.freeinput:focus {
	outline: none;
	border-top: 1px solid #4060aa;
	border-left: 1px solid #4060aa;
	border-right: 1px solid #6592fe;
	border-bottom: 1px solid #6592fe;
}
div.textarea_toolbar > .buttonwrapper {
	padding: 2px;
}
div.textarea_toolbar {
	overflow: hidden;
	background-color: #eeeeee;
	border: 1px solid #dadada;
	border-bottom: none;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	margin: 0px;
}
select.select {
	width: 100%;
}
DIV.link_div {
	padding: 10px;
	border: 1px solid #ccc;
	max-height: 200px;
	overflow: auto;
}
div.color_preview {
	float: left;
	border: 1px solid #666;
	margin-right: 10px;
	height: 20px;
	width: 40px;
}
A {
	text-decoration: none;
	color: #4f5c9e;
}
A:Visited {
	color: #4f5c9e;
}
A.bl {
	color: #000000;
}
.placeholder {
	color: #848484 !important;
}
form ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
form li.formpart {
	clear: both;
	list-style: none;
	overflow: hidden;
	display: block;
	margin-top: 3px;
	font-style: normal;
}
form li.formpart.hidden {
	display: none;
}
.formgroup {
	margin: 5px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: auto;
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #d0d0d0;
}
.formgroup div.help {
	color: #000000;
}
.formgroup li.formpart > label {
	color: #000000;
}
.formgrouphidden {
	border-top: 1px solid #d0d0d0;
}
.formgroup ol {
	padding: 10px;
}
.formgroup_headline {
	font-size: 1.2em;
	font-weight: 700;
	padding: 10px;
	background-color: #e4e4e4;
}
.formgroup_headline .subline {
	font-size: 0.8em;
	font-weight: 300;
}
.formgroup_headline .leftpad {
	padding-left: 15px;
}
.formgroup .atlasbutton {
	background-color: #dadada;
}
form li.formpart.odd {
	background-color: #ccc;
}
form li.formpart > label img {
	float: right;
	margin-left: 5px;
}
form li.formpart > label {
	display: block;
	color: #666666;
	margin: 7px 5px 0 0px;
	font-size: 1.1em;
	line-height: 2em;
	overflow: auto;
	float: left;
	min-width: 20%;
}
form span.required {
	color: #9e0b10;
	padding: 0 0.3em;
	line-height: 1.5em;
	display: inline-block;
	font-size: 0.7em;
	font-weight: 700;
}
form div.field {
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	width: 100%;
	max-width: 300px;
	float: right;
	overflow: hidden;
	min-width: 75%;
}
form div.field.fullwidth {
	width: 100%;
	max-width: none;
}
input.text.combobox {
	width: 90%;
}
input[type=file] {
	width: 100%;
}
input.text {
	border: 1px solid #dadada;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: white;
	color: black;
	width: 100%;
	outline: none;
	margin: 0px;
	padding: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=search] {
	width: 100%;
}
input.text:focus {
	outline: none;
}
textarea.textarea {
	width: 100%;
	border: 1px solid #dadada;
	background-color: white;
	color: black;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	margin: 0px;
	padding: 10px;
	resize: vertical;
}
textarea.textarea:focus {
	outline: none;
}
form div.help {
	margin: 0px;
	font-weight: 300;
	line-height: 1.2em;
	color: #666666;
}
form .form_buttons {
	clear: both;
	padding: 5px;
	margin: 0px;
	margin-top: 5px;
	overflow: hidden;
}
form .form_buttons a {
	line-height: 20px;
	margin-right: 20px;
}
form div.help div.helptext {
	padding-bottom: 5px;
}
CAPTION {
	font-weight: 700;
	padding: 4px;
}
TABLE.tabell {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
TABLE.tabell TD {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
TABLE.tabell TH {
	background-image: none;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
tr.line td, td.line {
	border-top: 1px solid #eeeeee;
}
TR.display, TD.display {
	background-image: url(/bilder/display_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
TR.faded, TD.faded {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
}
TR.faded:Hover, TD.faded:Hover {
	opacity: 1;
}
TR.forceline, TD.forceline {
	background-image: url(/bilder/lines/black_20.gif);
	background-repeat: repeat-x;
}
TR.alt, TD.alt {
	color: black;
	background-repeat: repeat-x;
	background-color: #eeeeee;
}
TR.sum TD, td.sum {
	border-top: 1px solid #000000;
}
TR.head, TD.head {
	color: #ffffff;
	background-repeat: repeat-x;
	background-color: #29cbfc;
}
tr.head a, td.head a {
	color: #ffffff;
}
TR.altplain {
	background-color: #eeeeee;
}
TD.leftline {
	background-image: url(/bilder/tdleft.gif);
}
TD.leftaltline {
	background-image: url(/bilder/tdaltline.gif);
}
TR.leftline {
	background-image: url(/bilder/tdleft.gif);
}
TR.leftaltline {
	background-image: url(/bilder/tdaltline.gif);
}
TR.bline, TD.bline {
	background-position: bottom;
	background-image: url(/bilder/tdunder.gif);
	background-repeat: repeat-x;
}
TR.balt, TD.balt {
	background-position: bottom;
	background-image: url(/bilder/tdunder.gif);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}
TR.highlight {
	background-image: url(/bilder/td.gif);
	background-color: #FF9;
}
TH {
	border: none;
	background-color: #29cbfc;
	color: #ffffff;
	padding: 5px;
}
TH.active {
	background-color: #eeeeee;
	color: #000000;
}
TH.asc {
	background-color: #ccc;
}
TH.desc {
	background-color: #ccc;
}
TABLE.grid {
	border-color: #eeeeee;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}
TABLE.grid TD, TABLE.grid TH {
	border-color: #eeeeee;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
}
.paragraphlinks {
	margin-bottom: 15px !important;
	margin-top: -10px !important;
}
.paragraphlinks li {
	overflow: auto;
}
.paragraphlink {
	padding-left: 5px;
	font-weight: 700;
}
.linkcolumn_category {
	font-weight: 700;
	background-image: url(/bilder/tddark.gif);
	padding: 3px;
}
.linkcolumn {
	font-weight: 700;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.linkcolumn_desc {
	padding-left: 20px;
	color: #666666;
}
#menu li {
	list-style: none;
}
#menu .level0 {
	padding-left: 0px;
}
#menu .level1 {
	padding-left: 10px;
}
#menu .level2 {
	padding-left: 20px;
}
#menu .level3 {
	padding-left: 30px;
}
#menu A {
	color: black;
}
#menu DIV {
	padding: 3px;
	cursor: pointer;
}
#horizontal_menu ul {
	list-style: none;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#horizontal_menu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#horizontal_menu a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.pages_inactive {
	background-image: url(/bilder/page.gif);
	padding: 2px;
	padding-left: 15px;
}
.pages_active {
	background-image: url(/bilder/page_active.gif);
	padding: 2px;
	padding-left: 15px;
}
.week_day {
	position: relative;
	border-left: 1px solid #ddd;
}
.new_event {
	background-color: #5bfdff;
}
.week_day a, .week_day a:visited {
	color: #ffffff;
}
.weekday_item, .new_event {
	border: 1px solid #15b7e8;
	width: 100%;
	position: absolute;
	overflow: hidden;
	border-collapse: collapse;
	background-color: #3ddfff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	line-height: 1em;
	font-size: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0px;
	padding: 3px;
}
.calendar_allday {
	border: 1px solid #15b7e8;
	background-color: #3ddfff;
	line-height: 1em;
	margin-bottom: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	font-weight: 300;
}
.calendar_allday a {
	color: #ffffff;
}
.weekday_hour {
	position: absolute;
	right: 3px;
	z-index: 1;
}
.weekday_hour_line {
	z-index: 1;
	width: 100%;
	position: absolute;
	border-top: 1px solid #ccc;
	height: 2px;
}
.calendar_header {
	border-left: 1px solid #ddd;
	background-color: #eeeeee;
	padding: 3px;
	font-size: 10px;
	font-weight: 700;
}
.calendar_monthheader {
	background-color: #ddd;
	padding: 3px;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}
.calendar_cell {
	background-color: #ffffff;
}
.calendar_text {
	background-color: #ffffff;
	padding: 10px;
}
.calendar_cell_today {
	background-color: #65ffff;
}
.calendar_month_entry a {
	color: black;
}
.calendar_month_entry {
	background-color: #eee;
	border: 1px solid #ccc;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	margin: 2px;
	white-space: nowrap;
}
.calendar_month_entry.continue_from_yesterday {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-left: none;
	margin-left: 0px;
}
.calendar_month_entry.continue_to_tomorrow {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-right: none;
	margin-right: 0px;
}
.calendar_day {
	font-size: 9px;
	padding: 0px;
	min-height: 80px;
	height: 80px;
	vertical-align: top;
}
.calendar_daynumber a {
	color: #999;
	font-weight: 700;
	font-size: 10px;
}
.calendar_daynumber {
	text-align: right;
	font-size: 12px;
}
.calendar_entries {
	clear: both;
}
.calendar_entries UL {
	padding: 0px;
	list-style: none;
}
.calendar_day#data {
	background-color: #ccc;
}
.calendar_day#today {
	background-color: #eef;
}
.calendaritem {
	padding: 2px;
	background-image: url(/bilder/td.gif);
}
.calendar .date {
	padding: 1px;
	font-weight: 700;
}
.calendar .location {
	color: #999;
	font-style: italic;
}
.calendar .author {
	color: #666;
	padding: 1px;
	padding-left: 5px;
	font-size: 10px;
}
.calendar .value {
	clear: both;
	padding: 1px;
	padding-left: 5px;
}
.calendar_alldays {
	padding: 4px;
	border: 1px solid #99C;
	background-color: #EEF;
	margin: 1px;
}
.calendar_day_event {
	position: absolute;
	border: 1px solid #99C;
	background-color: #EEF;
	width: 100px;
	z-index: 10;
	overflow: hidden;
}
.calendar_addevent {
	display: none;
}
.calendar TD {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid none none solid;
}
.calendar {
	border-color: #ccc;
	border-width: 1px;
	border-style: none solid solid none;
}
.calendar_week TD {
	border-style: none;
}
.faq_category {
	padding: 4px;
	font-size: 16px;
	font-weight: 700;
}
.faq_headline {
	font-weight: 700;
	padding: 4px;
}
.faq_question {
	background-image: url(/bilder/td.gif);
	background-repeat: repeat-x;
	background-color: #eeeeee;
	font-style: italic;
	padding: 4px;
}
.faq_answer {
	padding: 5px;
	padding-left: 30px;
}
UL.faq {
	list-style-type: none;
	list-style-position: inside;
	margin: 10px 0px 10px 0px;
}
UL.faq LI {
	margin: 10px;
	font-weight: 300;
}
UL.faq LI.head {
	font-size: 1.2em;
	padding: 3px;
	font-weight: 700;
}
.webshop_headline {
	font-size: 12px;
	font-weight: 700;
}
div.timepopup {
	position: absolute;
	display: none;
	width: 200px;
	padding: 10px;
	background-color: #eee;
	z-index: 20;
	border: 1px solid #999;
}
div.timepopup div.time a {
	color: black;
	float: left;
	width: 15px;
	padding: 5px;
}
div.timepopup div.time a:hover {
	background-color: #ccc;
	cursor: pointer;
}
.datepopup_weekdays {
	font-size: 9px;
	background-color: #eeeeee;
}
.datepopup_weeks {
	font-size: 9px;
	background-color: #eeeeee;
}
.datepopup_day {
	font-size: 9px;
	border: 2px solid white;
	background-color: #ffffff;
	font-weight: 700;
}
.datepopup_day:hover {
	font-size: 9px;
	border: 2px solid black;
	background-color: #cccccc;
	font-weight: 700;
}
.datepopup_month {
	font-size: 9px;
	background-color: #ffffff;
	font-weight: 700;
	text-align: center;
}
.datepopup_display {
	font-size: 18px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
}
#atlasbutton_spacer {
	height: 50px;
}
#adminbar {
	z-index: 5000;
	position: fixed;
	border-top: 1px solid #666666;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	background-color: #eeeeee;
	color: #000000;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999;
	font: 11px "Lucida Grande", Helvetica, sans-serif;
}
#adminbar a.left {
	border-right: 1px solid #999;
}
#adminbar a.right {
	border-left: 1px solid #999;
}
#adminbar .adminbuttons {
	margin: 0 5px;
}
#adminbar .atlasbutton > img {
	vertical-align: middle;
	margin: 8px 0;
}
#adminbar .atlasbutton {
	background: none;
	text-shadow: none;
	background-color: #eeeeee;
	border: none;
	color: #000000;
	height: 30px;
	min-width: 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	display: block;
	padding: 0px 10px;
	margin: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 30px;
}
#adminbar .atlasbutton.active, #adminbar .atlasbutton:hover {
	background-color: #29cbfc;
	background-repeat: repeat-x;
	color: #ffffff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-shadow: none;
}
#adminbar .betalink {
	margin-left: 10px;
	float: left;
	font: bold 12px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-shadow: 0 0 3px #ffffff;
}
#adminbar.beta {
	background: url(/bilder/bkgr/adminbar_beta.png) repeat-x;
}
#adminbar.devsite {
	background: url(/bilder/bkgr/adminbar_closed.png) repeat-x;
}
.adminbar_buttons {
	float: left;
}
#adminlist TR.line:Hover {
	background-color: #eeeeee;
	cursor: pointer;
}
*[contenteditable=true] {
	border: 1px dotted red !important;
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.admin {
	display: none;
}
.adminlink {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 3px;
}
.adminlinks {
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.adminlinks DIV.button {
	float: left;
	min-width: 120px;
	padding: 5px;
}
.adminlinks_head {
	display: block;
	padding: 2px;
	color: #999;
	cursor: pointer;
	background-color: #eeeeee;
}
.adminlinks_buttons {
	display: none;
	padding: 10px;
	overflow: auto;
	border-top: 1px solid #ddd;
}
#adminsquare {
	color: black;
	position: absolute;
	width: 50%;
	min-width: 400px;
	left: 10px;
	top: 10px;
	display: none;
	z-index: 2000;
	background-color: #fff;
	border: 1px solid black;
}
.admin_noaccess {
	display: none;
}
div.adminlock {
	position: fixed;
	margin-left: 0px;
	margin-right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: red;
	padding: 3px;
	color: white;
	width: 100%;
	z-index: 1000;
	border-top: 1px solid black;
}
#logalert {
	position: absolute;
	top: 5px;
	right: 30px;
	padding: 3px;
}
#atlasdialog {
	display: none;
	z-index: 100000;
}
.atlaspopupmenu {
	position: absolute;
	display: none;
	background-color: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #000000;
	font-size: 10px;
	z-index: 1000;
}
.atlaspopupmenu a, .atlaspopupmenu a:visited {
	color: black;
}
.atlaspopupmenu li.hover {
	background: #b4d5ff;
}
.popupmenu_button {
	background-color: #eeeeee;
}
#adminbar .popupmenu_button {
	background: #ccc url(/bilder/gradient.php?top=eee&bottom=ccc&height=20) repeat-x;
}
#adminbar .user_button {
	background: #ccc url(/bilder/gradient.php?top=eee&bottom=ccc&height=20) repeat-x;
	border-right: 1px ridge gray;
}
#atlaslinks {
	z-index: 1000000;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 48px;
	height: 48px;
}
#atlaslinks_atlas {
	z-index: 10;
	position: absolute;
	top: 5px;
	right: 5px;
}
#atlaslinks_links {
	position: absolute;
	top: 5px;
	right: 40px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #333;
	display: none;
	width: 200px;
}
#atlaslinks_links A {
	color: black;
	text-shadow: none;
	font-weight: 300;
	text-decoration: none;
}
#atlaslinks_links A:hover {
	background-color: #eeeeee;
}
.tabs {
	overflow: hidden;
	padding: 8px 2px 0px 10px;
	background: transparent url(/bilder/lines/black_30.gif) repeat-x 0 bottom;
}
.tab {
	color: #000000 !important;
	display: block;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px 8px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: transparent;
}
.tab.active, .tab:hover {
	background-color: #ffffff !important;
	border-width: 1px 1px 0px 1px;
	font-weight: 700;
	border-style: solid;
	border-color: #D5D5D5;
	border-top-color: #29cbfc;
	border-top-width: 2px;
}
.tab.inactive A {
	color: #000000;
}
.tabs .rightlinks {
	float: right;
}
.tabs .rightlinks .atlasbutton {
	padding: 3px;
	margin: 0px;
	border-bottom: none;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
.ui-tabs-nav {
	background-color: #eeeeee;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}
.ui-tabs-nav li {
	float: left;
	list-style: none;
	padding: 5px;
	margin-right: 5px !important;
	background-color: #eeeeee;
}
.ui-tabs .ui-state-default {
	background-color: transparent !important;
	border: 1px solid #AAA;
}
li.ui-tabs-selected {
	border-width: 1px 1px 0px 1px !important;
	border-style: solid !important;
	border-color: #D5D5D5 !important;
	background-color: white;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}
#membertabs {
	background-color: #eeeeee;
	border-bottom: 1px solid black;
}
#membertabs .active {
	background-color: white;
}
.contactsquare {
	margin: 5px 5px 5px 0px;
	padding: 5px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-width: 1px 3px 3px 1px;
	border-style: solid;
}
ul#memberfeed .text {
	font-size: 12px;
}
ul#since_memberfeed .text {
	font-size: 10px;
	min-height: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
ul#memberfeed span.subline {
	font-size: 10px;
}
.menunote {
	text-align: center;
	display: block;
	color: #000000;
}
.menunote h3 {
	color: #4f5c9e !important;
}
.menunote:visited {
	color: #000000;
}
div.note_left {
	float: left;
	clear: left;
	margin-right: 5px;
	width: 30%;
}
div.note_right {
	clear: right;
	float: right;
	margin-left: 5px;
	width: 30%;
}
div.note_over {
	clear: both;
}
div.note_underright {
	float: right;
}
div.notebutton {
	border: 1px solid #15b7e8;
	cursor: pointer;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 14px;
}
div.notebutton .headline {
	background: url(/bilder/arrows/white.png) right center no-repeat;
	padding-right: 30px !important;
	font-size: 1.3em;
	font-weight: 700;
}
div.notebutton .innehall {
	font-size: 1em;
}
div.notebutton .link {
	width: 20px;
	height: 20px;
	float: right;
	background-image: url(/bilder/bkgr/right.png);
	background-repeat: no-repeat;
}
div.plain {
	border: 1px solid #dadada;
	background-color: #eeeeee;
	margin-bottom: 10px;
	padding: 7px;
	font-size: 14px;
}
div.plain .headline {
	font-size: inherit;
	font-weight: 700;
}
div.plain .innehall {
	font-size: 0.8em;
	color: #666666;
}
div.plain .link {
	float: right;
}
.note {
	margin-bottom: 10px;
	background-color: #FEF687;
	color: black;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.note .headline {
	background-color: rgba(0, 0, 0, 0.08);
	font-size: 1em;
	font-family: sans-serif;
	padding: 10px 10px 5px 10px;
}
.note .innehall {
	font-size: 0.9em;
	margin: 10px;
}
.note .link {
	padding: 10px;
	font-size: 1em;
	font-weight: 700;
	font-family: sans-serif;
	text-align: right;
	display: block;
	clear: both;
}
.fact {
	border: 1px solid #c6c6c6;
	margin-bottom: 10px;
	padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}
.fact .headline {
	font-size: 12px;
	font-family: sans-serif;
}
.fact .innehall {
	font-family: sans-serif;
}
.fact .link {
	padding: 3px;
	font-size: 9px;
	font-family: sans-serif;
	text-align: right;
	clear: both;
}
form.interaction_reply {
	background-color: #eeeeee;
	padding: 5px;
	overflow: hidden;
}
textarea.interaction_reply_input {
	color: #666666 !important;
}
textarea.interaction_reply_input:focus {
	color: #000000;
}
#forumposts li {
	border-top: 1px solid #d0d0d0;
}
#forumposts li.sub {
	border-top: 2px solid #29cbfc;
}
#forumposts .posttext {
	font-size: 1em;
	line-height: 1.6em;
	color: #000000;
}
TD.replieslast {
	background-image: url(/bilder/threading/last.gif);
}
TD.repliesmiddle {
	background-image: url(/bilder/threading/middle.gif);
}
TD.repliescontinue {
	background-image: url(/bilder/threading/continue.gif);
}
.ajaxcontainer {
	position: relative;
	z-index: 100;
}
.ajaxhidden {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	border: 1px solid gray;
	background-color: white;
}
DIV.program {
	line-height: 11px;
	background-image: url(/tv/images/plain.jpg);
	border-right: 1px solid gray;
}
TD.tvheader {
	border-bottom: 1px solid gray;
}
TD.channel {
	border-right: 1px solid gray;
}
UL,OL {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
ol.inlinelist li, ul.inlinelist li {
	border-top: none !important;
	overflow: visible !important;
	padding-left: 5px !important;
	display: list-item;
}
ol.inlinelist {
	display: inline;
	list-style-type: decimal !important;
	list-style-position: outside;
	margin-left: 2em;
}
ul.inlinelist {
	margin-left: 2em;
}
OL.list LI {
	padding: 2px;
}
UL.comments {
	margin-left: 5px;
}
.commentlistdiv {
	overflow: auto;
}
.commentlist li {
	min-width: 300px;
}
ul.hierarchy li.list, ol.hierarchy li.list {
	border-top: 1px solid #eeeeee;
	padding: 5px;
	background-image: url(/bilder/threading/thread.png);
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 0px;
	margin-left: 0px;
}
ul.hierarchy, ol.hierarchy {
	display: block;
	list-style: none;
	margin-left: 8px;
	padding: 0px;
}
ol.hierarchy li.list, ol.list li.list {
	background-position: 0px 0;
	list-style-position: inside;
	display: list-item;
	list-style-type: decimal-leading-zero;
}
li.list input[type=checkbox], li.list input[type=radio] {
	margin: 3px;
}
.hierarchy li.alt, .hierarchy li.head, .hierarchy li.marked {
	background-color: transparent;
}
.hierarchy li.alt > .text, .hierarchy li.marked > .text {
	background-color: #eeeeee;
}
.hierarchy li.head > .text {
	background-color: #29cbfc;
}
.hierarchy li.last {
	background-position: 0 -4983px;
}
.root > .first {
	border-left: none;
	border-top: none !important;
}
ul.root, ol.root {
	margin: 0px;
	padding: 0px;
}
.hierarchy.root > li.list {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
TABLE.valuelist TD {
	padding: 2px 5px;
}
TABLE.valuelist TD.key, span.key {
	color: #666;
	font-weight: 700;
	padding-left: 0px;
	text-align: left;
}
TABLE.valuelist TD.value {
	text-align: left;
}
TABLE.list TD {
	border-top: 1px solid #ccc;
}
TABLE.list TR.list:Hover {
	background-color: #eeeeee;
}
TR.marked, TD.marked {
	border-top: 1px solid #999;
	background-color: #eeeeee;
}
DL {
	margin: 0px;
	padding: 0px;
}
DT {
	padding: 3px;
	font-size: 11px;
	font-weight: 700;
}
DD {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 20px;
}
ul.list {
	list-style-type: none;
	display: block;
}
div.atlaslist ul {
	list-style-type: none;
}
ol div.text, ul div.text {
	padding: 6px;
	overflow: hidden;
	min-height: 14px;
}
ul div.right, ol div.right {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: inherit;
}
.list li, .hierarchy li {
	overflow: hidden;
}
div.list_description {
	overflow: hidden;
}
div.trailing {
	padding: 5px;
}
ul.list li, ol.list li {
	overflow: hidden;
	border-top: 1px solid #eeeeee;
	padding: 5px;
}
ul.list li li {
	padding-left: 10px;
}
li.list.hover {
	background-color: #29cbfc;
}
ul.list a .subline {
	color: #666 !important;
}
.hierarchy .hierarchy {
	clear: both;
}
div.maxheight {
	max-height: 200px;
	overflow: auto;
}
div.list-bottom-buttons {
	border-top: 1px solid #eeeeee;
	padding: 5px;
	overflow: auto;
}
ul li a.text:hover {
	background-color: #eeeeee;
}
.list img.icon, .hierarchy img.icon {
	float: left;
	margin: 3px;
}
.list img.toggle_image, .hierarchy img.toggle_image {
	float: left;
	margin: 8px 3px 3px;
}
ul.list li.columns {
	width: 24%;
	clear: none;
	float: left;
}
div.listbuttons {
	float: right;
	margin: -7px;
	margin-left: 10px;
}
div.listbuttons a.atlasbutton {
	background-color: transparent;
	border-bottom: none;
	padding: 2px 5px;
}
.sidebar ul.list li.columns, #side ul.list li.columns {
	width: 50%;
	clear: none;
	float: left;
}
.content ul.list li.columns, #main ul.list li.columns {
	width: 33%;
	clear: none;
	float: left;
}
DIV.list {
	border-bottom: 1px solid #999;
	padding: 4px;
}
DIV.alt {
	border-top: 1px #AAA solid;
	background-color: #eeeeee;
	color: #000000;
	padding: 5px;
}
.marked {
	background-color: #eeeeee;
}
li.alt {
	background-color: #eeeeee;
	color: #000000;
}
li.head > .text {
	background-color: #29cbfc;
	color: #ffffff;
}
li.head > .text > a {
	color: #ffffff;
}
.keywordcategory {
	width: 22%;
	float: left;
	padding: 2px;
}
.keywordcategory_list {
	width: 50%;
	float: right;
	min-height: 100px;
}
.keywordlist_item {
	width: 50%;
	float: left;
}
.keyword {
	line-height: 1.6em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	display: inline-block;
	padding: 0 5px;
	margin: 1px;
	background-color: #666666;
	color: #ffffff !important;
}
DIV.puff H3 {
	font-size: 14px;
}
DIV.puff {
	overflow: hidden;
}
DIV.puff .text {
	margin: 3px;
}
DIV.puff .icon {
	float: left;
	margin: 3px;
}
div.notice {
	padding: 10px;
}
div.notice span.rubrik, div.notice h2 {
	font-size: 20px;
}
div.pagenav {
	background-color: #eeeeee;
}
div.pagenav .atlasbutton {
	background-color: #dadada;
}
div.pagenav .atlasbutton.active, div.pagenav .atlasbutton:hover {
	background-color: #29cbfc;
}
UL.pagenav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	border: 1px solid #666666;
	background-color: #eeeeee;
	float: right;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
UL.pagenav LI {
	display: block;
	float: left;
	vertical-align: middle;
	padding: 5px;
}
UL.pagenav LI A {
	display: block;
	color: #000000;
	text-align: center;
}
UL.pagenav LI A:Visited {
	color: #666666;
}
UL.pagenav LI.active A {
	color: #eeeeee;
}
UL.pagenav LI.active {
	background-color: #666;
	text-decoration: none;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
	z-index: 10000;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
	z-index: 10000;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: 700;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
input.error {
	border: 3px solid red;
}
label.checked {
	width: 16px;
	height: 16px;
	display: none;
	background-image: url(/bilder/jquery/validate_ok.gif);
}
div.errorcontainer {
	position: relative;
}
div.invalid.checked {
	padding-top: 0px;
	border-top: none;
}
div.invalid {
	font-weight: 700;
	border: none;
	background-image: none;
	background-color: transparent;
	color: red;
	padding-top: 3px;
}
input.invalid {
	border: 1px solid red;
}
input.invalid:focus {
	margin: 0px;
	outline: none;
}
.thumbnails {
	overflow: hidden;
}
.thumbnails .inline_text {
	height: 30px;
	margin-bottom: 5px;
	overflow: hidden;
}
.thumbnails > .inner {
	overflow: hidden;
}
.thumbnails div.thumbnail {
	position: relative;
}
.thumbnails img.badge {
	position: absolute;
	top: 4px;
	right: 4px;
}
div.thumb.alt {
	background-color: #eeeeee;
	border-top: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666666;
}
.ac_results {
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.32);
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 10px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eeeeee;
}
.ac_over {
	color: #ffffff;
	background-color: #29cbfc;
}
.qtip-wrapper {
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.42);
}
.ui-widget-overlay {
	opacity: 0.2 !important;
	filter: Alpha(Opacity=20);
}
.ui-dialog {
	padding: 0px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
}
.ui-widget-content {
	background-color: #ffffff;
	background-image: none !important;
}
.ui-dialog .ui-widget-header {
	background-color: #29cbfc;
	color: #ffffff;
	border-bottom: 1px solid #0badde;
}
.ui-dialog .ui-dialog-buttonpane {
	border-top: 1px solid #d0d0d0 !important;
	background-color: #eeeeee !important;
	background-repeat: repeat-x;
	background-position: top left;
}
.ui-dialog .ui-dialog-buttonpane button {
	background-color: #eeeeee;
	border: 1px solid #dadada;
	background-repeat: repeat-x;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
	background-color: #29cbfc;
}
.ui-tabs-hide {
	display: none;
}
.inline_edit {
	cursor: pointer;
}
#inlineditbutton {
	display: none;
	position: absolute;
	cursor: pointer;
}
.ui-accordion .ui-accordion-content {
	padding: 2px !important;
}
.droppable-hover {
	background-color: #29cbfc;
}
#draghelper {
	padding: 10px;
	border: 2px dashed gray;
	background-color: #eeeeee;
	max-width: 200px;
}
div.after {
	height: 5px;
}
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
.tooltip {
	cursor: pointer;
}
.tooltip_arrow {
	width: 22px;
	height: 11px;
	position: absolute;
	z-index: 10001;
}
#tooltip {
	position: absolute;
	border: 1px solid #333;
	background-color: #eee;
	padding: 2px 5px;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 200px;
	display: none;
	z-index: 10000;
}
#tooltip .subline {
	clear: both;
	display: block;
}
div#pricetable {
	background-color: #eeeeee;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#pricetable tr.line {
	background-image: none;
}
div.order {
	width: 200px;
	height: 50px;
	float: right;
	position: relative;
}
div.order img {
	position: absolute;
	top: 10px;
	right: 10px;
}
div.order span.order {
	display: block;
	line-height: 50px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 700;
}
div.order a {
	color: #000000;
}
div.service_pdf {
	float: right;
}
#info_accordion div.button {
	border-top: 1px solid #666666;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 3px;
	margin-top: 3px;
}
div.commentform {
	clear: both;
}
div.comment_name .innehall {
	margin-left: 0px;
}
div.comment_email .innehall {
	margin-right: 0px;
}
.atlasbutton.addcomment {
	float: right;
}
div.comment {
	padding: 0px;
	overflow: hidden;
	clear: both;
}
div.comment cite {
	background: transparent url(/bilder/square/tip.gif) no-repeat 20px bottom;
	padding-bottom: 15px;
	margin: 0px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
}
div.comment blockquote {
	background-color: transparent;
	margin: 0px;
	margin-left: 0px;
}
div.comment div.buttons {
	float: right;
	margin-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.comment div.small {
	padding: 2px;
}
div.comment a.button {
	padding: 1px;
}
div.comment img.replyicon {
	float: left;
}
#pagecontrols {
	display: none;
}
#pagecontrols_button {
	clear: both;
	text-align: right;
}
div.imagecontainer {
	overflow: auto;
}
div.imgpos_1 {
	float: left;
	margin-bottom: 1em;
}
div.imgpos_2 {
	text-align: center;
	margin: 0 auto 1em;
}
div.imgpos_3 {
	float: right;
	margin-bottom: 1em;
}
div.imgpos_4 {
	float: left;
	margin-right: 1em;
}
div.imgpos_5 {
	margin-left: 1em;
	margin-bottom: 1em;
	float: right;
	clear: right;
}
div.imgpos_6 {
	float: left;
	margin-bottom: 1.5em;
}
div.imgpos_7 {
	text-align: center;
	margin: 0 auto 1em;
}
div.imgpos_8 {
	float: right;
	margin-bottom: 1.5em;
}
div.imgpos_headline {
	margin-bottom: 2em;
}
div.para {
	margin-bottom: 1.5em;
}
div.paragraphclear {
	clear: both;
}
div.paragraph {
	margin-bottom: 1.5em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
div.paragraph b {
	font-weight: 700;
}
div.paragraph embed {
	margin-bottom: 1.5em;
}
#module_article a.popupmenu {
	float: right;
}
div.frame_design_1 {
	background-color: #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.frame_design_1 ul.list li {
	border-top: 1px solid #dadada;
}
div.frame_design_1 ul.list li.marked {
	background-color: #dadada;
}
div.frame_design_2 {
	background-color: #29cbfc;
	color: #ffffff;
}
div.frame_design_3 {
	background-color: #eeeeee;
	color: #000000;
}
div.frame_design_3 .hierarchy li.alt > .text, div.frame_design_3 .hierarchy li.marked > .text {
	background-color: #dadada;
}
div.layout_row {
	display: table-row;
	overflow: hidden;
}
div.layout_frame {
	overflow: hidden;
	display: table-cell;
	float: left;
}
div.layout_module {
	overflow: hidden;
}
#module_share {
	overflow: auto;
}
.fb_ltr {
	z-index: 10000;
}
div.edit_layout_toolbar {
	display: none;
	clear: both;
}
.pagelayout {
	overflow: hidden;
	display: table;
}
div.module_head {
	overflow: auto;
	padding-left: 10px;
	line-height: 22px;
	font-size: 10px;
	background-color: #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 2px;
	color: #ffffff;
}
div.module_head.notmodule {
	background-color: #666666;
	margin: 0px;
}
div.module_head .buttonwrapper img {
	margin-right: 5px;
}
div.module_head .small {
	margin-left: 5px;
	line-height: 16px;
	display: block;
	font-weight: 700;
}
div.module_head div.buttonwrapper {
	float: right;
	margin-left: 10px;
}
div.layoutformats {
	background-color: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px;
	margin-bottom: 5px;
}
div.layoutformats h3 {
	width: 100px;
	float: left;
	line-height: 26px;
	padding-left: 10px;
}
#pageflip {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}
#pageflip img {
	width: 50%;
}
#module_application_navigation li {
	border-top: 1px solid #d0d0d0;
	background-color: #eeeeee;
}
#module_application_navigation li.first {
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
#module_application_navigation li.last {
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#module_application_navigation li a.mainlink {
	color: #000000;
	font-weight: 700;
}
#module_application_navigation li.marked, #module_application_navigation li.marked > .text {
	background-color: #29cbfc;
	color: #ffffff;
}
#module_application_navigation li.marked a {
	color: #ffffff !important;
}
.app_navigation_top #app_navigation li {
	padding: 2px;
	margin: 4px;
	border-right: 1px solid #c6c6c6;
	border-top-width: 0px !important;
}
.app_navigation_top #app_navigation_parts li {
	border: none !important;
	background-color: transparent;
	margin-right: 5px;
	padding: 2px;
	border-bottom-width: 0px !important;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-top-left-radius: 5px !important;
	-moz-border-radius-bottomright: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
}
.app_navigation_top #app_navigation_parts li.marked {
	background-color: #eeeeee;
}
.app_navigation_top #app_navigation_parts li.marked div.text {
	background-color: #eeeeee;
}
.app_navigation_top #app_navigation_parts li.marked a {
	color: #000000 !important;
}
.app_navigation_top #app_navigation {
	background-color: #eeeeee;
}
.app_navigation_top #module_application_navigation ul {
	overflow: auto;
}
.app_navigation_top #module_application_navigation li {
	float: left;
	display: block;
	width: auto;
	overflow: auto;
}
.app_navigation_top #module_application_navigation li a.mainlink {
	font-weight: 300;
}
.app_navigation_top #module_application_navigation li div.text {
	float: left;
}
.app_navigation_top li.first {
	-moz-border-radius-topright: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
}
.app_navigation_top li.last {
	-moz-border-radius-bottomright: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
}
div.fluidrow {
	border-top: 1px solid #666666;
	overflow: auto;
	clear: left;
}
div.fluidcell {
	float: left;
	padding: 8px;
}
div.fluidheader {
	clear: both;
	float: none;
	background-color: #eeeeee;
}
.procent {
	background-color: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 20px;
	width: 100%;
	overflow: hidden;
}
.procent .procent_bar {
	corner-l: 5px;
	float: left;
	background-color: #29cbfc;
	height: 20px;
}
