﻿@charset "utf-8";
/* ============================================
GENERAL CLEANUP STYLES
according to eric meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
 ============================================ */
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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}
html { 
  height: 100%;
}
body {
  line-height: 1;
  color: black;
  background: white;
  min-height: 101%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* border-top: 2px solid #ebda95; */
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* ============================================
 SET UP THE LAYOUT 
 ============================================ */

body {
  padding-bottom: 2em;
}

#pagebase {
  width: 50em;
  margin: 5px auto;
}

#page {
}

#header {
  position:relative;
  padding-top: 195px;
}

.headerbg {
	background: url(../img/dummy/bg_header.jpg) 100% 1.6em no-repeat; 
}

.headerbgen {
	background: url(../img/dummy/bg_header_en.jpg) 100% 1.6em no-repeat; 
}

#main {
  clear:both;
  width:auto;
  padding-top: 2.3em;
  margin-top: 0.6em;
  position: relative;
}

#colnav {
  float: left;
  width: 11.3em;
  margin-right: 1.1em;
}

#colcontent {
  float: left;
  width: 20.8em;
  margin-top: -2.3em;
}

#colcontext {
  margin-left: 34.2em; /* incl. padding, excl. margin */
  margin-bottom: 1em;
}

#footer { 
  clear:both; 
  display:block;
}

/* ==============================================
   ZWEISPALTIGES LAYOUT
 ============================================== */

#colcontentwide {
  float: none;
  width: 37.5em; /* needs to be defined for webkit */
  margin-top: -2.3em;
  margin-left: 12.4em;
  overflow: hidden;
}

#colcontentOR {
  float: none;
  width: 37.5em; /* needs to be defined for webkit */
  margin-top: -2.3em;
  margin-left: 12.4em;
  overflow: hidden;
}

div.content #colcontextfloat {
  margin-left: 1.0em;
  width: 19.75em; /* 15.8em : 0.8em */
  float: right;
  clear: right;
}

/* ==============================================
  CONTENT (within content-classes)
============================================== */

div.content {
  font-size: 0.8em;
  line-height: 1.5;
}

#colcontext div.content {  
  overflow: hidden;
}

#colnav div.content {
  font-size: 1em;
  line-height: 1;
}

/* ==============================================
  GENERAL CONTENT (ALL OVER A PAGE)
============================================== */

abbr, acronym {
  border-bottom: 1px dotted black;
}

a {
  color: #305886;
}

a:visited {
  color: #551A8B;
}

a:focus {
  color: #BC101D;
}

/* ==============================================
  CONTEXTSPALTE
============================================== */

.contextbox,
.contextbox-emphasized,
.imagebox,
.imageboxsmall {
  margin-bottom: 0.5em;
}

#colcontext .contextbox,
#colcontext .contextbox-emphasized,
#colcontext .imagebox,
#colcontext .imageboxsmall,
#colcontextfloat .contextbox,
#colcontextfloat .contextbox-emphasized,
#colcontextfloat .imagebox {
  border-bottom: 1px solid #ebda95;
  padding: 0.5em 0.9em;
}

.contextbox-emphasized {
  background: url(../img/bg_contextbox_white.png) left bottom repeat-x #fcf8eb;
}

/* ==============================================
   GENERAL CLASSES
============================================== */

/* visible hidden, but available for search engines, screenreaders etc. */
.hidden, dfn, .pubLangHidden, .fldPublikationBestellLegend, .versteckt {
  position: absolute;
  top: -1000em;
  left: -1000em;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* clear those floating columns */
 
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* for safari */
.clearfix { display: block }
