body {
	
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
.h1 {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	color: #3399ff;
	padding-top: 2px;
}

.h2 {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	color: #3399ff;
	padding-top: 2px;
}

.head {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana;

	
	}

/* links in der seite */

.a {

	color: #3399ff;
	text-decoration:none;
	font-family:verdana; 
	font-size: 13px;

	
}

.a:visited{
	
	color: #3399ff;
	text-decoration:none;
	font-family:verdana;
	font-size: 13px;

}

.a:active{
	

	color: #777777;
	text-decoration:none;
	font-family:verdana;
	font-size: 13px;

}

.a:hover {
	color: #777777;
	text-decoration:none;
	font-family:verdana;
	font-size:13px;

}

.text {
	font-family: Verdana,;
	font-size: 13px;
	color: #777777;
}

/* menue linke seite */

.menu {
	padding: 0 0 0 5px;
	font-family: Verdana,;

		}

#menu a {

	display: block;
	color: #777777;
	text-decoration:none;
	font-family:verdana; 
	font-size: 12px;

	
}

#menu a:visited{
	
	color: #777777;
	text-decoration:none;
	font-family:verdana;
	font-size: 12px;

}

#menu a:active{
	
	background-image: url(images/navi-bg-link.gif);
	color: #777777;
	text-decoration:none;
	font-family:verdana;
	font-size: 12px;

}

#menu a:hover {
	color: #3399ff;
	text-decoration:none;
	font-family:verdana;
	font-size:12px;
	background-image: url(images/navi-bg-link.gif);

}


/* menue linke seite footer*/

.footer  {

	font-family: Verdana,;

}

#footer a {

	color: #777777;
	text-decoration:none;
	font-family:verdana; 
	font-size: 10px;

	
}

#footer a:visited{
	
	color: #777777;
	text-decoration:none;
	font-family:verdana;
	font-size: 10px;

}

#footer a:active{
	
	background-color:#e6e6e6;
	color: #777777;
	text-decoration:none;
	font-family:verdana;
	font-size: 10px;

}

#footer a:hover {
	
	background-color:#e6e6e6;
	color: #777777;
	text-decoration:none;
	font-family:verdana; 
	font-size:10px;

}

.top {
      
      background: transparent url('images/top.gif') no-repeat right bottom;
      width:17px;
      height:14px;

      }

 .top a:link  {

     text-decoration:none;

}

