/* ===================================
Copyright: Mathias Rée, 08/2009 - Veröffentlicht unter GPL
Der code dieses Stylesheets basiert auf Peter Müller´s "Little Boxes" Sammlung
von der Little Boxes DVD, September 2007.
Tabbed Menu mit dem Background-position-Hack
basiert auf Code des CSS-Tab-Designers (http://www.highdots.com/css-tab-designer/)
Hilfestellung bei der CSS-Entwicklung: http://www.smashingmagazine.com
Lightbox JS 2.04 von Lokesh Dakar, http://www.huddletogether.com/projects/lightbox2/
Lightbox v2.0 nutzt das Prototype Framework und die Scriptaculous Effects Library.

/* ==================================
   1. Kalibrierung
   ==================================*/

* { padding: 0; margin: 0;}





li { margin-left: 2em; }



/* ==================================
   2. Allgemeine Styles
   =============================== */

html { height: 101%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 20px;
	padding: 15px;
}

h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
	 /*margin-left: 80px;*/
	align: center
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
	margin-left: 20px;
}
h3 {
	font-size: 1em;
}
address {
	text-align: center;
	font-size: 70%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
}

address a {font-size: 90%;
         letter-spacing: 0,08em;
		
  }
  

/* ================
   Hyperlinks    */

a {
        text-decoration: none;
        outline: none;
        font-family: arial, helvetica, sans-serif;
        font-size: 11px;
        letter-spacing: normal;
}

a:link {
        color: #295379;
} /* nicht besuchte Links */
a:visited {
        color: #2C577A;
} /* besuchte Links */

a:hover,
a:focus {
        border-bottom: 1px solid #295379;
}
a:active {
        background-color: #3C5F7D;
        color: white;
}

/* =====================
   Klassen und IDs    */

.skiplink {
  position: absolute;
  top: -5000px;
  left: -5000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

#logo {
  background-color: white;
  color: black;
  padding: 5px;
  border: 5px solid #d9d9d9;
}

#fotoframe {
         float: right;
         margin-right: 25px;
         margin-left: 10px;
         margin-bottom: 10px;
         width: 350px;
         font-size: 10px;
         font-family: verdana, arial, sans-serif;
		 }
#Tableframe {
         float: left;
         margin-left: 20px;
         margin-bottom: 10px;
         width: 350px;
         }

/* ==================================
   3. Styles für Layoutbereiche
   =============================== */

#wrapper {
        background-color: white;
        color: black;
        width: 748px;
        margin: 30px auto;
}

#columntop {
	background-image: url(p7fnd/p7CRV2col_box2_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columncenter {
	margin: 0 auto;
	width: 748px;
	background-image: url(p7fnd/p7CRV2col_box2_mid.jpg);
	background-repeat: repeat-y;
}

#columnbottom {
	background-image: url(p7fnd/p7CRV2col_box2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}


#textbereich {
  padding: 20px 10px 20px 20px;
}
    #textbereich a {
      border-bottom: 1px dotted #cc0000;
    }
    #textbereich ul li { list-style-type: square; }

    #textbereich a:hover,
    #textbereich a:focus {
      border-bottom: 1px solid #d90000;
    }

#fussbereich {
  padding: 10px 20px 20px 20px;
  border-top: 2px solid #D8C5A7;
  margin-top: 20px;
  margin-right: 16px;
  margin-left: 16px;
}


/* ==================================
   4. Sonstige Styles
   =============================== */
#bu      {width: 240px;
         margin-left: 5px;
         margin-right: 5px;
         margin-bottom: 4px;}
		 
.specs {margin-left: 20px
		color: #CCCCCC;
		font-size: 0.8em;
		padding: 16px 42px 16px 42px;
		line-height: 1.6em;
		}

#ol, #ul, #li {
	margin-left: 35px
	}
