/********** Hemsidan ****************/

.link {
	cursor: pointer;
}

.body_class {
	background: #6b6b67 url(../images/background.png);
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 11px;
	color: #403914;
	
}  

/************************ Text-formatering ************************************/

h1 {
	font-family: "Times New Roman", Verdana, Trebuchet ms, Arial;
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	color: #880000;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Times New Roman", Verdana, Trebuchet ms, Arial;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Times New Roman", Verdana, Trebuchet ms, Arial;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

h4 {
	font-family: Verdana, Trebuchet ms, Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h5 {
	font-family: Verdana, Trebuchet ms, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: Verdana, Trebuchet ms, Arial;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

/*********************** 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;
}


/**************** Holders ****************/

#holder_site {	
	position: relative;
	width: 600px;
	margin: 0 auto; /*Center container on page*/
	text-align: left;
	border: 10px solid #403914;
	background: #403914;
}

#holder_page {
	background: #ffffff;
	float: left;
	width: 600px;	
	min-height: 400px;
	margin: 0 auto;
}

#holder_logotype {
	position: absolute;
	z-index: 100;
	margin-top: 20px;
	margin-left: 20px;
}

#holder_menu {
	background: #403914;
	height: 25px;
	border-bottom: 3px solid #887c3c; /*Brown color theme*/ 
}

#holder_submenu {
	background: #403914;
	height: 25px;
}

#holder_foot {
	background: #ffffff;
	text-align: center;
	clear: both;
	width: 600px;
}

#holder_sidebar {

}

#picture_holder {
	background: #403914;
	width: 600px;
	height: 150px;
}



/**************** Logotype ****************/



#logotype {
	text-align: left;
	padding-top: 20px;
	padding-left: 5px;
}

#logotype h1, #logotype h2 {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}

#logotype h1 {
	font-weight: bold;
}

#logotype h2 {
	font-size: 92%;
}

/**************** Stor bild ****************/


#picture {
	width: 600px;
	height: 150px;
}

/************** Page **************/

.content {
	padding: 20px 10px;
}



/************* Footer *************/



#foot {
	width: 600px;
	padding-top: 10px;
	margin: 0;
}

#foot 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: 10px;
	text-align: center;
	font-family: "Trebuchet ms", Arial, Verdana;
	font-size: 10px;
	margin: 0 auto;
}

#snyggare a {
	text-decoration: none;
}

























