/************************ H-hantering ************************************/

h1 {
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #111111;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	margin: 0px 0px 0px 0px;
}

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;
}

table, tr, td, div {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	margin: 0px 0px 0px 0px;
}

/******** GENRELL FÖR HEMSIDA  ***********/
.body_class {
	background: #FFFFFF;
}

.main_table {
	background: #FFFFFF;
	width:  807px;
/*	height: 600px;*/
}

a:link {
	   color: #000000;
	   text-decoration: underline;
}

a:visited {
		  color: #000000;
		  text-decoration: underline;
}

a:hover {
		color: #000000;
		text-decoration: none;
}

a:active {
		 color: #000000;
		 text-decoration: none;
}

.border {
 	   	border: 1px; 
	   	border-style: solid; 
	   	border-color: #000000;
}

.logo {
  	  background: #FFFFFF;
/*	  padding: 10px 20px 10px 20px;  
	  height: 60px;*/
}

.bildmarginal {
	margin: 0px 10px 0px 0px;
}

.menu_link a:link {
	color: #000000;
	text-decoration: none;
}
.menu_link a:visited {
	color: #000000;
	text-decoration: none;
}
.menu_link a:hover {
	color: #000000;
	text-decoration: none;
}
.menu_link a:active {
	color: #000000;
	text-decoration: none;
}

.menu {
	background: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
/*	height: 22px;*/
/*	border-top: 1px solid #ffffff;*/
}

.main {
	background: #ffffff;
	background-image: url('../images/main_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
/*	margin: 15px 15px 15px 15px;*/
/*	height: 400px;*/
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #ccc; /*shadow color*/
	color: inherit;
}

.main_shadow {
/*	width: 760px;*/
	width: 100%;
	padding:3px;
	filter:shadow(color:#CFCFD0, strength:3, direction:135);
}

.foot {
	  height: 20px;
	  background: #FFFFFF;
/*  	  border-top: 1px solid #000000;*/
}


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

input, select, textarea {
	   border-width: 1px;
	   border-style: solid;
	   border-color: #000000;
	   width: 150px;
	   font-family: verdana, arial;
	   font-size: 8pt;	
	   background-color: #ffffff;     
}


/******** NYHETER   ***********/

.news_title {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	width: 400px;
	color: white;
/*	background: #6F7889;*/
	height: 17px;
	border-bottom: 1px solid #ffffff;			
}

.underline {
	text-decoration: none;
	color: #000000;
}

.news_content {
	width: 400px;
}


/******** GÄSTBOKS   ***********/

/*texten för tabellen med formuläret*/
.guestbook_form_table {
    font-family: Verdana, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

/*rubriken i formulärtabellen*/
.guestbook_form_table_title{
	font-family: Verdana, arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/*texten i tabellen med inlägg*/
.guestbook_table {
	width: 100%;
	border-collapse: collapse;
	
	font-family: Verdana, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;

	border-top: 1px solid #6F7889;
	border-right: 0px solid #6F7889;
	border-left: 0px solid #6F7889;
	border-bottom: 1px solid #6F7889;
	
	padding: 5px 5px 5px 5px;
}

/*rubrik för inlägg*/
.guestbook_table_title {
	font-family: Verdana, arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #6F7889;
	padding: 2px 2px 2px 2px;
}

/*underrubrik för inlägg*/
.guestbook_table_title_2 {
	font-weight: bold;
}


