@font-face {
    font-family: 'Conv_Cubano-Regular';
    src: url('cubano-regular-webfont.eot');
    src: url('cubano-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cubano-regular-webfont.woff') format('woff'),
         url('cubano-regular-webfont.ttf') format('truetype'),
         url('cubano-regular-webfont.svg#cubanoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	color: #8B0000;
	font-family: 'Conv_Cubano-Regular',Sans-Serif;
	font-size: 30pt;
	line-height: 40pt;
	padding-bottom: 0.5em;
}

table { 
	background: lightgray; 
	margin-top: 2em;
	margin-bottom: 2em;
	border-collapse:collapse;
	border-spacing:0;
}

td, th {
	padding:10px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
}

body {
	font-family: minion-pro,Georgia,Times new roman,serif;
	font-size: 12pt;
	display: block;
	margin-left: auto;
    margin-right: auto;
	line-height: 150%;
}
#sticky {
	display: table;
	margin-left: auto;
    margin-right: auto;
}
#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  display: table;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
}

#sticksupportdiv.sticked {
  position: relative;
  left: -50%;
  width: 861pt;
}

#header1, #header2, #header3 {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

#intronotes {
  min-height: 2000px;
}

.artikelbild {
	margin: 5pt;
	float: right;
    box-shadow: 7px 7px 7px #afafaf;
    -moz-box-shadow: 7px 7px 7px #afafaf;
    -webkit-box-shadow: 7px 7px 7px #afafaf;
}

.gelberrand {
	/*border-left: 2em solid yellow;*/
}

.introtext {
  color: #00008B;
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 0.5em;
}

.vorwortheadline {
  color: #8B0000;
  font-family: 'Conv_Cubano-Regular',Sans-Serif;
  font-size: 40pt;
  padding-bottom: 0.5em;
  line-height: 45pt;
}
#content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  width: 80%;
/*  border-left: 2em solid yellow;*/
  padding-left: 2em;
}

.author {
  display: table;
  font-size: 14pt;
  position: relative;
  z-index: -1000;
}

#footer {
	height: 5em;
}

.footnote {
	float:right; 
	background-color:#EEEEEE; 
	font-size:80%; 
	padding:0.8em;
	max-width: 15%;
}
