/* CSS Document				 */
/*
/* Derived from gfp_base.css */


div.main_menu
{	
	padding:0px;
	margin:0px;

	width:8em;
	
	text-align:center;
	font-weight:bold;
	border-right: solid 1px;
}
/*  home - über uns - profil - referenzen - kontakt
      4		  8			 6         10	       7
	  | --------------- 802 ----------------------|
	  (651)/35 = 18,6
	 77	 -   148	-   181	  -	   112	 -	  129			
 */
#nav_home		{width:140px;}
#nav_about_us	{width:150px;}
#nav_profil		{width:147px;}
#nav_ref		{width:160px;}
#nav_contact	{width:146px; border-right: none;}


#mail_logo	
{ 
	position:absolute;
	left:5px;
	top:105px;
	margin:5px;
}



div.popup_menu
{
	margin:0px;
	margin-left:-1px;
	top:24px;
	padding-top:0.2em;
	font-weight:normal;
	line-height:1.1em;

	border-left:solid 1px  	#3EA8A9;
	text-align:left;
}

a.sciatec_blue
{

	text-decoration:none;

	background-image:url(../pics/href_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 0.3em; 
	padding-left:8px;
}
a.sciatec_blue:hover
{
	text-decoration:none;

	background-image:url(../pics/href_arrow_hover.gif);
	background-repeat:no-repeat;
	background-position:0px 0.3em; 
	padding-left:8px;
}


.main_menu a
{	color:white;}

#page_left, #page_right	{ visibility:hidden; }



/** LIGHT-GRAY  ***/
/*  - hrefs & h3 & 'page_left bg'  & 'page_right bg' & 'page_banner'
 *  - main_menu:hover
 */
.main_menu a:hover		{ 		 color:#AAAABB; }
#page_left, #page_right	{ background-color:#D6D6EE; }
#page_banner			{ background-color:#A6A6FF; }
#page_bottom			{ background-color:#ffffff; }

/** GFP-GREEN   HKS-51N ***/
/*  - hrefs & h3: 'gfp_green' 
 *  - backg.color 'page_nav'
 */
.popup_menu a,  a.sciatec_blue, h3.sciatec_blue
{	
	color:#0000AA; 
/*	text-decoration:none;*/
}

#page_nav
{	background-color:#111180; }

/** GFP-GRAY   HKS-93N ***/
/*  - body text
 *  - hrefs 'gfp_green' & 'popup_menu a:hover' 
 */
body, a.sciatec_blue:hover, .popup_menu a:hover 
{	
	color:#505a59;  /* HKS 93-N */  
}


/* OPEN QUESTIONS
 */
.question
{
	color:red;
}


