/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #ffffff;
	color: #000;
	font-size: 73%; 
	/* font-family: "Lucida", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; */
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	line-height: 1.3em;
}


h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }
p { font-size: 1.0em; }

h1, h2, h3, h4, h5, h6 { 
color: #800000;
font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-bottom: 1.0em;
}

p { margin-bottom: 1.3em; } 

#center ol, #center ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

hr {
	clear:both;
	background: #000;
	color: #000;
	border: 0;
	height: 1px;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo {
	background: url(../img/logomontferland900x79.gif) no-repeat top;
	height: 79px;
	width: 900px;
	left: 0;
	top: 0;
	position: absolute;
}

#logo2 {
	background: url(../img/4fotoheader900x140variant.jpg) no-repeat top;
	height: 140px;
	width: 900px;
	left: 0;
	top: 79px;
	position: absolute;
}

#logo a, #logo2 a{
	display: block;
	height: 79px;
	width: 900px;
	cursor: pointer;
}
#logo span, #logo2 span {
	display:none;
}

#main a {
	color: #000;
}

#center {
	/* border-left: 1px solid #CCC; */
	/* border-right: 1px solid #CCC; */
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#right{
	width: 180px;
	padding: 10px;
}


#copy {

}
