﻿body
{
	background-color: #ffffb1;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: smaller;
}
img
{
    padding: 0px;
    margin: 0px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-collapse: collapse;
}
.inlineText
{
    position:relative;
	top:-2px;
}
.inlineTextTop
{
	position:relative;
	top:3px;
}
.infotext
{
    font-size:10px;
}
a
{ 
	text-decoration: none;
	color: #0000cc;
	padding-left:2px;
	padding-right:2px;
}
a.register
{
	font-size:x-small;
}
.active
{
	font-weight: bold;
}

a:hover
{
	background-color: #98fb98;
}

div.Logo
{
	text-align: center;
	vertical-align: middle;
	height: 120px;
}
div.loginInfo
{
	float: right;
	font-size:x-small;
	text-align: right;
}
div.header
{
	width: 100%;
	background-image: url(Bilder/headerPic.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	height: 120px;
}
div.boxLink
{
	border-right: #a9a9a9 1px solid;
	padding-right: 8px;
	border-top: #a9a9a9 1px solid;
	padding-left: 8px;
	padding-bottom: 3px;
	border-left: #a9a9a9 1px solid;
	padding-top: 3px;
	border-bottom: #a9a9a9 1px solid;
	background-color: #ebeded;
	text-align: center;
}
/* NavigationTree-Styles */
.navNode, .navRoot, .navLevel0, .navLevel1, .navLevel2, .navLevel3, .navSelected, .navHoover
{
	border: solid 1px #ffffff;
	/*
	border-color: #ffffff;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style:solid;
	*/
}
.navNode{}
.navRoot
{
	background-color: #ffff00;
	width: 156px;
}
.navLevel0
{
	background-color: #f5e000;
	padding-left: 4px;
	width: 152px;
}
.navLevel1
{
	font-weight: bold;
	background-color: #f5e000;
	padding-left: 8px;
	width: 148px;
}
.navLevel2
{
	background-color: #ffff00;
	padding-left: 12px;
	width: 144px;
}
.navLevel3
{
	background-color: #ffffcc;
	padding-left: 16px;
	width: 140px;
}
.navSelected
{
	background-color: #ffcc99;
}
.navHoover
{
	background-color: #98fb98;
}
.marked{
	background-color: #ffcc99;
}
/* Notifier Styles */
.Message
{
	color: #666666;
}
.Warning
{
	color: #ff0000;
	font-weight: bold;
}
.UserError
{
	color: #ff0000;
	font-weight: bold;
}
.Error
{
	color: #ff0000;
	font-weight: bold;
}
/* Titel */
h1
{
	font-size: larger;
	font-variant:small-caps;
	margin-top: 15px;
	margin-bottom: 4px;
}
/* Tabellen */
.even
{
	background-color: #ffffff;
	color: #000000;
}
.odd
{
	background-color: #f4f4f4;
	color: #000000;
}
th
{
	background-color: #f5e000;
	border: solid 1px #ffffb1; 
	margin:1px;
	text-align:left;
}
.text-liste,.text-liste-re,.datum-liste
{ 
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.datum-liste
{
    font-size: smaller;
}
.text-liste-re
{
    text-align:right;
}
.input-liste
{
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
td.fill
{
    width: 90%;
}
/* Eingabe Klassen */

input.max, input.xlarge, input.large, input.medium, input.small
{
	vertical-align: top;
}
input.max, textarea.max{
	width: 98%;
}
input.xlarge, textarea.xlarge
{
	width: 300px; 
}
input.mlarge, textarea.mlarge
{
	width: 211px; 
}
input.large, textarea.large
{
	width: 150px; /* = small + zwischenraum + large */
}
input.largeMail
{
	width: 125px; /* =large - Breite für Checkbox (25) */
}
input.dateTime
{
	width: 100px; 
}
input.date
{
	width: 70px; 
}
input.time
{
	width: 35px; 
}
input.medium, textarea.medium
{
	width: 70px; 
}
input.small
{
	width: 50px; 
}
textarea.xlarge
{
	height: 100px; 
}
textarea.large
{
	height: 100px; 
}
textarea.medium
{
    height: 50px; 
}
textarea.max
{
    height: 35px; 
}
textarea.inTable
{
    height: 35px; 
	width: 50px; 
}

/*paging */
.paging, .paging-text
{
	font-size:x-small;
 }
.paging-text
{
	position:relative;
	top:-2px
}
input.paging
{
	width:20px;
}
/* MaterialAuswahl */
.gruppeLinks
{
    white-space: nowrap;
    vertical-align: bottom;
    border-right: #ffcc33 thin dashed;
    border-top: #ffcc33 thin dashed;
    border-left: #ffcc33 thin dashed;
    border-bottom: #ffcc33 thin dashed;
}
/* Belegung */
a.belegungLink
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.belegungFeld
{
    white-space: nowrap;
    margin: 1px;
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
}
.statusNoPlace
{
    border-right: red 1px dashed;
    border-top: red 1px dashed;
    border-left: red 1px dashed;
    border-bottom: red 1px dashed;
}
/* Buchungsprogress */
table.progress
{
    float:right;
    display:inline;
}
td.progress, td.progress-active
{
    width: 30px;
    text-align:center;
    border-right: #cc9933 thin solid;
    border-top: #cc9933 thin solid;
    font-weight: bold;
    font-size: x-large;
    border-left: #cc9933 thin solid;
    color: #cc9933;
    border-bottom: #cc9933 thin solid;
    background-color: #ccffcc;
}
td.progress
{
    background-color: #ccffcc;
}
td.progress-active
{
    background-color: #ccff33;
}