/* CSS Document */

BODY {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	height: 100%;
	margin: 0;
	padding: 0px;
	background-color: #C5CEFC;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	word-spacing: -1px;
}
p {
	margin: 0px 0px 20px;
}

a:link { text-decoration: none; color: #0066CC; }
a:visited { text-decoration: none; color: #0066CC; }
a:active { text-decoration: none ;color: #0066CC; }
a:hover { text-decoration: underline; color: #0066CC; }

div#logo {
	position:absolute;
	left:5px;
	top:5px;
	background-image: url(mme.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px; 
	background-color: #999999;
	height: 177px;
	border: 1px solid #336699;
	width: 752px;
}

p#logo {
	font: normal 28px/157px "Trebuchet MS";
	padding-left: 10px;
	color: #CDD11B;
}

div#logo2 {
	position:absolute;
	left: 767px;
	top: 7px;
}

div#teller {
	position: absolute;
	left: 18px;
	top: 445px;
	padding: 1px;
	width: 93px;
	height: 95px;
}

div#main {
	position:absolute;
	left:144px;
	top:194px;
	padding: 10px;
	width: 586px;
}

div#right {
	position:absolute;
	left:758px;
	top:209px;
	width: 175px;
	height: 435px;
	border-left: 1px solid #336699;
	padding-left: 12px;
}

div#menu {
	position:absolute;
	left: 14px;
	top:193px;
	padding: 1px;
	font: normal 14px "Trebuchet MS";
	font-weight: bold;
	border: 1px solid #336699;
	background-color: #99BCF0;
}

div#menu a {
	color: #000000;
	display: block;
	padding: 1px 10px;
	text-align: left;
	text-decoration: none;
	border: 1px solid #99BCF0;
}
div#menu a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #333333;
}

div#main img {
	border: 1px solid #333333;
	margin: 4px;
	padding: 0px;
}

/* gjestebok */

p.gjestebokinnlegg:first-line {
	font-weight:bold;
	font-size: 12pt;
}
table.gjestebok {
	width: 361px;
	border-collapse: collapse;
}
table.gjestebok td {
	padding-bottom:2px;
}
textarea.hilsen { 
	width:320px; 
}
p.gjestebokinnlegg {
	padding:5px;
	border: 1px solid #336699;
	background-color: #A0C0F1;
}
