﻿body
{
    background-color:#fff;
	font-family:Verdana,Helvetica, sans-serif;
	overflow:scroll;

}
.wrapper
{
    width:1250px;
    margin:0px auto;
}

/* Header */
.header
{
    height: 126px;
    text-align: center;
}

/* Logo */
.logo
{
    width:950px;
    margin:0px auto;
    text-align:left;
}
.logo a img {
	border:none;
	
}

/* Menu */

.menuwrapper {
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	width:200px;
		}
.menutop{
	font-size:12px;
	text-align:center;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	}
.menu {
	margin-top:20px;
	font-size:12px;
	font-weight:normal;
		
	}
.menu ul {
margin: 0 0 5px 0;
padding: 0 0 2px 0;
list-style-type: none;

}

.menu ul li {
	line-height: 20px;
	
	display: block;
}
.menu li a {
display: block;
height: 16px;
padding: 4px 0 4px 14px;
font-weight:normal;
text-decoration: none;
color: #333333;
}
 
.menu li a:hover {
	background:url(billeder/marker.png) no-repeat scroll 0 9px transparent;
	color:#767875;
}

.current {
	font-weight:bold;
	background:url(billeder/marker.png) no-repeat scroll 0 3px transparent;
	margin-left:-14px;
	padding-left:14px;
	text-decoration: none;
}

/* Content */
.content {
	float:left;
	width: 70%;
	margin-left:15%;
	}
	
.text-content
{
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    box-shadow: -1px -1px 0 white inset, 1px 1px 0 white inset, 5px 5px 67px #fff inset,-5px -5px 67px #fff inset;
    color: rgb(31, 126, 170);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
	padding:0 20px;
	
	
}
.clear {
	clear:both;
	}
p
{
    color: rgb(51, 51, 51);
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 15.59375px;
}

/* Headlines */
h1
{
    color:#808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}
h2
{
    color:#808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

/* Footer */
div.footer
{
    margin-top:10px;
	height: 100px;
    text-align: center;
    color:#999999;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}
.customdiv01 {
margin-left:15%;
margin-right:15%;
border:2px solid #a1a1a1;
padding:40px 40px; 
border-radius:25px;
width:60%;
	}
.customdiv02{
 width: 300px; 
 border: 1px solid red; 
 float: left;
}

.leftcolumn { width:50%; float: left; padding:10px 10px;}
.rightcolumn { width: 40%; float: right;padding:10px 10px;}