
/* 	(c)2003 w.steckman - all rights reserved.  */

/* ------------ body ------------ */
body {
	scrollbar-face-color: #003300;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #339933;
	scrollbar-arrow-color: #33ff00;
	scrollbar-track-color: #33ff00;
	scrollbar-darkschadow-color: #666666;
	background-color : #000000;
	font-family: arial, helvetica, sans-serif; 
	font-size: 16px; 
	color: #339933; 
}

/* ---------- boxdesign --------- */
/* bg-color lines*/
.bg_l{
	background-color:#003300;
	}
	
/* bg-color content*/
.bg_c{
	background-color:#000000;
	}	
	
/* ---------- linien ------------ */
/* bg-color module*/
.hlinie {
	background-color:#33ff00;
	}	

/* ------------ text ------------ */

/* head level 1: green bold-italic text */
.h1 {
	color: #339933;
	font-size: 16px;
	font-weight: bold; 
	font-family: arial, helvetica, sans-serif; 
	font-style: italic;
	text-decoration: none;
}

/* head level 2: green bold text */
.h2 {
	color: #339933;
	font-size: 16px; 
	font-weight: bold; 
	font-family: tahoma, arial, helvetica, sans-serif;
    text-decoration: none;
    }
	
/* small text */
.st {
	color: #339933;
	font-size: 11px;
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	text-decoration: none;
}
		
/* text */
.t {
	color: #339933;
	font-size: 15px;
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	text-decoration: none;
}

/* navigation */
.navi {
	font-family: arial, helvetica, sans-serif; 
	font-size: 16px; 
	color: #33ff00; 
	text-decoration: underlined;
	font-weight: bold;
	}
	
/* navigation activatet*/
.navia {
	font-family: arial, helvetica, sans-serif; 
	font-size: 16px; 
	color: #339933; 
	text-decoration: underlined;
	font-weight: bold;
	}

/*############Link Descriptions############*/

/* navi link desc */
a.navi:active	{ color: #33ff00; text-decoration: underlined;}
a.navi:link		{ color: #33ff00; text-decoration: underlined;}
a.navi:visited 	{ color: #33ff00; text-decoration: underlined;}
a.navi:hover 	{ color: #339933; text-decoration: underlined;}

/* t link desc */
a.t:active		{ color: #33ff00; font-style: italic; text-decoration: underline;  }
a.t:link		{ color: #33ff00; font-style: italic; text-decoration: underline; } 
a.t:visited 	{ color: #666666; font-style: italic; text-decoration: underline; }
a.t:hover 		{ color: #339933; font-style: italic; text-decoration: underline; }

/* general link desc */
a:active		{ color: #33ff00; text-decoration: underline; }
a:link			{ color: #33ff00; text-decoration: underline; }
a:visited 		{ color: #666666; text-decoration: underline; }
a:hover 		{ color: #339933; text-decoration: underline; }

/*#########################################*/
