/* ---------------- BASIS ELEMENTER ---------------- */
body
{
	margin: 0;
	padding: 0;
	font: 75% arial;
	text-align: center;
	color: #333;
	background: #444;
}
h1
{
	color: #003366;
	font: 125% arial;
	font-weight: bold;
}
h2
{
	margin: 0;
	color: #003366;
	font: 110% arial;
	font-weight: bold;
}
a, a:visited
{
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

fieldset {
	font: 95% arial;
	margin-bottom: 5px;

}

legend {
	font-weight: bold;
	font: 150% arial;
	color: #003366;
}

/* ---------------- OPPBYGNING AV SIDE (STANDARD) ---------------- */

#container
{
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background: #ccc url(/media/mal/container-bg-sidebar.gif);
}

#top
{
	height: 40px;
	width: 100%;
	background: #fff url(/media/mal/container-top.gif);
	position: relative;
	text-align: right;
}
#logobar
{
	margin: 0 10px 0 10px;
	height: 20px;
	background: #fff url(/media/mal/logobar.gif);
	position: relative;
}
#header
{
	margin: 0 10px 0 10px;
	height: 105px;
	background: #fff url(/media/mal/carinthesky.jpg);
	position: relative;
}
#sidebar
{
	float: right;
	color: #555;
	background: #99ccff url(/media/mal/sidebar-bg.gif) no-repeat top left;
	width: 205px;
	margin-right: 10px;
}
* html #sidebar
{
	width: 205px;
	margin-right: 5px;	
}
#sidebar p.title {
	margin: 10px 0 10px 0;
	padding-left: 10px; 
	padding-right: 10px;
	
}
#sidebar p.description {
	margin: 0;	
	padding-left: 10px; 
	padding-right: 10px;
}
#sidebar p.link {	
	margin: 10px 0 10px 0;
	padding-right: 10px;
	text-align: right;	
}

#contents { margin: 10px 230px 10px 20px; width: 490px;}

#contents p { }

#contents p.newstitle { 
	margin: 0;
	padding-bottom: 5px;
}

#contents a:hover { 
	text-decoration: underline;
}

#contents p.newsdescription { 
	margin: 0 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	background: #fff url(/media/mal/container-bottom.gif);
	height: 30px;
}



#mainnav
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -30px;
	margin-bottom: 0px;
	height: 35px;
	padding: 0;
	width: 730px;
	background: #fff;

}

/* ---------------- OPPBYGNING AV SIDE (ALTERNATIV) ---------------- */

#container2 {
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background: #ccc url(/media/mal/container-bg-nosidebar.gif);
}

#contents2 { 
	margin: 1px 10px 1px 10px; 
	width: 730px;
}