
        
/*Headerbilder Ã¤ndras i kodmallarna*/

html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,ul,li,img,table,caption,tr,th,td,tt,span,fieldset,legend, form { margin: 0; padding: 0; border: 0;}
input, select, textarea { margin: 0; padding: 0; }

/* IMPORTANT NOTICE
 If you're using the whole width menu, you should use at least a reset like :
 * {margin:0; padding:0;}
 Otherwise, some browsers may add margins and won't place the menu properly.
 It generally helps to include a CSS reset like : 
 http://meyerweb.com/eric/tools/css/reset/
 Keep in mind that a reset must be placed first, before any other CSS markup.
*/
.wrapper_menu {
	width: 680;
top: 0;
left: 0;
right: 0;
height: 0; 
display:inline-block;
zoom:1;
*display:inline;
	position: fixed;
	z-index:100;
}

.wrapper_menu .menu {
		list-style:none;
width:480px;
		margin:0 auto;
		height:22px;
		padding:0 0px 0 20px;
		-webkit-border-radius: 0px 0px 15px 15px;
		-moz-border-radius: 0px 0px 15px 15px;
		border-radius: 0px 0px 15px 15px;
	}
.wrapper_menu_full {
margin:0 auto;
position: relative;
z-index:100;
}
	.wrapper_menu_full .menu {
		width:auto;
		padding:0;
		height:43px;

	}
	.wrapper_menu_full .menu_whole_width {
		list-style:none;
		width:940px;
		margin:0 auto;
		height:43px;
		padding:0;

	}
.menu li {
	float:left;
	position:relative;
	margin-right:21px;
	margin-top:-2px;
	border:0;
}
.menu .fullwidth {
	position: static !important;
}
.menu li:hover {
	border-bottom:none;
	margin-right:19px;
-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.menu li.nodrop:hover {
	padding: 4px 11px 4px 9px;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border-radius: 5px;
}
.menu li.nodrop:hover a {
	padding: 0;
}
.menu li a {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
	color: #EEEEEE;
	outline:0;
padding: 4px 11px 4px 9px;
	text-decoration:none;
	display:block;
	text-shadow: 2px 2px 2px #000;
}
.menu li:hover a {
	text-shadow: none;
	position:relative;
	z-index:11;
	padding: 4px 9px 4px 9px;
}
.menu li:hover div a {
}
.menu li .drop,
.menu li:hover .drop {
	padding-right:27px;
}

/* Right aligned menu item */

.menu li.right {
	float:right;
	margin-right:0px;

}
.menu li.right:hover {
	margin-right:-1px;


}



/*_______________________________________

	02 DROP DOWN MENU
_______________________________________*/



/* Left & right aligned common styles */

.menu .dropdown_1column, 
.menu .dropdown_2columns, 
.menu .dropdown_3columns, 
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth {
margin:-1px auto;
float:left;
position:absolute;
left:-999em; /* Hides the drop down */
text-align:left;
padding:10px 5px 10px 5px;

	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 128px; height: 500px;} <!-- Arkivet -->
.menu .dropdown_2columns {width: 78px;}
.menu .dropdown_3columns {width: 560px;}
.menu .dropdown_4columns {width: 360px;} <!-- Fotoalbum --> 
.menu .dropdown_5columns {width: 700px;}

.menu .dropdown_fullwidth {
	width: 920px;
-webkit-border-radius:5px;
	-moz-border-radius:5px;
border-radius:5px;
}

.menu li .first_fullwidth {
-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns, 
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
border-top: 0px;
	left:-1px;
	top:25px;
}
.menu li:hover .dropdown_fullwidth {
	left:19px;
	top:25px;
	display: block;
}
.wrapper_menu_full .menu li:hover .dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:25px;
	display: block;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {
-webkit-border-radius: 0px 0 5px 5px;
	-moz-border-radius: 0px 0 5px 5px;
border-radius: 0px 0 5px 5px;
}


.menu li:hover .align_right {
	 left:-1px;
	rightright:-1;
	top:25px;
overflow-y:auto;
overflow-x:hidden;

 }
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:25px;
overflow-y:auto;
}
.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
	left:auto;
	right:50%;
	margin-right:-250px;
	top:0;
overflow-y:auto;}

}

.menu li .align_left {
-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}


.menu li:hover .align_left {
	right:auto;
	left:-140px;
	top:25px;
overflow-y:auto;
-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu li.left:hover .dropdown_fullwidth {
	left:18px;
	top:33px;
}
.wrapper_menu_full .menu li.left:hover .dropdown_fullwidth {
	right:auto;
	left:50%;
	margin-left:-471px;
	top:32px;
}


/* Columns Sizes */

.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
display:inline;
float: left;
position: relative;
margin-left: 5px;
margin-right: 5px;
}

.menu .col_1 {width:150px;}
.menu .col_2 {width:65px;}
.menu .col_3 {width:340px;}
.menu .col_4 {width:550px;}
.menu .col_5 {width:690px;}
.menu .col_6 {width:90px;}



/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 5; /* Clearing margin & left */
	margin-right: 10px;
	clear: left;
}



/*_______________________________________

	03 CONTENT STYLING
_______________________________________*/



.menu p,
.menu ul,
.menu li,
.menu h2,
.menu h3 {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	text-align:left;
}
.menu p {
	font-size:12px;
	line-height:18px;
	margin:0;
	margin-bottom:0px;
	text-shadow:1px 1px #000000;
}
.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2, 
.menu h3 {
	text-shadow:1px 1px #000000;
	margin-top:7px;
}
.menu h2 {
	font-weight:400;
	font-size:21px;
	margin-bottom:18px;
	padding-bottom:11px;
}
.menu h3 {
	font-weight:600;
	font-size:14px;
	margin-bottom:7px;
	padding-bottom:7px;
}
.menu li:hover div a {
font-size:12px;
color:#FFFFFF;



}
.menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/* Icon paragraphs */

.menu .help,
.menu .favorite,
.menu .mail,
.menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.menu .help {background:url("../img/help.png") no-repeat 0 2px;}
.menu .favorite {background:url("../img/favorite.png") no-repeat 0 2px;}
.menu .mail {background:url("../img/mail.png") no-repeat 0 2px;}
.menu .print {background:url("../img/print.png") no-repeat 0 2px;}

/* Images styles */

.menu .imgshadow_dark,
.menu .imgshadow_light {
	padding:4px;
	margin-top:5px;
}
.menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 5px 10px 0;
}
.menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0 5px 15px;
}

/* Box styles */

.menu li .black_box,
.menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border-radius: 5px;
}

/* Standard lists styles */

.menu li ul {
list-style:none;
	padding:1px;
	margin:0 0 12px 0;
}
.menu li ul li {
overflow-y: auto;
overflow-x: hidden;
	font-size:12px;
	line-height:14px;
	position:relative;
	text-shadow: 1px 1px 1px #000000;
	padding:0px 10px;
	margin:0px;
	float:left;
	text-align:left;
width:145px;
}

.menu li ul li a {
	padding:0;
}
.menu li ul li:hover {
overflow-y:auto;
	background:none;
	border:none;
	padding:0;
	margin:0px 10px;
}

/* Greybox lists styles */

.menu li .greybox li {
	margin:0 0 6px 0;
	padding:4px 6px 4px 6px;
	width:131px;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border-radius: 5px;
}
.menu li .greybox li:hover {
	padding:4px 6px 4px 6px;
	margin:0 0 6px 0;
}

/* Other lists styles */

.menu li .plus li {
	margin:0 0 4px 0;
	padding:0 0 0 21px;
	width:109px;
}
.menu li .plus li:hover {
	padding:0 0 0 21px;
	margin:0 0 4px 0;
}

/* Social Icons */

.menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.menu li ul.social li img {
	border:none;
}
.menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.menu li ul.social li span {
	display:none;
}

/* 2-Levels Drop Down */

.menu .levels, 
.menu .levels ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu li:hover .levels a {
	display:block;
}
.menu .levels a {
	display: block;
	width: 10em;
}
.menu .levels li {
	float: left;
	width:150px;
}
.menu .levels li ul {
	position: absolute;
	top:-23px;
	margin:15px 0 0 4px;
	padding:6px;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border-radius: 5px;
	left: -999em;
}
.menu .levels li:hover ul ul, 
.menu .levels li:hover ul ul ul {
	left: -999em;
}
.menu .levels li:hover ul, 
.menu .levels li li:hover ul, 
.menu .levels li li li:hover ul {
	left: 142px;
}



/*_______________________________________

	04 CONTACT FORM
_______________________________________*/



.contact_form label, 
.contact_form legend {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact_form legend {
	margin-bottom:10px;
}
.contact_form {
	display: block;
	margin-bottom:10px;
}
.contact_form label {
	display: inline-block; 
	float: left; 
	height: 36px; 
	line-height: 36px; 
	width:80px;
	font-size:12px; 
}
.contact_form input, 
.contact_form textarea, 
.contact_form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	padding: 5px;
	margin: 7px 0; 
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
border-radius: 3px;
} 
.contact_form textarea {
	resize:none;
} 
.contact_form .required {
	color:#C00;
}
.contact_form .form_buttons {
	margin:4px 0 0 80px;
}
.contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
	padding: 4px 7px 4px 7px;
}
.contact_form .special {
	display:none;
}
.contact_form .error, 
.contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius: 3px;
}
.contact_form .error {
	background:#FBE5E2; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
.contact_form .sent {
	background:#E1F8CB; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}



/*_______________________________________

	05 LIGHT THEME
_______________________________________*/



.menu_light_theme ul li:hover,
.menu_light_theme ul li.nodrop:hover {
	background:#eeeeee;
	border:1px solid #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#EEEEEE));
	background: -webkit-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -o-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -ms-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: linear-gradient(top, #F4F4F4, #EEEEEE);
}
.menu_light_theme ul li:hover a {
	color:#161616;
	border-bottom:1px solid #EEEEEE;
}
.menu_light_theme ul li .drop,
.menu_light_theme .menu li.noactive .drop {
	background:url("../img/arrow_down1.png") no-repeat right 13px;
}
.menu_light_theme ul li:hover .drop {
	background:url("../img/arrow_down1.png") no-repeat right 12px;
}
.menu_light_theme ul .dropdown_1column, 
.menu_light_theme ul .dropdown_2columns, 
.menu_light_theme ul .dropdown_3columns, 
.menu_light_theme ul .dropdown_4columns,
.menu_light_theme ul .dropdown_5columns,
.menu_light_theme ul .dropdown_fullwidth,
.menu_light_theme ul .levels li ul {
background:#eeeeee;
	border:1px solid #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#BBBBBB));
	background: -webkit-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -o-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -ms-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: linear-gradient(top, #EEEEEE, #BBBBBB);	
}
.menu_light_theme ul p,
.menu_light_theme ul h2, 
.menu_light_theme ul h3,
.menu_light_theme ul li ul li {
	text-shadow: 1px 1px 1px #FFFFFF;
}
.menu_light_theme ul h2, 
.menu_light_theme ul h3 {
	border-bottom:1px solid #888888;
}
.menu_light_theme ul .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	border:1px solid #333333;
	-moz-box-shadow:0 0 5px #000000;
	-webkit-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;
}
.menu_light_theme ul .imgshadow { /* Better style on light background */
	background:#FFFFFF;
	border:2px solid #FFFFFF;
	-webkit-box-shadow:0 5px 5px #666666;
	-moz-box-shadow:0 5px 5px #666666;
	box-shadow:0 5px 5px #666666;
}
.menu_light_theme ul li .black_box {
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	background-color:#333333;
	-webkit-box-shadow:inset 0 0 3px #FFFFFF;
	-moz-box-shadow:inset 0 0 3px #FFFFFF;
	box-shadow:inset 0 0 3px #FFFFFF;
}
.menu_light_theme ul li .dark_grey_box {
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	background-color:#555555;
	-webkit-box-shadow:inset 0 0 3px #FFFFFF;
	-moz-box-shadow:inset 0 0 3px #FFFFFF;
	box-shadow:inset 0 0 3px #FFFFFF;
}
.menu_light_theme ul li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
}
.menu_light_theme ul li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
}
.menu_light_theme ul li .plus li {
	background: url("../img/plus.png") left 6px no-repeat;
}
.menu_light_theme ul .levels a.parent, 
.menu_light_theme ul .levels a.parent:hover {
	background: url("../img/arrow_right1.png") right center no-repeat;
}
.menu_light_theme ul .contact_form input:focus, 
.menu_light_theme ul .contact_form textarea:focus, 
.menu_light_theme ul .contact_form select:focus,
.menu_light_theme ul .contact_form input:hover, 
.menu_light_theme ul .contact_form textarea:hover, 
.menu_light_theme ul .contact_form select:hover {
	box-shadow: rgba(0,0,0, 0.7) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 3px;
	border:1px solid #333333;
}
.menu_light_theme ul .contact_form input, 
.menu_light_theme ul textarea, 
.menu_light_theme ul select {
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #0A0A0A;
}
.menu_light_theme ul .contact_form input.button {
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
}
.menu_light_theme ul .contact_form input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #000000;
}
.menu_light_theme .menu li:hover div a {
	border-bottom:none;
}
.menu_light_theme .menu li.noactive a {
	color:#eeeeee;
}



/*_______________________________________

	06 DARK THEME
_______________________________________*/



.menu_dark_theme ul li:hover,
.menu_dark_theme ul li.nodrop:hover {
	background:#161616;
	border:1px solid #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#161616));
	background: -webkit-linear-gradient(top, #212121, #161616);
	background: -moz-linear-gradient(top, #212121, #161616);
	background: -o-linear-gradient(top, #212121, #161616);
	background: -ms-linear-gradient(top, #212121, #161616);
	background: linear-gradient(top, #212121, #161616);
}
.menu_dark_theme ul li:hover a {
	color:#ffffff;
	border-bottom:1px solid #161616;
}
.menu_dark_theme ul li .drop,
.menu_dark_theme .menu li.noactive .drop {
	background:url("../img/arrow_down2.png") no-repeat right 13px;
}
.menu_dark_theme ul li:hover .drop {
	background:url("../img/arrow_down2.png") no-repeat right 12px;
}
.menu_dark_theme ul .dropdown_1column, 
.menu_dark_theme ul .dropdown_2columns, 
.menu_dark_theme ul .dropdown_3columns, 
.menu_dark_theme ul .dropdown_4columns,
.menu_dark_theme ul .dropdown_5columns,
.menu_dark_theme ul .dropdown_fullwidth,
.menu_dark_theme ul .levels li ul {
	background:#161616;
	border:1px solid #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#0A0A0A));
	background: -webkit-linear-gradient(top, #161616, #0A0A0A);
	background: -moz-linear-gradient(top, #161616, #0A0A0A);
	background: -o-linear-gradient(top, #161616, #0A0A0A);
	background: -ms-linear-gradient(top, #161616, #0A0A0A);
	background: linear-gradient(top, #161616, #0A0A0A);
}
.menu_dark_theme ul p,
.menu_dark_theme ul ul,
.menu_dark_theme ul li,
.menu_dark_theme ul h2,
.menu_dark_theme ul h3 {
	color:#ffffff;
}
.menu_dark_theme ul h2, 
.menu_dark_theme ul h3 {
	border-bottom:1px solid #333333;
}
.menu_dark_theme ul .imgshadow_dark,
.menu_dark_theme ul .imgshadow_light {
	background:#FFFFFF;
	border:1px solid #333333;
	-webkit-box-shadow:0 0 5px #000000;
	-moz-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;
}
.menu_dark_theme ul .imgshadow_light {
	border:1px solid #777777;
}
.menu_dark_theme ul li .black_box,
.menu_dark_theme ul li .dark_grey_box {
	background-color:#0A0A0A;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.menu_dark_theme ul li .greybox li {
	background:#0A0A0A;
	border:1px solid #000000;
}
.menu_dark_theme ul li .greybox li:hover {
	background:#141414;
	border:1px solid #111111;
}
.menu_dark_theme ul li .plus li {
	background: url("../img/plus_dark.png") left 6px no-repeat;
}
.menu_dark_theme ul .levels a.parent, 
.menu_dark_theme ul .levels a.parent:hover {
	background: url("../img/arrow_right2.png") right center no-repeat;
}
.menu_dark_theme ul .contact_form input:focus, 
.menu_dark_theme ul .contact_form textarea:focus, 
.menu_dark_theme ul .contact_form select:focus {
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	border:1px solid #333333;
}
.menu_dark_theme ul .contact_form input:hover, 
.menu_dark_theme ul .contact_form textarea:hover, 
.menu_dark_theme ul .contact_form select:hover {
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
}
.menu_dark_theme ul .contact_form input, 
.menu_dark_theme ul .contact_form textarea, 
.menu_dark_theme ul .contact_form select {
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #0A0A0A;
}
.menu_dark_theme ul .contact_form input.button {
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
}
.menu_dark_theme ul .contact_form input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #000000;
}
.menu_dark_theme .menu li:hover div a {
	border-bottom:none;
}



/*_______________________________________

	07 COLORS
_______________________________________*/



/* Black */

.menu_black {
/*_______________________________________ ta bort om man vill ha bakgrundsfärg

background: #e8cba2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8cba2), to(#efdecd));
	background: -webkit-linear-gradient(top, #e8cba2, #efdecd);
	background: -moz-linear-gradient(top, #e8cba2, #efdecd);
	background: -o-linear-gradient(top, #e8cba2, #efdecd);
	background: -ms-linear-gradient(tope8cba2 #e8cba2, #efdecd);
	background: linear-gradient(top, #e8cba2, #efdecd);	
_______________________________________*/ 

}
.wrapper_menu .menu_black {
	border: 0px solid #444;
	border-top: 1px solid #777;
}
.wrapper_menu_full .menu_black {
	border-bottom: 1px solid #444;
}
.menu_dark_theme .menu_black li:hover div a {color:#CCC;}
.menu_dark_theme .menu_black li:hover div a:hover {color:#EEE;}
.menu_dark_theme .menu_black li ul li a:hover {color:#EEE;}
.menu_light_theme .menu_black li:hover div a {color:#444;}
.menu_light_theme .menu_black li:hover div a:hover {color:#777;}
.menu_light_theme .menu_black li ul li a:hover {color:#777;}

/* Blue */

.menu_blue {
	background: #014464;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0272a7), to(#013953));
	background: -webkit-linear-gradient(top, #0272a7, #013953);
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -o-linear-gradient(top, #0272a7, #013953);
	background: -ms-linear-gradient(top, #0272a7, #013953);
	background: linear-gradient(top, #0272a7, #013953);
}
.wrapper_menu .menu_blue {
	border: 1px solid #015b86;
	border-top: 1px solid #029feb;
}
.wrapper_menu_full .menu_blue {
	border-bottom: 1px solid #015b86;
}
.menu_dark_theme .menu_blue li:hover div a {color:#0294da;}
.menu_dark_theme .menu_blue li:hover div a:hover {color:#33bcfd;}
.menu_dark_theme .menu_blue li ul li a:hover {color:#33bcfd;}
.menu_light_theme .menu_blue li:hover div a {color:#015b86;}
.menu_light_theme .menu_blue li:hover div a:hover {color:#029feb;}
.menu_light_theme .menu_blue li ul li a:hover {color:#029feb;}

/* Brown */

.menu_brown {
	background: #44391e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#736033), to(#382f19));
	background: -webkit-linear-gradient(top, #736033, #382f19);
	background: -moz-linear-gradient(top, #736033, #382f19);
	background: -o-linear-gradient(top, #736033, #382f19);
	background: -ms-linear-gradient(top, #736033, #382f19);
	background: linear-gradient(top, #736033, #382f19);
}
.wrapper_menu .menu_brown {
	border: 1px solid #5c4c29;
	border-top: 1px solid #a28748;
}
.wrapper_menu_full .menu_brown {
	border-bottom: 1px solid #5c4c29;
}
.menu_dark_theme .menu_brown li:hover div a {color:#8b733e;}
.menu_dark_theme .menu_brown li:hover div a:hover {color:#bfa670;}
.menu_dark_theme .menu_brown li ul li a:hover {color:#bfa670;}
.menu_light_theme .menu_brown li:hover div a {color:#5c4c29;}
.menu_light_theme .menu_brown li:hover div a:hover {color:#a28748;}
.menu_light_theme .menu_brown li ul li a:hover {color:#a28748;}

/* Green */

.menu_green {
	background: #3e5718;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#658c26), to(#354914));
	background: -webkit-linear-gradient(top, #658c26, #354914);
	background: -moz-linear-gradient(top, #658c26, #354914);
	background: -o-linear-gradient(top, #658c26, #354914);
	background: -ms-linear-gradient(top, #658c26, #354914);
	background: linear-gradient(top, #658c26, #354914);
}
.wrapper_menu .menu_green {
	border: 1px solid #52711f;
	border-top: 1px solid #8bc135;
}
.wrapper_menu_full .menu_green {
	border-bottom: 1px solid #52711f;
}
.menu_dark_theme .menu_green li:hover div a {color:#6f992a;}
.menu_dark_theme .menu_green li:hover div a:hover {color:#a3d158;}
.menu_dark_theme .menu_green li ul li a:hover {color:#a3d158;}
.menu_light_theme .menu_green li:hover div a {color:#52711f;}
.menu_light_theme .menu_green li:hover div a:hover {color:#8bc135;}
.menu_light_theme .menu_green li ul li a:hover {color:#8bc135;}

/* Light Blue */

.menu_lightblue {
	background: #52786b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#709e8e), to(#52786b));
	background: -webkit-linear-gradient(top, #709e8e, #52786b);
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -o-linear-gradient(top, #709e8e, #52786b);
	background: -ms-linear-gradient(top, #709e8e, #52786b);
	background: linear-gradient(top, #709e8e, #52786b);
}
.wrapper_menu .menu_lightblue {
	border: 1px solid #608c7d;
	border-top: 1px solid #99b9ae;
}
.wrapper_menu_full .menu_lightblue {
	border-bottom: 1px solid #608c7d;
}
.menu_dark_theme .menu_lightblue li:hover div a {color:#608c7d;}
.menu_dark_theme .menu_lightblue li:hover div a:hover {color:#99b9ae;}
.menu_dark_theme .menu_lightblue li ul li a:hover {color:#99b9ae;}
.menu_light_theme .menu_lightblue li:hover div a {color:#608c7d;}
.menu_light_theme .menu_lightblue li:hover div a:hover {color:#99b9ae;}
.menu_light_theme .menu_lightblue li ul li a:hover {color:#99b9ae;}

/* Orange */

.menu_orange {
	background: #d24900;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6717), to(#c14300));
	background: -webkit-linear-gradient(top, #ff6717, #c14300);
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -o-linear-gradient(top, #ff6717, #c14300);
	background: -ms-linear-gradient(top, #ff6717, #c14300);
	background: linear-gradient(top, #ff6717, #c14300);
}
.wrapper_menu .menu_orange {
	border: 1px solid #f45500;
	border-top: 1px solid #ff945b;
}
.wrapper_menu_full .menu_orange {
	border-bottom: 1px solid #f45500;
}
.menu_dark_theme .menu_orange li:hover div a {color:#f45500;}
.menu_dark_theme .menu_orange li:hover div a:hover {color:#ff945b;}
.menu_dark_theme .menu_orange li ul li a:hover {color:#ff945b;}
.menu_light_theme .menu_orange li:hover div a {color:#f45500;}
.menu_light_theme .menu_orange li:hover div a:hover {color:#ff945b;}
.menu_light_theme .menu_orange li ul li a:hover {color:#ff945b;}

/* Pink */

.menu_pink {
	background: #910045;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d50066), to(#80003d));
	background: -webkit-linear-gradient(top, #d50066, #80003d);
	background: -moz-linear-gradient(top, #d50066, #80003d);
	background: -o-linear-gradient(top, #d50066, #80003d);
	background: -ms-linear-gradient(top, #d50066, #80003d);
	background: linear-gradient(top, #d50066, #80003d);
}
.wrapper_menu .menu_pink {
	border: 1px solid #b30055;
	border-top: 1px solid #ff1a87;
}
.wrapper_menu_full .menu_pink {
	border-bottom: 1px solid #b30055;
}
.menu_dark_theme .menu_pink li:hover div a {color:#e6006d;}
.menu_dark_theme .menu_pink li:hover div a:hover {color:#ff4da1;}
.menu_dark_theme .menu_pink li ul li a:hover {color:#ff4da1;}
.menu_light_theme .menu_pink li:hover div a {color:#b30055;}
.menu_light_theme .menu_pink li:hover div a:hover {color:#ff1a87;}
.menu_light_theme .menu_pink li ul li a:hover {color:#ff1a87;}

/* Purple */

.menu_purple {
	background: #6a5f71;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8c8094), to(#615867));
	background: -webkit-linear-gradient(top, #8c8094, #615867);
	background: -moz-linear-gradient(top, #8c8094, #615867);
	background: -o-linear-gradient(top, #8c8094, #615867);
	background: -ms-linear-gradient(top, #8c8094, #615867);
	background: linear-gradient(top, #8c8094, #615867);
}
.wrapper_menu .menu_purple {
	border: 1px solid #7b6f83;
	border-top: 1px solid #ada5b3;
}
.wrapper_menu_full .menu_purple {
	border-bottom: 1px solid #7b6f83;
}
.menu_dark_theme .menu_purple li:hover div a {color:#7b6f83;}
.menu_dark_theme .menu_purple li:hover div a:hover {color:#ada5b3;}
.menu_dark_theme .menu_purple li ul li a:hover {color:#ada5b3;}
.menu_light_theme .menu_purple li:hover div a {color:#7b6f83;}
.menu_light_theme .menu_purple li:hover div a:hover {color:#ada5b3;}
.menu_light_theme .menu_purple li ul li a:hover {color:#ada5b3;}

/* Red */

.menu_red {
	background: #830701;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d70b02), to(#830701));
	background: -webkit-linear-gradient(top, #d70b02, #830701);
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -o-linear-gradient(top, #d70b02, #830701);
	background: -ms-linear-gradient(top, #d70b02, #830701);
	background: linear-gradient(top, #d70b02, #830701);
}
.wrapper_menu .menu_red {
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
}
.wrapper_menu_full .menu_red {
	border-bottom: 1px solid #a40802;
}
.menu_dark_theme .menu_red li:hover div a {color:#d60a03;}
.menu_dark_theme .menu_red li:hover div a:hover {color:#fd5953;}
.menu_dark_theme .menu_red li ul li a:hover {color:#fd5953;}
.menu_light_theme .menu_red li:hover div a {color:#a40802;}
.menu_light_theme .menu_red li:hover div a:hover {color:#fd190f;}
.menu_light_theme .menu_red li ul li a:hover {color:#fd190f;}



/*_______________________________________

	08 MOBILE DEVICES
_______________________________________*/



.menu li.noactive,
.menu li.noactive:hover {
 display:none; 
	background:none;
	border:none;
	margin-right:20px;
}
.menu li.noactive a {
 display:none; 
	padding: 5px 27px 3px 10px;
	text-shadow: 1px 1px 1px #000;
	border-bottom:none;
}
.menu li.noactive.right {
	margin-right:0;
}


@media only screen and (max-width: 1024px) {
	
	/*	
	html {
		height: 100%; 
		font-size: 60%; 
		overflow-y: scroll; 
		-webkit-text-size-adjust: 60%;
		-ms-text-size-adjust: 60%;
	} 
	body {
		margin: 0; 
		min-height: 100%; 
		-webkit-font-smoothing:antialiased; 
		font-smoothing:antialiased; 
		text-rendering:optimizeLegibility;
	}
	*/

	/* Menu Containers */
	
	.wrapper_menu,
	.wrapper_menu_full {
		width:100%;
		margin:0;
		float:auto;
	}
	.wrapper_menu .menu {
 display:none; 
		padding:6px 0 3px 0;
	}
	.wrapper_menu_full .menu,
	.wrapper_menu_full .menu .menu_whole_width {
		padding:3px 0 1px 0;
	}
	.wrapper_menu .menu,
	.wrapper_menu_full .menu,
	.wrapper_menu_full .menu .menu_whole_width {
		width:100%;
		margin:0;
		height:auto;
		float:left;
		border:none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	/* Menu Items */
	
	.menu > li,
	.menu .menu_whole_width > li,
	.menu > li.right,
	.menu .menu_whole_width > li.right {
		height:35px;
		position:static;
		margin:0 15px 0 0;
		float:left;
		right:auto;
	}
	.menu > li:hover,
	.menu .menu_whole_width > li:hover,
	.menu > li.right:hover,
	.menu .menu_whole_width > li.right:hover {
		height:33px;
		margin-right:14px;
	}
	.menu > li.nodrop:hover,
	.menu .menu_whole_width > li.nodrop:hover {
		height:30px;
		margin-bottom:5px;
	}
	
	/* Menu Drop Downs */
	
	.menu .dropdown_1column, 
	.menu .dropdown_2columns, 
	.menu .dropdown_3columns, 
	.menu .dropdown_4columns,
	.menu .dropdown_5columns,
	.menu .dropdown_fullwidth,
	.menu li .align_right{
		width: 96%;
		border:none;
		float:left;
		padding:2%;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	
	/* Menu Drop Downs Columns */
	
	.menu .col_1,
	.menu .col_2,
	.menu .col_3,
	.menu .col_4,
	.menu .col_5,
	.menu .col_6 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		float: left;
		display: block;
	}
	.menu > .col_1,
	.menu > .col_2,
	.menu > .col_3,
	.menu > .col_4,
	.menu > .col_5,
	.menu > .col_6 {

	}

	.menu li:hover .dropdown_1column, 
	.menu li:hover .dropdown_2columns, 
	.menu li:hover .dropdown_3columns,
	.menu li:hover .dropdown_4columns,
	.menu li:hover .dropdown_5columns,
	.menu li:hover .dropdown_fullwidth,
	.menu li:hover .align_right,
	.menu li.right:hover .dropdown_fullwidth,
	.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
		left:0;
		top:auto;
		margin:-1px 0 0 0;
	}
	
	/* Menu Typography and Elements */
	
	.menu h1 {
		font-size: 1.7em; 
		margin-bottom: 0.6em;
	} 
	.menu h2 {
		font-size: 1.4em; 
		margin-bottom: 0.6em;
	} 
	.menu h3 {
		font-size: 1.1em; 
		margin-bottom: 0.6em;
	} 
	.menu p, 
	.menu ul {
		font-size: 0.9em; 
		line-height: 1.8em; 
		margin-bottom: 1.5em;
	}
	.menu li .greybox li,
	.menu li .greybox li:hover {
		margin:0 15px 4px 0;
		padding:4px 9px 4px 9px;
		width:auto;
	}
	
	/* Regular Drop Down (turned into a list) */
	
	.menu .levels li,
	.menu .levels li ul	{
		position: relative;
		width:auto;
		top:auto;
		margin:0;
		padding:0;
		left: auto;
		float:left;
		border:none;
		background:none;
	}
	.menu .levels li a {
		width:auto;
		float:left;
		display:inline;
		margin:0 20px 12px 0;
	}
	.menu .levels li:hover ul, 
	.menu .levels li:hover ul ul, 
	.menu .levels li:hover ul ul ul {
		left: auto;
	}
	.menu_dark_theme ul .levels a.parent,
	.menu_dark_theme ul .levels a.parent:hover,
	.menu_dark_theme ul .levels li ul,
	.menu_light_theme ul .levels a.parent, 
	.menu_light_theme ul .levels a.parent:hover,
	.menu_light_theme ul .levels li ul {
		background: none;
		border:none;
	}
	
	/* Menu Contact Form */
	
	.contact_form label {
		width:96%;
	}
	.contact_form input, 
	.contact_form textarea, 
	.contact_form select {
		width:96%;
	} 
	.contact_form .form_buttons {
		margin:4px 0 0 0;
	}


}


@media only screen and (max-width: 480px) {


	.menu > li,
	.menu > li:hover,
	.menu > li.right,
	.menu > li.right:hover,
	.menu .menu_whole_width > li,
	.menu .menu_whole_width > li:hover,
	.menu .menu_whole_width > li.right,
	.menu .menu_whole_width > li.right:hover {
		float:none;
		width:auto;
		padding-right:0;
		margin-right:0;
	}
	.menu > li.nodrop,
	.menu .menu_whole_width > li.nodrop {
		height:32px;
	}
	.menu > li.nodrop:hover,
	.menu .menu_whole_width > li.nodrop:hover {
		height:22px;
		margin-bottom:0px;
	}
	.menu .dropdown_1column, 
	.menu .dropdown_2columns, 
	.menu .dropdown_3columns, 
	.menu .dropdown_4columns,
	.menu .dropdown_5columns,
	.menu .dropdown_fullwidth,
	.menu .align_right{
		width: auto;
	}


}







.menu li div a {
	*display:inline;
}
.menu_dark_theme .menu .dropdown_1column, 
.menu_dark_theme .menu .dropdown_2columns, 
.menu_dark_theme .menu .dropdown_3columns, 
.menu_dark_theme .menu .dropdown_4columns,
.menu_dark_theme .menu .dropdown_5columns,
.menu_dark_theme .menu .dropdown_fullwidth {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF161616, endColorstr=#FF0A0A0A)";	
}
.menu_light_theme .menu .dropdown_1column, 
.menu_light_theme .menu .dropdown_2columns, 
.menu_light_theme .menu .dropdown_3columns, 
.menu_light_theme .menu .dropdown_4columns,
.menu_light_theme .menu .dropdown_5columns,
.menu_light_theme .menu .dropdown_fullwidth {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFBBBBBB)";	
}

.menu_black {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF555555, endColorstr=#FF2A2A2A);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF555555, endColorstr=#FF2A2A2A)";	
}
.menu_blue {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0272a7, endColorstr=#FF013953);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0272a7, endColorstr=#FF013953)";	
}
.menu_brown {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF736033, endColorstr=#FF382f19);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF736033, endColorstr=#FF382f19)";	
}
.menu_green {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF658c26, endColorstr=#FF354914);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF658c26, endColorstr=#FF354914)";	
}
.menu_lightblue {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF709e8e, endColorstr=#FF52786b);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF709e8e, endColorstr=#FF52786b)";	
}
.menu_orange {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFff6717, endColorstr=#FFc14300);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFff6717, endColorstr=#FFc14300)";	
}
.menu_pink {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFd50066, endColorstr=#FF80003d);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFd50066, endColorstr=#FF80003d)";	
}
.menu_purple {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF8c8094, endColorstr=#FF615867);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF8c8094, endColorstr=#FF615867)";	
}
.menu_red {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFd70b02, endColorstr=#FF830701);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFd70b02, endColorstr=#FF830701)";	
}


/* IE7 Specific Styling */

.wrapper_menu_full .menu li:hover .dropdown_fullwidth {
	*margin-left:-430px;
}
.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
	*margin-right:-511px;
}

/* IE6 Specific Styling */

body {
	_behavior: url("css/ie/csshover3.htc");
}
.menu_dark_theme ul li.fullwidth:hover {
	_background:#161616;
}
.menu_dark_theme ul li .drop,
.menu_dark_theme .menu li.noactive .drop {
	_background:url("ie_down2.png") no-repeat right 13px;
}
.menu_dark_theme ul li:hover .drop {
	_background:url("ie_down2.png") no-repeat right 12px;
}
.menu_dark_theme ul .levels a.parent, 
.menu_dark_theme ul .levels a.parent:hover {
	_background: url("ie_right2.png") right center no-repeat;
}
.menu_light_theme ul li.fullwidth:hover {
	_background:#eeeeee;
}
.menu_light_theme ul li .drop,
.menu_light_theme .menu li.noactive .drop {
	_background:url("ie_down1.png") no-repeat right 13px;
}
.menu_light_theme ul li:hover .drop {
	_background:url("ie_down1b.png") no-repeat right 12px;
}
.menu_light_theme ul .levels a.parent, 
.menu_light_theme ul .levels a.parent:hover {
	_background: url("ie_right1.png") right center no-repeat;
}
.menu_light_theme ul li.right:hover,
.menu_dark_theme ul li.right:hover {
	_margin-right:0px;
}
.menu li.nodrop:hover {
	_padding: 0;
}
.menu li:hover .align_right {
	_right:-2px;
}
.menu li.right:hover .dropdown_fullwidth {
	_right:21px;
}
.wrapper_menu_full .menu li:hover .dropdown_fullwidth {
	_margin-left:-490px;
}
.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
	_margin-right:-490px;
}






/*TEXTSTYCKEN*/
p {
margin: 10px 0;

  }

/*LÃ„NKAR*/
a {
color: #000000;
  	font-weight:bold;
text-decoration: none;
    	

}

a:hover {
color: #000;
}

/*RUBRIKER*/
h1,h3,h4,h5,h6, .navheader, div.default {
	font-family:"PT Serif", Sans-serif, Arial;
	line-height:1.3em;
color: #3C3C3C;
}

h1, h2, #content {
	font-family:"PT Serif", Sans-serif, Arial;
	line-height:1.3em;

}

/*Hela sidan (bakgrunden syns enbart i nederdelen av footern)*/
body {background:#c19e69
url(https://i.imgur.com/Peh5YlJ.jpg) top center repeat-y; background-size: 100%; background-attachment:fixed;

}
/* Bakgrundsbilderna Ã¤r i ett format som kallas bas64, dÃ¤rav den stora kodvÃ¤ggen hÃ¤r nedanfÃ¶r. FÃ¶r att byta bakgrundsbild, ta bort allt inom parenteserna efter url hÃ¤r nedan och klistra in din bildlÃ¤nk.
************************************************************************************************/
background: ) url(https://i.imgur.com/xTiDF2y.jpg) top center repeat-y; background-size: 100%; background-attachment:fixed;
}

/*BlOGGNAMN*/
#header-area, #content-area {
background:  #F3F3F3;
}

header#site-header {
  	margin: 200px auto;
padding: 15px 25px 30px 25px;
width: 910px;
text-align: center;
}
#site-header h1 {
font-size: 50px;
}

#site-header h1 a {
text-decoration: none;
color: #3C3C3C;
text-transform: uppercase;
font-weight: normal;
}

#site-header h1 a:hover {
color: #000;
}

/*BLOGGBESKRIVNING I HEADER*/
#site-header h2 {
font-size: 16px;
color: #666;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 3px;
}


/*INLÃ„GGSDEL*/

.post {
	width: 88%;
display: inline-block;
zoom:1;
*display:inline;
float:auto;
	margin:15px 8px 38px 5px;
border: 1px solid #a6680a;
-moz-border-radius: 6px 6px 4px 4px;
-webkit-border-radius: 6px 6px 4px 4px;
border-radius: 6px 6px 4px 4px;
	background: #efdecd; opacity:1.0;
 	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.88);
-moz-box-shadow:4px 4px 5px rgba(50, 50, 50, 0.88);
box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.88);


}

#content {
  *display:inline;
float:auto;
  padding: 20px 25px 30px 25px;
width: 910px;
margin: 0 auto;
border: 0px solid #a6680a;
-moz-border-radius: 6px 6px 4px 4px;
-webkit-border-radius: 6px 6px 4px 4px;
border-radius: 6px 6px 4px 4px;
  
}

.entrybody {
    padding: 15px 20px 15px;
	border: 0px solid #d9d9d9;
  margin-left: 15px;
	margin-bottom: 2px;

}

	.entrybody p {
		margin-top: 0;
		margin-bottom: 20px;
  	border: 0px solid #d9d9d9;


	}

	.entrybody img {
    display: block;
    margin-left: 0px ;
    margin-right: auto 
  max-width: 700px;
  -moz-border-radius: 6px 6px 4px 4px;
-webkit-border-radius: 6px 6px 4px 4px;
border-radius: 6px 6px 4px 4px;
	background: #efdecd; opacity:1.0;
 	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.88);
-moz-box-shadow:4px 4px 5px rgba(50, 50, 50, 0.88);
box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.88);

	}

/*INLÃ„GGSRUBRIKER*/
#content h3 {
font-size: 28px;
font-weight: normal;
margin: 10px 0 10px 15px;
}

#content h3 a {
color: #3C3C3C;
}

#content h3 a:hover {
color: #000;
}

/*LISTOR I INLÃ„GG*/
#content div.entrybody ul {
margin: 10px 0 10px 15px;
}

#content div.entrybody li {
font-size: 12px;
color: #222;
list-style-type: circle;
}



/*INFO OM INLÃ„GG - DATUM, KATEGORI OSV.*/
.entrymeta.bottom {
text-align: center;

}

.entrymeta {
padding: 5px 0 10px 0;
color: #555;
line-height: 8px;
  margin: 10px 0 10px 15px;

}


/*KOMMENTARER*/
/*KOMMENTARSFÃ–RFATTARE*/
.comment {
padding: 10px 0;
    	width: 88%;
display: inline-block;
zoom:1;
*display:inline;
float:auto;
	margin:15px 8px 38px 5px;
border: 1px solid #a6680a;
-moz-border-radius: 6px 6px 4px 4px;
-webkit-border-radius: 6px 6px 4px 4px;
border-radius: 6px 6px 4px 4px;
	background: #efdecd; opacity:1.0;
 	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.88);
-moz-box-shadow:4px 4px 5px rgba(50, 50, 50, 0.88);
box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.88);

  
}

.commenttext {   
padding: 5px 15px 5px 5px;
      margin-left: 15px;

}


.commentheader a {
border-bottom: 1px dotted #666;

}

.commentheader {
font-family: 'Georgia', 'Times New Roman', Serif;
font-size: 17px;
margin-bottom: 5px;
color: #000000;
margin-left: 10px;

}

.comment img {
float: left;
width: 40px;
height: 40px;
}

.comment-right {
float: left;
width: 860px;


}

/*KOMMENTARSTEXT*/
p.commenttext.img {
float: left;
width: 100%;
    margin-left: 10px;

}

p.commenttext {
font-weight: normal;

}

/*DATUM, TID OCH EV. URL*/
div.commentmeta {
color: #000000;
margin: 5px 0;
font-size: 12px;
    margin-left: 10px;

}

.response {
color: #666;
margin-top: 5px;

}

.response-by {
display: none;
}

/*KOMMENTARSFORMULÃ„R*/

.commentform {
 	width: 85%;
	background: #efdecd;
border: 1px solid #a6680a;
border-radius: 5px;
	margin-bottom: 2px;
 margin-left: 6px;
	padding: 15px;
-moz-border-radius: 6px 6px 4px 4px;
-webkit-border-radius: 6px 6px 4px 4px;
border-radius: 6px 6px 4px 4px;
	background: #efdecd; opacity:1.0;
 	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.88);
-moz-box-shadow:4px 4px 5px rgba(50, 50, 50, 0.88);
box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.88);
}

form.commentform input, form.commentform textarea {
 margin: 0 5px 10px 0;
 vertical-align: middle;
 border: 1px solid #000000;
 padding: 5px;
 height: 20px;
 font-family: Arial, sans-serif;
  -moz-border-radius: 6px 6px 4px 4px;
-webkit-border-radius: 6px 6px 4px 4px;
border-radius: 6px 6px 4px 4px;
}

form.commentform textarea[name="content"] {
 height: 150px;
 font-family: Arial;
 width: 500px;
    -moz-border-radius: 6px 6px 4px 4px;
-webkit-border-radius: 6px 6px 4px 4px;
border-radius: 6px 6px 4px 4px;
}

input.formbutton[name="submit"] {
	margin-top: 10px;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 3px 3px -3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 3px 3px -3px rgba(0, 0, 0, 0.3);
	height: 30px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	border: 1px solid #ABABAB;

}

input.formbutton:hover {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #d3d3d3 100%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d3d3d3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */

}

input.formbutton:active, input.formbutton:focus {
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

input.formbutton:hover {
 background: #EEE;
}

/*RUBRIKERNA "KOMMENTARER" OCH "SKRIV EN KOMMENTAR"*/
div.default {
margin: 0 0 15px 0;
}

/*FOOTER*/
#credit-area {
background: #262626;
height: 40px;
}

#credit {
width: 960px;
margin: 0 auto;
text-align: center;
color: #EFEFEF;
}

#credit p {
margin: 0;
padding-top: 10px;
}

#credit a {
color: #B1B1B1;
}

#credit a:hover {
color: #FFF;
}


#main-footer {
width: 960px;
margin: 0 auto;
}

#footer-container {
 margin: 0 auto;
}

#main-footer a {
color: #838383;
}

#main-footer a:hover {
color: #fff;
}

.footer-item {
float: left;
margin: 0 20px 20px 20px;
}

#main-footer h4.navheader {
color: #efefef;
}

#main-footer .navheader, div#footer h4, div.default {
padding: 20px 0 5px 0;
font-size: 21px;
font-weight: normal;
}


#main-footer li {
list-style: none;
padding: 2px 0;
}

#main-footer ul li strong {
line-height: 37px;
font-size: 11px;
}

/*PROFIL*/
#profile {
max-width: 110px;
}

/*SENASTE INLÃ„GG*/
#latest-posts {
 width: 155px;
}

/*KATEGORIER*/
#categories {
max-width: 115px;
}

/*ARKIV OCH LÃ„NKAR*/
#archive, #links {
max-width: 105px;
}

/*SÃ–K*/

#search {
max-width: 130px;
}

#search form {
background: #FFF;
height: 25px;
width: 125px;
border: 0;
border-radius: 2px; 
margin-top: 5px;
}

#search input[type="text"] {
border: 0;
height: 22px;
padding-left: 5px;
width: 92px;
border-radius: 2px; 
color: #666;
}

#search input[type="image"] {
margin-bottom: -3px;
padding-right: 6px;
}

/*BILDER, TUMNAGLAR OCH VIDEOR*/
.image {
margin: 5px auto;
}

.thumbnail {
margin: 0 6px 6px 0;
}

.video {
padding: 0;
}

.xmlButton {
border: 1px solid;
border-color: #FC9 #630 #330 #F96;
padding: 0 3px;
font: bold 10px Verdana, Arial, Helvetica, Sans-serif;
color: #FFF;
background: #F60;
text-decoration: none;
margin:0;
}

/*CLEARFIX - Ã„NDRA EJ*/
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
 
html[xmlns] .clearfix {
display: block;
}
 
* html .clearfix {
height: 1%;
}