@charset "utf-8";

/* ============================ fotogalerie 2007 08 09 10 11 ================================ */
article#inside   {		
		width: 980px;
		height: 1880px;		
		z-index: 1;
		margin: 24px auto 20px auto; 
}

.inhalt  {
		float: left;
		width: 739px;
		height: 1240px;	
		border: 2px solid #344405;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		/*text-align: center;*/
		background-color: #f6ebcf;
		/*font-size: 0.8em;*/
		padding: 6px 8px 0 8px;
		margin: 0;
		z-index: 1;
		text-align: center;
}

iframe  {	
	border: 0px;
	width: 680px; 
	height: 610px;
	margin: 10px auto 6px auto;
	border: 2px solid #344405;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}

.bericht  {
		font-size: 0.9em;
		text-align: center;
}

/* Navigationsleiste unten */

ul#navi-unten  {
	list-style-type:none;
	font-size: 0.9em;
	text-align: center;
	padding-top: 0;
	margin: 0;
}

#navi-unten li {
	display: inline;
	list-style-type:none;
	padding-right: 36px;	
}

#navi-unten li a {
	display: inline;
	color: #344405;
	font-style: italic;
	text-decoration: none;
}

#navi-unten li a:hover {
	text-decoration: underline;
	color: #0000ff;
}

#navi-unten li a #active {
	color: #0000ff;
}

#active   {
		color: #0000ff;
}

.foto   {
	margin: 0 auto 0 auto;
	font-size: 0.8em;
	text-align: center;	
}

/* ---------- sidebar ---------------- */

.echolotaufnahme	{
		background-image: url(./../bilder/nor2011/echolotaufnahme.jpg);
		background-repeat: no-repeat;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		width: 190px;
		height: 208px;
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 4px;
}
/* Links */

a   {
		font-family: Arial, Verdana, sans-serif;
		color: #344405;
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
}

a:hover {
		font-family: Arial, Verdana, sans-serif;
		font-weight: normal;
		color: #0000ff;
		text-decoration: underline;	
}

a:focus {
		outline: none;
}
