/********** Hemsidan ****************/

.link {
	cursor: pointer;
}

.body_class {
	background: #efefef;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 12px;
	color: #6B6B6B;
}  

/************************ Text-formatering ************************************/

h1 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #b18628;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

h4 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h5 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

/********** Vanliga länkar ****************/

a:link {
	color: #b18628;
	text-decoration: underline;
}  

a:visited {
	color: #b18628;
	text-decoration: underline;
}  

a:hover {
	color: #b18628;
	text-decoration: underline;
}   

a:active {
	color: #b18628;
	text-decoration: underline;
}

/**************** Holders ****************/

#holder_site {	
	position: relative;
	width: 840px;
	margin: 0 auto; /*Center container on page*/
	text-align: left;
}

#holder_page {
	width: 840px;
	min-height: 400px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img8.png) no-repeat left bottom;
}

#holder_logotype {
	width: 840px;
	height: 180px;
	margin: 0 auto;
	background: #fff url(../images/img2.gif) repeat-x;
}

#holder_menu {
 	padding: 0px;
}

#holder_submenu {
 	padding: 0px;
	background: #000000;
}

#holder_foot {
	width: 840px;
	text-align:center;
	margin: 0 auto;
}

#holder_sidebar {
	float: right;
	background: #ffffff;
	width: 200px; /*Width of left column*/
	margin-top: 45px;
}

#picture_holder {
	width: 800px;
	margin: 0 auto;
	background:#FFFFFF url(../images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}


/**************** Logotype ****************/

#logotype_content {
	float: left;
	padding: 0 0 0 0;
	background: url(../images/img1.gif) no-repeat;
}

#logotype_content h1, #logotype h2 {
	float: left;
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #b18628;
	margin: 0px 0px 0px 0px;
	padding: 17px 0 0 40px;
}



/**************** Content ****************/

.content {
	padding: 10px 20px 20px 40px;
}


/**************** Footer ****************/

#foot {
	padding-top: 10px;
}



/**************** Forms ****************/

form {
	padding: 0;
	margin: 0;

}
input {
	font-family: verdana;
	font-size: 11px;
}

textarea {
	font-family: verdana;
	font-size: 11px;
}

.form_input {
	border: #4D4C51 1px solid;
	width: 180px;
}

.form_textarea {
	border: #4D4C51 1px solid;
	width: 180px;
	height: 60px;	
}


/**************** Holder sidebar ****************/


#sidebar {
	text-align: left;
	float: right;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 12px;
}

#sidebar li li {
	margin: 0;
	padding: 0px 0;
	background: none;
}

#sidebar h2 {
	font-size: 16px;
	height: 33px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(../images/img6.gif) repeat-x;
	border-bottom: 1px solid #F2F2F2;
}

#sidebar h3 {
	margin: 0;
	color: #000000;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	color: #b18628;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #b18628;
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

.floatRight{
	float:right;
}

/**************** Producerad av Snyggare-Internet ****************/


#snyggare {
	padding-top: 20px;
	text-align: center;
	font-family: "Trebuchet ms", Arial, Verdana;
	font-size: 10px;
}

#snyggare a {
	color: #b4b4b4;
	text-align: right;
	text-decoration: none;
}
