/* CSS files for Eventyrhytter */

html, body {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e4efde;
}

#ramme {
	background-color: #e4efde;
	position: relative;  
	width: 1024px;
	margin-top: 30px;
	margin-right: auto; 
	margin-bottom: 30px;
	margin-left: auto;
}

#header {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 1024px;
	height: 233px;
	background-color: #e4efde;
	background-image: url(../images/hdrbckgr.png);
	background-repeat: no-repeat;
	margin: 0;
}

/* Navigasjon  */
#topmenu {
    font-size: 13px;
	background-color: white;
	position: relative; 
	top: 190px;
	left: 40px;
	margin: 0px 0px 0px 0px;
	height: 22px;
	width: 667px;
	text-transform: uppercase;
	border-bottom: solid 2px #e4efde;
}

#topmenu ul {
	list-style: none;
}

#topmenu li {
	display: inline;
	color: #385330;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-right: 20px;
	background-color: white;
}

#topmenu a:link, #topmenu a:visited { 
	color: #385330;
	background-color: white;
	font-style: normal;
	text-decoration: none;
}

#topmenu a:hover {
	color: white;
	background-color: #385330;
}

#innhold {
	display: block;
	position: relative;
	width: 1024px;
	background-image: url(../images/contbox.png);
	background-repeat: repeat-y;
	background-color: #e4efde;
}

#footer {
	font-size: 10px;
	width: 1024px;
	height: 36px;
	background-image: url(../images/footbkgr2.png);
	background-repeat: no-repeat;
}

.divboks {
	margin: 10px; 
	padding: 0;
	padding-left: 50px;
	padding-right: 50px;
}

.rightboks {
	width: 910px;
	background-color: white;
	margin: 0px 30px 0px 50px; 
	padding: 5px 5px 10px 5px;
	font-size: 0.8em;
	text-align: right;
}

h1.main {
	font-size: 20px;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
}

p.main {
	font-size: 14px;
	line-height: 17px;
	margin: 10px; 
	margin-left: 50px;
	padding: 0;
	text-align: left;
}

a.main:link, a.main:visited { 
	color: #009900;
	font-weight: normal;
	text-decoration: none;
}

a.main:hover {
	color: #005500;
}

div.main p {
	font-size: 14px;
	margin: 0; 
	padding: 0;
}

hr {
	width: 90%;
	color: #385330;
}

.clear {
	clear: both;
}


.bildevenstre {
	float: left;
	margin: 0px 15px 10px 0px;
	border: none;
}

.bildehoyre {
	float: right;
	margin: 0px 0px 10px 15px;
	border: none;
}

a.fjh:link, a.fjh:visited { 
	color: #491F2D;
	font-weight: bold;
	text-decoration: none;
}

a.fjh:hover {
	color: white;
	background-color: #491F2D;
}

a.sjh:link, a.sjh:visited { 
	color: #2A2E5D;
	font-weight: bold;
	text-decoration: none;
}

a.sjh:hover {
	color: white;
	background-color: #2A2E5D;
}

a.skh:link, a.skh:visited { 
	color: #536241;
	font-weight: bold;
	text-decoration: none;
}

a.skh:hover {
	color: white;
	background-color: #536241;
}

a.noh:link, a.noh:visited { 
	color: #a0a0a0;
	font-weight: bold;
	text-decoration: none;
}

a.noh:hover {
	color: white;
	background-color: #a0a0a0;
}

p.menu {
	font-size: 22px;
	margin: 11px; 
	margin-left: 12px;
	padding: 0;
	text-align: center;
}

p.menu a:link, a:visited { 
	color: #B8B778;
	font-weight: bold;
	text-decoration: none;
}

p.menu a:hover { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.inpicture {
    background-color: #ffffff;
	border: 0px solid black;
	padding: 5px;
	margin: 5px;
}

.inpicture_selected:hover {
    background-color: #c0ffc0;
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
}

.inpicture_selected {
    background-color: #c0ffc0;
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
}

a.breadcrumb:link, a.breadcrumb:visited { 
    font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
}

a.breadcrumb:hover {
    font-size: 12px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0;
}

input.def {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	height: 13px;
	width: 80px;
	border: 1px solid #7A7EA3;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
}

select.def {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #7A7EA3;
	background-color: #ffffff;
}

input.store {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 200px;
	border: 1px solid #7A7EA3;
	background-color: #ffffff;
}


textarea.store {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 200px;
	height: 100px;
	border: 1px solid #7A7EA3;
	background-color: #ffffff;
}

input.buybut {
    margin: 0;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background: #0066cc url('../webincludes/images/bg_top.jpg') repeat-x top left;
	border: 1px solid black;
}

#albumlist {
	margin: 10px;
	border: 0;
	width: 150px;
	height: 380px;
    overflow: auto;
}


