@charset "UTF-8";
/* ******************************** */
/* Orangefluid GbR                  */
/* www.orangefluid.com              */
/* ******************************** */


/* ******************************************** */
/* Global settings for ADHS			*/
/* ******************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;
	text-align:left;
}

/* Layout sizes */
html {
	height: 100%;
}

/* Main body style */
body {
	height: auto;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	color: #000000;
	font-size: 0.8em;
	padding: 1em;
}

sup {
	font-size: 0.7em;
}

a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

p { margin-bottom: 1em; line-height: 1.5em; }

div#breadcrumb {
	padding:0.5em;
	margin: 0px;
	margin-bottom: 1em;
	font-weight: bold;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

div#content, div#logo, div#footer, div#breadcrumb, div#footer_content {
	position: relative;
	float: left;
	clear: both;
	width: 800px;
}

div#footer { border-top: 1px #000 solid; }

.images, div.news-list-item .images, div.news-single-item .images { 
	position: relative; 
	float:left;
	margin-right: 0.4em;
	}
	
h1 { font-size: 1.2em; } 
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; }

h1, h2, h3,
p.news-single-author { position: relative; float: left; clear:both; margin-bottom: 1em; width: 100%; }

h1 { 
	width: 100%; 
	height: 2em; 
	overflow: visible; 
	padding: 0px; 
	margin: 0px;
	}

h1 em { 
	display: none;
	}
	
h1.large { 
	width: 100%; 
	height: 2em; 
	overflow: visible; 
	padding: 0px; 
	margin: 0px;
	}

h1.large em { 
	display: none;
	}

div#mainnavigation, div#heronavigation, div#mediathek, div#quicksearch, div#portrait img {
	display: none; 
	visibility: hidden;
}