/*-----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: white;
   background-image: url(../img/gui/main_logo.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: white;
	text-decoration: none;
	text-align: left;
  scrollbar-base-color:#000000;
  scrollbar-3dlight-color:#446D8C;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#446D8C;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FFFFFF;
	/*background-repeat: no-repeat;*/
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

img.noborder {
	border: 0px;
}	
	
h3 {
	font-size: 17px;
	font-weight: bold;
	font-family : Arial;
	color : #b22222;
	font-variant : small-caps;
	margin: 5px 0px 0px 5px;
	}
/************************************************************/
/* Column Classes	: Allgemein																*/
/************************************************************/
td {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

td.header	{
	font-size : 15px;
	color: white;
	font-weight : bold ;
	font-variant : small-caps;
	margin-bottom:5px;
}  
 td.cell_txt	{
	color: black;
}  

}  
#border	{
	
	border: 1px solid black;
}  

/****************************************************************/
/* T E X T - S P E Z I F I S C H E    D E K L A R A T I O N E N */
/****************************************************************/

#comment				{	font-size : 8pt; font-weight : normal; }
#disable				{	color : Gray; }
#hilite					{	font-weight : bold; }
#left						{	text-align : left;	}
#right					{	text-align : right; }
#center					{	text-align : center; }
#justify				{	text-align : justify; }
#smallcaps			{	font-variant : small-caps; }
#bigger				{	font-size : 12pt; }
#bigger2				{	font-size : 16pt; }
	

/*  l i n k s */

a,	{
	text-decoration : underline;
}
a:visited, 
a:link { 	
			 /*color: #A3B3CB;*/
			font-size: 8pt;}
a:hover{
			color: #DB0000;
			text-decoration: underline;
			}

.link1,	{text-decoration : none;font-size: 7pt;	font-family: Verdana, Arial, Helvetica, sans-serif; }
.link1:visited, 
.link1:link { 	color: black;font-family: Verdana, Arial, Helvetica, sans-serif; 
			
			font-size: 7pt;	}
.link1:hover{   font-family: Verdana, Arial, Helvetica, sans-serif;
			color: white;
			background-color:#FC8717;}

