@charset "ISO-8859-1";

body {
	background-image:url("../Images/background_stripe.png");
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	font-family:sans-serif;
}

div.main {
	background-image:url("../Images/background.jpg");
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

div.shark {
	background-image:url('../Images/hai.gif');
	position:absolute;
	left:0px;
	top:0px;
	width:128px;
	height:194px;
}

div.mainFrame {
	background-image:url("../Images/menuBoxBg.jpg");
	background-repeat: repeat-x;
	background-color: #dbedff;
}

marquee.font {
	font-weight:900;
	vertical-align: middle;
	font-size:10pt;
}

a {
	color:black;
}

a:hover {
	color:#FF7701;
}

a.linkSmall {
	text-decoration:none;
	font-size:9pt;
}
a:hover.linkSmall {
	text-decoration:underline;
}
div.box {
	border:solid black 1px;
	background-color:white;
	width:90%;
	height:15px;
	text-align:center;
	vertical-align:middle;
	font-weight:900;
	font-size:9pt;
}

a.zurueck {
	border:1px solid black;
	background-color:white;
	padding:3px;
	text-decoration:none;
	margin-bottom:5px;
}

td.button {
	border:solid black 1px;
	background-color:white;
	cursor:pointer;
}