@charset "UTF-8";
body {
	background-color: white;
   font-family: Arial;
	}

a, a:visited {
		font-size: 12px; 
		font-weight: normal;
		text-decoration: none;
		color: #52669A;
		}
		
a:hover, a:active {
		font-size: 12px; 
		font-weight: normal;
		text-decoration: underline;
		color: black;
		}

h1 {
		font-size: 20px;
		color: #FFCC33;
		font-weight: bold;
		text-align: left;
        text-decoration: overline;
      	}
		
h2 {
		font-size: 12px;
		color: black;
		font-weight: normal;
		text-decoration: none;
		display: inline;
		}
		
div#foto {
	width: 150px;
	height: 122px;
	position: absolute;
	margin: 0;
	background: url(images/foto.jpg) no-repeat;
	left: 675px;
	top: 230px;
		}
       
 div#quadrat1 {
	width: 130px;
	height: 80px;
	position: absolute;
	margin: 0;
	background: url(images/fisch.gif) no-repeat;
	left: 550px;
	top: 520px;
	background-image: url(images/fisch.gif);
		}
		
div#quadrat2 {
	width: 110px;
	height: 80px;
	position: absolute;
	background: url(images/fisch2.gif) no-repeat;
	top: 350;
	left: 650px;
	margin-top: 400px;
		}
        
div#quadrat3 {
	width: 100px;
	height: 50px;
	position: absolute;
	background: url(images/fisch3.gif) no-repeat;
	top: 190px;
	left: 655px;
	margin-top: 300px;
		}
       
div#quadrat4 {
	width: 200px;
	height: 150px;
	position: absolute;
	background: url(images/fisch4.gif) no-repeat;
	top: 180px;
	left: 550px;
	margin-top: 100px;
		}
div#quadrat5 {
	width: 180px;
	height: 120px;
	position: absolute;
	background: url(images/frosch.gif) no-repeat;
	top: 180px;
	left: 550px;
	margin-top: 100px;
		}

#navigation a, #navigation a:visited  {
	color: #0033CC;
	background-color: #FFCC33;
	display: block;
	padding: 0.5em;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 1px solid #52669A;
	float: left;
	margin: 175px 0 0 0px;
  }
  
#navigation b, 
#navigation a:hover,
#navigation a:active {
   color: black;
   background-color: white;
   display: block;
  padding: 0.5em;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  border-left: 1px solid #52669A;
  float: left;
   }
   
div#main {
	width: 550px;
	height: 600px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #333;
	text-align: justify;
	color: black;
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 250px;
		}
		
div#text {
		width: 520px;
		height: 550px;
		margin: 400px 0px 0px 240px;
		padding: 20px 25px 30px 25px;
		text-align: justify;
		font-family: Arial;
		color: black;
		font-size: 12px;
		position: absolute;
		border-left: 1px solid #52669A;
		border-right: 1px solid #52669A;
		word-spacing: 2px;
		}
		
div#Fussleiste {
	width: 800px;
	height: 28px;
	position: absolute;
	background-color: #FFCC33;
	font-size: 10px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	left: 5px;
	top: 800px;
		}
   
#Fussleiste a,
#Fussleiste a:visited {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	top: 800px;
		}

#Fussleiste a:hover,
#Fussleiste a:active  {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
		}   
 
   

div#links {
		margin: 705px 0 0 820px;
		width: 180px;
		height: 100px;
		text-align: right;
		position: absolute;
		background-color: white;
		padding: 3px 5px 30px 5px;
		font-size: 12px;
		color: #52669A;
		border-bottom: 1px solid #52669A;
		}

#links a, #links a:visited {
		color: #52669A;
		font-size: 12px;
		text-align: right;
		font-weight: bold;
		}

#links a:hover {
		color: black;
		text-decoration: underline;
		font-weight: bold;
		}


div#logo {
	margin: 5px 0 0 5px;
	width: 800px;
	height: 175px;
	position: absolute;
	background: url(images/Logo.jpg) center no-repeat;
	left: 0;
	top: 10px;
	background-image: url(images/Logo.jpg);
		}
				

