﻿body {
	font-family:Tahoma;
	font-size:12px;
	 background-color: #edeefb;
}
td, div, a {
	font-family:Tahoma;
	font-size:12px;
}
div.box 
{
    border: double 1px black;
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	padding: 20px; 
	text-align: left; 
	width: 90%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0 auto 0 auto;

	}
div.banner {
	left:5%;
	top:40px;
	height:90px; 
	right:5%;  
	width: 100%;
	background-image:url('images/topbanner5.gif')
}
div.menu {
	left:5%;
	top:25px;
	right:5%;  
	width:100%;
    text-align: right;

}
div.text 
{
    left: 5%; 
    right: 37%; 
    top: 140px; 
    width: 65%; 
    padding: 20px; 
    background-color:Transparent;
	text-align:left;
	left:5%;
	top:140px;
	
}
div.hoyre 
{
    left: 67%; width: 30%; top: 174px;
    
	position: absolute;
	text-align:left;
	
	right:5%;  
	padding: 5 px;
}
.text h1 {
	font-family:Tahoma;
	font-size:15px;
	font-weight:bolder;
	text-align:left;
	border-bottom:60%;
	border-bottom-color:#1a5e80;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
a.menu {
	text-decoration:none;
	color: black;
	background-image: url("images/corner.gif");
	background-repeat:no-repeat;	
	background-color: #dfe2ed;
	background-position:right top;
	padding: 15px; 
}
a.menu:hover {
	text-decoration:none;
	color: white;
	background-image:url("images/corner.gif");
	background-repeat:no-repeat;	
	background-color:#1a5e80;
	background-position:right top;
	padding: 15px; 
}
	
.hoyre h1 {
	background-color: #1a5e80;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

.linkMsg 
{
    background:#edeefb;
    border:thin red double;
    padding:10px;
    width:300px;
    text-align: center;
}