@charset "macintosh";
/* CSS Document */
html{
	height:100%;
	margin:0;

}
img{
	border: 0px;
}

body{font-family:Arial, Helvetica, sans-serif;
background:url(../bilder/background.jpg) 0 50%;
background-attachment:fixed;
margin:0;
padding:0;
height:100%;

}
#logo{text-align:center;
padding-top:10px;
border-bottom: 5px solid white;
margin-bottom:20px;
}
#left-menu-container{
	background-color:#;
	height:1000px;
	width:220px;
	float:left;
	clear:left;
	margin-right:10px;
	padding-left:20px;
	
}
#left-menu{
	z-index:1;
	position:relative;
	background-color:;
width:190px;
height:auto;

background: rgb(229,233,238); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(229,233,238,1) 0%, rgba(228,233,237,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,233,238,1)), color-stop(100%,rgba(228,233,237,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(229,233,238,1) 0%,rgba(228,233,237,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(229,233,238,1) 0%,rgba(228,233,237,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(229,233,238,1) 0%,rgba(228,233,237,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(229,233,238,1) 0%,rgba(228,233,237,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9ee', endColorstr='#e4e9ed',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1px solid #e4e4e4;
box-shadow: 2px 2px 3px #ebebeb;
padding-left:10px;
padding-right:10px;

}
#frontbilder{
	background-color:;
	height: 250px;
	width: 400px;
	float: left;
	margin-left: 18px;
}
#frontbox{
	height:320px;
	width:680px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	/*behavior: url(inc/ie-css3.htc);*/
	border-radius: 8px;
	border: 1px solid #ccc;
	/*margin-top: 150px;*/
	margin-left:10px;
	margin-bottom:10px;
	padding: 0px 0 0px 10px;
	float:left;
/*	
background: rgb(231,238,236); /* Old browsers */

/*background: -moz-linear-gradient(left,  rgba(231,238,236,1) 0%, rgba(229,233,238,1) 100%); /* FF3.6+ */

/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(231,238,236,1)), color-stop(100%,rgba(229,233,238,1))); /* Chrome,Safari4+ */

/*background: -webkit-linear-gradient(left,  rgba(231,238,236,1) 0%,rgba(229,233,238,1) 100%); /* Chrome10+,Safari5.1+ */

/*background: -o-linear-gradient(left,  rgba(231,238,236,1) 0%,rgba(229,233,238,1) 100%); /* Opera 11.10+ */

/*background: -ms-linear-gradient(left,  rgba(231,238,236,1) 0%,rgba(229,233,238,1) 100%); /* IE10+ */

/*background: linear-gradient(to right,  rgba(231,238,236,1) 0%,rgba(229,233,238,1) 100%); /* W3C */

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eeec', endColorstr='#e5e9ee',GradientType=1 ); /* IE6-9 */
background-image:url(../bilder/boppe.png);
background-repeat: no-repeat;
background-position: top;
background-color: rgb(231,238,236);
	
}
#frontbox H1{
	font-size: 24px;
	margin-top: 10px;
}
#frontbox li{
	background-image: url(../bilder/menu-dot.png);
	background-repeat: no-repeat;
	background-position:  0 10px;
	padding-left:14PX;
	line-height: 30px;
}

#logos{
	width: 200px;
	position:inherit;
	margin-top: 16px;
}
ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.punktlista{
	list-style: circle;
	margin-left:20px;
	line-height:130%;
}

#left-menu li a {
	color: #000;
	text-decoration: none;
	display:block;
	background-image: url(../bilder/menu-dot.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 14px;
	line-height:25px;
	border-bottom:1px solid white;
}

#left-menu a:hover {
	color: #fff;
	text-decoration: none;
}
.blank{text-decoration:none;
color: black;
cursor:pointer;
}

#left-menu li .amain {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display:block;
	background-image: url(../bilder/menu-dot.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 14px;
	border-bottom: 1px solid white;
	margin-bottom: 0px;
	margin-top:0px;
}


#left-menu li .asub {
	color: #000;
	text-decoration: none;
	
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 14px;
	margin-left: 15px;
	margin-top:-20px;
	border-bottom: 0px solid white;

}


#main-container{
	background-color:#fff;
	width:980px;
	min-height:100%;
	  /*margin: 0 auto 0 auto;*/
	  padding-top:20px;
	  padding-bottom:20px;
	  /*box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;*/
	  -webkit-box-shadow: 0px -4px 7px #888;
	  -moz-box-shadow: 0px -4px 7px #888;
	  box-shadow: 0px -4px 7px #888;
	  position: absolute;
	  left:0;
	  right:0;
	  margin-left:auto;
	  margin-right:auto;

}

#page-startbox{
	background-color: ;
	width: 680px;
	height: 900px;
	float: left;
}
#page-maincontent-holder
{
	width:710px;
	background-color:#;
	float:left;
}
#page-mainbox{
	background-color: rgb(231,238,236);
	min-height:500px;
	width:680px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 10px 0 10px 10px;
	float:left;
	
}
#page-mainbox p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 20px;
	width:90%;
}

#page-mainbox .img {
	border:0px solid black;
	float:right;
	padding-left:5px;
	margin-right:-68px;

	}


#topbild
{float: none;
z-index:1;
position:absolute;
}

	
#widgets {
    margin-left: -10px;
	margin-top:0px;
    padding: 0 0 0 0px;
	width:720px;
	height:150px;
	background-color:#;
	float:left;

}
#widgets .box {
	float:left;
    height: 120px;
    padding: 10px 0px 10px 10px;
    width: 205px;
	background-color:#cce3f2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin: 10px 0px 10px 20px;

}



#widgets .smallbox {
	float:left;
    height: 60px;
    padding: 10px 10px 10px 10px;
    width: 195px;
	background-color:#cce3f2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin: 10px 0px 10px 20px;

}


#widgets .startbox {
	float:left;
    height: 120px;
    padding: 10px 10px 10px 0px;
    width: 205px;
	background-color:#cce3f2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin: 10px 0px 10px 0px;

}

#widgets .bredbox{
	float: left;
    height: 120px;
    padding: 10px 0px 0px 0px;
    width: 690px;
	background-color:#e5e9ee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin:20px 0px 0px 20px;
	
}
#widgets h2{
	font-size:1.2em;
	margin-bottom: 2px;
	margin-top: -3px;
}

#widgets .box-left
{
	background-color:#;
	border-right: 5px solid white;
	width:315px;
	height:100px;
	float:left;
	padding:5px 0px 0px 20px;
}
#widgets .box-right
{
	background-color:#;
	width:315px;
	height:100px;
	float:left;
	padding:5px 0px 0px 30px;
}
#widgets .box p {
    font-size: 0.8em;
    line-height: 1.3em;
    margin: -1px 15px 0.3em 0;
}
#widgets .box h2 {
    font-size: 1.2em;
    line-height: 1em;
    margin: -1px 15px 0.3em 0;
}
#widgets .startbox h2 {
    font-size: 1.2em;
    line-height: 1em;
    margin: 0px -10px -10px 0;
}

.cfix {
    display: block;
}

/*popup-boxar*/
	#element_to_pop_up { 
    background-color:#E4EBF3;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}
#element_to_pop_up p {
min-width:100px;
}
.bClose{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}

/*Tabeller*/

.table

{

	border: 0px solid black;

	display: table;

	text-align: left;

	float: left;

	background-color: white;


}

.tabellrubrik{

	background-color: Gray;

	color: White;

	font-size: 16px;

	font-weight: bold; 

}

.even

{

	background: #eee;
	font-size:14px;

}

.odd{

	background-color: White;
	font-size: 14px;

}
