html {
	margin: 0 0 20px 0;

}

body {
	background-color: #18120f;
	font-size: 12px;
	color: #f6dcb3;
	scrollbar-base-color: #000000;
	background: #000 url(../Design_Img/bg_background.jpg) center top repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}

a:link {
	color: #cf9faf;
	text-decoration: none;	
}

a:visited {
	color: #cf9faf;
	text-decoration: none;	
}

a:hover {
	cursor: hand;
	color: #f6dcb3;
}

.special_link A:link {
	color: #ed1d24;
	text-decoration: none;	
}

.special_link A:visited {
	color: #ed1d24;
	text-decoration: none;	
}

.special_link A:hover {
	cursor: hand;
	color: #f6dcb3;
}


u {
	color: #f6dcb3;
}

p {
	width: 470px;
	margin-left: 15px;
	margin-top: 15px;
	line-height: 19px;
}

.page {
	position: relative;
	margin: 0 auto;
	width: 745px;
	height: auto;
	margin-top: 0px;
	overflow: visible;
}

.banner {
	background-image:url(../Design_Img/bg_banner.png);
	position: relative;
	width: 1232px;
	height: 342px;
	border: 0;
	margin-left: auto ;
    margin-right: auto ;

}

.mainlayout {
	float: left;
	background-repeat: repeat-y;
	position: relative;
	width: 745px;
	border: 0;
	
}

.menu {
	float: left;
	width: 151px;
	height: auto;
	margin-top: 0px;
	border: 0;
	text-decoration: none;
	line-height: 20px;
	position: relative;
	margin-left: 20px ;
}

.main {
	
	position: relative;
	margin-top: 0px;
	float: right;
	width: 494px;
	height: auto;
	margin-right:40px;
	border: 0;
	min-height: 600px;

}

* html .main {
	margin-right: 50px;
}

* html .main {
	min-height:750px;
  	height:auto;
  	height:750px;
}


.footer {
	float: left;
	margin-left:226px;
	position: relative;
	width: 470px;
	height: 26px;
	border: 0;

}

@font-face {
 font-family: MyCustomFont;
 src: url("Voluta.eot") /* EOT file for IE (INTE i BRUK) */
}

@font-face {
 font-family: MyCustomFont;
 src: url("VolutaScriptPro-Regular.ttf") /* TTF file for CSS3 browsers */

}


h1 {
	font-family: MyCustomFont, Georgia;
    font-size: 43pt;
	font-weight: normal;
	margin-left: 15px;
	margin-bottom: 22px;
	margin-top: 33px;
	line-height: 15px;
	color: #f6dcb3;
	text-transform: capitalize;
}


h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	line-height: 20px;	
	color: #f6dcb3;	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ed1d24;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -3px;
	line-height: 20px;
}

td {
	line-height: 19px;
}

br {
	line-height: 8px;	
}

.button {
	background-color: #000000;
	color: #f6dcb3;
	border: thin solid #ed1d24;
}

.indentation {
	margin-left: 15px;
}

.table_indentation {
	margin-left: 12px; /* -3px då vi har cellpadding 3 px på */
}

.inputfield {
	background-color: #f6dcb3;
	border: 1px solid #000000;
	color: #000000;
}

.charcounter {
	background: transparent;
	border: 0;
	width: 23px;
	color: #f6dcb3;
}

select {
	background-color: #f6dcb3;
	border: 1px inset #000000;	
	color: #000000;
}

.delete_img {
	background-color:transparent;
	background-image:url(../Design_Img/buttons/delete_icon.gif);
	width: 14px;
	height: 15px;
	border: none;
	cursor: pointer;	
}

.edit_img { 
	background-color:transparent;
	background-image:url(../Design_Img/buttons/edit_icon.gif);
	width: 14px;
	height: 15px;
	border: none;
	cursor: pointer;
}

.answermess_img { 
	background-color:transparent;
	background-image:url(../Guestbook/Design_Img//answer_icon.gif);
	width: 14px;
	height: 15px;
	border: none;
	cursor: pointer;
}

.cat_img { 
	background-color:transparent;
	background-image:url(../Design_Img/buttons/cat_icon.gif);
	width: 14px;
	height: 15px;
	border: none;
	cursor: pointer;
}

.images {
	border: 1px solid #000000;	
}

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ed1d24;
	width: 470px;
	float: left;
	
}

.footer_content {
	margin-left: 40px;
	text-align:center;
}



