﻿/* Sitecore Default Stylesheet */

html
{
    height: 100%;
}

body
{
    font-family: Tahoma, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

#MainPanel
{
    background: #e9e9e9;
    text-align: center;
    height: 100%;
}

#CenterColumn
{
    text-align: left;
    margin: auto;
    width: 800px;
}

#Banner
{
    background: white;
    border-bottom: 1px solid #bfbfbf;
    padding: 8px;
}

#Content
{
    background: white;
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid #bfbfbf;
    padding: 16px 16px 48px 16px;
}

.l
{
    border-bottom: none;
}
.mark
{
    background: #f2f4f6;
}
.markl
{
    background: #f2f4f6;
    border-bottom: none;
}


/* Tables */
table.tabelle
{
    border: solid 1px white !important;
    font-size: 12px;
    color: #cddae1;
    width: 508px;
    margin: 25px 0 25px 0;
}

/*table.tabelle
{
    border: solid 0px;
    font-size: 12px;
    color: #595959;
    width: 508px;
    margin: 25px 0 25px 0;
}

table.tabelle th
{
    border-right: solid 1px #cddae1;
    border-left: solid 0px #cddae1;
    border-top: solid 0px #cddae1;
    border-bottom: solid 1px #cddae1;
    
}*/
table.tabelle td
{
    border-right: solid 1px #cddae1;
    border-left: solid 0px #cddae1;
    border-top: solid 0px #cddae1;
    border-bottom: solid 1px #cddae1;
    
}
/*
table.tabelle
{
    border-color: #cddae1;
   border-collapse:inherit;
    border-spacing: 5px;
    border-color: White;
    border-width: 4px;
}

table.tabelle td
{
    padding: 1px;
    border-collapse:separate;
    border: solid 1px black;
}*/
