﻿body
{
	font-family: Verdana;
	font-size: 75%;
	margin: 0px;
	background-color: white;
}

p
{
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0px;
}

.pageHead
{
	padding: 0px;
	padding-top: 1px;
	border: none;
	height: 200px;
	width: 650px;
	text-align: right;
	margin: none;
}
.pageHeadText
{
	background-color: black;
	height: 30px;
	color: White;
	font-size: 160%;
	font-family: Arial;
	width: auto;
	height: auto;
	padding: 10px;
	margin-top: 140px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}

h1
{
	margin-top: 20px;
	margin-bottom: 3px;
	color: #996633;
	font-size: 110%;
}

.xTable
{
	width: 600px;
	padding-top: 20px;
	padding-left: 40px;
	margin-bottom: 20px;
}
.xTableHead
{
	margin-top: 20px;
	margin-bottom: 3px;
	color: #996633;
	font-size: 110%;
}
.xTableHeadPicture
{
	margin-top: 20px;
	margin-left: 10px;
	float: right;
	clear: both;
}

.aTable
{
	width: 100%;
}

.aTableHead
{
	font-family: Verdana;
	color: #996633;
	background-color: #eeeeee;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.aTableHeadOuter
{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}


.bTable
{
	width: 100%;
	margin-bottom: 30px;
	overflow-x: auto;
}

.bTableHead
{
	font-family: Verdana;
	color: #ffffff;
	background-color: #c0c0c0;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.bTableHeadOuter
{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}


.cTable
{
	width: 100%;
	margin-bottom: 30px;
	overflow-x: auto;
}

.cTableHead
{
	font-family: Verdana;
	color: #ffffff;
	background-color: #a89e90;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.cTableHeadOuter
{
	border-top: 1px solid #a89e90;
	border-bottom: 1px solid #a89e90;
}

.newsHeader
{
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 10px;
}

.newsBody
{
	font-size: 80%;
	margin-bottom: 10px;
}

.newsLink
{
	font-size: 80%;
	margin-bottom: 10px;
}



/* meny */
#menu
{
	background: #eeeeee;
	margin: 0px;
	font-family: Verdana;
	height: 100%;
	width: 170px;
	float: left;
	clear: both;
	height: 200%;
}

.mainMenuItem
{
	margin-top: 5px;
	margin-bottom: 15px;
	list-style-image: url( "../images/bla.bmp" );
}

.subMenuItem
{
	margin-top: 3px;
	margin-bottom: 5px;
}

a:link.menu
{
	color: #996633;
	text-decoration: none;
}
a:visited.menu
{
	color: #996633;
	text-decoration: none;
}
a:active.menu
{
	color: #996633;
	text-decoration: none;
}
a:visited.menu
{
	color: #996633;
	text-decoration: none;
}

.mainMenu
{
	margin: 0px;
	font-weight: bold;
	font-size: 85%;
}
.subMenu
{
	margin-left: 10px;
	list-style: none;
	font-weight: normal;
}

.newsTicker
{
	position: absolute;
	width: auto;
	overflow: visible;
	cursor: hand;
	font-size: 90%;
	padding: 0.5em;
	text-align: left;
}

.newsTickerLink
{
	text-decoration: none;
	color: black;
}
