﻿
html,body,table#main{height:100%}

body 
{
	color: #00517E;
	font-family: Arial;
	
}

h1		{
			font-family: Arial; color: #064270;
			font-size: x-large;
		}
		
h2
{
    font-family: Arial; color: #064270;
		font-size: medium;
}
		
h3	{
		font-family: Arial; color: #009933;
		font-size: medium;
	}
	
h4	{
		font-family: Arial; color: #064270;
		font-size: small;
	}
		
p		{
			font-family: Arial; color: #064270;
			font-size: medium;
		}

a
{
	text-decoration: none;
	outline: none;
}


a:link {color: #00517E;
    font-style: italic;
}
a:visited {color: #00517E}
a:hover {color: #E48E13}

.topBanner
{
	border-bottom: dashed thin orange;
	background-color: white; 
	vertical-align: middle; 
	color: #00517E; 
	font-family: 'Arial Black'; 
	text-align: center; 
	height: 75px;              
}

.bottomBanner
{
	color: #00517E;
	text-align: center;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed thin orange;
	border-top: dashed thin orange;
}

.sideBanner
{
	background-color: #00517E;
	width: 6%;
}

.hovedrute
{
	height: 100%;
}

.bannerHeader
{
	font-size: small;
	font-weight: bold;
	font-style: italic;
}

.bannerTable
{
	font-size: small;
	color: #00517E;
	width: 100%;
}

.bannerElementTable
{
	border: dashed thin orange;
	width: 100%;
}

.navigation
{
	 font-size: small;
	 font-style: italic;
	 font-weight: lighter;
	 color: #E48E13;
	 font-family: Arial;
	 border-bottom-style:inset;
	 border-bottom-color: Gray;
	 border-bottom-width: thin;
	 vertical-align: middle; 
}

.marger 
{
	background-color: Aqua;
	width: 10%;
	border: none;
}

.main
{
	color: #00517E;
	background-color: White;
	text-align:left;
	vertical-align:top;
	font-size: medium;
 padding-left: 20px;
 padding-top: 10px;
 padding-right: 20px;
}

.orange
{
	color: #E48E13 ;
}

.menu
{
	width: 15%;
	background-color: white;
	text-align: left;
	vertical-align: top;
	border-right: dashed thin orange;
}

.menuElement
{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.required{
				font-family: Arial; color: Red;

			}
			
			.error{
				font-family: Arial; color: Red; font-style: italic;

			}


