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

body
{
	margin: 0px;
	background-image: url('./img/bg.png');
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000033;
	
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
}

a:link, a:visited, a:active
{
	color: #7DB0FE;
	text-decoration: none;
}

a:hover
{
	color: #A5D8FF;
}

a[name]:hover
{
	color: inherit;
}

img
{
	border: none;
	margin: 2px;
	vertical-align: middle;
}

td
{
	vertical-align: top;
	padding: 2px;
}

.blind_table
{
	border-collapse: collapse;
	width: 100%;
}

.text_headline
{
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

.menu td
{
	font-size: 8pt;
	font-weight: bold;
}

.menu a:link, .menu a:visited, .menu a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover
{
	color: #A5D8FF;
}

.vert_middle td
{
	vertical-align: middle;
	text-align: center;
}