/* ====================================================================================================
** = Cascading Style-Sheet for Nomu-Grosshandel.de
** =
** = Copyright (C) 2009 - Nomu-Grosshandel.de - All Rights Reserved
** ====================================================================================================
*/

@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
** - html, body
** ----------------------------------------------------------------------------------------------------
*/

html
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

body
{
background-color: #ebf2ff;
background-repeat: repeat;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/*overflow: hidden;
overflow: -moz-scrollbars-vertical;
overflow-x: auto;
overflow-y: scroll;*/
}

/* ----------------------------------------------------------------------------------------------------
** - Layout
** ----------------------------------------------------------------------------------------------------
*/

div#layout
{
margin: 20px auto 10px auto;
height: auto;
min-height: 100%;
width: 975px;
}

div#header
{
background-color: #fdfdfd;
background-image: url('/gfx/header/01.jpg');
background-repeat: no-repeat;
height: 208px;
width: 975px;
}

div#header.products
{
background-image: url('/gfx/header/02.jpg');
}

div#header.offers
{
background-image: url('/gfx/header/03.jpg');
}

div#site_path
{
background-image: url('/gfx/layout/bg_site_path.gif');
background-repeat: repeat-x;
background-position: bottom left;
padding: 0px 0px 7px 0px;
margin: 7px 8px 7px 8px;
width: 480px;
}

div#site_path h1,
div#site_path h1 a,
div#site_path h1 span
{
color: #003366;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
white-space: nowrap;
}

div#site_path h1
{
padding: 1px 0px 2px 0px;
}

div#site_path h1,
div#site_path h1 span
{
cursor: default;
}

div#site_path h1 a:hover
{
text-decoration: underline;
}

div#main
{
background-image: url('/gfx/layout/bg_main.jpg');
background-repeat: repeat-y;
background-position: left top;
width: 975px;
}

div#content
{
float: left;
min-height: 480px;
width: 496px;
}

div#content div.text
{
clear: both;
margin: 0px 8px 0px 8px;
width: 480px;
}

div#footer
{
background-image: url('/gfx/layout/bg_footer.jpg');
background-repeat: no-repeat;
background-position: bottom center;
height: 31px;
}

div#footer p
{
padding: 2px 2px 2px 2px;
text-align: right;
}

div#footer p,
div#footer p a
{
color: 003366;
white-space: nowrap;
}

div#footer div.text
{
color: 003366;
margin: 0px 0px 0px 0px;
padding: 2px 8px 2px 8px;
white-space: nowrap;
line-height: 16px;
width: 671px;
height: 16px;
}

div#copyright
{
margin: 0px 0px 0px 0px;
float: left;
width: 283px;
}

div#copyright p
{
padding: 2px 2px 2px 8px;
text-align: left;
}

/* ----------------------------------------------------------------------------------------------------
** - Block Groups
** ----------------------------------------------------------------------------------------------------
*/

div#left_blocks
{
margin: 0px 0px 0px 0px;
float: left;
min-height: 592px;
width: 283px;
}

div#right_blocks
{
background-image: url('/gfx/layout/bg_right.gif');
background-repeat: repeat-x;
margin: 0px 0px 0px 0px;
float: left;
min-height: 576px;
width: 191px;
}

/* ----------------------------------------------------------------------------------------------------
** - Block (left)
** ----------------------------------------------------------------------------------------------------
*/

div.block
{
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div.block div.block_header,
div.block div.block_footer
{
display: none;
visibility: hidden;
}

div.block div.block_content
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/* ----------------------------------------------------------------------------------------------------
** - Block (right)
** ----------------------------------------------------------------------------------------------------
*/

div#right_blocks div.block
{
margin: 10px 10px 0px 11px;
}

div#right_blocks div.block div.block_content
{
background-image: url('/gfx/layout/bg_site_path.gif');
background-repeat: repeat-x;
background-position: bottom left;
padding: 0px 0px 10px 0px;
}

/* ----------------------------------------------------------------------------------------------------
** - Text
** ----------------------------------------------------------------------------------------------------
*/

h1, h2, div, p, a, span, label
{
color: #003366;
font-family: Verdana, Arial, Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
overflow: hidden;
text-decoration: none;
}

h1
{
font-size: 10pt;
font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------
** - inline Text
** ----------------------------------------------------------------------------------------------------
*/

span.error
{
color: red;
font-weight: bold;
}

span.success
{
color: green;
font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------
** - Label
** ----------------------------------------------------------------------------------------------------
*/

label.checkbox, label.radio
{
cursor: pointer;
}

/* ----------------------------------------------------------------------------------------------------
** - List
** ----------------------------------------------------------------------------------------------------
*/

ol, ul, dl, li, dt, dd
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

li
{
line-height: 16px;
}

ol, ul
{
padding-left: 40px;
}

/* ----------------------------------------------------------------------------------------------------
** - Links
** ----------------------------------------------------------------------------------------------------
*/

a
{
color: #003366;
cursor: pointer;
}

a:hover
{
text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------
** - Images
** ----------------------------------------------------------------------------------------------------
*/

img
{
border-width: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

img.border
{
border: 1px solid #5189c6;
}

/* ----------------------------------------------------------------------------------------------------
** - Horizontal Ruler
** ----------------------------------------------------------------------------------------------------
*/

hr
{
background-color: white;
color: white;
border: 0 none;
border-bottom: 1px solid #003366;
clear: both;
display: block;
font-size: 0px;
height: 0px;
line-height: 0px;
margin: 5px 0px 5px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
}

hr.dashed
{
border-bottom: 1px dashed #003366;
}

/* ----------------------------------------------------------------------------------------------------
** - Form Elements
** ----------------------------------------------------------------------------------------------------
*/

fieldset
{
background-color: white;
border: 1px solid #75b2de;
margin: 5px 0px 15px 0px;
padding: 5px 5px 5px 5px;
}

fieldset legend
{
background-color: white;
border: 1px solid #75b2de;
color: #6080a0;
cursor: default;
font-family: georgia, times, serif;
font-size: 12pt;
font-weight: bold;
margin: 0px 0px 0px 5px;
padding: 2px 10px 2px 10px;
}

input
{
font-family: Verdana, Arial, Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: normal;
}

textarea,
select,
optgroup,
option
{
color: black;
background-color: white;
font-family: Verdana, Arial, Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: normal;
}

optgroup
{
font-style: normal;
font-weight: bold;
}

input.checkbox,
input.radio
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}



































/* ----------------------------------------------------------------------------------------------------
** - Navigation
** ----------------------------------------------------------------------------------------------------
*/

div#navigation
{
border-top: 1px solid #6796e2;
border-left: 1px solid #6796e2;
border-right: 1px solid #6796e2;
margin: 8px 0px 0px 86px;
padding: 0px 0px 0px 0px;
}

div#navigation div.block_header h1,
div#navigation div.block_header,
div#navigation div.block_footer
{
display: none;
visibility: hidden;
}

div#navigation div.block_header,
div#navigation div.block_footer,
div#navigation div.block_content
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/* ----------------------------------------------------------------------------------------------------
** - 1st level
** ----------------------------------------------------------------------------------------------------
*/

div#navigation ul
{
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div#navigation ul li
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div#navigation ul li a
{
/*
background-color: #ffffff;
*/
border-bottom: 1px solid #6796e2;
background-image: url('/gfx/layout/nav_mout.gif');
background-repeat: no-repeat;
background-position: left center;
color: #003366;
display: block;
font-family: Verdana, Arial, Tahoma;
font-size: 8pt;
font-style: normal;
font-weight: bold;
height: 20px;
line-height: 20px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
text-decoration: none;
}

div#navigation ul li.selected a,
div#navigation ul li.selected a:hover
{
/*
background-color: #77aaff !important;
*/
background-image: url('/gfx/layout/nav_mover.gif') !important;
background-repeat: no-repeat !important;
background-position: left center !important;
color: #0063AF !important;
}

div#navigation ul li a:hover
{
/*
background-color: #77aaff !important;
*/
background-image: url('/gfx/layout/nav_mover.gif') !important;
background-repeat: no-repeat !important;
background-position: left center !important;
color: #0063AF !important;
}

/* ----------------------------------------------------------------------------------------------------
** - 2nd level
** ----------------------------------------------------------------------------------------------------
*/

div#navigation ul li ul
{
display: none;
visibility: hidden;
}

div#navigation ul li.selected ul
{
display: block;
visibility: visible;
}

div#navigation ul ul li a
{
color: #003366 !important;
padding-left: 15px;
}

div#navigation ul ul li.selected a
{
/* color: #003366 !important; */
}

/* ----------------------------------------------------------------------------------------------------
** - 3rd level
** ----------------------------------------------------------------------------------------------------
*/

div#navigation ul ul li ul
{
display: none;
visibility: hidden;
}

div#navigation ul ul li.selected ul
{
display: block;
visibility: visible;
}

/*div#navigation ul ul ul li
{
background-image: url('/gfx/layout/nav_03.gif');
background-position: left bottom;
}

div#navigation ul ul ul li:active,
div#navigation ul ul ul li:hover,
div#navigation ul ul ul li.hover,
div#navigation ul ul ul li.selected
{
background-image: url('/gfx/layout/nav_03_hover.gif');
background-position: left bottom;
}

/*div#navigation ul ul li.hover ul
{
height: 0px;
overflow: hidden;
}*/

div#navigation ul ul ul li a
{
padding-left: 20px;
}


/* ----------------------------------------------------------------------------------------------------
** - contact form
** ----------------------------------------------------------------------------------------------------
*/

div#contact table
{
border-width: 0px;
border-spacing: 5px;
margin: 2px 8px 2px 8px;
padding: 0px 0px 0px 0px;
table-layout: fixed;
text-align: left;
width: 480px;
}

div#contact table table
{
border-spacing: 0px;
}

div#contact table tr td input.text,
div#contact table tr td select,
div#contact table tr td textarea
{
width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
** - contact form captcha
** ----------------------------------------------------------------------------------------------------
*/

div#contact img.captcha,
div#contact input.captcha,
div#contact input.submit
{
vertical-align:middle;
overflow: hidden;
}

div#contact img.captcha
{
border: 1px solid whitesmoke;
}

div#contact img.captcha.enabled,
div#contact input.captcha.enabled
{
margin: auto 10px auto 0px;
}

div#contact img.captcha.disabled,
div#contact input.captcha.disabled
{
display: none;
visibility: hidden;
}

/* ----------------------------------------------------------------------------------------------------
** - link partners
** ----------------------------------------------------------------------------------------------------
*/

div#link_partners ul
{
list-style-type: none;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 15px;
}

div#link_partners ul li h1
{
font-weight: bold;
}
