* {
margin: 0;
padding: 0;
}

#header {
	clear: both;
	text-align: left;
	background-color : rgb(188,60,191);
	width:900px;
	border-bottom: 0px solid #000000;
	margin: 0px auto;
}
#bakgrunn {
	background : rgb(219,147,221);
	width :900px;
	border: 0px solid #000000;
    overflow: hidden;
    position: relative;
    padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

#footer {
	background : rgb(188,60,191);
	border-top: 2px solid #000000;
	text-align : center;
	width: 900px;
	margin: 0px auto;
}

#mainpane {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align : left;
    width : 586px;
  
    background: rgb(230,192,241);
    margin: 0px auto;
    position: relative;
    padding: 0px 0px 0px 0px;
}

#mainpane_password {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    text-align : left;
    width : 590px;
    height: 220px;
    background: #AC58FA;
    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;
    font-size: 8px;
    padding: 10px 1px 10px 5px;
    float: right;
    text-align : left;
    position: relative;
    margin: 0px auto;
    background: rgb(219,147,221);
}

#left-side {
    width: 148px;
   
    padding: 10px 3px 10px 5px;
    float : left;
    text-align : left;
    position: relative;
    margin: 0px auto;
    background: rgb(219,147,221);
}
#left-side h2 {
    padding: 10px 0px 0px 0px;
}

#innlegg {
	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: 12px;
    font-family: Lucida Sans Unicode, 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: underline;
	
}
a:visited { 
	color: #333333;
	text-decoration: underline;
}
a:hover { 
	color: #333333;
	font-weight:bold;
}
a:active { 
	color: #333333;
	text-decoration: none;
}

a.link2:link { 
	color: #333333;
	text-decoration: none;
}
a.link2:visited { 
	color: #333333;
	text-decoration: none;
}
a.link2:hover { 
	color: #333333;
	text-decoration: none;
}
a.link2:active { 
	color: #333333;
	text-decoration: none;
}