/* alle Raender auf 0 stellen fuer alle Browser */
* {
	padding: 0;
	margin: 0;
}
/* hierin befinden sich alle nachfolgenden Seiten-Formate */
#container {
	width: 900px;
	margin-left: auto;   /* verursacht mittige Anzeige im FF */
	margin-right: auto;  /* verursacht mittige Anzeige im FF */
	background-color: transparent;
}
/* Header */
#fishheader {
	width: 900px;
	height: 120px;
	background: url(../images/fish_header10.jpg) top left no-repeat;
	margin-left: auto;
	margin-top: 5px;
}
/* Container fuer Inhalt */
#contentarea {
	background: url(../images/fish_hg.jpg) repeat-y;
	min-height: 450px;
	background-position: 0px 513px;
}
#flaggen {
	float: right;
	width: 30px;
}
#suche {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;		/* Abstand nach oben zum Fish-Header */
	width: 50px;
	/*width: 90px;*/
  float: left;/*background: url(../images/back_search.jpg) right top no-repeat;*/
}
#suche a:hover {
	border-width: 0;
}
/* Links im Fusszeilenbereich */
#footermenu a {
	font-family: Arial Black;
	text-transform: uppercase;
	color: #000000;
	font-size: 8pt;
}
#footermenu a:hover {
	color: #ffffff;
}
