/********** Hemsidan ****************/

.link {
	cursor: pointer;
}

.body_class {
	text-align: left;
}

body {
	text-align: left;
	margin: 0;
	padding: 0;	
	font-family: Verdana, Arial;
}  

html {

}

/************************ Text-formatering ************************************/

h1 {
	font-family: "Trebuchet ms", Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #898723;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #6c6a6a;;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #6c6a6a;
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}

h4 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

h6 {
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

/********** Vanliga länkar ****************/

a:link {
	color: #000000;
	text-decoration: underline;
}  

a:visited {
	color: #000000;
	text-decoration: underline;
}  

a:hover {
	color: #000000;
	text-decoration: underline;
}   

a:active {
	color: #000000;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}
/**************** Holders ****************/

#holder_site {	
	background: #ffffff url(../images/img01.png) repeat-x;
	position: relative;
	width: 730px;
	margin: 0 auto; /*Center container on page*/
	text-align: left;
}

#holder_page {
	width: 730px;
	min-height: 300px;
	margin: 0px auto;
}

#holder_logotype {
	width: 730px;
/*	height: 80px;*/
}

#holder_menu {
 	padding: 0px;
	margin: -20px;

}

#holder_submenu {
 	padding: 0px;
	height: 20px;
}

#holder_foot {
	background: #ffffff url(../images/img08.png) repeat-x;
	text-align: center;
	clear: both;
	width: 730px;
}

#picture_holder {
	width: 760px;
	height: 180px;
}

/**************** Logotype ****************/

#logotype_content {
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
}

#logotype_content h1 {
	margin: 0;
	color: #424242;
	font-weight: bold;
}

#picture {
	width: 760px;
	height: 180px;
}

/****************  Content ****************/ 

.content {
	padding-bottom: 20px;
	padding-top: 35px;
}



/**************** Foot ****************/

#foot {
padding-top: 20px;
	margin: 0;
}

.foot_content p {
	margin: 0;
	line-height: normal;
}


/**************** 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;	
}



/******* Producerad av Snyggare-Internet *******/


#snyggare {
	padding-top: 20px;
	text-align: center;
	width: 730px;
	font-family: Verdana;
	font-size: 10px;
}

#snyggare a {
	color: #878787;
	text-align: right;
	text-decoration: none;
}
