@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);



body {
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #f6c84e;/*#262626;*
	/*
	background-image: url(../pix/bg_body.png);
	background-repeat: repeat-x;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}

h1 {
	font-family: Oswald;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}

h2 {
	font-family: Oswald;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
}

h3 {
	font-family: "Oswald";
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-weight: normal;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	margin:0px;
}

 .clear {clear: both;}
 .clear5 {clear: both;height: 5px;}
 .clear10 { clear: both;height: 10px;}
 .clear15 {clear: both;height: 15px;}
 .clear20 {clear: both;height: 20px;}
  .clear30 {clear: both;height: 30px;}
    .clear40 {clear: both;height: 40px;}
    .clear100 {clear: both;height: 100px;}
	
a:link {color: #333333;text-decoration: none;}
a:visited {color:#333333;text-decoration:none;}
a:hover {color: #333333;text-decoration: none;}
a:active {color: #333333;text-decoration: none;
} 


.header {
	/*position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;*/
	width: 100%;
	height: 90px;

}

.header_box
{
	position: relative;
	width: 960px;
	margin-top: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Oswald";
	font-size: 14px;
	font-weight: normal;
	height: 90px;
	background-color: #f6c84e;
	
}

.menu_box
{
	width: 960px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}


.back_div {
	margin: 0 auto;
	background-color: #FFFFFF;
	clear: both;
}

.content
{
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	min-height: 700px;
	padding: 20px 0px 0px 0px;
}

.content_top_box
{
	width: 100%;
	height: 40px;
	background-color: #FFF;
	clear: botH;
}

.spalt_col_1
{
	float: left;
	width: 256px;
	background-color: #FFF;
}
.spalt_col_3
{
	float: left;
	width: 768px;
	background-color: #FFF;
}
.spalt_col_4
{
	float: left;
	width: 1024px;
	background-color: #fff;
}


.logobox
{
	float: left;
	margin-left: 0px;
	margin-top: 12px;
}

.langbox
{
width:300px;
float:right;
text-align:right;
padding-right:15px;
margin-top:7px;
padding:4px;
font-family:Arial;
font-size:12px;
line-height:14px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6c84e+0,ffffff+100 */
	background: #f6c84e; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f6c84e 0%, #fbe1a5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #f6c84e 0%,#fbe1a5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #f6c84e 0%,#fbe1a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c84e', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.top_linje{
	float:left;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	width:100%;
	height:1px;
	background-color:#CCCCCC;
}	

.artikel_bildbox {
	width: 495px;
	min-height: 100px;
	padding:0px;
	clear: both;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border:0px solid #e7e7e7;
}

.artikel_bild {
	max-width: 495px;
	margin: auto;
}
.artikel_bild:hover {
    opacity: 0.9;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	color: #333;
}



.footer
{
	border-top: 1px solid #E5E5E5;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	min-height: 150px;
}

.footer_box {
	width: 960px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #333;
	min-height: 150px;
	border-top: 0px solid #CCC;
}

.footer_bildbox {
	clear: both;
	width: 1024px;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;

}

.footer_vert_linje {
	float: left;
	width: 1px;
	height: 130px;
	background-color: #666;
	margin-left: 30px;
	margin-right: 50px;

}

.footer_textbox {
	float:left;
	width:240px;
	padding-top:15px;
}

.footer_rubrik {
	font-family: Oswald;
	font-size: 22px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-weight: normal;
}

.footer_epostfield
{

	margin-top: 20px;
	width: 140px;
	height: 26px;
	border: 1px solid #666;
	color: #999;
	border-radius: 0px;
	padding-left: 5px;
}
.footer_submit {
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	border: 0px solid #E65014;
	height: 30px;
	padding-top: 0px;
	background-color: #666666;
}

/* OFFERT START */


.vk_offertdiv{
	float: right;
	margin-top: 12px;

}



.offert_area {
	position: relative;
	widht: 100%;
	margin: 40px 0px;
	padding: 0px;
	height: 600px;
	border: 0px solid #000;
	/*background-image: url(../bilder/skisser/hjobulten_skiss_3.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}

.offert_input_background {
	position: absolute;
	top:0px;
	left:185px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
}

.offert_input_box {
	position: absolute;
	margin: 0px;
	padding: 10px;
	background-color: #FBFBFB;
	border: 2px dotted #039;
	border-radius: 5px;
	z-index: 10;
}

.offert_input_box_red {
	border-color: #C00;
}


.offert_input_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px:
	color:#333;
	height: 18px;
	width: 50px;
	padding: 2px;
	margin-top: 4px;
	background-color: #fff;
	border: 1px dotted #ccc;
	border-radius: 3px;
}


.offert_line_top {
	position:absolute;
	height: 0px;
	width: 0px;
	border-top: 2px dotted #039;
	z-index: 9;
}


.offert_line_top_red {
	border-top-color: #C00;
	border-top: 2px dotted #C00;
}

.offert_line_left {
	position:absolute;
	height: 0px;
	width: 0px;
	border-left: 2px dotted #039;
	z-index: 9;
}


.offert_line_left_red {
	border-left-color: #C00;
	border-left: 2px dotted #C00;
}

.offert_pil {
	position:absolute;
	z-index: 10;
}


.offert_valj_box {
	position: absolute;
	margin: 0px;
	padding: 10px;
	background-color: #fff;
	border: 2px dotted #000;
	border-radius: 5px;
	z-index: 10;
	font-family: Oswald;
	font-size: 20px;	
}

/* OFFERT SLUT */
.offert_amount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 30px;
	border: 2px solid #009;
	text-align:center;
	border-radius: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.offert_add {
	font-family: Oswald;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 130px;
	border: 0px solid #009;
	text-align: center;
	border-radius: 0px;
	background-color: #039;
	color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.offert_add:hover {
	background-color: #0044D2;
}

.offert_extra_field {
	font-family: Arial, Helvetica, sans-serif;


	font-size:12px:
	color:#333;
	height: 18px;
	width: 180px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #fff;
	border: 1px solid #009;
	border-radius: 3px;
}
