@charset "UTF-8";
/* 

COLORS:
Grey text 	#747474
Grey lines	#CFCFCF
Gold 		#bca474

*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, th, td
{
	margin: 0; padding: 0; border: 0; outline: none;
}

body
{
	line-height: 1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	margin:45px 0;
	color:#747474;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	color:#bca474;
}

ul, ol
{
	list-style: none;
}

a
{
	color:#bca474;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* ------------------------------ TOP ------------------------------ */

#top
{
	height:69px;
	width:800px;
	margin:auto;
}

#logo
{
	float:left;
}

#nav_start, #nav_kompetens, #nav_kontakt
{
	background-repeat:no-repeat;
	height:17px;
	margin:7px 0 0 38px;
	float:right;
}

#nav_start:hover, #nav_kompetens:hover, #nav_kontakt:hover
{
	background-position:0 -17px;
}


#nav_start
{
	background:url(/img/menu/start.gif);
	width:43px;
}
#nav_kompetens
{
	background:url(/img/menu/min_kompetens.gif);
	width:115px;
}
#nav_kontakt
{
	background:url(/img/menu/kontakt.gif);
	width:68px;
}

/* ------------------------------ LINJE ------------------------------ */

.line
{
	background:#CFCFCF;
	height:1px;
}

/* ------------------------------ TEXT ------------------------------ */

p.date
{
	font-size:10px;
	margin:5px 0 10px 0;
}

p.brod
{
	font-size:13px;
	line-height:20px;
	margin-bottom:10px;
}


/* ------------------------------ SLIDER ------------------------------ */

#slider
{
	height:400px;
	width:800px;
	margin:auto;
	overflow:hidden;
}

#slider_container
{
	width:3200px; /* 4 multi. 800 */

	height:360px;
	position:relative;
}

.slide
{
	height:360px;
	width:800px;
	float:left;
}


#slider_nav
{
	height:40px;
	text-align:center;
}

#slider_nav img
{
	padding:1px;
	cursor:pointer;
}

.info_template_1
{
	position:relative;
	left:540px;
	top:92px;
	width:260px;
}

/* ------------------------------ BLOGG ------------------------------ */

#blog
{
	width:798px; /* WIDTH - BORER */
	border-left:solid 1px #CFCFCF;
	border-right:solid 1px #CFCFCF;
	margin:auto;
	height:315px;
}

#column_1, #column_2, #column_3
{
}

#column_1
{
	float:left;
	width:212px;
	border-right:solid 1px #CFCFCF;
	padding:18px 18px 0 18px;
	height:297px;
	background-position:bottom;
	background-repeat:no-repeat;
}

#column_2
{
	float:left;
	width:264px;
	border-right:solid 1px #CFCFCF;
	padding:175px 18px 0 18px;
	height:140px;
	background-repeat:no-repeat;
}

#column_3
{
	float:left;
	width:212px;
	padding:18px 18px 0 18px;
	height:297px;
	background-position:bottom;
	background-repeat:no-repeat;
}

/* ------------------------------ CONTENT ------------------------------ */

.content
{
	width:800px;
	margin:auto;
	margin-top:30px;
	padding-bottom:30px;
}

.content h1, .content h2
{
	margin-bottom:10px;
}

.content p
{
	margin-bottom:10px;
	line-height:18px;
}

.column3_1, .column3_2, .column3_3
{
	width:240px;
	float:left;
	text-align:justify;
}

.column3_1, .column3_2
{
	margin-right:40px;
}


.flik
{
	float:left;
	padding:8px;
	background:#E8E8E8;
	margin-right:10px;
	font-size:14px;
	cursor:pointer;
}

.flik:hover, .flik_active
{
	background:#bca474;
	color:#FFF;
}


.showcase
{
	margin-top:15px;
	clear:both;
}
.showcase div img
{
	border:solid 1px #CFCFCF;
	margin-bottom:10px;
}

.showcase div img:hover
{
	border:solid 1px #bca474;
}

.content .text
{
	width:532px;
}

.content .artikelinfo
{
	font-size:11px;
}

.fotoram
{
	padding:5px;
	background-color:#FFF;
	border:solid 1px #CFCFCF;
}

.bildbeskrivning
{
	font-size:11px;
	font-style:italic;
}

/* ------------------------------ FORMULÄR ---------------------------- */

.form .input
{
	border:solid 2px #CFCFCF;
	font-size:14px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	width:400px;
}

.form .input:focus
{
	border:solid 2px #bca474;
	background-color:#F6F6F6;
}

.form label
{
	line-height:16px;
}

.form .knapp
{
	background:#bca474;
	padding:4px;
	border:solid 2px #bca474;
	color:#FFF;
	cursor:pointer;
}

.form .knapp:hover
{
	border:solid 2px #ca9c40;
	background:#ca9c40;
}

/* ------------------------------ FOOTER ------------------------------ */

#footer
{
	margin:auto;
	margin-top:30px;
	width:800px;
}

/* ------------------------------ ADD-ONS ------------------------------ */

.clear{ clear:both; }
.margintop_15{ margin-top: 15px; }
.margintop_30{ margin-top: 30px; }
.hide{ display:none; }
