html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

html, body, table, tbody, tr, td, th, a, div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

table, tbody, tr, td
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: top;
}

a
{
	color: #FFFFFF;
}

#subtitle div#title
{
	padding: 3px 0;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
}
#content
{
	color: #FFF;
	width: 450px;
	height: 380px;
	overflow: auto;
	padding-top: 10px;
}
#disclaimer
{
	cursor: pointer;
	color: #FFF;
}
#flash
{
	width: 350px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	background-color: #666666;
}
.container
{
	width: 100%;
	height:	100%;
	text-align: center;
}
.leftcolumn, .rightcolumn
{
	width: 50%;
	height: 100%;
}
.leftcolumn
{
	background-image: url( ../gradients/bgcolor_linksonder.png );
	background-color: #06192f;
}
.lefttable, .righttable
{
	width: 100%;
}
.lefttop, .righttop
{
	height: 175px;
	width: 100%;
}
.lefttop
{
	background-image: url( ../gradients/bgcolor_linksboven.png );
	background-color: #858f99;
}
.middlecolumn
{
	width: 800px;
	background-image: url( ../gradients/bottomgradient.png );
	background-color: #06192f;
}
.middletable
{
	text-align: left;
}
.middletable, .middletop
{
	width: 800px;
}
.middletop, .flashtop
{
	background-image: url( ../gradients/topgradient.png );
	background-color: #858f99;
}
.middletop
{
	height: 75px;
}
.flashleft
{
	width: 450px;
}
.flashleft td
{
	text-align: left;
}
.flashtop
{
	height: 50px;
	color: #ffffff;
	font-weight: bold;
}
.title
{
	font-size: 24px;
	vertical-align: middle;
}
.content
{
	height: 380px;
	vertical-align: top;
}
.flashright
{
	width: 350px;
	height: 100%;
}
.flashbottom
{
	height: 300px;
}
.disclaimer
{
	height: 25px;
	vertical-align: bottom;
}
.rightcolumn
{
	background-image: url( ../gradients/bgcolor_rechtsonder.png );
	background-color: #06192f;
}
.righttop
{
	background-image: url( ../gradients/bgcolor_rechtsboven.png );
	background-color: #858f99;
}
.whitebar
{
	height: 20px;
	background-color: #FFFFFF;
}
.bottom
{
	height: 405px;
}
