/*-----HAUPT-STYLESHEET---------------------------------------------------------------------------------------
  -------------------------------- C A S C A D I N G   S T Y L E S H E E T zu --------------------------------
  ------------------------------------  W C G -  WEB CREATOR GRUBER ----------------------------------------*/


body {
	background-color: #FC8717;
   background-image: url(../img/gui/top_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: white;
	text-decoration: none;
	text-align: left;
	background-position: bottom ;
	background-repeat: repeat-x;
	background-attachment: fixed;
	}

a,
a:visited, 
a:link {
	font-size: 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-variant : small-caps;
	text-decoration : none;
	color: black;
}
a:hover{ 	background-color:#FF9900;
			font-weight: bold;
			color:#333333;	}

a:active{	background-color:#FF9900;;
			color: black;
			text-decoration: none;
			font-weight: bold;	
		}
