﻿body, td
{
	font-family: "Trebuchet MS" , Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

.bodyBg
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #135BA9;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

p
{
	margin-top: 0; margin-bottom: 5px;
}

h1, h2, h3, h4
{
	color: #FF2842;
	margin-bottom: 5px;
	margin-top: 5px;	
}

h1
{
	font-size: 24px;
}
h2
{
	font-size: 18px;	
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 12px;
}
/*
Design
*/
.contentwrapper
{
	background-image: url(../../images/olehamre/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightcolumn
{
	background-image: url(../../images/olehamre/bg_rightcolumn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	padding: 10px 0px 10px 17px;
	vertical-align: top;
}
.leftcolumn
{
	min-height: 300px;
	padding: 10px 3px 10px 10px;
	vertical-align: top;
}

.leftcolumn td
{
	vertical-align: top;
}

/*******************************
 Standard modules
*******************************/
.ModuleTitle
{
	font-size: 12px;
	font-weight: bold;
}

.SectionHeader
{
	font-size: 14px;
	font-weight: bold;
}

.SectionItem
{
}

.CommandButton
{
	color: Red;
}

.contentHeader
{
	font-size: 16px;
	font-weight: bold;
}

.itemLink
{
	color: #0059AD;
	font-size: 12px;
}

/*******************************
 Newsmodule items
*******************************/
.readMore
{
	text-decoration: none;
}

.newsLinkBig
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsLinkNormal
{
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsHeader
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsNormal
{
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsDate
{
	font-size: 10px;
}

.newsAuthor
{
	font-size: 10px;
}

/*******************************
 Menu items
*******************************/
.topmenu { height: 20px; text-align: right; padding-right: 10px;}/*Menyen på toppen */
.topmenu div { float: right; }
.topmenu a { display: block; padding: 0 5px 0 5px; float: left; text-decoration: none; border-bottom: 1px solid #ff2842; color: #ff2842; }
.topmenu a:hover { color: #af0116; }

.Page{ float: left; } /* Hovedmeny */
.Page td { padding:5px 30px 5px 0px; color:#FFFFFF; }
.Page a { color: #FFFFFF; text-decoration: none;}
.Page a:hover { color: #FFFFFF; text-decoration: underline; }
.active { background-image: url(../../images/olehamre/active.gif); background-repeat: no-repeat; background-position: left bottom;}

.SubPage { float: left; margin-right: 10px;}
.SubPage a {display: block; background-color: #F4F8D7; width: 150px; color: #ff2842; white-space:nowrap; text-decoration: none; padding:5px 3px; margin-bottom: 1px; }
.SubPage a:hover { color: #af0116; background-color: #f9fbe7; }
							

.SubSubPage
{
	color: black;
	text-decoration: none;
}

.SelectedSubPage
{
	color: #af0116;
	background-color: #f9fbe7;
}
.SelectedSubSubPage
{
	color: black;
	text-decoration: underline;
}

/*******************************
 Admin menu 
*******************************/

.topLink
{
	color: Black;
	font-size: 10px;
}
.topLink:hover
{
	color: Black;
	font-size: 10px;
	text-decoration: underline;
}

.topLinkAdmin
{
	color: Black;
	font-size: 10px;
	text-decoration: none;
}
.topLinkAdmin:hover
{
	color: Black;
	font-size: 10px;
	text-decoration: none;
}

/*******************************
 Content preview
*******************************/
.TDPreview
{
	border: dotted 1px gray;
}

.btn
{
	background-color: #EFEFEF;
	border: black solid 1px;
	font-family: Microsoft Sans Serif, Sans-Serif;
	font-size: 11px;
	height: 20px;
}

.txtNormal
{
	height: 16px;
	border: black solid 1px;
}

