
/********** Hemsidan ****************/

.shadow {
	background: #ffffff;
}

.link {
	cursor: pointer;
}

.body_class {
	background: #bfb8a4;
	margin: 20px 0px 10px 0px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 12px;
}

table, tr, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
th
{
	text-align: left;
}

input, select, option, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	width: 160px;
}

/************************ Text-formatering ************************************/

h1 {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #243594;
	margin: 0px 0px 0px 0px;
	padding: 0;
	line-height: 1.3em;
}

h2 {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #808080 ;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #424344;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

h5 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 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: 950px;
	margin: 0 auto; /*Center container on page*/
	text-align: left;

}

#holder_white {
	position: relative;
	width: 100%;
	height: 840px;
	margin: 0 auto; /*Center container on page*/
	text-align: left;
}


#holder_page {
	width: 950px;
	background: #000;
/*	height: 620px;*/
	margin: 0 auto;
	position: relative;
}

#holder_logotype {
	height: 150px;
	width: 100%;
	margin: 0 auto;
}

#left_holder {
	float: left;
	width: 200px;
	height: 100%;
	background: #ffffff;
	padding: 0;
	margin:0;
}

#right_holder {
	float: right;
	width: 750px;
	height: 100%;
	background: #ffffff;
	padding: 0;
	margin:0;
}	

#holder_foot {
	padding: 0px 0px 10px 0px;
	width: 950px;
	height: 27px;
	background: url(../images/bottenskugga.png); 
	position: absolute;
	bottom: 20px;
	left: 0px;
	z-index: 1000;
	font-weight: bold;
}


/**************** Logotype ****************/

#logotype_content {
	padding: 20px 0 20px 20px;
}


/**************** Content ****************/

.content_holder {
	width: 720px;
	height: 740px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 115px;
	left: 200px;

	padding: 10px 10px 10px 0px;
	z-index: 1000;
}



/* ie6 hack */
/*
html>body .content_holder
{
	top: 81px;
}
*/
/**************** Footer ****************/

#foot {
	padding: 0px 0px 0px 0px;
	color: #ffffff !important;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	line-height: 1.3em;
}

/**************** Producerad av Snyggare-Internet ****************/


#snyggare {
	padding: 10px 30px 0px 0px;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
}

#snyggare a {
	color: #ffffff;
	text-decoration: none;
}


