body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background: #FFFFFF;
	min-width: 600px;
	font-size: 90%;
}

#header {
	clear: both;
	float: left;
	width: 100%;
	background-image: url(top3.png);
	background-repeat: no-repeat;
	background-color: #f9d0ca;
	height: 181px;
	border-bottom:3px solid #475782;
}

	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
		
	}
	
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
		
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
		
	}
	/* 2 column right menu settings */
	.rightmenu {
	    background:#e8ecf7;
	}

	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-260px;
        position:relative;
        right:100%;
        background:#fff;
		border-right: 3px solid #475782;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:0 15px 0 270px;
        overflow:hidden;
	}
	
	.col1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.col1 h2 {
		background-image: url(headergubbe3.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		padding-left: 30px;
		padding-top: 5px;
		height: 42px;
		vertical-align: middle;
		display: table-cell;
	}
	
	.rightmenu  .col1 h2 {
		font-family: Arial, Sans-Serif;
		font-weight: bold;
		font-size: 24px;
		line-height: 24px;
		color: #49577c;
		margin: 0;
		margin-top: 15px;
	}
	
    .rightmenu .col2 {
        float:right;
        width:260px;
        position:relative;
        left:260px;
    }
	
	.col2 {
		padding: 0;
		margin: 0;
		
	}
	
	.col2 h2 {
		text-align: left;
		margin-left: 15px;
		font-family: Arial, Sans-Serif;
		font-weight: bold;
		font-size: 24px;
		line-height: 24px;
		color: #49577c;
		margin-bottom: 3px;
	}
	
	.col2 ul li {
		padding-right: 20px;
		list-style-type: none;
		display: inline;
	}
	
	.col2 a {
		font-family: arial;
		font-size: 20px;
		color: #49577c;
		font-weight: bold;
		display: block;
		width: auto;
		height: 100%;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
		text-decoration: none;
	}
	
	.col2 h2 {
		font-family: arial;
		text-transform: uppercase;
	}
	
	a.menuminilink {
		color: #3c3c3c;
		font-size: 14px;
		font-family: arial;
		line-height: 24px;
		text-decoration: underline;
		font-weight: normal;
		text-align: left;
		margin-left: 15px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:3px solid #475782;
		vertical-align: middle;
		font-family: arial;
    }
    #footer p {
        padding:10px;
        margin:0;
		text-align: center;
    }
	
.col1 a { 

	color: #000000;

}