﻿table.topnavi
{
    border-collapse: collapse;
    position: absolute;
    right: 0px;
    top: 54px;
}

table.topnavi td
{
    vertical-align: middle;
    text-align: center;
    padding: 2px 2px 0px 2px;
}

table.topnavi td.bluetab /* 97 x 40 Pixel*/
{
    background-image: url(../images/design/topnavi/blue-tab.png);
    width: 93px;
    height: 38px;
    background-repeat: no-repeat;
}

table.topnavi td.active-bluetab /* 97 x 40 Pixel*/
{
    background-image: url(../images/design/topnavi/active-blue-tab.png);
    width: 93px;
    height: 38px;
    background-repeat: no-repeat;
}

table.topnavi td.bluetab-wide /* 97 x 40 Pixel*/
{
    background-image: url(../images/design/topnavi/blue-tab-wide.png);
    width: 190px;
    height: 38px;
    background-repeat: no-repeat;
}

table.topnavi td.active-bluetab-wide /* 97 x 40 Pixel*/
{
    background-image: url(../images/design/topnavi/active-blue-tab-wide.png);
    width: 190px;
    height: 38px;
    background-repeat: no-repeat;
}

table.topnavi td.tischlereitab /* 98 x 40 Pixel*/
{
    background-image: url(../images/design/topnavi/tischlerei-tab.png);
    width: 94px;
    height: 38px;
    background-repeat: no-repeat;
}

table.topnavi td.tischlereitab a
{
    color: #fafafa;
}

table.topnavi td.tischlereitab a:hover
{
    color: #FFF;
    /*border-bottom: 1px dotted #FFF;*/
}

table.topnavi td.active-shoptab /* 178 x 40 Pixel*/
{
    background-image: url(../images/design/topnavi/active-shop-button.png);
    width: 174px;
    height: 38px;
    background-repeat: no-repeat;
}

table.topnavi td.shoptab /* 178 x 40 Pixel*/
{
    background-image: url(../images/design/topnavi/shop-button.png);
    width: 174px;
    height: 38px;
    background-repeat: no-repeat;
}

table.topnavi td.shoptab a, table.topnavi td.active-shoptab a
{
    font-size: 15px;
}

table.topnavi td.shoptab a:hover
{
    /*border-bottom: 1px dotted #FFF;*/
    color: #000;
}

table.topnavi td.login, table.topnavi td.logout /* 96 x 39 Pixel*/
{
    padding: 2px 14px 0px 2px;
    background-image: url(../images/design/topnavi/login.png);
    width: 80px;
    height: 37px;
    background-repeat: no-repeat;
}

table.topnavi td.logout /* 96 x 39 Pixel*/
{
    background-image: url(../images/design/topnavi/logout.png);
}

table.topnavi td.login a, table.topnavi td.logout a
{
    font-size: 13px;
    display: block;
}

table.topnavi td a
{
    font-size: 12px;
    text-decoration: none;
}

table.topnavi td a:hover
{
    color: #000;
    /*border-bottom: 1px dotted #CCC;*/
}

table.topnavi td.home
{
    padding: 0px;
}

div.loginInfo
{
	position: absolute;
	left: 240px;
    top: 0px;
    font-size: 12px;
}


div.loginInfo a
{
    font-size: 12px;
}

div.loginInfo table
{
	border-collapse: collapse;
}

div.loginInfo table td
{
	padding: 0px 10px 0px 10px;
}

/* --- SHOP CATEGORIES ----------- */
/* ------------------------------- */

table.shop_categories
{
    border-collapse: collapse;
    position: absolute;
    left: 241px;
    top: 94px;
}

table.shop_categories td
{
    padding: 0px;
}

table.shop_categories td a.quick_order
{
    display: block;
    width: 73px;
    height: 101px;
    text-align: center;
    color: #EEE;
    padding: 7px 3px 0px 3px;
    font-weight: bold;
    text-decoration: none;
}

table.shop_categories td a.default
{
    display: block;
    width: 91px;
    height: 101px;
    text-align: center;
    color: #000;
    padding: 7px 3px 0px 3px;
    font-weight: bold;
    text-decoration: none;
}