/**
* CSS
* 
* @version 1.0
* @author Thomas Schmudde
*/
*, #content {
	margin: 0;
	padding: 0;
	font-size: 11px;
}


/*** LAYOUT ***/

#footbar {
  position: absolute;
  top: 520px;
  left: 4em;
  z-index: 1;
  width: 110em;
  padding-bottom: 25px;
}

#text {
  position: absolute;
  top: 520px;
  width: 30em;
  padding-top: 8px;
  left: 38.5em;
  width: 30em;
  border-top: 1px solid #9c9c9c;
  padding-bottom: 25px;
  z-index: 2;
}

#logo {
  float: left;
  margin-right: 1.5em;
  width: 10em;
  height: 30px;
  background-image: url(http://www.angelafuetterer.de/files/angela-logo.png);
  background-repeat: no-repeat;
  padding-top: 8px;  
  border-top: 1px solid #9c9c9c;
}

#logo span {
  display: none;
}

#sections {
  float: left;
  margin-right: 1.5em;
  width: 10em;
  padding-top: 8px;
  border-top: 1px solid #9c9c9c;
}

#pages {
  float: left;
  width: 10em;
  margin-right: 33em;
  padding-top: 8px;
  border-top: 1px solid #9c9c9c;
}

#address {
  float: left;
  margin-right: 1.5em;
  width: 10em;
  top: 0;
  padding-top: 8px;
  border-top: 1px solid #9c9c9c;
}

#disclaimer {
  float: left;
  width: 20em;
}

#disclaimer a#toogle {
  display: block;
  padding-top: 8px;
  width: 10em;
  border-top: 1px solid #9c9c9c;
}

#img-container {
  position: relative;
  left: 4em;
  top: 35px;
}

/*** ELEMENTS ***/

#sections ul, #pages ul {
	list-style: none;
	margin: 0 0 12px 0;
}

strong, #sections ul li.active a, #pages ul li.active a {
  font-style: italic;
  font-weight: normal;
  color: #585858;
}

em {
  font-style: italic;
}

#address em, #disclaimer em {
  font-style: normal;
}

#slide {
  display: none;
}

/*** TYPOGRAFY ***/

body {
	font-family: Georgia,Times,serif;
	line-height: 1.5em;
	color: #9c9c9c;
	background: #fff;
}

a:link, a:active, a:visited {
  text-decoration: none;
	color: #9c9c9c; 
}

a:hover {
  text-decoration: none;
  color: #585858;
  font-style: italic;
}

a img { 
  border: none;
}

.captioning .title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	margin-top: 3px;
}