/*this is the core style sheet of the site*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0;
	font-size: 0.9em;
	background-color: #00CCFF;
}
h1 {
	text-align: center;
	font-style:normal;
	letter-spacing:2px;
	font-weight: bold;
	font-size: 1em;
	border-bottom-color: #666666;
	border: 1;
}
h2 {
	font-size: 0.9em;
}
p {
}
p.footer {
	font-size: 0.8em;
	text-align: center;
	font-weight:bold;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
}
a:hover {
	background-color: #FF00FF;
}
a:active {
	color: #FF0000;
}
#header {
	font-style: normal;
	margin-left: 180px;
	padding-left: 10px;
	top: 100px;
	width: 700px;
	padding-top: 20px;
	visibility: visible;
}
#navbar {
	width: 180px;
	position: absolute;
	top: 70px;
	bottom: auto;
}
#navbar ul {
}
#navbar ul li {
	list-style-type: none;
	font-size: 0.8em;
	border-style: outset;
	padding: 2;
	margin: 2;
}
#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
}
#navbar ul li a:hover {
	background-color: #FF0000;
	border-left-style: inset;
}
#main-text {
	margin-left: 190px;
	left: 1px;
	width: 700px;
	top: 70px;
	position: absolute;
}
#Fussnote {
	font-style: normal;
	font-size: 0.7em;
	font-variant: normal;
	font-weight: lighter;
	position: absolute;
	width: 103px;
	height: 43px;
	left: 64px;
	top: 616px;
}
table {
/*	background-color: #00FFCC; */
}
td {
	font-size: 0.8em;
}
th {
/*	background-color: #99CCFF; */
	font-size: 0.8em;
}
.inputField 
{ 
	BORDER-RIGHT: #7f7f7f 1px solid; 
	BORDER-TOP: #7f7f7f 1px solid; 
	BORDER-LEFT: #7f7f7f 1px solid; 
	BORDER-BOTTOM: #7f7f7f 1px solid; 
	FONT-SIZE: 1em; 
	WIDTH: 300px; 
} 
.errorField 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 1em;
	WIDTH: 300px;
	background-color: #FFFFCC;
} 
.errorTable 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 1.2em;
	background-color: #FF6600;
} 
.binputField 
{ 
	BORDER-RIGHT: #7f7f7f 1px solid; 
	BORDER-TOP: #7f7f7f 1px solid; 
	BORDER-LEFT: #7f7f7f 1px solid; 
	BORDER-BOTTOM: #7f7f7f 1px solid; 
	FONT-SIZE: 1em; 
	WIDTH: 100px; 
} 
.berrorField 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 1em;
	WIDTH: 100px;
	background-color: #FFFFCC;
} 
#search {
	margin-left: 0px;
	left: 202px;
	width: 301px;
	padding-left: 10px;
	top: 110px;
	position: absolute;
}
#Logo {
	top: 78px;
	margin-left: 600px;
	position: absolute;
	left: 74px;
}

