﻿@import "StyleSheetContent.css";
@import "StyleSheetAngebot.css";

html
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    margin: 0;
    padding: 0;
    background-color: #f3f1f3;
    height: 100%;
}

form
{
    height: 100%;
}

#side
{
    position: relative;
    margin: auto;
    padding: 0 30px 0 30px;
    width: 900px;
    border: solid 30px #f8f7f8;
    border-bottom: none;
    border-top: none;
    background-color: White;
}

#head
{
    position: relative;
    width: 900px;
    height: 370px;
    background-color: White;
    background-image: url(../Images/Header/head.jpg);
    background-repeat: no-repeat;
}

#shoplink
{
    position: absolute;
    bottom: 15px;
    left: 15px;
}

#navi
{
    position: absolute;
    right: 33px;
    height: 281px;
    width: 333px;
}

#navi a
{
    margin: 0;
    padding: 0;
}

#naviBar
{
    position: relative;
    width: 900px;
    margin: 0;
    padding: 4px 0 4px 0;
}

#content
{
    position: relative;
    width: 900px;
}

#content_left
{
    position: relative;
    /*float: left;*/
    width: 572px;
}

#content_right
{
    position: relative;
    /*float: right;*/
    width: 318px;
}

#bookmarks
{
    position: relative;
    text-align: right;
    height: 52px;
    width: 243px;
    background-image: url(../Images/Bookmarks/rel_panel.jpg);
}

.border
{
    border: solid 1px #d4d5d6;
    padding: 5px 15px 15px 15px;
    font-family: Verdana;
    font-size: 11px;
    color: #4e595f;
}

#footer
{
    position: relative;
    width: 868px; /* 900px */
    margin: 15px 0 0 0;
    padding: 16px 16px 0 16px;
    background-image: url(../Images/Footer/footer_bg.jpg);
    font-family: Verdana;
    font-size: 11px;
    color: #4e595f;
}

#footer a
{
    color: #4e595f;
}

#footer_bg
{
    position: relative;
    background-color: White;
    margin: 0;
    padding: 20px 20px 20px 20px;
}

#footer li
{
    padding: 4px 4px 4px 8px;
    margin: 5px 0 0 0;
    height: 13px;
}

#footer ul
{
    margin: 0px;
    padding: 0px;
    width: 255px;
    list-style-type: none;
}

#login
{
    font-family: Verdana;
    font-size: 10px;
    color: #4e595f;
}

.login_bg
{
    background-color: #f0f0f3;
    margin: 0;
    padding: 0;
}

#kontaktformular td
{
    vertical-align: middle;
}

#content_right_head
{
    margin-top: 15px;
}

