/*
 * style sheets for text elements
 * 
 * author   maik mettenheimer <http://www.mettbox.de>
 * project  stefanie kruell <http://www.stefanie-kruell.de>
 * version  2008-09-05
 */

/* default font settings
----------------------------------------------------------------------------- */

html, body, table {
  color: #fff;
  font: normal 12px/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* headings
----------------------------------------------------------------------------- */

h1 {
  position: absolute;
  top: 25px;
  left: 120px;
  margin: 0;
  padding: 0;
  width: 217px;
  height: 65px;
  font-size: 10px;
}

h1 span {
  background: url(../images/stefanie-kruell.gif) no-repeat top left;
  width: 100%;
  height: 100%;
  position: absolute;
}

h1 a {
  width: 217px;
  height: 65px;
}

h2 {
  display: none;
}

.home h2 {
  margin: 30px 0 0 0;
  padding: 0;
  display: block;
  text-indent: -5000px;
  background: url(../images/h2_welcome.gif) no-repeat top left;
  width: 331px;
  height: 40px;
}

h3 {
  color: #61632d;
  font-weight: normal;
  font-size: 100%;
  margin: 1em 0 0 0;
  padding: 0;
}

h3.first {
  margin: 0 0 0 0;
}

h3.logo {
  padding: 0;
  display: block;
  text-indent: -5000px;
  background: url(../images/h3_stefanie-kruell.gif) no-repeat top left;
  width: 80px;
  height: 15px;
}

h3 span {
  color: #fff;
  padding-left: 20px;
}

/* text elements
----------------------------------------------------------------------------- */

p {
  margin: 0 0 0.4em 0;
  padding: 0;
  color: #fff;
}

p.emph {
  color: #61632d;
  margin: 2.5em 0 0 0;
}

.kontakt p.emph {
  margin: 0px 0 25px 0;
}

p.subtitle {
  color: #61632d;
}

.impressum p.subtitle,
.kontakt p.subtitle {
  color: #fff;
}

address {
  font-style: normal;
  margin: 0 0 1.8em 0;
  padding: 0;
}

address span {
  display: block;
  margin: 0.8em 0;  
}

/* links
----------------------------------------------------------------------------- */

a:link, a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #841024;
}

a[href^="http:"] {
  background: url(../images/externalLink.gif) no-repeat right;
  padding-right: 10px;
}

#secondaryContent a:link,
#secondaryContent a:visited {
  color: #bec312;
}

#secondaryContent a:hover,
#secondaryContent a:active,
#secondaryContent a:focus {
  color: #841024;
}

/* lists (reference list)
----------------------------------------------------------------------------- */

ul#referenceList {
  list-style: none;
  float: left;
}

ul#referenceList li {
  float: left;
  width: 55px;
  height: 55px;
  margin: 14px 11px 0 0;
  padding: 0;
  background-color: #61632d;
}

ul#referenceList li.waitItem {
  float: left;
  width: 100%;
  height: auto;
  margin: 14px 11px 0 0;
  background-color: #bec312;
}

ul#referenceList li.spacer {
  float: left;
  width: 53px;
  height: 53px;
  margin: 14px 11px 0 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fff;
}

/* tables
----------------------------------------------------------------------------- */

table {
  margin: 0;
  padding: 0;
  width: 100%;
}

tr {
  margin: 0;
  padding: 0;
}

td {
  margin: 0;
  padding: 0;
}

td.nowrap {
  white-space: nowrap;
  vertical-align: top;
  width: 11.5em;
}

