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

h1 {
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #59a757;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	line-height: 1.3em;
}

h3 {
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	line-height: 1.3em;
}

h4 {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

h6 {
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
}



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



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


a.noline:link {
	   color: #000000;
	   text-decoration: none;
}

a.noline:visited {
		  color: #000000;
		  text-decoration: none;
}

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

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


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

.logo {
  	  background: #ffffff;
	  padding: 10px 20px 10px 20px;  
	  height: 60px;
}

.menu_head {
	background: #59a757;
	height: 18px;
}

.main {
	background: #ffffff;	
	padding: 15px 15px 15px 15px;
	height: 400px;
}

.foot {
	  height: 20px;
	  background: #59a757;
  	  border-top: 1px solid #006600;

}


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

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


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


.link {

}

.news_title {
			width: 700px;
			height: 40px;
		    border-bottom: 1px solid #8d908a;			
}

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

.news_content {
			font-family: Gill Sans MT, Trebuchet MS, Verdana, Arial;
			font-size: 12px;
			width: 700px;
			color: #000000;
}



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

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

/*rubriken i formulärtabellen*/
.guestbook_form_table_title{
font-family: Trebuchet MS, 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: Trebuchet MS, 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;
}

