/* CSS Document				 */
/*
/* Derived from gfp_base.css */


div.main_menu
{	
	padding:0px;
	margin:0px;
	margin-top:-0.2em;
	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:120px;}
#nav_about_us	{width:130px;}
#nav_profil		{width:120px;}
#nav_work		{width:120px;}
#nav_ref		{width:120px;}
#nav_contact	{width:120px; 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:0% 50%; 
	padding-left:10px;
}
a.sciatec_blue:hover
{
	text-decoration:none;
	background-image:url(../pics/href_arrow_hover.gif);
}
a.simple_blue
{
	text-decoration:none;
}
a.simple_blue:hover
{
	text-decoration:none;
}

.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; visibility:hidden; }
#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, a.simple_blue
{	
	color:#0000AA; 
}

#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, a.simple_blue:hover
{	
	color:#303030;  
}


/* OPEN QUESTIONS
 */
.question
{
	color:red;
}


img.inline
{
	width:1.8em; 
	vertical-align: -0.3em;
}


