.border {
	border: 1px solid #000099;
}
.bgleft {
	background-attachment: fixed;
	background-image:  url(images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right, top;
}
.bgright {
	background-attachment: fixed;
	background-image:  url(images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
BODY {
	background: #0A5FE0;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	scrollbar-track-color:#0A5FE0;
	scrollbar-face-color:#0A5FE0;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-highlight-color:#0A5FE0;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#0A5FE0;

}
A {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

A:hover {
  color: #1FDCF9;
  text-decoration: underline overline;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.bgmain {
	background-image:  url(images/bg_sand.jpg);
}.border-pics {
	border-top: 7px solid #FFFFFF;
	border-right: 7px solid #FFFFFF;
	border-bottom: 27px solid #FFFFFF;
	border-left: 7px solid #FFFFFF;

}
.noFrame {
	text-decoration: none;
}
