/* Layoutklassen für den Kopfbereich */

.headcontainer {
	height: 140px;
	margin: 0;
	padding: 0;
}

/*
.headgrafiklinks {
  margin: 0;
	padding: 0;
	width: 150px;
	height: 140px;
	background-image: url(../images/headspieler.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	float: left;
}
.headgrafikrechts {
	margin: 0;
	padding: 0;
	float: right;
	width: 100px;
	height: 140px;
	background-image: url(../images/headrechts.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-align:right;
	vertical-align: bottom;
}
*/

.headmiddle {
	margin: 0 100px 0 150px;
	padding: 0;
	height: 140px;
	background-image: url(../images/bghead.gif);
	background-repeat: repeat-x;
	text-align: center;
}


.abtrenner {		/* Fortsetzung bei Textumfluss, allgemein verwendbar */
	clear: both;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
}


/* Layoutklasse für den Navigationsbereich */

.navcontainer {
	margin: 0;
	padding: 0;
	width: 160px;
	float: left;
}


/* Layoutklassen für den Inhaltsbereich */

.content {
	margin-left: 165px;
	padding: 10px 15px 10px 15px;
	text-align: left;
  font-size: 80%;
  line-height: 1.5em;
 	background-color: white; /* #F6F5F3 */
	/*-moz-border-radius: 20px;*/
}


/* Layoutklassen für die Verzeichnisstruktur */

.cattree {
  font-size: 70%;
 	margin-left: 180px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	/*background-color: #f3f3f3; */
}

.cattree, .cattree a, .cattree a:link, .cattree a:visited, .cattree a:hover, .cattree a:active {
  color: #5B5B5B;
  text-decoration: none;
}


/* Layoutklassen für den Fußbereich */

.footer {
  clear: both;
  margin: 10px 0 0 100px;
	padding: 0;
}

.footer div {
  margin: 0 127px 0 85px;
	/*padding: 5px 15px 5px 15px;*/
 	height: 30px;
  background: #FFC100;
  font-size: 70%;
	text-align: center;
}


/* Stylesheet für Druck-Layout */

@media print {
  .headcontainer {
    display: none;
  }
  .navcontainer {
    display: none;
  }
  .cattree {
    display: none;
  }
  .content {
    margin: 0;
  }
  .footer {
    display: none;
  }
}

