
/*  

Norddeutsches Vogelmuseum,
Print Styles

*/

body{
	margin:0;
	padding:0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #fff;
}

a {
	color: #333;
	text-decoration: underline;
}

img {
	border: none;
}


#servicenav,
#visual,
#sidebar {
	display: none;
}

#pagenav,
a.toplink {
	display: none;
}


#footer {
	clear: both;
	border-top: 1px solid #999;
}

#content p, #content li {
	font-size: .9em;
	line-height: 130%;
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}


/* Aufteilung des Contentbereiches
-------------------------------------------------------------------------- */

DIV.region, h2 {
	clear: both;
}

	DIV.regionSidebar {
		width: 140px;
		float: right;
	}
	
		DIV.regionContent h2, #greenBox DIV.regionContent h2 {
			margin-top: 0 !important;
		}
	
		DIV.regionSidebar img {
			margin-bottom: 15px;
		}
	

	DIV.regionContent {
		width: 475px;
		float: left;
	}


/* Dirty Little Helpers
-------------------------------------------------------------------------- */

/*-- BREAK to terminate floats --*/
br.clear { visibility:hidden; clear:both; line-height:0px; background:#fff; height:0px; font-size:0px; padding:0; margin:0; }

/*-- class to adjust height of container box to actual height of contained floating elements ------------------*/
/* see <http://www.positioniseverything.net/easyclearing.html> */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

	
	
