a:link {  color: #990033; text-decoration: none}
a:hover {  color: #990033; text-decoration: underline}
a:active {  color: #990033; text-decoration: underline}
a:visited {  color: #990033; text-decoration: none}

.punktrand_rechts {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.punktrand_oben {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.punktrand_oben_rechts {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-image: url(img/bg_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	background-color: #CCCCCC;
	border: 1px #333333 none
}

#rest {
	background-image: url(img/bg_rest.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 800px;
	width: 50%;
	height: 2000px;
}

