  /*
   * Copyright (c) 2006
   *
   * Florian Schreier. All rights reserved.
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
   * 
   * 1. Redistributions of source code must retain the above copyright notice,
   * this list of conditions and the following disclaimer.
   * 2. Redistributions in binary form must reproduce the above copyright notice,
   * this list of conditions and the following disclaimer in the documentation
   * and/or other materials provided with the distribution.
   * 3. The names of its contributors may never be used to endorse or promote
   * products derived from this software without specific prior written permission.
   * 
   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
   * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
   * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   */

/* Allgemeines */
body
	{
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
table
	{
	font-size:10pt;
	}
img
	{
	border: 0px;
	}


/* Divs */
.oben
	{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:76px;
	background-image:url(img/leiste.gif);
	}
.mitte
	{
	position:absolute;
	left:0px;
	top:75px;
	width:100%;
	}
.mitte2
	{
	position:absolute;
	left:135px;
	top:75px;
	}
.menu
	{
	position:absolute;
	left:0px;
	top:75px;
	width:130px;
	}


/* Links */
a:link, a:visited, a:active
	{
	color: #0000cd; /*6495ed;*/
	text-decoration: none;
	}
a:hover
	{
	color: #6495ed;
	text-decoration:none;
	}


/* Tabellen */
td
	{
	background-color: #FFFFFF;
	}
.itable
	{
	background-color: #C0C0C0;
	text-align: center;
	}
.header1
	{
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/tablebg.gif);
	text-align: center;
	}
.header2
	{
	background-color: #F5F5F5;
	}
.t100
	{
	width: 100px;
	}
.null
	{
	color: #D6D6D6;
	}
.infbox	
	{
	cursor: help;
	}
.zeile1
	{
	background-color: #ffffff;
	}
.zeile2
	{
	background-color: #f8f8ff;
	}


/* Formulare */
.ibox
	{
	margin: 0px;
	border: #808080 dashed;
	border-width: 1px;
	font-size: 8pt;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 19px;
	}
.submit
	{
	margin: 0px;
	border: 1px #808080 colapsed;
	background-color: #d3d3d3;
	}
input.f250
	{
	width: 250px;
	}
input.f80
	{
	width: 80px;
	}
input.f30
	{
	width: 30px;
	}
.formular
	{
	position:absolute;
	left:80px;
	top:60px;
	}
.formular2
	{
	position:absolute;
	left:400px;
	top:60px;
	}


/* Menu links */
.menu a:link,.menu a:active,.menu a:visited
	{
	font-weight:normal;
	display:block;
	color:#000;
	font-size:10px;
	padding-left:12px;
	padding-bottom:3px;
	padding-top:3px;
	}
.menu a:hover
	{
	color:	#808080;
	cursor:pointer;
	background-image:url(img/n.gif);
	background-repeat:no-repeat;
	font-style:normal;
	text-decoration:none;
	}