/* CSS Document */

body{
	background-color: #FFFFFF;
	background-image: url(bilder/bknd_grad.jpg);
	background-repeat: repeat-x; 
	}
.h1 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bolder;
	color: #4B4B4B;
}
.h2 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #4B4B4B;
	line-height: 10pt;
}
.h3 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #9c3022;
	}
.text {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #4B4B4B;
}
a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #4B4B4B;
	text-decoration: none;
	line-height: 12pt;
}
a:hover {
	font-family: verdana, helvetica, sans-serif;
	color: #B4B4B4;
}
a:visited {
	font-family: verdana, helvetica, sans-serif;
	color: #4B4B4B;
}
.links {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #4B4B4B;
}

.grey {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
}
