/* Standard element */


body {
	background: #fff;
	font-family: Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	font-size: 0.8em;
  margin: 8px;
}

/* misc */
.clearer {
	clear: both;
}

/* Allgemeine Box */
.seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  }
  
div.seite a {
	font-family: Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	font-size: 1em;
	color: #FF6600;
  text-decoration: none;
}
div.seite a:hover {
	color: #000;
  text-decoration: none;
}



/* Inhalt Bereich */
  
div.inhalt a:visited {
	color: #996600;
  text-decoration: none;
}

div.inhalt a:hover {
	color: #000;
  text-decoration: none;
}

div.inhalt .rechts {
	text-align: right;
}


/* News Box */

div.inhalt .updates {
}

div.updates .neueartikel {
  float: left;
  width: 240px;
}

div.updates .kommentare {
  text-align:right;
  float: right;
  width: 159px;
}

/* Tabelle fuer den Stats Bereich */
div.inhalt .stats {
	background-color:#000;
  color: #FFF;
  font-weight:bold;
  text-align:center;
}
div.inhalt .stats1 {
  text-align:center;
}

div.inhalt .beispielstats {
	margin: 4px;
	padding: 4px;
	border: 1px solid #611F24;
	background: #CCC;
	color: inherit;
}



/* Sonstiges */

span.schriftklein {
	  display: justify;
    font-size: 10px;
	  font: arial;
}

span.rimg {
	float: right;
	margin: 4px;
	padding: 4px;
	border: 1px solid #611F24;
	background: #CCC;
	color: inherit;
  text-align: center;
}

span.limg {
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px solid #611F24;
	background: #CCC;
	color: inherit;
  text-align: center;
}
span.beispiel {
	display: block;
	margin: 4px;
	padding: 4px;
	border: 1px solid #611F24;
	background: #CCC;
	color: inherit;
}



/* SLIMBOX - Bildpopup style */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(java/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(java/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(java/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(java/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
