/* CSS Document */

body
	{
	margin: 0px;
	padding: 0px;
	border:0px;
	min-width: 850px;
	height:100%;
	background-color: #FFFFFF;
	font-family:tahoma;
	color:#FFFFFF;
	}
#main
	{
	background-color: #FFFFFF;
	background-image: url(images/nettskisse.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 40px;
	width: 850px;
	height: 600px;
	margin-left: 50px;
	}
#top
	{
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 30px;
	}
#top img
	{
	margin-top:15px;
	margin-bottom: 5px;
	}
.facts
	{
	font-family:tahoma;
	font-size:13px;
	color:#FFFFFF;
	line-height:16px;
	display: inline-block;
	}
#left
	{
	padding-left: 30px;
	float: left;
	margin-top: 60px;
	width:340px;
	height:230px;
	border-right:solid 1px #FFFFFF;
	}
li
	{
	padding-left:30px;
	margin-left:0px;
	}
.services
	{
	color: #FFFFFF;
	font-family:tahoma;
	font-weight:bold;
	font-size: 16px;
	line-height: 20px;
	list-style-type:circle;
	margin-left: 0px;
	}
.services_detail
	{
	font-style:italic;
	margin-left:15px;
	display:block;
	list-style-type:none;
	}
.services_detail a:link
	{
	text-decoration:none;
	color:#FFFFFF;
	}
.services_detail a:visited
	{
	text-decoration:none;
	color:#FFFFFF;	
	}
.services_detail a:hover
	{
	text-decoration:underline;
	}
#right
	{
	float:left;
	padding-top:60px;
	padding-left:0px;
	width:360px;
	display:block;
	}
