﻿body {
	background: url(http://www.fleggakaschber.de/assets/images/repository/bg.gif);
	background-position: top center;
	background-repeat:repeat-y;
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #404040;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
}
html {
	height: 100%;
}
a {
	text-decoration:none;
	border-bottom:1px dotted;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#900;
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #941325;
	margin-top: 5px;
	margin-bottom: 7px;
}
h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #941325;
	margin-top: 5px;
	margin-bottom: 7px;
}
td {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.imgborder {
	border: 1px solid #000000;
}
form {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0px;
}
input, select, textarea {
	font-family: Univers, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
input.button {
	color: #000000;
	background-color: #ffffff;
}
input.buttonshort {
	color: #000000;
	background-color: #ffffff;
	width: 30px;
}
#main {
	background: url(http://www.fleggakaschber.de/assets/images/repository/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	width: 950px;
	min-height: 950px;
	padding: 0px;
}
#navigation {
	margin-top: 360px;
	margin-left: 145px;
	width: 163px;
	min-height: 400px;
	text-align: left;
	z-index: 1;
	float: left;
}
#category {
	font-size: 8pt;
	color:#fff;
	margin-top: 220px;
	margin-right: 117px;
	margin-bottom: 0px;
	padding-left: 0px;
	width: 495px;
	height: 20px;
	text-align: left;
	z-index: 1;
	float: right;
}
#content {
	margin-top: 3px;
	margin-right: 117px;
	background-color: #fff;
	color: #404040;
	width: 488px;
	min-height: 350px;
	text-align: left;
	padding: 10px;
	z-index: 3;
	float: right;
}
#footer {
	color: #ccc;
	width: 468px;
	height: 27px;
	text-align: left;
	margin-top:10px;
	margin-right: 0px;
	padding: 10px;
	float: right;
	z-index: 0;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #ca2d1c;
}
#AdditionalInfo {
	position: absolute;
	margin-left: -2000px;
	margin-top: -2000px;
	visibility: hidden;
}

/* The main calendar widget.  DIV containing a table. */
.calendar, .calendar table {
	border: 1px solid #556;
	font-size: 10pt;
	color: #000;
	cursor: default;
	background: #eef;
	font-family: "Trebuchet MS", Garuda, Arial, sans-serif;
	/*
	font-family: Helvetica, Verdana, Arial, sans-serif;
	*/
	z-index: 5;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button {
	/* "<<", "<", ">", ">>" buttons have this class */
  text-align: center; /* They are the navigation buttons */
	;
	padding: 2px;          /* Make the buttons seem like they're pressing */
}
.calendar thead .title {
	/* This holds the current "month, year" */
  font-weight: bold; /* Pressing it will take you to the current date */
	;
	text-align: center;
	background: #fff;
	color: #000;
	padding: 2px;
}
.calendar thead .headrow {
	/* Row <TR> containing navigation buttons */
  background: #778;
	color: #fff;
}
.calendar thead .font-family {
	/* Row <TR> containing the day names */
  background: #bdf;
}
.calendar#font-family thead .name {
	/* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
	padding: 2px;
	text-align: center;
	color: #000;
}
.calendar thead .weekend {
	/* How a weekend day name shows in header */
  color: #a66;
}
.calendar thead .hilite {
	/* How do the buttons in header appear when hover */
  background: #aaf;
	color: #000;
	border: 1px solid #04f;
	padding: 1px;
}
.calendar thead .active {
	/* Active (pressed) buttons in header */
  background: #77c;
	padding: 2px 0px 0px 2px;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day {
	/* Cells <TD> containing month days dates */
  width: 2em;
	color: #456;
	text-align: right;
	padding: 2px 4px 2px 2px;
}
.calendar tbody .hilite {
	/* Hovered cells <TD> */
  background: #def;
	padding: 1px 3px 1px 1px;
	border: 1px solid #bbb;
}
.calendar tbody .active {
	/* Active (pressed) cells <TD> */
  background: #cde;
	padding: 2px 2px 0px 2px;
}
.calendar tbody .selected {
	/* Cell showing today date */
  font-weight: bold;
	border: 1px solid #000;
	padding: 1px 3px 1px 1px;
	background: #fff;
	color: #000;
}
.calendar tbody .weekend {
	/* Cells showing weekend days */
  color: #a66;
}
.calendar tbody .today {
	/* Cell showing selected date */
  font-weight: bold;
	color: #00f;
}
.calendar tbody .emptycell {
	/* Empty cells (the best is to hide them) */
  visibility: hidden;
}
.calendar tbody .emptyrow {
	/* Empty row (some months need less than 6 rows) */
  display: none;
}
/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow {
	/* The <TR> in footer (only one right now) */
  text-align: center;
	background: #556;
	color: #fff;
}
.calendar tfoot .ttip {
	/* Tooltip (status bar) cell <TD> */
  background: #fff;
	color: #445;
	border-top: 1px solid #556;
	padding: 1px;
}
.calendar tfoot .hilite {
	/* Hover style for buttons in footer */
  background: #aaf;
	border: 1px solid #04f;
	color: #000;
	padding: 1px;
}
.calendar tfoot .active {
	/* Active (pressed) style for buttons in footer */
  background: #77c;
	padding: 2px 0px 0px 2px;
}
/* Combo boxes (menus that display months/years for direct selection) */
.combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	border: 1px solid #655;
	background: #def;
	color: #000;
	font-size: smaller;
}
.combo .label {
	width: 100%;
	text-align: center;
}
.combo .font-family {
	background: #acf;
}
