/* body */
body {
	font-family: sans-serif;
	font-size: 13px;
}

/* titles */
h1, h2, h3 {
   margin-bottom: 5px;
}

/* main menu */
#menu {
	font-size: 10px;
	font-family: arial;
}

#menu td {
	height: 17px;
	cursor: pointer;
	width: 105px;
	background-color: #FF9A00;
	color: white;
	border: 1px solid white;
	border-right: 0px;
}

/* style information for the guestbook */
div.gbtop {
	background-image: url(grafik/gtop.png);
	width: 420px;
	text-align: left;
}

div.gbtop p {
	padding: 15px;
	padding-bottom: 5px;
	color: black;
	margin: 0px;
}

div.gbbottom {
	background-image: url(grafik/glow.png);
	width: 420px;
	height: 30px;
	text-align: left;
	margin-bottom: 40px;
}

div.gbbottom p {
	padding-left: 55px;
}

/* galleri menuer */
a.gallery:link {
	text-decoration: none;
	color: black;
}

a.gallery:active {
	text-decoration: none;
	color: black;
}

a.gallery:visited {
	text-decoration: none;
	color: black;
}

a.gallery:hover {
	cursor: pointer;
	text-decoration: none;
	color: #FF9A00;
}

/* tilbud */
#tilbud {
	font-size: 10px;
	font-family: arial;
}

input, textarea, select {
	margin: 1px;
	border: 1px solid #858585;
}

/* gallery */
#gallery img {
    border: 1px solid gray;
    padding: 2px;
    width: 190px;
    height: 140px;
}
