* {
	margin: 0px;
	padding: 0px;
	border: none;
}

@font-face {
    font-family: 'TeXGyreSchola';
    src: url('../fonts/texgyreschola-regular-webfont.eot');
    src: url('../fonts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreschola-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreschola-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreschola-regular-webfont.svg#TeXGyreScholaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreSchola';
    src: url('../fonts/texgyreschola-bold-webfont.eot');
    src: url('../fonts/texgyreschola-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreschola-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreschola-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreschola-bold-webfont.svg#TeXGyreScholaBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

html, div#content td {
	font-size: 62.5%;
	font-family: 'TeXGyreSchola', Century Schoolbook, Times, serif;
	line-height: 1.6em;
}

div#header {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: #FFFFFF url(../images/base/streifen_fueller.gif) repeat-x;
	background-position: 0px 60px;
}

div#header td { vertical-align: bottom; }

div#header a#impressum_bn {
	position: absolute;
	top: 25px;
	right: 90px;
	font-size: 1.4em;
	text-decoration: none;
}

div#header a:link, a:visited { color: #919191; }
div#header a:hover { color: #474747; }
	
div#footer {
	width: 100%;
	position: fixed;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/base/bottom_fueller.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	border: 0px;
}

div#footer img {
	display: block;
	margin-left: auto;
}

div#footer_index {
	width: 100%;
	position: fixed;
	z-index: 1;
	bottom: -5px;
	left: 0px;
	background-image: url(../images/base/bottom_fueller.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	border: 0px;
}

div#footer_index img {
	display: inline;
}

div#content {
	position: absolute;
	z-index: 50;
	top: 140px;
	left: 90px;
	padding-right: 260px;
	max-width: 685px;
	height: 100.1%;
}

div#content div {
	width: 100%;
	float: left;	
	clear: both;
	padding-bottom: 2em;
}

div#content img {
	float: left;
	margin: 0px 1.5em 1.4em 0px;
}

div#content img.text_bottom {
	float: none;	
}

div#content img.topimage {
	float: none;
	clear: left;
	margin: 0px 1.5em .7em 0px;	
}

div#content div.box_inline {
	width: auto;
	clear: none;
	padding-bottom: 0em;
}

div#content div.pressetab {
	position: relative;
	padding: .5em 0em 0em 20px;
}

div#content div.gallery {
	width: 500px;
	padding-bottom: 0em;
}

div#content div.popupContent {
	position: absolute;
    visibility: hidden;
	padding-top: 1em;
	padding-bottom: 0em;
}

h2 {
	font-size:1.8em;
	line-height: 1.4em;
	margin:0em 0em 1em 0em;
	color: #76003d;
	max-width: 600px;
}

h3, h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0em 0em 1em 0em;
}

a.popup {
	font-size: 1.4em;
	margin: 0em 0em 1em 0em;
}

h4 {
	color: #919191;
}

p {
	font-size:1.3em;
	margin: 0em 0em .8em 0em;
}

ul {
	padding: 0em 0em 1.5em 0em;
}

li {
	font-size:1.3em;
	list-style-position: outside;
	margin: 0em 0em .5em 1.4em;
}

.sup {
	position: relative;
	font-size: 0.65em;
	top: -.7em;
}

a.popup {
	padding-left: 20px;
	background: url(../images/base/popup_min.gif) no-repeat;	
}

div#content a:link, div#content a:visited { color: #76003d; }
div#content a:hover { color: #000000; }

div#content a img {
	position: relative;
	margin: 3px;
	left: -3px;
	padding: 1px;
}

div#content a:hover img { background-color: #76003d; }

div#content a.presse:link, div#content a.presse:visited, div#content a.popup:link, div#content a.popup:visited { 
	color: #000000;
	text-decoration: none;
}

div#content a.presse:hover, div#content a.popup:hover { color: #76003d; }

div#content a span.date {
	position: relative; 
}

div#content a span.titel {
	position: absolute; 
	left: 7.5em;
}

//   Star-HTML

* html body{
	padding: 120px 335px 0px 90px;
	overflow: hidden;
} 

* html div#content{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}

//   InternetExplorer - Footer fix
@media screen{
	body>div#footer{
		position: fixed;
	}
}
