body {
	background-color: #DDE2E8;
	background-image:url(bilder/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	color: #111111;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}


A:link {
	text-decoration: none; color: #777777;
}
A:visited {
	text-decoration: none; color: #777777;
}
A:active {
	text-decoration: none; color: #777777;
}
A:hover {
	text-decoration: none; color: #333333;
}
/* Klasser */
.style1 {color: #CD4646; font-weight: bold;}
.class1 {
	margin-left: auto;
	margin-right: auto;
}
/*  */

td, div, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing:0;
}
h2
{
	color:#687B93;
	font-size: 20px;
	font-weight: bold;
	margin-top:0px;
}
h3
{
	color:#000000;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:2px;
}
h4
{
	color:#687B93;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}
#content
{
	width: 1050px;
	height: auto;
}
#logo
{
	height: 120px;
	width: 242px;
	margin-top: 10px;
	margin-left: 50px;
}
#menu
{
	float: right;
	height: 30;
}
#text
{
	float:left;
	background-color: #FFFFFF;
	height: 100%;
	width:100%;
	border: 1px solid;
	border-color: #DDE2E8;
}
#footer
{
	margin-bottom:40px;
	margin-left: 50px;
	margin-right:20px;}
#start
{
	float:left;
	margin-top: 40px;
	margin-left: 50px;
}
/* nav */
#nav li
{
	float: left;
	list-style-type: none; 
}

#nav li a
{
	color: #ffffff;
	display: block;
	background: #687B93;
	padding: 8px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#nav li a:hover
{
	color: #005192; 
}

#nav li a.active
{
	background: #ffffff;
	color: #005192;
}
