/* CSS Document */
/* Freidig Fotball */

body, html {
	padding:0;
	margin:0;
	height: 100%;
	background:url(http://www.freidigfotball.no/images/bg.gif) top center repeat-y #fff;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4f1518;
}


div#pagecontainer {
	position: relative;
	min-height: 100%; /* viktig */
	width: 962px;
	margin: 0 auto;
	clear:both;
}


div#menucontainer {
	width: 937px;
	margin: 0 auto;
	background:url(http://www.freidigfotball.no/images/menubg.jpg) top left no-repeat #fff;
	height:34px;
	min-height:34px;
/*	position: relative;
	z-index: 11;*/
}

div#contentcontainer {
	background-color: none;
	width:937px;
	padding: 0 0 70px;
	margin:0 auto;
/*	height:100%;*/
	min-height:100%;
}

div#content { 
	float: left; 
	width:745px; 
	padding: 10px 10px 0;
	background-color:none; 
	min-height:100%; 
}

div#rc{ 
	background: url(http://www.freidigfotball.no/images/rc_bg.gif) top left no-repeat transparent;
	float:left; 
	width:165px;
	padding-left: 2px;
	min-height:470px;
	height:auto;
}

/* Serious viktig. Float tar elementene ut av dokumentflyten, dette gjør at de kommer tilbake igjen! */
div#clearer { clear:both; width:1px; height:10px; min-height:10px; position:relative; }

div#footer {
	position: absolute;
	bottom: 0;
	height:70px;
	min-height:70px;
	background: url(http://www.freidigfotball.no/images/footerbg.jpg) bottom center no-repeat transparent;
	width: 962px;
	text-align:center;
	z-index: 2;	
}

#maindocument {
	z-index: 10;
	/*position: relative;*/
}
#editmaindocument {
	z-index: 10;
	/*position: relative;*/
}

/* KONTAKTFELT */
input.contact, textarea.contact {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
border: 1px solid #000;
background-color:#fff;
}
/* KONTAKTFELT - END */

td, p {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4f1518;
}

td { vertical-align: top; }

img { border: none; }

a {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4f1518;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active {
	font-weight: bold;
}


h1 {
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
color: #514b4b;
}

h2, h3 {
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
color: #d2232a;
}

h4 {
font-family: inherit;
font-size: 12px;
font-weight: bold;
color: #514b4b;
}

h5,h6 {
font-family: inherit;
font-size: 12px;
font-weight: bold;
color: #000080;
}
