html, body 
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
}

td.Content
{
	height:690px;
	background:#f9f9f9;
	vertical-align:top;
	font-size: 9pt;
	color:#555555;
	background-image:url(../../Bilder/Design/background.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:left;
}

a:active img, a:visited img, a:link img{  
	border:none;
}

td.MainNav
{
	color:white;
	background:#888888;
	border-style:none;
	border-right:solid 2px #eeeeee;
	height:15px;
	text-align:center;
	font-size: 8pt;
	width: 16.6%;
}

a.MainNav:active, a.MainNav:visited, a.MainNav:link
{
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:100%;
	color:#eeeeee;
	height: 15px;
	line-height:15px;
	background-color:#888888;
	border-style: none;
}
a.MainNav:hover{
	background-color:#888888;
	color:red;
}

td.LineLeft
{
	width:25px;
	background-image:url(../../Bilder/Design/SeparatorBorderLeft.gif);
	background-position:right;
	background-repeat:repeat-y
}

td.LineRight
{
	width:25px;
	background-image:url(../../Bilder/Design/SeparatorBorderRight.gif);
	background-position:left;
	background-repeat:repeat-y;
}

td.LineMiddle
{
	height:2px;
	background-color: #888888;
}

td.DarkGrayBorderLeft
{
	width:25px;
	background-image:url(../../Bilder/Design/DarkGrayBorderLeft.gif);
	background-position:right;
	background-repeat:repeat-y;
}

td.DarkGrayBorderRight
{
	width:25px;
	background-image:url(../../Bilder/Design/DarkGrayBorderRight.gif);
	background-position:left;
	background-repeat:repeat-y;
}

td.Header
{
	height:90px;
	background-color:yellow;
	text-align:center;
	vertical-align: middle;
	font-size: 20pt;
	font-weight: bold;
}

td.Copyright
{
	height:12px;
	background:#eeeeee;
	color:#888888;
	font-size:7pt;
}

.Transparent
{
	background-color: white;
	width: 100%;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
}
