/*
Theme Name: Brundalen
Theme URI: http://wordpress.org/
Author: Per Sneeggen
*/

@charset "ISO-8859-1";
body  {
	padding: 0;
	margin: 0;
	border: 0;	
	text-align: center; /* this centers the container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7c9ba6;
	background-image: url(images/bakgrunn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #335269;
}
#bunn a {
	color: #063;
}
a:hover {
	color: #335269;
}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #466b86;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #466b86;
	margin-top: 10px;
	margin-bottom: 0px;
}
p {
	line-height: 1.6em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#container {
	width: 964px;
	margin: 0 auto;
	text-align: left;
} 
#topp {
	height: 159px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#menyfelt {
	height: 43px;
	background-image: url(images/menyfelt.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#hovedfelt {
	padding: 0px;
	background-image: url(images/hovedfelt_bakgrunn.gif);
	background-repeat: repeat-y;
	width: 964px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#venstre {
	width: 215px;
	float: left;
	padding-left: 10px;
}
#innhold {
	width: 709px;
	float: right;
	padding-left: 15px;
	padding-left: 15px;
}
#bunn {
	background-image: url(images/bunn_bakgrunn.png);
	background-repeat: no-repeat;
	width: 724px;
	background-position: 0px bottom;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 240px;
}
#bunn table {
	color: #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#bunn td {
	color: #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	padding: 0px;
}
#bunn td p {
	color: #000;
	font-size: 0.9em;
	padding-top: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
	line-height: 1.2em;
}
#bunnlinje {
	background-image: url(images/bunnlinje.png);
	background-repeat: no-repeat;
	width: 964px;
	background-position: 0px bottom;
	margin: 0px;
	height: 13px;
	padding: 0px;
}

#kalender {
	width: 200px;
	text-align: left;
	padding-top: 15px;
}
#kalender h3 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
}
#kalender td {
	color: #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#kalender td p {
	color: #000;
	font-size: 0.9em;
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	line-height: 1.2em;
}
#box_top {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/topp_boks.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: 0px;
	padding-bottom: 1px;
	background-position: center bottom;
}
#box_content {
	margin-top: 0px;
	padding-top: 2px;
	background-image: url(images/midt_boks.gif);
	background-repeat: repeat-y;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center;
	text-align: left;
}
#box_bottom {
	margin-top: 0px;
	padding-top: 1px;
	background-image: url(images/bunn_boks.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-position: center top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
.tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
} 
.tabs li  {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0px;
	background: url(images/tab_right.png) no-repeat right top;
	margin-right: 1px;
	height: 24px;
} 
.tabs li.last_tab{
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
	margin-right: 1px;
	height: 24px;
	background-image: url(images/tab_last_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabs li a  {
	display: block;
	text-decoration: none;
	background: url(images/tab_left.png) no-repeat left top;
	height: 24px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1.1em;
} 
.tabs li.active_tab {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
	margin-right: 1px;
	height: 24px;
	background-image: url(images/tab_right_active.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabs li.active_tab a.active_tab {
	display: block;
	color: #335269;
	text-decoration: none;
	height: 24px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/tab_left_active.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#sti {
	height: 18px;
	padding: 0;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
#sti li {
	float: left;
	display: inline;
	margin-right: 4px;
}
#sti a {
	font-weight: bold;
	padding-right: 4px;
}
#sti a:hover {
color: #fff;
}
#submenu {
	margin-left: 0px;
	clear: both;
	padding-top: 1;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 5px;
}
#submenu li {
	float: left;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#submenu a {
	color: #000;
	padding-right: 4px;
	text-decoration: none;
}
#submenu a.active {
	color: #335269;
	padding-right: 4px;
	text-decoration: none;
	font-weight: bold;
}
#submenu a:hover {
	color: #335269;
}
#venstremeny {
	clear: both;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}
#venstremeny a {
	color: #000;
}
#venstremeny p {
	color: #000;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#pageContainer #blogContainer #blogColumn {

	float: left;

	text-align: left;

	width: 550px;

	padding-left: 3px;

}
#aktivitet {
}
#aktivitet .tittel {
	background-color: #bbb;
	color: #333;
	font-size: 1.3em;
	padding: 6px 15px 8px 15px;
	width: 679px;
}
#aktivitet .dato {
	background-color: #bbb;
	color: #777;
	font-size: 0.7em;
	padding: 0px 15px 6px 15px;
	width: 679px;
}
#aktivitet .tekst {

	padding-left: 15px;

}
#aktivitet p {

	font-size: .9em;

}
#aktivitet p a:hover {

	text-decoration: none;

}
.clearfloates {
	clear: both;
}

.just_hoyre { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 15px;
}
.just_venstre { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#innhold hr { /* this class can be used to float an element left in your page */
	width: 709px;
}
