body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
	color: #585858;
	text-align: left;
	line-height: 17px;
}
h2 strong {
	color: #333333;

}
h2 a {

}
h2 a:link {

}

h3 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
	color: #585858;
	text-align: left;
}

h3 strong {
	text-transform: uppercase;
	color: #333333;
}
.thrColFixHdr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 50px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0px 255px 0 225px;
	padding: 15px 0px 0px;
	width: 530px;
	min-height:410px;
} 
.thrColFixHdr #mainContent-2col {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
/*.thrColFixHdr #footer {
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 20px;
	height: 20px;
	margin-top: 10px;
	background-color: #FF6600;
	color: #FFFFFF;
} */
.thrColFixHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 20px;
	height: 25px;
	margin-top: 30px;
} 

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header h1 {
	font-weight: normal;
	font-size: 22px;
}
#footer li {
	display: block;
	float: left;
	margin-right: 15px;
	font-size: 11px;
	height: 11px;
	margin-top: 1px;
}
.right {
	float: right;
	width: 250px;
	font-size: 11px;
	text-align: right;
	height: 11px;
	color: #999999;
	line-height: 11px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
a {
	color: #ec008c;
}
p {
	margin-bottom: 7px;
	line-height: 15px;
}
/*egna bildspel*/
.pics {
	height: 400px;
	width: 530px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pics img {
	height: 400px;
	width: 530px;
	/*	padding: 15px; */
	border: 1px solid #FFFFFF;
	background-color: #eee;
	top:0px;
	left:0
}

/*större splash bildspel*/
.pics_splash {
	height: 583px;
	width: 1000px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pics_splash img {
	height: 583px;
	width: 1000px;
	/*	padding: 15px; */
	border: 1px solid #FFFFFF;
	background-color: #eee;
	top:0px;
	left:0
}


/*.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}*/

#nav {
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 10px;
}
#nav a {
/*	border: 1px solid #ccc;*/
	text-decoration: none;
	height: 18px;
	width: 20px;
	display: block;
	float: left;
	text-align: center;
	line-height: 20px;
}

#nav a:hover {
/*	background-color: #ccc;*/
	font-weight: bold;
	text-decoration: underline;
}
#nav a.activeSlide { 
/*	background: #cccccc */
	font-weight: bold;
	text-decoration: underline;
	}
#nav a:focus { outline: none; }
#caption { width: 232px; text-align:center; padding-top: 10px; color: green; font-weight: bold }
.thrColFixHdr #container #footer a:link{
	color: #585858;
	text-decoration: none;
}
.thrColFixHdr #container #footer a:hover{
	color: #000000;

}
.thrColFixHdr #container #footer a:visited{
	color: #585858;
}
#slideshow {
	margin-left: 5px;
}
/*NEWS*/
.news_p {
/*	float: none;
	clear: both;*/
	margin-bottom: 25px;
}
.nyhet {
	margin-bottom: 25px;
	height:1px;
/*	clear: both;
	float: none;*/
}
.news {
	margin-top: 0px;
}
.news h4{
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}
.news p{

}
.nyhetsrad {
/*	clear: both;
	float: none;*/
	margin-bottom: 3px;
}
.nyhetstext {
/*	clear: both;
	float: none;*/
	margin-bottom: 3px;
	line-height: 15px;
}
* {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 1;
}
.half {
	float: left;
	width: 265px;
	margin-bottom: 10px;
}
.half-margin {
	float: left;
	width: 245px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.halfleft {
	float: left;
	width: 70px;
	margin-bottom: 10px;
	padding-left: 70px;
}
.pris a{
visibility:hidden;
/*	background-color: #E6E6E6;
	padding-right: 5px;
	padding-left: 5px;
	width: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;*/
}
p.pris:before {
visibility:visible;
content: "Pris offereras ";
}


.thrColFixHdr #container #mainContent-2col div {
	float: left;
}


input, textarea {
	border: 1px solid #CCCCCC;
}
.no_border_left {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left {
	float: left;
	width: 350px;
	text-align: left;
	margin-right: 20px;
}
.site_color {
	color: #0087D6;
}
#footer {
	padding-bottom: 30px;
}

#splash {
	text-align: right;
	width: 1020px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 595px;
}
#splash a {
	text-decoration: none;
}
#splash a:link {
	text-decoration: none;
}
#splash a:visited {
	text-decoration: none;
}
#splash a:hover {
	color: #FFFFFF;
}
#splash p {
	margin-top: 5px;
}

.haftig_rubrik {
	font-size: 13px;
	color: #EC008C;
	font-weight: bold;
}

#header .right a {
	color: #999999;
	text-decoration: none;
}
#header .right a:visited {
	color: #999999;
	text-decoration: none;
}
#header .right a:hover {
	color: #000000;
	text-decoration: none;
}
#header img {
	margin-bottom: 2px;
}
#sidebar2 h3 {
	margin-top: 20px;
}
.teaser {
	float: left;
	width: 245px;
	height: 275px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.teaser-right {
	float: left;
	width: 245px;
	height: 275px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.line {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
h1 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 23px;
}
.right {
	float: right;
	margin-left: 20px;
	display:none;
}
.popout {
-moz-border-radius:5px 5px 5px 5px;
	color: #FFFFFF;
	background-color: #EC008C;
	padding: 10px;
}
.popout a:link, .popout a:visited{
color:white;
}
.tomt {
    display: inline-table;
    margin-bottom: 25px;
    margin-right: 46px;
    width: 215px;
}

