html {
	overflow: -moz-scrollbars-vertical;
	height: 100%;
	margin-bottom: 1px;
	
	margin-left: -1px;
	overflow-Y: scroll;

}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #202020;
	background-image: url(../images/coffee170-900.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent_kurs {
	width: 600px;
	margin-bottom: 20px;
}
.kurs_header {
	color: #FFF;
	background-color: #972F4B;
	padding: 10px;
	font-weight: bold;
}
.kurs_headerbig {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.kurs_content {
	background-color: #DFDAD2;
	padding: 10px;
	font-weight: normal;
}
.goldtext {
	font-weight: bold;
	color: #B5642C;
}



.kurs_content img {
	float: right;
	margin-left: 20px;
}

#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
/* TOPPEN AV SIDEN  */

#header {
	background-image: url(../images/header900.jpg);
	height: 250px;
}


#toppmeny {
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 230px;
	font-weight: bold;
}

#toppmeny a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 18px;
}

#toppmeny a:hover {
	color: #972F4B;
}

/* HOVEDFELTET */
#center {
	width: 900px;
}
/* VENSTRE SIDEMENY */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 17px;
	padding-top: 18px;
	text-align: left;
}

#sidebar1 h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}

#sidebar1 a {
	color: #000000;
	text-decoration: none;
}

/* HOVEDFELTET PÅ MIDTEN - GENERELLE SIDER */

#mainContent {
	float: left;
	font-size: 12px;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
	margin-top: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#mainContent h1 {
	font-size: 16px;
}

#mainContent a {
	color: #000000;
}


/* HOVEDFELTET PÅ MIDTEN - PRODUKTSIDENE */

#mainContentProd {
	float: left;
	font-size: 12px;
	display: block;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0;
	width: 540px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}



#mainContentProd h1 {
	font-size: 16px;
}

#mainContentProd a {
	color: #000000;
}


/* LOGOMENYEN PÅ HØYRE SIDE I PRODUKTVISNING */

#sidebar2 {
	width: 130px; 
	background: #C4BAAD;
	margin-left: 760px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.logoerstatning {
	font-size: 14px;
	font-weight: bold;
	
}


/* PRUDUKT I RAMME */
.tekstpadding {
	display: block;
	padding: 15px;
	float: left;
	width: 280px;
}
.prodpadding {
	display: block;
	width: 200px;
	float: right;
	text-align: center;
	margin-top: 20px;
}
.produktlisting {

	display: block;
	padding: 15px;
}
.tekstpadding2 {

	display: block;
	padding: 15px;
	float: left;
}
.whiteHeader {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.sentrering {
	text-align: center;
}
.tekstpadding200 {
	display: block;
	float: left;
	width: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.prodpadding200 {
	display: block;
	width: 250px;
	float: right;
	text-align: center;
	margin-top: 0px;
}

