/* CSS Document */
/* Tempe Barnehage */

html, body {
	height: 100%;
}

body, html {
	padding:0;
	margin:0;
	background: url(../images/bg_v.gif) top left repeat-y transparent;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4f1518;
}

#page {
	position: relative;
	min-height: 100%;
	background:url(../images/bg_h.jpg) top left repeat-x transparent; 
}

div#header { 
	width: 100%; 
	background:url(../images/bg_h.jpg) top left repeat-x transparent; 
	min-height: 178px;
	position:relative;
}

div#flash {
	width: 384px;
	height:178px;
	min-height:178px;
	float:left;
}

div#toppgfx { float:left; }

div#contentcontainer { 
	width: 100%;
	background-color:transparent; 
	padding: 0;
	margin:0;
	min-height: 420px;
	height:420px;
	background:url(../images/contenttop_bg.jpg) top left no-repeat transparent;
	clear:both;
}

div#lc {
	width: 177px;
	padding: 20px 0px 0;
	float:left;
	margin-right:50px;
	height:auto;
}

div#menubottom {
	width: 176px;
	min-height: 125px;
	height: 125px;
	background: url("../images/menubottom2.jpg") top center no-repeat transparent;
	clear: both;
}

div#rc {
	width: 790px;
	padding: 10px 0px 10px;
	float:left;
}

div#content {
	width: 555px;
	padding: 20px 0px 0;
	float:left;
	height: auto;
}

div#content_right {
	padding: 20px 0 0;
	width: 157px;
	float:left;
}

/* 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;
	background: url(../images/footerbg.gif) top left repeat-x transparent;
	width: 100%;
	margin-bottom: -160px;
}


div#tagmark { width: 100%; text-align: center; }

/* 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,h5,h6 {
font-family: inherit;
font-size: 12px;
font-weight: bold;
color: #514b4b;
}

