/*
 *  css styles for http://www.emric.de
 *  copyright by EMRIC Internet Consulting
 *  http://www.emric.de
 */

body
{
	background-color:#717171;
}

body,table,tr,td,input,textarea,select
{
	font-family: Verdana, Arial, MS Sans Serif, Helvetica, Sans-Serif; font-size: 9px; color: #FFFFFF;
}

table.tblStyleHead
{
	width: 700px;
	border-spacing: 0px;
	table-layout: fixed;
	margin-top: 30px;
}

table.tblStyleMain
{
	width: 700px;
	height: 427px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
	border-spacing: 0px;
	border-collapse:collapse;
	table-layout: fixed;
	margin-top: 10px;
}

table.tblStyleFooter
{
	width: 700px;
	border-spacing: 0px;
	table-layout: fixed;
	margin-top: 6px;
}

td.tdDatum
{
	text-align: right;
	vertical-align: bottom;
	color: #FFFFFF;
}

td.tdCellLeft
{
	width:40px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 1px;
	vertical-align: middle;
	text-align: center;
}

td.tdCellCenter
{
	width:472px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 1px;
	vertical-align: top;
}

td.tdCellRight
{
	vertical-align: top;
	background-color: #636363;
}

td.tdCellFooter1
{
	font-size: 6.5pt;
	color: #FFFFFF;
}

td.tdCellFooter2
{
	text-align: right;
	vertical-align: bottom;
}

.navigation
{
	line-height: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

.content
{
	color:#ffffff;
	width:449px;
	height: 295px;
	background-color:#ACACAC;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 14px;
}

.contentMain
{
	line-height: 13px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 295px;
	overflow: auto;
}

.box
{
	color: #FFFFFF;
	line-height: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

p
{
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

h1
{
	font-size: 15px;
	font-weight: bold;
	color: #FFCC00;
	top: 9px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

h2
{
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;	
	top: 9px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
	top: 9px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

ul
{
	list-style-position: outside;
	padding-left: 8px;
	margin-left: 8px;
	padding-top: 4px;
	margin-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

input.fieldnormalr    { color:#000000; width: 300px; background-color: #f0f0f0; border-style: solid; border-color: #808080; border-width: 1px;}
input.btn             { background-color: #FFCC00; color: #404040; width:150px; border-style: solid; border-width: 1px; border-color: #404040;}
select.fieldnormal    { color:#000000; width: 300px; background-color: #f0f0f0; border-style: solid; border-color: #808080; border-width: 1px;}
textarea.InputTextarea{ color:#000000; width: 300px; background-color: #f0f0f0; border-style: solid; border-color: #808080; border-width: 1px;}

/*
 *  Link Styles
 */

a         {  color: #FFCC00;  font-weight: bold;  text-decoration: none; }
a:visited {  color: #FFCC00;  font-weight: bold;  text-decoration: none; }
a:hover   {  color: #808080;  font-weight: bold;  text-decoration: none; }
a:active  {  color: #FFCC00;  font-weight: bold;  text-decoration: none; }

a.linkbox         {  color: #FFCC00;  font-weight: bold;  text-decoration: none; }
a.linkbox:visited {  color: #FFCC00;  font-weight: bold;  text-decoration: none; }
a.linkbox:hover   {  color: #E2E2E2;  font-weight: bold;  text-decoration: none; }
a.linkbox:active  {  color: #FFCC00;  font-weight: bold;  text-decoration: none; }
