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

h1 {
	font-family: Century Gothic, Arial, Verdana,;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #464646;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
}

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

h3 {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #686868;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
}

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: 11px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	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;
}

li, ul {
color: #686868;
}

.body_class {
		 background: #c3c3c3;
}

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

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

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

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


a.noline:link {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.noline:visited {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.noline:hover {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.noline:active {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.menu_line {
	color: #fcae70;
}


.border {
 	   	border-width: 1px 0px 0px 1px; 
	   	border-style: solid; 
	   	border-color: #ffffff;
}

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

.shadow_right {
	background: #999999 url(../images/shadow_right.jpg) no-repeat;
	width: 4px;
}

.shadow_bottom {

	background: #999999 url(../images/shadow_bottom.jpg) no-repeat;
	height: 4px;
}

.menu {	 
	width: 190px;
	height: 300px;
	background: #fb8931;
	padding: 20px 0px 0px 20px;
}

.menu_foot {	 
	width: 210px;
	background: #fb8931;
}

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

.div_main {
	background: #ffffff;
	height: 365px;
	width: 501px;
	overflow-x: hidden;
	overflow-y: auto;
}

.foot {
	padding: 0px 0px 0px 20px;
	height: 145px;
	width: 190px;
}

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: #686868;
}
/******** GÄSTBOKS   ***********/

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


/*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: #F4EFC9;
    font-family: arial, verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	border-top: 1px solid #000000;
	border-right:0px solid #A9C556;
	border-left: 0px solid #A9C556;
	border-bottom:0px solid #7496CE;
	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: #000000;
	padding: 5px 5px 5px 5px;
}

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

