	body {
		margin: 0 0 0 0;
		background-color: #eeeeee;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	}

	#header {
		float: left;
		width: 100%;
		font-size: 75%;
		line-height: normal;
		color: White;
		font-weight: bold;
	}

	#header ul {
		margin: 0;
		padding: 0px 10px 0;
		list-style: none;
	}

	#header li {
		float: left;
		margin: 0;
		padding: 0;
	}

	#header a {
		display: block;
		padding: 0px 5px;
		color: Black;
		text-decoration: none;
		background-image: url(../img/nav/nav.png);
		background-repeat: no-repeat;
		width: 120px;
		line-height: 20px;
		font-weight: bolder;
	}

	#header #current {
		background-image: url(../img/nav/navakt.png);
		background-repeat: no-repeat;
		color: White;
		width: 120px;
		line-height: 20px;
		padding-right: 5px;
		font-weight: bold;
	}

	#header #current a {
		padding-bottom: 5px;
		background-image: url(../img/nav/navakt.png);
		color: White;
		background-repeat: no-repeat;
		width: 120px;
		line-height: 20px;

	}

	#header a:hover {
		background-image: url(../img/nav/navhover.png);
		width: 120px;
		color: Yellow;
	}
	.table {
		font-size: 75%;
	}

	.table2 {
		font-size: 75%;
		text-align: left;
	}

	.i2 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: xx-small;
		font-style: normal;
	}

	.field{
		padding-left: 10px;
		padding-top: 10px;
		width: 75%;
		text-align: left;
	}


	.c1 {
		background-color: #666699;
		color: White;
		font: bolder;
		font-size: 30px;
		/*padding-left: 5px;*/
	}
	.c2 {
		border: 1px solid #000000;
		background-image: url(../img/bg_1.jpg);
		background-repeat: repeat;
	}

	.c3 {
		height: 1280px;
		background-image: url(../img/bg_2.jpg);
	}

	p.sand_headline {
		background-color : #F6E8CB;
		color:#DE0007;
		font-size: 12px;
		font-family:  Verdana,Arial,Helvetica;
		font-weight: bold;
		text-align: center;
		width: 16px;
		width: 100%;
		padding-top: 4px;
		padding-bottom: 4px;
		display: block;
	}

	.ban {
		border: 1px solid Navy;
	}

