* {
margin: 0;
padding: 0;
}

#header {
	clear: both;
	text-align: center;
	background-color : #999999;
	width:900px;
	border-bottom: 0px solid #000000;
	margin: 0px auto;
}
#bakgrunn {
	background : #FFFFFF;
	width :900px;
	border: 0px solid #000000;
    overflow: hidden;
    position: relative;
    padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

#footer {
	background : #003366;
	border-top: 2px solid #000000;
	text-align : center;
	width: 900px;
	margin: 0px auto;
}

#mainpane {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    text-align : left;
    width : 576px;
    background: #ffffff;
    margin: 0px auto;
    position: relative;
    padding: 0px 0px 0px 0px;
}

#mainpane p {
    padding: 5px 5px 5px 5px;
}

#mainpane h1 {
    padding: 10px 5px 5px 5px;
}

    /*
TOP RIGHT BUTTOM LEFT
*/
#right-side {
    width: 150px;
    border: 0px solid #000000;
    padding: 10px 1px 10px 0px;
    float: right;
    text-align : left;
    position: relative;
    margin: 0px auto;
    background: #ffffff;
}

#left-side {
    width: 150px;
    border: 0px solid #000000;
    padding: 10px 1px 10px 5px;
    float : left;
    text-align : left;
    position: relative;
    margin: 0px auto;
    background: #ffffff;
}
#left-side h2 {
    padding: 10px 0px 0px 0px;
}

#innlegg {
	padding: 10px 1px 10px 2px;
	font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
}
.innlegg_litenskrift {
	font-size: 9px;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
}


body {
    margin: 10px;
    background: #D2DFF2;
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
}


td.ukenavn {
    font-size:9px;
    font-weight:bold;
}

table.kalender td {
    font-size:9px;
    padding: 1px;
}

h2 {
	margin-bottom : 5px;
	font-size : 1.5em;
}
h1 {
	font-size : 2em;

/*top right bottom left*/
}
h4 {
	font-size : 0.8em;
	font-weight:normal;
	margin: 200px auto 0px 5px;
}
img.blogg {
	float : left;
	margin: 5px 5px 5px 5px;
	border: 0px;
}
img.bloggh {
	float : right;
	margin: 5px 50px 5px 5px;
	border: 0px;
}
img {
    border: 0px;
}
a:link { 
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed;
}
a:visited { 
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed;
}
a:hover { 
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed;
}
a:active { 
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a.link2:link { 
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}
a.link2:visited { 
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}
a.link2:hover { 
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}
a.link2:active { 
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}