h1 {
	color:black;
	font-size:24px;
}
h2 {
	color:black;
	font-size:14px;
}

body { 
	margin:0; 
	padding:0;
	height: 100%;
	background-color:#16002C;
	font-family:Calibri,Arial;
}



#hintergrund {
	position:absolute;
	padding:8px;
	margin-top:15px; 
	width:1000px; 
	left: 50%; 
	margin-left: -500px; /* Breite des Elements geteilt durch zwei! */
	z-index:3;
	background-color:#A878FF;
	outline-width:4px;
	outline-color:#16002C;
	outline-style:outset;
	font-family:Calibri,Arial;
	font-weight:bold;
	font-size:14px;
	color:black;
	cursor:url(cursor.png),auto;		
}



#banner {
	position:absolute;
	padding:8px;
	top:23px; 
	width:980px;
	height:150px;
	left: 50%; 
	margin-left: -490px; /* Breite des Elements geteilt durch zwei! */
	z-index:90;
	background-color:white;
	background-image:url(banner.png);
	font-family:Calibri,Arial;
	cursor:url(cursor.png),auto;	
	
}

#topbar {
	position:absolute;
	padding:0px;
	top:173px; 
	width:980px;
	height:40px;
	left: 50%; 
	margin-left: -490px; /* Breite des Elements geteilt durch zwei! */
	z-index:89;
	cursor:url(cursor2.png),pointer;
	
}


#topbar ul  {
  list-style-type: none; 

}

#topbar ul li
{
  display: inline;
  font-family:Calibri,Arial;
  font-size:16px;
  color:white;
  text-decoration:none;
  background-image:url(topbar.png);
}


#topbar ul li a {
	 padding: 10px 40px;
	 color:white;
	 cursor:url(cursor2.png),pointer;
	 text-decoration:none;
}
#topbar ul li a:link{
       background-image:url(topbar.png);
       background-color:transparent;   
}
#topbar ul li a:visited{
       background-image:url(topbar.png);
       background-color:transparent;   
}

#topbar ul li a:hover{
	background-image:none;
	background-color:#A878FF;
	background-image:url(topbar2.png);
}

#topbar ul li a:active{
	background-image:none;
	background-color:#A878FF;
	background-image:url(topbar2.png);
}


#pullbar{
	width:980px;
	padding-left:8px;
	padding-right:8px;
	height:20px;
	top:173px;
	background-image:url('pulldownbar.png');
	background-repeat:no-repeat;
	background-position:center;
	cursor:url(cursor2.png),pointer;
}

#goal{
	position:relative;
	padding-bottom:0px;
	padding:8px;
	margin-top:230px; 
	width:980px;
	left: 49%; 
	margin-left: -490px; /* Breite des Elements geteilt durch zwei! */
	/*z-index:93;*/
	background-color:transparent;
	font-weight:normal;
	cursor:url(cursor.png),pointer;
	
}

#footer {
	position:relative;
	clear:both;
	font-weight:normal;	
	margin-top:60px;
	text-align:center;
	font-size:10px;	
	z-index:5;
	
}


#link  {
       color:black;
       cursor:url(cursor2.png),pointer;   
}

#topbar_green {
	position:absolute;
	padding:0px;
	top:173px; 
	width:980px;
	height:40px;
	left: 50%; 
	margin-left: -490px; /* Breite des Elements geteilt durch zwei! */
	z-index:89;
	cursor:url(cursor2.png),pointer;
	
}


#topbar_green ul  {
  list-style-type: none; 

}

#topbar_green ul li
{
  display: inline;
  font-family:Calibri,Arial;
  font-size:16px;
  color:white;
  text-decoration:none;
  background-image:url(topbar_green.png);
}


#topbar_green ul li a {
	 padding: 10px 40px;
	 color:white;
	 cursor:url(cursor2.png),pointer;
	 text-decoration:none;
}
#topbar_green ul li a:link{
       background-image:url(topbar_green.png);
       background-color:transparent;   
}
#topbar_green ul li a:visited{
       background-image:url(topbar_green.png);
       background-color:transparent;   
}

#topbar_green ul li a:hover{
	background-image:none;
	color:black;
	background-image:url(topbar2_green.png);
}

#topbar_green ul li a:active{
	background-image:none;
	color:black;
	background-image:url(topbar2_green.png);
}

