/* CSS Document */
body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	padding-left:0px;
	padding-top:20px;
	padding-right:0px;
	background-color:#FFFFFF;
}
*
{
	outline: none;
}

a
{
	font-family:Verdana;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#EEECF6;
}
a:hover
{
	font-size:14px;
	font-weight:bold;
}

img
{
	//background-color:#FFFFFF;
	width:98.6%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 10px 10px 15px grey;
	-moz-box-shadow: 10px 10px 10px grey;
}

table
{
	margin-top:20px;
	background-color:#FFFFFF;
	width:98.6%;
}

table tr td:first-child
{
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
}

table tr td:last-child
{
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
}

table tr td.reihe
{
	height:35px;
	width:16.5%;
	font-family:Verdana;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#104780;
	box-shadow: 10px 10px 15px grey;
	-moz-box-shadow: 10px 10px 10px grey;
}

.linie
{
	width:2px;
	border:0px;
}

.logo
{
	vertical-align:middle;
}

.blindtext
{
	font-size:0pt;
	/*color:#7F7F7F;*/
	color:#104780;
}