﻿body 
{
	margin: 0px;
	background-color:#3e3e3e;
	font-family: Verdana;
	font-size: 8pt;
}

a 
{
	color: White;
	text-decoration: none;
}

a:hover 
{
	color: Orange;
	text-decoration: underline;
}

.main
{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	font-family: Verdana;
	font-size: 8pt;
	color: White;
	text-align: left;
	margin-top:40px;
}
.topbanner
{
	background-image: url(/layout/top.png);
	
	width: 1024px;
	height: 305px;
}


.cases
{
		background-image: url(/layout/menubanner/Cases.png);
		width: 109px;
		height: 85px;

}

.cms
{
		background-image: url(/layout/menubanner/Cms.png);
		width: 109px;
		height: 85px;
		
}

.produkter
{
		background-image: url(/layout/menubanner/Produkter.png);
		width: 109px;
		height: 85px;
}

.support
{
		background-image: url(/layout/menubanner/Support.png);
		width: 109px;
		height: 85px;

}

.menu
{
	background-image: url(/layout/menubar.png);
	width: 1009px;
	height: 26px;
	padding: 4px 0px 0px 15px;
	
}
.contentbg
{
	background-image: url(/layout/bund2.png);
	width: 1006px;
	height: 368px;
	padding-top:15px;
	padding-left:18px;
	color:White;
}
.content
{
	background-image:url(/layout/contentbox.png);
	width:629px;
	height:321px;
	float:left;
	margin-right:20px;
	padding: 15px 15px 15px 15px;
		
}
.news
{
	background-image:url(/layout/nyhedbox.png);
	width:280px;
	height:321px;
	float:left;
	padding: 15px 15px 15px 15px;
}



