/* MINIMUM RESET
------------------------------------------------------------------ */
/* resets browser-specific styles - based on work by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }


/* GENERAL
------------------------------------------------------------------- */

html, body { color: #4e5464; text-align: center; }
html { height: 100%; margin-bottom: 1px; overflow-y: scroll; }
body {
  background-color: #938a82;
  font: 85%/1.5 "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
  font-smooth: always;
}

a { text-decoration: none; }
a:link, a:visited { color: #004D99; }
a:focus, a:hover, a:active { color: #86180A; }



/* STRUCTURE - 2 cols
------------------------------------------------------------------- */

#wrapper {
  margin: 25px auto;
  outline: hidden;
  width: 850px;
}

#page {
  text-align: left;
  background: #fff url(images/bg-content.gif) 0 0 repeat-y;
}

#header {
  width: 850px;
  overflow: hidden;
  height: 270px;
  background: #fff url(images/bg-header.gif) top left no-repeat;
}

#logo {
  height: 100px;
  width: 560px;
  /* background: #938a82 url(images/bg-logo.gif) 0 0 no-repeat; height: 100px; width: 560px; float: left; */
}

#signet {
  /*
  width: 279px;
  height: 270px;
  float: left;
  background: #938a82 url(images/bg-signet.gif) -4px 2px no-repeat;
  */
}

#header-content { margin: 25px 0 0 45px; }
#header-content h1,
#header-content p { display: block; float: left; }
#header-content h1 { width: 225px; }
#header-content p {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  margin-top: 84px;
}

.teaser,
.content,
.footer {
  text-align: left; 
  width: 674px;
  margin: 0 80px 0 6px;
  padding: 25px 45px;
  overflow: hidden;
}

div.teaser { background-color: #d7d1c9; border-bottom: 1px solid #d3cdc5; height: 170px; padding-top: 10px; }
div.teaser p { font-size: 18px; text-shadow: 0 1px 0 #fff; line-height: 1.5; }

h1 { font-size: 74px; text-shadow: 0 1px 0 #fff; line-height: 1; margin: 10px 0 10px; }
h2 { font-size: 20px; text-shadow: 0 1px 0 #fff; line-height: 1.2; margin: 0; }
h3 { font-size: 15px; text-shadow: 0 1px 0 #fff; line-height: 1.2; margin: 0 0 10px; }
h4 { line-height: 1.4; margin-bottom: 7px !important; }

div.content { background-color: #e3dbcf; border-bottom: 1px solid #cdc7c0; padding-top: 35px; }

div.coolstuff { margin: 0 7px; padding: 10px; background-color: #fafafa; text-align: center; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
div.coolstuff a { color: #004D99; font-size: 15px; }

div.video { margin: 20px auto; text-align: center; float: none;}

div.boxes { overflow: hidden; margin: 30px 0; }
div.box { float: left; width: 190px; margin: 0 7px; padding: 10px; background-color: #fafafa; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; height: 170px; }
div.box h4 { margin-bottom: 1em; }
div.box p { font-size: 12px; }

div.linkbar { text-align: center; margin: 30px 0 10px 0; clear: left; }
div.linkbar ul li { display: inline; }

#footer {
  clear: both;
  padding: 0;
  margin-left: 0;
  width: 770px;
  height: auto;
  background: transparent url(images/bg-footer-inner.gif) 1px bottom no-repeat;
  font-size: 11px;
  overflow: hidden;
}

#footer div.footer-inner {
  width: 674px;
  height: auto;
  padding: 23px 45px 15px 45px;
  margin: 1px 0 8px 6px;
  background-color: #d7d1c9;
  text-shadow: 0 1px 0 #fff;
  overflow: hidden;
}

#footer a { color: #4e361e; }
#footer ul { display: block; float: left; text-align: left; }
#footer ul li { display: block; }
#footer ul.meta {float: right; text-align: right; }

.impressum h2 { font-size: 24px; text-shadow: 0 1px 0 #fff; line-height: 1.2; margin: 0 0 1em 0; }
.impressum h3 { font-size: 15px; text-shadow: 0 1px 0 #fff; line-height: 1.2; margin: 2em 0 1em 0; }
.impressum p { margin: 0.8em 0; }
.impressum p small { font-size: 85%;; }

/* 2nd hand */

