﻿/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;	
}

.kop1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #7B9AAE;
}

.link2 a:link, a:visited  {
	color: #D95644;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

.titel-1 {
	color: #d95644;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.titel-2 {
	color: #d95644;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.navhome a:link, a:visited  {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.link1 a:link, a:visited  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.link1 a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
}