/*
* Figuren Journal (R)
* http://www.figuren-journal.com
* Copyright 2002-2004 Webdesign Norbert Schrepf
* Version 2.0.0.0.
*/

body,td,p,a,div,span,ul,ol,textarea {
	font-size:10pt;
	font-family : Arial, Helvetica, sans-serif;
	color:#222222;
}

body {
	background-color : #EEEEDD;
	background-image : url(/Images/Background.gif);
}

table.form {
   border: 1px solid #000000; 
   background-color: #FFFFCC;
}

h1 {
	font-size:16pt;
}

td {
}

td.mainmenu {
   border: outset 2px #EEEEFF;
   background-color: #EEEEFF;
   width: 20%;
   text-align:center;
}

td.mainmenu_selected {
   border: inset 2px #DDDDEE;
   background-color: #DDDDEE;
   width: 20%;
   text-align:center;
}

td.submenu {
   border: outset 2px #EEFFEE;
   background-color: #EEFFEE;
   width: 20%;
   text-align:center;
}

td.submenu_selected {
   border: inset 2px #DDEEDD;
   background-color: #DDEEDD;
   width: 20%;
   text-align:center;
}

UL {
	margin-top : 0px;
	margin-left : 20px;
	margin-bottom : 0px;
}

textarea {
}

/*
a:active  {
	color: #FF0000;
	text-decoration : none;
}
*/

a:link, a:visited  {
	color: #0000FF;
	text-decoration : none;
}

a:hover  {
	color: #0000FF;
	text-decoration : underline;
}

a:link.menu, a:active.menu, a:visited.menu {
	width: 100%;
	height: 20px;
	color: #333333;
	font-weight: bold;
	font-size: 11pt;
}

a:link.title, a:active.title, a:visited.title {
    color: #333333;
	font-size:18px;
	font-weight:bold;
}

.pagetitle {
	font-size:20pt;
	color : Blue;
	font-weight : bold;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

.footer {
  font-size:8pt;
  color:#777777;
}

.shadow {
	background:#B0B0A0;
}

.highlight {
	background-color : Yellow;
}

.para  {
	text-indent : 1em;
	text-align : justify;
}

.error {
  font-weight: bold;
  color: #FF2222;
}