/* 
################################################################################
## Seite 																	   												    
################################################################################
*/
a {text-decoration: none}
a:link {color: #000080}
a:visited {color: #000080}
a:hover {color: #000080}
a:active {color: #808080}

BODY {
  margin-top: 10px;
  background-image: url('../images/bgr_grey.jpg');
}

TD {
  font-family: verdana;
  font-size: 0.8em;
  color: #000080;
  white-space: nowrap;
}

TABLE.Bevel {
  background-image: url('../images/bgr_points.gif');
  width: 800px;	
  height: 100%;
  
  border-width: 1px;
  border-color: #000080;
  border-style: solid;
  border-spacing: 0px;
	border-collapse: collapse;
}

TABLE.Page {
  width: 100%;
  height: 100%;
} 

/* 
################################################################################
## Banner 																	   												    
################################################################################
*/
TR.Banner {
  height: 60px;
}

TD.BannerLogo {
  background-repeat: no-repeat;
  width: 200px;
  height: 60px;
}

TD.BannerVerlauf {
  background-image: url('../images/bgr_verlauf.jpg');
  background-repeat: no-repeat;
  width: 200px;
  height: 60px;
}

TD.BannerText {
  width: 400px;
  height: 60px;
	background-color: #778E9E;
}

TABLE.BannerText {
  width: 1px;
  height: 1px;
  margin-right: 20px;  
  vertical-align: bottom;
}

TD.BannerAppLevel {
  font-family: verdana;
  font-size: 1.8em;
  font-weight: bold;
  text-align: right;
  color: #FFFFFF;
  white-space: nowrap;
}

TD.BannerAppExplorer {
  font-family: verdana;
  font-size: 1.8em;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  color: #000080;
  white-space: nowrap;
}

TD.BannerCopyright {
  font-family: Verdana;
  font-size: 0.6em;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}

TABLE.BannerButtons {
	width: 100%;
	height: 23px;
	background-color: #778E9E;
  border-spacing: 0px;
	border-collapse: collapse;
}
	
TR.BannerButtons {
  height: 23px;
}

IMG.BannerButton {
	height: 23px;
	border-width: 0px;
	vertical-align: top;
}

/* 
################################################################################
## Seite 																	   												    
################################################################################
*/
TABLE.Desktop {
  width: 100%;
  height: 100%;
}

IFRAME {
  width: 100%;
  height: 100%;
}

.HiddenLink {
  font-family: Verdana;
  font-size: 0.1em;
  color: #C0C0C0;
  padding-left: 5px;
  padding-right: 5px;
}

/* 
################################################################################
## Toolbar 																	   												    
################################################################################
*/

TABLE.tbMain {
  width: 100%;
  background-color: #CEDFE8; 
  border-color: #000080; 
  border-collapse: collapse;
  margin-left: 3px;
  margin-top: 3px;
}

TABLE.tbDetails {
  width: 100%;
  background-color: #CEDFE8; 
  border-color: #000080; 
  border-collapse: collapse;
  margin-left: 5px;
  margin-right: 3px;
  margin-top: 3px;
}

TABLE.tbSortOrder {
  width: 1px;
  border-collapse: collapse;
}

TABLE.tbSortKey {
  width: 1px;
  border-collapse: collapse;
}
  
/* 
################################################################################
## Suchformular 																	   												    
################################################################################
*/
  
TD.Radio {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Verdana;
  font-size: 0.8em;
  font-weight: bold;
  color: #000080;
  height: 16px;
}
  
TD.Formular {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Verdana;
  font-size: 0.8em;
  font-weight: bold;
  color: #000080;
}

INPUT.Formular {
  padding-right: 5px;
  font-family: Verdana;
  font-size: 0.8em;
  color: #000080;

  height:18px;
  width:170px;

  border: 1px solid #000080;
  background-color: #EFEFEF;
  vertical-align: middle;
}

INPUT.Button {
  font-family: Verdana;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #7FA1BC;
  color: #FFFFFF;
  margin-left: 5px;
  height: 20px;
  border:1px solid #000000;
}

/* 
################################################################################
## Login 																	   												    
################################################################################
*/

.StandardText {
	font-family: Verdana;
	font-size: 0.8em; 
	color: #000080;
}
	
.StandardTextFett {
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.8em; 
	color: #000080;
}

.StandardTabellenTitel {
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.8em; 

	text-align: center;

	padding-top: 5px;
	padding-bottom: 5px;
		
	color: #FFFFFF;
	background-image: url('../images/bgr_headline.gif');
}

.StandardSpacer {
	font-family: Verdana;
  font-size: 0.2em; 
}  

/* 
################################################################################
##  																	   												    
################################################################################
*/

TD.Impressum_Domain{
  font-size: 1.6em;
  text-align: center;
	font-weight: bold;
	color: #003366;
  padding-bottom: 20px;
}

TD.Impressum_Text {
  font-size: 0.8em;
  text-align: center;
	font-weight: bold;
}


