/* Layout 2006 by Sascha Tayefeh */

/**************** Body and tag styles ****************/
*
{
   margin: 0;
   padding: 0;
}

body
{
   font-family: Verdana, Helvetica, sans-serif;
   font-style: normal;
   font-size: small;
   font-variant: normal;
   text-decoration: none;
   text-transform: none;
   color: black;
   background-color: white;
}

h1, h2, h3, h4 {
   text-transform: uppercase;
   text-align: left;
   color: #91A6D7;
}

h2,h3,h4 {
   margin-top: 1em;
}

h2.verlaut {
   margin-top: 4em;
   padding: 0.2em;
   background-color: #2D374D;
}

cite
{
	color: gray;
}

blockquote
{
	text-align: left;
	margin: 0.5em 0em 1em 0em;
}

p
{
  padding: 0.25em 0em 0.25em 0em;
  text-align: justify;
}

input, select
{
   color:#036;
   font-size:small;
   border: solid 1px;
   font-weight:bold;
}

a{
   color: #a80;
   margin: 0em;
   padding: 0em;
}

a:link,  a:visited
{ 
}

a:hover
{ 	
   color: #f00;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #ffffff;
}

a:active
{
   color: #fff;
}

a.menu
{
   font-weight: bold;
   text-decoration: none;
}

a.menu:visited, a.menu:link, a.menu:active, a.menu:hover
{
   color: #91A6D7;
   font-size: x-small;
}

a.menu:hover, a.menu:active
{
   color: #fff;
   font-size: x-small;
}

img.textpic 
{
	margin-top: 0.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.2em;
	
}

/************************ Workbench ******************/
#headbanner
{
   position: absolute;
   top: 0px;
   left: 0px;
   height: 58px;
   width: 100%;
    background-color: #A4A9B0; 
   background-image: url("../art/layout_top_522x58.gif"); 
   background-repeat: no-repeat;
}

#chain
{
   position: absolute;
   top: 58px;
   left: 0px;
   width: 100%;
   height: 10px;
   background-color: white;
   background-image: url("../art/layout_kette_14x10.gif");
   background-repeat: repeat-x;
}

#sidebar
{
   position: absolute;
   top: 68px;
   width: 10em;
   height: 800px;
   background-color: #2D374D;
}

#content
{
   position: absolute;
   top: 75px;
   left: 10em;
   clear: left;
   text-align: left;
   background-color: white;
   padding: 1.4em;
   padding-right: 3em;
}

#admin
{
   background-color: #f33;
   padding: 1em;
   border: solid 1px;
}

#remarkfooter
{
 font-size: xx-small;
 color: #666;
 margin-top: 3em;
 text-align: right;
}

th {
   background-color: #c55;
   border: solid; border-width: 1px;
}

td.invisible, th.invisible, tr.invisible
{
   visibility: collapse;
}

table {
   border: solid; border-width: 1px;
}

table.userInterface
{
   background-color: #ccc;
   font-size: x-small;
   text-align: center;
   table-layout: fixed;
   width: 200px;
   border-collapse: collapse;
}

hr {
   margin-top: 1ex;
   margin-bottom: 1ex;
}

ul {
   list-style: none;
   margin-top: 1em;
   margin-bottom: 1em;
}


li {
   padding: 2px;
}

li.veranst {
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}

ul.buch {
   padding-top: 1em;
}

li.titel {
   background-color: #2D374D;
   color: #91A6D7;
}

ul.menu {
   font-size: small;
   padding: 0em;
   padding-bottom: 1.2em;
   color: white;
}

ul.lvl2 {
   margin: 0px;
   margin-left: 0.5ex;
   font-size: x-small;
}

li.menu {
   margin-left: 1.0ex;
   padding: 0px;
}

li.lvl2 
{
   margin-top: 0px;
}

img.va-c{
   vertical-align:middle;
}

.important, .warning, .error
{
   color: red;
}

.passed, .cleared
{
   color: green;
}

.center
{
   text-align: center;
}

.left
{
   text-align: left;
}

.large {
   font-size: large;
}

.xx-small{
   font-size: xx-small;
}
.x-small{
   font-size: x-small;
}

.inline {
   display: inline;
}

.inactive {
   color: #444;
}

table.standard
{
   border-collapse: collapse;
   background-color: #fff;
   font-size: x-small;
}

tr.standard
{

}

td.standard, th.standard
{
   border: 1px solid white;
   background-color: #ccc;
}
