@charset "UTF-8";

/**
* Globale Einstellungen und Bugfixes
*
* @section Browser-Reset
*/

/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}

/** 
* Schriftgröße kontrollieren
*/
body { font: normal 75%/167% Verdana, Arial, Helvetica, sans-serif; }

img { border:none; }


/* Farben und Hintergründe setzen */
html, body {
  color: #3b2b20;
  background-color: #c0c0c0;
}
body {
  background: url(Bilder/bg-innen.jpg) top center repeat-y;
  text-align: center;
}

/**
* Regeln für allgemeine Elemente
*
* @section Überschriften
*/
h1 {
  color: #3b2b20;
  background-color: transparent;
  font-size: 1.5em;
  line-height: 1.1;
  margin: .8em 0;
}
h2 {
  color: #3b2b20;
  background-color: transparent;
  font-size: 1.0em;
  line-height: 1.1;
  margin: -.6em 0;
}

/**
* @section Absätze
*/
p { margin: .8em 0; }

/**
* @section Links und Anker
*/
a:link {
  color: #980c02;
  background-color:transparent;
}
a:visited {
  color: #7f7f7f;
  background-color: transparent;
}
a:hover, a:focus {
  color: #7f7f7f;
  background-color: transparent;
}
a:active {
  color: #7f7f7f;
  background-color: transparent;
}

/**
* Regeln für besondere Bereiche
*
* @section Kopfbereich
*/
div#head {
  width: 700px;
}


#head h1 {
  margin: 0;
  padding: 0;
  width: 700px;
}

/**
* @section Hauptmenü
*/
#head ul {
  bottom: 0;
  right: 0;
}

#head ul li {
  float: left;
  list-style: none;
  margin: 0 0 0 0;
}

#head ul a {
  padding: 0;
  text-decoration: none;
  font-weight: bold;
}
#head ul a:hover,
#head ul a:focus,
#head ul a:active,
#head ul strong {
  background: transparent;
}

/**
* @section Content
*/

div#all {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 700px;
}


div#content {
  width: 640px;
  padding: 30px 30px 8px 30px;
}




div#footer {
  width: 700px;

  background: white;
  font-size: .8em;
  clear: both;
}

#footer p {
	width: 700px;
	margin: auto;
}


/**
* Regeln für spezielle Elemente
*
* @section Bilderwand
*/
table.bilderwand {
	margin: auto;
	width: 100%;
	border:none;
}

.bilderwand tr {
  background: transparent;
  padding: 0 0 0 0;
}
.bilderwand td,
.bilderwand th { padding: 0 0 2px 0; }

.bilderwand td.mittelteil { padding: 0 2px 2px 2px; }
