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

body
{
	background-color:#FFDDFF;
}

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

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

table.tblStyleMain
{
	width: 790px;
	height: 592px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
	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;
}

table.naviTable
{
	width: 100px;
	border-spacing: 0px;
	margin-left: 584px;
	border-color: #ffffff;
	border-width: 2px
	border-style: solid;
	table-layout: fixed;
	margin-top: 6px;
}
table.naviTableMain
{
	width: 190px;
	border-spacing: 0px;
	margin-left: 0px;
	border-color: #ffffff;
	border-width: 2px
	border-style: solid;
	table-layout: fixed;
}

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: 30px;
	margin-left: 500px;
	margin-top: 100px;
}

.navigation_main
{
	line-height: 20px;
	margin-left: 600px;
	margin-top: 0px;
}

.home1_main
{
	line-height: 20px;
	margin-left: 514px;
	margin-top: 43px;
	font-family: Arial, MS Sans Serif, Helvetica, Sans-Serif; font-size: 26px; color: #FFFFFF;
}
.home2_main
{
	line-height: 20px;
	margin-left: 574px;
	margin-top: 6px;
	font-family: Arial, MS Sans Serif, Helvetica, Sans-Serif; font-weight: bold; font-size: 15px; color: #FFFFFF;
}
.content
{
	color:#000000;
	width: 530px;
	height: 440px;
	background-color:#F5F5F5;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 14px;
}

.contentMain
{
	line-height: 19px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	height: 420px;
	overflow: auto;
}
.empty
{
	width: 530px;
	height: 440px;
	margin-left: 10px;
	border-width: 1px;
	margin-top: 14px;
}
.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: 19px;
	font-weight: bold;
	color: #E7A8FE;
	top: 9px;
	padding-bottom: 6px;
	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;
}
.pic_width
{
 width: 90px;
 float: right;
 border-width: 1px;
 border-color: #A9B4D4;
 border-style: solid;
 cursor:pointer;
}
.pic_height
{
 height: 90px;
 float: center;
 border-width: 1px;
 border-color: #A9B4D4;
 border-style: solid;
}

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: #E7A8FE;  font-weight: bold;  text-decoration: underline; font-size: 12px;}
a:visited {  color: #E7A8FE;  font-weight: bold;  text-decoration: underline; font-size: 12px;}
a:hover   {  color: #E7A8FE;  font-weight: bold;  text-decoration: underline; font-size: 12px;}
a:active  {  color: #E7A8FE;  font-weight: bold;  text-decoration: underline; font-size: 12px;}

a.nav         {  color: #FFFFFF;  font-weight: none;  text-decoration: none; font-size: 21px;}
a.nav:visited {  color: #FFFFFF;  font-weight: none;  text-decoration: none; font-size: 21px;}
a.nav:hover   {  color: #E7A8FE;  font-weight: none;  text-decoration: none; font-size: 21px;}
a.nav:active  {  color: #E7A8FE;  font-weight: none;  text-decoration: none; font-size: 21px;}

a.navhi         {  color: #E7A8FE;  font-weight: none;  text-decoration: none; font-size: 21px;}
a.navhi:visited {  color: #E7A8FE;  font-weight: none;  text-decoration: none; font-size: 21px;}
a.navhi:hover   {  color: #E7A8FE;  font-weight: none;  text-decoration: none; font-size: 21px;}
a.navhi:active  {  color: #E7A8FE;  font-weight: none;  text-decoration: none; font-size: 21px;}


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; }