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

body {
	background-image:url(bilder/hgr.gif);
	background-repeat:repeat-y;
	cursor:default;
	margin:0px;
	margin-top:8px;
	background-color:#4d4d4d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:16px;
	color:#4d4d4d;
}
td {
	vertical-align:top;
}

p {
	margin-top:18px;
	margin-bottom:0px;
}

a:link {
	color:#cccccc;
	text-decoration:none;
	cursor:pointer;
}
a:visited {
	color:#cccccc;
	text-decoration:none;
}
a:focus {
	color:#cccccc;
	text-decoration:none;
}
a:hover {
	color:#cccccc;
	text-decoration:underline;
}
a:active {
	color:#d4d800;
	text-decoration:underline;
}
.small {
	font-size:90%;
	line-height:14px;
}
.grey {
	color:#cccccc;
}

.green {
	color:#d4d800;
	font-weight:bold;
}

.white {
	color:#d4d800;
}

.smallwhite {
	color:#cccccc;
	font-size:90%;
}

.header {
	font-weight:bold;
}

.player {
	width:400px;
	height:70px;
	background-color:#4d4d4d;
}

.red {
	font-weight:bold;
	color:#cccccc;
}

#hinw:link {
	color:#cccccc;
	text-decoration:underline;
	cursor:pointer;
}
#hinw:visited {
	color:#cccccc;
	text-decoration:underline;
}
#hinw:focus {
	color:#cccccc;
	text-decoration:underline;
}
#hinw:hover {
	color:#cccccc;
	text-decoration:underline;
}
#hinw:active {
	color:#d4d800;
	text-decoration:underline;
}

#email:link {
	color:#4d4d4d;
	text-decoration:none;
	cursor:pointer;
}
#email:visited {
	color:#4d4d4d;
	text-decoration:none;
}
#email:focus {
	color:#4d4d4d;
	text-decoration:none;
}
#email:hover {
	color:#4d4d4d;
	text-decoration:underline;
}
#email:active {
	color:#4d4d4d;
	text-decoration:underline;
}
