html
{
  height: 100%;
  }

body
{
  padding : 0px;
  margin : 0px;
  height: 100%;
  background-color: #ADADAD;
  color: #000000;
  scrollbar-base-color: #898989;/**/
  scrollbar-3dlight-color: black;/*linke obere Kontur*/
  scrollbar-arrow-color: #E5E5E5;/*Pfeilchen*/
  scrollbar-darkshadow-color: black;/*rechte untere Kontur*/
  scrollbar-face-color: #898989;/*Hauptfarbe*/
  scrollbar-highlight-color: white;/*linke obere innere Kontur*/
  scrollbar-shadow-color: #A5A5A5;/*rechte untere innere Kontur*/
  scrollbar-track-color: #E5E5E5;/*Spur*/
  overflow-y:auto; /* nur von IE interpretiert -> auch nur bei IE n�tig */
}
/* START: Login */
body.login
{
  padding : 0px;
  margin : 0px;
  height : 100%;
  width : 100%;
  overflow : auto;
  /* background-color: #777776; */
  background-color: #FFFFFF;
}
.border 
{
  /* border: #3E3E3E; */
  border: #04479F;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px
}

.logintext 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-decoration: none;
}
.logintext_weiss 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  /* color: #FFFFFF; */
  color: #000000;
  text-decoration: none
}
input.login
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  border-style: solid;
  border-width: 1px;
  border-color: #777776;
 }
/* ENDE: Login */

.verlauf_oben 
{
	background-image: url(../graphic/change/verlauf_oben.gif); 
	background-repeat: repeat-x;
}

.fullsize
{
	height: 100%;
}
		
.verlauf_unten
{
	background-image: url(../graphic/change/verlauf_unten.gif); 
	background-repeat: repeat-x;
}

.rahmen
{
	border-color: #575757;
	border-style: solid;
	border-width: 1px;
}

.space_vertikal
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.space_horizontal
{
	padding-right: 15px;
	padding-left: 15px;
}
		
.text_reiter,
.text_reiter_active
{ 
	background-repeat: repeat-x ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none ; 
	padding-top: 2px; 
	padding-right: 10px; 
	padding-bottom: 2px; 
	padding-left: 10px;
	background-position: bottom;
}
		
.text_reiter_active
{
	background-image: url(../graphic/fix/reiter_a2.gif);
}

.text_reiter
{ 
	background-image: url(../graphic/fix/reiter_p2.gif);
}

.bg_reiter
{
	background-image: url(../graphic/fix/bg_reiter.gif); 
	background-repeat: repeat-x;
}

.tabs
{ 
  cursor: pointer;
 }

table.benutzer
{ 
  width: 450px;
 }

table.benutzerdata
{ 
  width: 100%;
 }
table.buttontable
{ 
  width: 10px;
 }
table.data
{ 
  width: 100%;
 }

table.buttontable
{ 
  border-width: 0px;
  border-style: solid;
  align: right;
 }

input,
input.subject,
select,
.text,
.benutzer,
.headline,
.passwd, 
.text_nichtbuchbar,
.text_weiss,
.benutzer_dark,
.benutzer_light,
.data_dark,
.data_light,
.benutzerlegend
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

input,
input.subject,
select
{ 
  border-style: solid;
  border-width: 1px;
 }

input.subject
{ 
  width: 500px;
 }

a:link,
a:visited,
a:hover,
a:active,
a:focus
{ 
  color: #00156C;
  text-decoration: none;
 }

.bookable,
a.bookable:link,
a.bookable:visited,
a.bookable:hover,
a.bookable:active,
a.bookable:focus
{ 
  color: black;
  }

.unbookable,
a.unbookable:link,
a.unbookable:visited,
a.unbookable:hover,
a.unbookable:active,
a.unbookable:focus
{ 
  color: gray;
  }

th.table_head,
a.table_head:link,
a.table_head:visited,
a.table_head:hover,
a.table_head:active,
a.table_head:focus,
a.logout:link,
a.logout:visited,
a.logout:hover,
a.logout:active,
a.logout:focus,
a.table_head_ordered:link,
a.table_head_ordered:visited,
a.table_head_ordered:hover,
a.table_head_ordered:active,
a.table_head_ordered:focus
{ 
  font-weight: bold;
  color: white;
 }
a.table_head:link,
a.table_head:visited,
a.table_head:hover,
a.table_head:active,
a.table_head:focus,
a.table_head_ordered:link,
a.table_head_ordered:visited,
a.table_head_ordered:hover,
a.table_head_ordered:active,
a.table_head_ordered:focus
{ 
  text-decoration: underline;
 }
a.table_head_ordered:link,
a.table_head_ordered:visited,
a.table_head_ordered:hover,
a.table_head_ordered:active,
a.table_head_ordered:focus
{ 
  font-style: italic;
 }

.text
{
	color: #000000;
}

.headline
{
	color: #000000;
	font-weight: bold;
}

.text_nichtbuchbar
{
	color: #7D7D7D;
}

.text_weiss
{
	color: #FFFFFF;
}

.bg_inhalt
{
	background-image: url(../graphic/fix/bg_verlauf.gif); 
	background-repeat: repeat-x; 
}

.bg_weiss,
.bg_inhalt
{
	background-color: #FFFFFF;
}

.bg_grau,
.table_mittel
{
  background-color: #E6E6E6;
}

.bg_grau2,
.benutzer_light,
.data_light,
.table_light
{
  background-color: #E4E4E4;
}

.bg_dunkelgrau,
.bg_reiter
{
  background-color: #3E3E3E;
}

.table_head,
.benutzer_dark,
.data_dark
{ 
  background-color: #999999;
}

.listmode_light { background-color: #E4E4E4; padding: 0 3px; }
.listmode_mittel { background-color: silver; padding: 0 3px; }
.listmode_dark
{ 
  background-color: green;
 }

input,
input.subject,
select
{ 
  border-color: #999999;
 }

.benutzerfieldset
{ 
  border-width: 1px;
  border-style: solid;
  border-color: black;
 }

.pager,
.filter,
.header
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-decoration: none ;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  vertical-align: center;
  border-width: 0px;
  border-style: solid;
  border-color: black;
 }

.error
{ 
  color: red;
 }
.adhoc
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #E6E6E6;
  border-color:black;
  border-style:solid;
  border-width:1;
 }

 
 .programm_head
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;	
 }
.programm_user 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
 }
 
.programm_bold {
  font-weight: bold;
 }
 
.programm {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
 }
 
.nolink {
  cursor: default;
}

.button {
  border:none;
  background-color: #E4E4E4;
}
