/* AVIVA EDITOR STYLE */
body.mceContentBody  { 
	color:black; 
	text-align:left; 
	background-color:white; 
	background-image:none; 
}


/* GENERAL STYLES */	
body  {
	color:#000000;
	font-size:15px;
	font-family: times new roman;
	background-color:#15150f;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

td {
	font-family: times new roman;
	font-size:15px;
}

p {
    margin:0px;
    margin-bottom:8px;
	padding:0px;
	font-family: times new roman;
	font-size:15px;
}

/* LINK STYLES */	
a { 
	text-decoration: none;
	color:#000000;
}
	
a:hover { 
	text-decoration: none; 
	color:#674730;
}

/* MENU STYLES */

#menu {
    width:167px;
	background-image:url(../images/menu.jpg);
	height:499px;
}

	
/* HEADER STYLES */	
h1 {
	font-size:36px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h2 {
	font-size:36px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
	padding:0px;	
}

h3 {
	font-size:36px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h4 {
	font-size:36px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h5 {
	font-size:36px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h6 {
	font-size:36px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/* FORM STYLES */	
input,select,text,textarea {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	background-color:#ffffff;
	border:1px solid #000000;
}

input.checkbox {
	border:0px;
}

/* ID SPECIFIC STYLES */

#container {
	width:943px;
	min-height:650px;	
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/storbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#content {
	width:603px;
	height:650px;
	padding:0px;
	margin:0px;
	float:left;
}

#bg {
	width:523px;
	height:334px;
	padding:60px 20px 10px 60px;
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#ffffff;
	xfloat:left;
}

#text {
	width:523px;
	height:337px;
	padding:0px;
	padding-right:10px;
	margin:0px;
	overflow-y: scroll; 
	overflow-x: auto;
	xoverflow: auto;
}

#clear {
	clear:both;
}


a.web {
	color:#a7996c; /* Tilpasses efter behov  */
	text-decoration:none;
	font-family:trebuchet MS;
	font-size:10px;
}

a.web:hover {
	
}

img.menu {
    width:167px;
    xheight:20px;
    display:block;
	padding:0px;
	margin:0px;
	border:none;
}


