@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../PIX/hintergrund.gif);
	background-repeat: repeat;
	background-color: #000066;
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
	background-attachment: fixed;
}
.tab-main {
	margin: 0px;
	height: 100%;
	width: 100%;
}
.tab-feld {
	background-color: #003399;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: FFCC00;
	border-right-color: #ffcc00;
	border-bottom-color: #ffcc00;
	border-left-color: #ffcc00;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../PIX/leiste_oben.jpg);
}
p {
	margin: 0px;
	page-break-after: always;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
