/* 
################################################################################
## 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_wall.gif');
}

TABLE.Desktop {
  width: 90%;	
  height: 100%;
  
  border: 1px solid #000080;
	border-collapse: collapse;
  background-color: #FFFFFF;
}


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

TABLE.Toolbar {
  width: 100%;
  height: 40px;
}

TD.Toolbar {
  font-family: Verdana;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;

  border:1px solid #000080;
  color: #000080;
  background-color: #CEDFE8;
  
  padding: 2px;
}

IMG.Toolbar {
  border: 0;
}

TD.AdminToolbar {
  width: 100%;
  text-align: right
}
  
/* 
################################################################################
## Frames 																	   												    
################################################################################
*/

TD.Inhalt {
  width: 324px;
  height: 100%;
  vertical-align: top;
}

TD.Video {
  width: 700px;
  height: 100%;
  vertical-align: top;
}

IFRAME {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}  

TD.Separator {
  width: 1px;
  background-color: #EEEEEE;
}