body
	{
		margin: 0;
		padding: 0;
		font: 85% verdana, arial, hevetica, sans-serif;
		line-height: 180%;		
		color: #000;
		background-color: #fff;
	}
	h1, h2, h3 
	{
	text-align: center;
	color: darkblue;
	}
	
	h4 {text-align:left; color:darkblue;}
	
	a:link, a:visited 
	{
		font: 120% arial, hevetica, sans-serif;
		font-weight: bold;
		color: darkblue;
	}
	a:hover, a:active
	{
		color: darkblue;
		background-color: yellow;
	}
	
	
/*Versuch mit runden Ecken*/

.ro {	background:url("images/ro.jpg") top right no-repeat;
	margin:0;
	padding:0; }

.lo {	background:url("images/lo.jpg") top left no-repeat;
	margin:0;
	padding:0; }

.ru {	background:url("images/ru.jpg") bottom right no-repeat;
	margin:0;
	padding:0; }

.lu {	background:url("images/lu.jpg") bottom left no-repeat;
	margin:0;
	padding:0; }

/*Formattierungen fuer Linke Box*/

	.fett-linkebox
	{
	font-weight: bold;
	color: blue;
	}
	.trennstrich 
	{
	border-bottom:2px solid blue;
	}
	.center {text-align:center;
		font-size:120%;}
	.inhalt-linkebox 
	{
	margin:0;
	padding:0.1em 1.0em 2.0em 1em;
	line-height: 160%;
	font-size: 1em;
	}

	.inhalt-linkebox p 
	{
	margin-top:1em;
	margin-bottom:1em;
	padding:0;
	padding-bottom:0.5em;
	}
	

	.willkommen
	a:link, a:visited 
	{
		font: 120% arial, hevetica, sans-serif;
		font-weight: bold;
		color: darkblue;
	}
	a:hover, a:active
	{
		color: darkblue;
		background-color: yellow;
	}
	ul
	{list-style-type: none;
	line-height:180%;}
	
	.restlinkebox
	a:link, a:visited 
	{
		font: verdana, arial, hevetica, sans-serif;
		font-weight: bold;
		color: blue;
		text-decoration:none;
		
	}
	a:hover, a:active
	{
		color: darkblue;
		
	}
	ul
	{list-style-type: none;
	line-height:180%;}

	.bildkommentar
	p { font-size: 80%;
	line-height:100%;}

	.wichtig
	{font-weight: bold;}
			
	
/*Formattierung fuer Bildergallerie*/

	.bild { float: left;
		 text-align: center;
		width:160px;
		height:180px;
		}
	.bild img {margin: 0px; }
	
		

	#container
	{	margin:0;
		text-align: left;
		background-color: #edf6f9;
		/*border: 1px solid black;*/
		
	}

	table {	border: 1px solid black; background-color: #ebeff8; 
		margin-left: auto; margin-right: auto; }
	table td {border: 1px solid black; padding: 3px 5px 3px 5px;}
	
	.oben    { vertical-align:top; }

	.leitung table {font-size: 80%; line-height:120%;}	
	

	#kopf
	{
		height: 100px;
		background-color: white;
		background-image: url(images/kopf.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.kopf
	{display: none;
	}

	#navigation
	{
		background-color: blue;
		font-size: 100%;
		color: yellow;
		padding: 5px 0;
		}
	#navigation ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border: 2px; /*solid yellow*/
		
	}
	#navigation li
	{
		display: inline;
		padding: 0 10px;
		/*border-right: 2px; solid yellow;*/
	}
	
	#naigation li a
	{
		font: 100% arial, hevetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: yellow;
	}
	#navigation li a:visited
	{
		font: 100% arial, hevetica, sans-serif;
		font-weight: bold;
		color: yellow;
		text-decoration: none;
	}
	#navigation li a:link
	{
		font: 100% arial, hevetica, sans-serif;
		font-weight: bold;
		color: yellow;
		text-decoration: none;
	}
	#navigation li a:hover
	{
		text-decoration: none;
		color: darkblue;
		background-color: yellow;
	}
	#navigation li a:active
	{
		color: darkblue;
	}
	
	#linkebox
	{
		float: left;
		width: 220px;
		margin-left: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#hauptteil
	{
		margin-top: 20px;
		/*background-image: url(images/morino.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;*/
		position: relative;
		margin-left: 260px;
		
	}
	
	
	/*#fuss	
	{
		clear: both;
		color: yellow;
		height: 20px;
		margin: 0 auto;
		padding: 3px;
		background-color: blue;
		text-align:right;
		font-size: 90%;
	}*/
	
	#fotobox
	{	
		position:relative;
		text-align:center;
		padding: 10px;
	}
	
	/* #pressebild
	{	position: relative;
		text-align:center;
		margin-left: 50px; width: 400px;
		
	}
	#pressebild usemap {border: none;
	text-decortion: none;} */

	#alben
	{
		position:relative;
		width: 200px;
		text-align:center;
		border: 1px solid black;
	}
	
	#counter
	{	padding-left:40px; }
