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

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

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

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

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

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

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

.body_class {
	 background: #ffffff;
}

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-bottom: 5px solid #4b4646;
}

.logo {
	  background: #ffffff; 
	  height: 70px;	  	  
}

.menu {
	background-image: url(../images/background_menu.gif);
	background-repeat: repeat-x;	 
	font-family: verdana, arial;
	font-size: 8pt; 
	height: 22px;
}

.main {
	font-family: verdana, arial;
	font-size: 8pt;
	background: #ffffff;
	width: 100%;	
	height: 400px;
	padding: 5px 5px 5px 5px;
}


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

.underline {
		   text-decoration: underline;
		   color: #4b4646;
}
/******** GÄSTBOKS   ***********/

.guestbook_navigation {
    font-family: arial, verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #4b4646;
}


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

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

/*texten i tabellen med inlägg*/
.guestbook_table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
    font-family: arial, verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	border-top: 1px solid #4b4646;
	border-right: 1px solid #4b4646;
	border-left: 1px solid #4b4646;
	border-bottom: 1px solid #4b4646;
	padding: 5px 5px 5px 5px;
}

/*rubrik för inlägg*/
.guestbook_table_title {
    font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #4b4646;
	padding: 2px 2px 2px 2px;
}

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

