/* $Id: pbsscreen.css,v 1.4 2004/09/21 14:44:29 pbschmidt Exp $ */
/* Stylesheet file for www.PBSchmidt.de (new release)              */
/* for Screen display                                              */
/* (C) Peter B. Schmidt 2004 (technical realization)               */
/* Graphical Design (C) broemedia http://www.broem.de              */

/* -- This is mainly for color definition of screen display     -- */
body {
  background-color:#5D629A;
  color:#FFFFFF;
}
.content{
  margin-left:20%;
  margin-right:20%;
}
/* ---- css-Buttons for Links -------------------------------------- */
a {
  text-decoration:none;
  font-weight: bold;
}

a:link {
  color: #FFFFFF;
  background-color: #5D629A;
}                                     /* noch nicht besuchte Ziele */

a:visited {
  font-style:italic;
  color: #CDCAD4;
  background-color: #5D629A;
}                                                /* besuchte Ziele */

a:hover {
  color: #585780;
  background-color: #FFFFFF;
}                                      /* Verweise bei "MouseOver" */
a:active {
  color: #585780;
  background-color: #FFFFFF;
}                                          /* Angeklickte Verweise */
a:focus {
  color: #585780;
  background-color: #FFFFFF;

}                                  /* Verweise, die Fokus erhalten */
a.logo{
  background:#A9B4C6; 
	border-width:0px;
	border-style:none;
}
img.logo{
	border-width:0px;
	border-style:none;
}
/* -- Logo area definitions--*/
div.logo{
  position:relative;
	background:#A9B4C6;
	top: 0px;
	left:0px;
	width: 100%;
	height: 98px;
	border: none;
}
.logowide{
  width:760px;
}

/*-- encapsulating "100% width" --*/
.fullwide{
  width:100%;
}

/* -- Navigation Elements are treated differently:              -- */
.navi{
  background:#CDCAD4;
}
a.navimain {
  text-decoration:none;
  font-weight: bold;
}
a.navimain:link {
  color: #000000;
  background-color: #CDCAD4;
}                                       /* noch nicht besuchte Ziele */

a.navimain:visited {
  font-style:normal;
  color: #585780;
  background-color: #CDCAD4;
}                                                  /* besuchte Ziele */

a.navimain:hover {
  color: #CDCAD4;
  background-color: #585780;
}                                        /* Verweise bei "MouseOver" */
a.navimain:active {
  color: #000000;
  background-color: #E1DEE8;
}                                            /* Angeklickte Verweise */
a.navimain:focus {
  color: #000000;
  background-color: #E1DEE8;
}                                    /* Verweise, die Fokus erhalten */

div.navimain{
  width:100%;
	background:#CDCAD4;
}
.navisub{
	background:#CDCAD4;
  font-size:smaller;
}
a.navisub:link{
  font-style:normal;
  color:#000000;
	background:#CDCAD4;
}
a.navisub:visited{
  font-style:normal;
  color:#505050;
	background:#CDCAD4;
}
a.navisub:hover {
  color: #FF5050;
	background:#CDCAD4;
}                                        /* Verweise bei "MouseOver" */
a.navisub:active {
	background:#CDCAD4;
  color: #000000;
}                                            /* Angeklickte Verweise */
a.navisub:focus {
	background:#CDCAD4;
  color: #FF0000;
}                                    /* Verweise, die Fokus erhalten */


td.navisub{
  background-color:#CDCAD4;
}

.rot {
  color:#FF5050;
}
