﻿@charset "utf-8";
/************************************************
    CSS StyleSheet
    kartbahn-bous.de

    Media: Screen
    Part:  Default

    Copyright (C) 2008
    Karl Strohmeier Webdesign
    www.kabyte.de
************************************************/


/* Content
************************************************/



/* Sidebar
************************************************/


/* Footer
************************************************/

#center {
    text-align: center;
    width: 970px;
    padding-top: 12px;
    margin: 0px auto 0 auto;
}

#newsticker {
    width: 420px;
    margin: 20px 0 0 300px;
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
}

#newsticker a {
    color: red
}

#newsticker span {
    display: block;
    width: 400px;
    float: left;
}

#newsticker .text {
    width: auto;
    margin-right: 10px;
}


/* Kontakt
************************************************/


/*  Guestbook
************************************************/


/* Tabellen
************************************************/

table.eatinglist td {
    text-align: center;
    padding: 0.1em 0 0.1em 0;
}

table.eatinglist hr {
    background-color: #444;
    color: #444;
    margin: 10px 0 10px 0;
}

table.eatinglist td.left {
    text-align: left;
    padding-left: 4px;
}

table.eatinglist .halftone{
    background-color: #444
}

/* Listen
************************************************/

.subnav {
    list-style: none !important;
}

dt {
    font-weight: bold;
}

dd.more {
    margin-bottom: 1em;
}

p.date {
    font-size: 85%;
}


dd.date {
    font-size: 85%;
}


/* Misc
************************************************/

.red { color: #ff0103; }
.clear { clear: both; }
.none { display: none; }
.L { float: left; margin-right: 1em; }
.L2 { float: left; }
.R { float: right; margin-left: 1em; }
