/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}
#outer{
min-height:100%;
height:auto;
width:100%;
position:relative;
text-align:left;
}
* html #outer{
height:100%;
width:100%;
} 
#footer 
{
	background-color:		#f1f1f1;
	background-image:		url('/images/bg_greygradient.jpg');
	background-repeat:		repeat-y;
	width:					100%;
	position:				absolute;
	bottom:					0;
	left:					0;
	height:					260px;
}

#clearfooter
{
	clear:					both;
	height:					250px;
}

div>p 
{
	margin:					0
}

body 
{
	background-color:		#FFFFFF;
	color:					#606060;
	font-family:			Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
}

div {
	font-family:			Arial, Tahoma, Helvetica, Verdana;
	font-size:				11px;
}

td {
	font-family:			Arial, Tahoma, Helvetica, Verdana;
	font-size:				11px;
	color:					#606060;
}

a {
	text-decoration:		none;
	color:					#606060;
}

a:hover {
	color:					#cccccc;
}

.red {
	color:					#d82924;
}

h1 {
	font-family:			Georgia, Times, Arial, Helvetica, Verdana;
	font-size:				19px;
	font-weight:			normal;
	margin:					16px 0 20px 0;
}

.h1 {
	font-family:			Georgia, Times, Arial, Helvetica, Verdana;
	font-size:				19px;
	font-weight:			normal;
}

h2 {
	font-size:				12px;
	font-weight:			bold;
	margin:                 0 0 4px 0;
	padding:                0; 
}

.h2 {
	font-size:				12px;
	font-weight:			bold;
	margin:                 0 0 4px 0;
	padding:                0;
	line-height: 30px;
}

.h3 {
	color:					#8c8c8c;
	font-size:				18px;
}

.bread {
	color:					#949494;
}

.top_menu {
	color:					#606060;
}

.top_menu_on {
	color:					#d82924;
}

.menu {
	color:					#606060;
	font-weight:			bold;
	font-size:				18px;
}

.menu_on {
	color:					#d82924;
	font-weight:			bold;
	font-size:				18px;
}

.submenu {
	margin-bottom:		5px;
}

.submenu_on {
	margin-bottom:		5px;
}

#top_red {
	position:				relative;
	top:					0;
	left:					0;
	width:					100%;
	height:					10px;
	background-color:		#d82924;
	background-image:		url('/images/bg_red.jpg');
}

#top_grey {
	width:					100%;
	height:					40px;
	background-color:		#f1f1f1;
	background-image:		url('/images/bg_greygradient.jpg');
	background-repeat:		repeat-y;
}

#top_bread {
	position:				relative;
	width:					950px;
	top:					12px;
	font-size:				11px;
	text-align:				right;
	color:					#949494;
}

#bottom_grey {
	width:					100%;
	height:					40px;
	background-color:		#f1f1f1;
	background-repeat:		repeat-y;
}

#bottom_bread 
{
    position:				relative;
	width:					950px;
	top:					12px;
	font-size:				11px;
	text-align:				left;
	color:					#949494;
	margin:					0 0 0 55px;
	/*
	width:					895px;
	font-size:				11px;
	color:					#949494; */
}

#top_menu_1 {
	position:				relative;
	width:					950px;
	top:					3px;
	font-size:				11px;
	text-align:				right;
	color:					#606060;
}

#top_logo {
	position:				relative;
	top:					-6px;
	width:					895px;
	margin-left:			55px;
}

#top_menu_2 {
	width:					895px;
	margin-left:			55px;
	padding-top:			25px;
	padding-bottom:			25px;
	font-size:				18px;
	color:					#606060;
}

#mrbig 
{
	width:					950px;
	margin:					0;
	padding:				0;
}

#left {
	vertical-align:			top;
	width:					560px;
	float:					left;
	padding:				0px;
	padding:				0 0 20px 55px;
	line-height:            16px;
}

#scrollbox_pos {
	position:               relative;
	width:                  560px;
	height:                 267px;
	overflow:               hidden;
}

#right {
	float:					right;
	width:					320px;
	margin:					0;
	padding:				0;
}

.right_inner {
	float:					right;
	width:					320px;
	margin:					0;
	padding:				0;
}

.right_bg {
	background-position:	right top;
	background-repeat:		repeat-x;
	background-color:		#f3f3f3;
	background-image:		url('/images/bg_rightgradient.gif');
	padding:				15px 15px 15px 15px;
}

.right_bg_zero {
	background-position:	right top;
	background-repeat:		repeat-x;
	background-color:		#f3f3f3;
	background-image:		url('/images/bg_rightgradient.gif');
	padding:				0;
}

#linkbox {
	width:					555px;
	text-align:				right;
	margin-top:				10px;
}

#clear {
	clear:					both;
	height:					60px;
}

#inner_footer 
{
	margin:					20px 0 20px 55px;
	width:					895px;
}

img {
	border:0;
}

.show {
	display:            inline;
}

.hide {
	display:            none;
}

.bottomImgSpacer 
{
	margin-top:3px;margin-bottom:3px;height:1px;width:260px;
}

.glide { 
    position:           absolute; 
    visibility:         visible; 
    left:               0; 
    top:                0;
    margin:             0;
    width:              560px; 
    z-index:            200;
    background-color:   #ffffff;
}

#glider {
    position:relative;
    width:560px;
    height:260px;
    overflow:hidden;
}

input, textarea, select 
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	border:1px solid #eaeaea; 
	font-size:11px;
	color:#606060;
	background-color:#ffffff;
}

.start_news {
margin-top:             5px;
margin-bottom:          5px;
}

.newsmenu_row {
padding-bottom:          20px;
}

.NewsDate {
color:          #c5c5c5;
}

#aktuellt {
margin-top:             -10px;
}


#footer h3 {
	margin:  0;
	padding: 0 0 15px 0;
	font-weight: normal;
}
#footer li a {
	display: block;
}

#footer .column {
	float: left;
	width: 260px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	border-bottom: 1px solid #d2d2d2;
	padding: 3px 0;
}

#footer .contact,
#footer .sitemap {
	margin-right: 55px;
}

#footer .interactive {
	margin-bottom: 15px;
}

#footer .interactive .twitter,
#footer .interactive .facebook {
	background-position: right center;
	background-repeat: no-repeat;
}

#footer .interactive .twitter {
	background-image: url("/images/icon-twitter.gif");
}

#footer .interactive .facebook {
	background-image: url("/images/icon-facebook.gif");
}

/* clearFix, renamed */

.wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.wrapper {
    display: inline-block;
}

.startbanner {
	padding:0 0 20px 55px;
}

.hidden {
	display: none;
}
html[xmlns] .wrapper {
    display: block;
}
* html .wrapper {
    height: 1%;
