 /* CSS Reset */
 * { margin:0; padding:0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#000;
	background-color: #333;
	text-align:center;
}

h1 {
	color: #d2691e; /*chocolate*/
	font-size: 2em;
	/* [disabled]border-bottom: black 1px solid; */
}
h2 {
	color: #993300;
	font-size:1.6em;
}
h3 {
	color: #993300;
	font-size: 1.4em;

}
/* Side oppbygging */

/* Dette er ytre ramme */
#pageFrame {
	background-color:#d2691e; /*chocolate*/
	width:700px;
	height:auto;
	margin:0 auto;
	margin-top:50px;
	/* [disabled]text-align:left; */
	padding:6px;
	/* CSS 3.0 styles */
	/*background-color:rgba(210,105,30,0.5);*/
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
	box-shadow: 0px 0px 7px #000;
}
#image {
	border-radius:10px;
}
#header {
	background-color: #ff9933;
	margin-bottom:6px;
	/*padding:5px;*/
	border-radius:10px;
}
#contentVid {
	padding:12px;
	/* [disabled]color:#333; */
}
#content {
	left:6px;
	color:#333;
	margin-top:6px;
	line-height:36px;
	border-radius:10px;
	background-color:rgba(255,153,51,1);
}
/* Slutt side oppbygging */
#ads {
		width:700px;
	margin:0 auto;

	padding-top: 10px;
}
.colortext {
	color: #993300;
}
a, a:link, a:visited {
	text-decoration: none;
	/* [disabled]font-size: 1em; */
}
a:link, a:visited {
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color:#09F;
}
.shadow {
		-moz-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
	box-shadow: 0px 0px 7px #000;
}