
/* ------------------------------------ Globales ------------------------------------ */	

html, table								{
										font-family: Verdana, Arial, Sans-Serif;
										font-size:11px;
										line-height:130%;
										color:#999999;
										}
body									{
										margin:0px;
										}
h1										{
										font-size:14px;
										font-weight:bold;
										color:#e77518;
										font-style:italic;
										}
h2										{
										font-size:11px;
										font-weight:bold;
										}
a										{
										color:#08a0f7;
										text-decoration:none;
										}		
a:hover									{
										color:#08a0f7;
										text-decoration:underline;
										}		

/* ------------------------------------ Containers ------------------------------------ */	

#container								{
										width:704px;
										
										}
#container_service						{
										width:692px;
										height:89px;
										margin:12px 0px 0px 12px;
										background-image:url(images/bg_service_blue.jpg);
										background-repeat:no-repeat;
										}
#container_banner						{
										width:692px;
										height:293px;
										margin:0px 0px 0px 12px;
										background-image:url(images/bg_banner_blue.jpg);
										background-repeat:no-repeat;
										}
#banner									{
										float:left;
										width:656px;
										height:257px;
										margin:12px 0px 0px 12px;
										background-repeat:no-repeat;
										}								
#container_content						{
										float:left;
										margin:0px 0px 0px 12px;
										width:692px;
										background-image:url(images/bg_content_scale_blue.jpg);
										background-repeat:repeat-y;
										}
#container_inner_content				{
										float:left;
										width:692px;
										min-height:380px;
										background-image:url(images/bg_content_top_blue.jpg);
										background-repeat:no-repeat;
										}								
#container_footer						{
										float:left;
										width:692px;
										height:12px;
										margin:0px 0px 12px 12px;
										background-image:url(images/bg_footer_blue.jpg);
										background-repeat:no-repeat;
										}
#logo									{
										float:left;
										}
#content								{
 										float:left;
 										margin:12px 0px 12px 12px;
 										width:468px;
 										border:solid 1px #cccccc;
 										text-align:left;
 										}
#content div							{
 										margin:12px 0px 12px 12px;
 										width:444px;
 										} 									
#context								{
 										float:right;
 										margin:12px 24px 0px 0px;
 										width:172px;
 										border:solid 1px #cccccc;
 										text-align:left;
 										}
#context div							{
 										margin:12px 0px 12px 12px;
 										width:148px;
 										}
#address								{
 										float:right;
 										clear:right;
 										margin:12px 24px 12px 0px;
 										width:172px;
 										text-align:left;
 										border:solid 1px #cccccc;
 										}
#address div							{
 										margin:12px 0px 12px 12px;
 										width:148px;
 										}  									 
#copyright								{
 										float:left;
 										clear:both;
 										margin:-4px 0px 0px 24px;
 										width:646px;
 										height:24px;
 										text-align:left;
 										}										
 							
/* ------------------------------------ Navigation ------------------------------------ */	

#navigation_background					{
 										margin:221px 0px 0px 0px;
 										width:656px;
 										height:36px;
 										background-color:#e77518;
 										opacity:.40; filter: alpha(opacity=40); -moz-opacity: 0.40;
 										}	
#navigation								{
 										float:left;
 										position:relative;
 										top:221px;
 										left:0px;
 										z-index:10;
 										}
#navigation ul							{
 										margin:0px;
 										padding:0px;
 										list-style:none;
 										}
#navigation li							{
 										float:left;
 										}
#navigation a							{
 										font-size:12px;
 										font-weight:bold;
 										color:#ffffff;
 										text-decoration:none;
 										padding-top:9px;
 										display:block;
 										width:100px;
 										height:36px;
 										}
#navigation a:hover						{
 										color:#e77518;
 										text-decoration:none;
 										padding-top:9px;
 										background-color:#ffffff;
 										opacity:.75; filter: alpha(opacity=75); -moz-opacity: 0.75;
 										display:block;
 										width:100px;
 										height:36px;
 										}
#navigation a.active					{
 										color:#e77518;
 										text-decoration:none;
 										padding-top:9px;
 										background-color:#ffffff;
 										opacity:.75; filter: alpha(opacity=75); -moz-opacity: 0.75;
 										display:block;
 										width:100px;
 										height:36px;
 										}
 										
/* ------------------------------------ Servicenavigation ------------------------------------ */	
								
#servicenavigation						{
 										float:right;
 										margin:48px 24px 0px 0px;
 										font-size:10px;
 										color:#999999;
 										}
#servicenavigation div					{
 										float:left;
 										padding:1px 0px 0px 0px;
 										}
#servicenavigation .input				{
 										float:left;
 										padding:0px 0px 0px 6px;
 										} 									
#servicenavigation input				{
 										width:128px;
 										height:18px;
 										border:solid 1px #999999;
 										padding:1px 0px 0px 3px;
 										font-size:10px;
 										color:#999999;
 										}
#servicenavigation a					{
 										color:#999999;
 										text-decoration:none;
 										}
#servicenavigation a:hover				{
 										color:#000000;
 										text-decoration:underline;
 										} 																			

