html
{ 
  height: 100%;
 }

body
{
  padding : 0px;
  margin : 0px;
  height : 100%;
  width : 100%;
  overflow : auto;
  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*/
}

.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,
.text_verlauf,
.header_verlauf
{ 
	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);
}

.header_verlauf
{ 
  font-size: 14px;
  font-weight: bold;
 }

.text_verlauf
{ 
  font-size: 9px;
 }

.text_verlauf,
.header_verlauf
{ 
  color: white;
 }

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

.tabs
{ 
  cursor: pointer;
 }

table.benutzer,
table.register
{ 
  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,
select,
.text,
.benutzer,
.register,
.headline, 
.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,
select
{ 
  border-style: solid;
  border-width: 1px;
 }

a:link,
a:visited,
a:active,
a:focus
{ 
  text-decoration: none;
  font-size: 14px;
  color: violett;
 }

a:hover
{ 
  text-decoration: underline;
  color: violett;
 }

.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: #EEF6FB;
}

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

.table_head,
.benutzer_dark,
.data_dark
{ 
  /* background-color: #32819C; */
  background-color: #FDCD00
}

.listmode_light
{ 
  background-color: #E4E4E4;
 }
.listmode_mittel
{ 
  background-color: silver;
 }
.listmode_dark
{ 
  background-color: green;
 }

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

.benutzerfieldset,
table.charge
{ 
  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;
 }
 
/*
ms-erweiterung
*/
table.register a{
  color: #04479F;
  text-decoration: underline ;
}
