body {
  margin:0px; 
  background-color: #607287;
	background-image:url(images/website/background.jpg);
}
a:link {
  color:#2A9FFF;
	text-decoration:none;
}
a:visited { 
  color:#2A9FAA;
	text-decoration:none; 
}
a:hover { 
  color:#AA0000;
	text-decoration:none; 
}
a:active { 
  color:#AA0000;
	text-decoration:none; 
}
a:focus { 
  color:#AA0000;
	text-decoration:none; 
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.textitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

img {
  border-color: #000000;
}

ul {
  list-style-type:square;
}

.tbl {
  background-image: url(images/website/halbtransparent.png);
}