﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #FFF;
    font-size: 8pt;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000000;
    
}

.MainContentTextScrollPane a:link
{
	color:#0064AD;
}

.MainContentTextScrollPane a:visited 
{
	color:#0064AD;
}

.MainContentTextScrollPane a:active 
{
	color:#0064AD;
}

* html .ContentLogo {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

p, ul 
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color:#0064AD;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 16pt;
    font-weight:100;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 20px;
    
}
h2
{
	font-size: 10pt;
    padding: 0 0 10px 0;
    margin: 0px;    
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


span div
{
	cursor:pointer;
}


.HeaderSubText
{
	font-size:  12pt;	
}

.MainMenu
{
	
	font-size:  10pt;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

.MainMenu:hover 
{
	font-weight: bold;
}


.MainMenuHover 
{
	font-weight: bold;
}

.FooterMenu
{
	
	font-size:  8pt;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

.FooterMenu:hover 
{
	font-weight: bold;
}


.FooterMenuHover 
{
	font-weight: bold;
}


.NaviLink
{
	font-size: 9pt;
	color: #0064AD;
	text-decoration:none;
}

.NaviLink:hover
{
	font-size: 9pt;
	font-weight: bold;
	color: #0064AD;
	text-decoration:none;
}

.NaviLinkWhite
{
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration:none;
}

.NaviLinkWhite:hover
{
	font-size: 9pt;
	font-weight: bold;
	color: #0064AD;
	text-decoration:none;
}


.TableNoBorder
{
	border:0px solid white;	
}


.nonav
{
	font-size: 9pt;
	color: #0064AD;
	text-decoration:none;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 5px 30px 2px 30px;
    background-color: #eceded;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB FOOTERMENU   
----------------------------------------------------------*/
ul#footermenu
{
    border-bottom: 1px;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
    font-family:Arial;
}

ul#footermenu li
{
    display: inline;
    list-style: none;
}

ul#footermenu li a
{
    padding: 0px 1px 0px 0px;
    text-decoration: none;
    line-height: 15px;
    color: #000000;
    font-weight: normal;
    /*border-right: 1px solid black;*/
}

ul#footermenu li a:hover
{
    text-decoration:underline;
}

ul#footermenu li a:active
{
    background-color: #eceded;
    text-decoration: none;
}

ul#footermenus li.selected a
{
    background-color: #fff;
    color: #000;
}

/* TAB SUBMENU   
----------------------------------------------------------*/

.submenu_NagelGruppe
{
    border-bottom: 1px;
    padding: 0 0px;
    sposition: relative;
    text-align: left;
    font-family:Arial;
    line-height: 27px;
    width: 100px;
}

.submenu_mainentrydiv
{
	background-color:#ffffff; 
	float: left;
	text-align:center;
}

.submenu_mainentry
{
	text-decoration:none !important;
	padding-left:0px;
	padding-right:0px;
	white-space:nowrap;
	text-align:center;
}

a.submenu_mainentry:hover
{
	font-weight:bold;
	color: #0064AD;
}

.fg-menu-container 
{ 
	position: absolute; 
	top:0; 
	left:-999px; 
	padding-left:.4em;
	padding-top:.4em;
	padding-right:.4em;
	padding-bottom:.4em;
	overflow: hidden; 
	z-index:1000;
}

.fg-button 
{ 
	clear:left; 
	margin: 3px 0px 3px 2px; 
	padding: 0px 0px; 
	text-decoration:none !important; 
	cursor:pointer; 
	display:block;
	position: relative; 
	text-align: left; 
	zoom: 1;
}

    	.fg-button-main {margin: 3px 0px 3px 2px; padding: 0px 2px; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1;}
	    a.fg-button { float:left;}
	    button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
	    .hidden{display:none;}
	    .shadow {filter:DropShadow(color=#C0C0C0, offx=3, offy=3)}

/* TAB MENU   
----------------------------------------------------------*/

li.menumain {
	float: left;
	padding: 0 10px;
	background-color:White;    
}

submenu
{
    background-color:White;    
}

ul#menu
{
    border-bottom: 1px;
    padding: 0 0 2px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    text-align: center;
    font-family:Arial;
}

ul#menu li
{
	
    display: inline;
    list-style: none;
    text-decoration: none;
    line-height: 27px;
    color: #ffffff;

}

ul#menu li a
{
    padding: 0px 10px 0px 10px;
    font-weight: normal;
    text-decoration: none;
    line-height: 27px;
    color: #ffffff;
    font-weight: normal;
    border-right: 1px solid white;
}

ul#menu li a:hover
{
    font-weight: bold;
}

ul#menu li a:active
{
    background-color: #0064ad;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

.menuseperator
{
	color:White;
	font-weight:bold;	
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: none;
  /* border-collapse: collapse; -- not Firefox compatible*/
}

table td 
{
  padding: 0px;   
  border: none;
}

table th
{
  padding: 0px;
  text-align: left;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
   
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.ui-autocomplete  
{
	max-height: 208px; 
	overflow-y: hidden; 
	overflow-x: hidden;
}

.Watermark
{
	color:Gray;	
}


    .nagelgruppe_company
    {

	    margin-top:10px;
	    width:144px;
	    color: #0064AD;   
    	font-weight: bold; 	
    	font:Arial;
        text-align:center;
        text-decoration: none ! important;
    }
    
    .SpacingTopBottom1Line
    {
    		    padding-top:15px;
	    padding-bottom:15px;
    }
    
    .SpacingTopBottom2Line
    {
    	padding-top:7px;
    	padding-bottom:7px;
    }
    
  
    .nagelgruppe_company span
    {
    	padding-right:7px;
    }
    
    a
    {
    	cursor:pointer;
    }
    
    .nagelgruppe_column
    {
    	float:left;
    	margin-right:5px;
    }
    
    #container_companys
    {
    	position:absolute;
    	top:20px;
    	left:390px;    	
    }
    
    .nagelgruppe_column a
    {
		text-decoration: none;	
    }
    
    .download_select
    {
        width:220px;
        margin-left: 5px;
        margin-top:5px;
    }
