@charset "UTF-8";
/* 
 **********************************************************************************
 * Realisiert 
 * von: Christoph John, Bonn - www.christophjohn.de
 * fuer: MediaCompany - Agentur fuer Kommunikation GmbH, Buero Bonn
 * 1. Version: 01.2010
 *
 * HTML-Programmierung, CSS: Christoph John, Bonn
 * Grafik/Layout: MediaCompany - Agentur fuer Kommunikation GmbH, Buero Bonn
 *
 * Aenderungen, Erweiterungen, Relaunches:
 * 
 **********************************************************************************
*/

* {
	margin:0;
	padding:0;
}
body {
   background-color:#FFFFFF;
}
/* Link auf Plan */
a.zahl, a.zahl:link {
  display:block;
  background:url(../images/bg_zahl.gif) no-repeat;
  background-position:0 0;
  width:70px;
  font-family: Verdana, tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
  text-align:left;
  padding:3px 2px;
  text-decoration:none;
  color:#000000;
border:0px solid red;
}
a.zahl:hover,
a.zahl:focus,
a.zahl:active {
  background:url(../images/bg_zahl_over.gif) no-repeat;
  color:#FFFFFF;
}
/* Link auf Plan: rechts in der Spalte */
a.zahlrechts, a.zahlrechts:link {
  display:block;
  background:url(../images/bg_zahl.gif) no-repeat;
  background-position:right 0;
  width:70px;
  font-family: Verdana, tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
  text-align:right;
  padding:3px 2px 3px 2px;
  text-decoration:none;
  color:#000000;
  float:right;
}
a.zahlrechts:hover,
a.zahlrechts:focus,
a.zahlrechts:active {
  background:url(../images/bg_zahl_over.gif) no-repeat;
  background-position:right 0;
  color:#FFFFFF;
}

/*--------- Unterseiten -------*/
div.layer {
   width:810px;
   margin:5px auto auto auto;
}
div.layerbox {   
   border:3px dashed #3CB648;
}
div.innerlayerbox {
   padding:25px;
   text-align:center;
}
.layerbox .zahl {
  float:left;
  padding:0;
  margin-left:15px;
  margin-top:5px;
  margin-right:-70px; /*fuer IE*/
}
.layerbox .textbild {
  margin:0 auto;
  text-align:center;
  width:560px;
}
.layerbox .text p {
  font-family: Verdana, tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight:bold;
  line-height:140%;
  text-align:left;
  padding:0px;
}
.layerbox .bild {
  margin-top:20px;
}

/* FUSSZEILE */
.layerbox .footer {
  border-top:3px dashed #3CB648;
  padding:10px 120px 10px 10px;
  text-align:right;
  font-family: Verdana, tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight:bold;
  line-height:140%;
}
.footer a, 
.footer a:link,
.footer a:visited{
   text-decoration:none;
   color:#E24732;
   padding:3px;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  background-color:#E8B433;
  color:#FFFFFF;
  border:2px solid #BBBBBB;
}
