/**
 *  Default stuff
 *
 *  @author Wolfram Huesken <woh@lieblingsagentur.tv
 *  @version 0.1 <2008-07-12 11:40>
 *  @link http://www.lieblingsagentur.tv
 *  @beverage coffee
 *  @iTunes silent
 */

* {
    margin: 0px;  
    padding: 0px;  
    font-weight: normal;  
    font-family: Arial;
    font-size: 11px;
}

html {
    overflow: -moz-scrollbars-vertical;
}

*:-moz-any-link:focus {
    outline: none;
}

body {
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

strong, strong a { 
    font-weight: bold; 
}

a img  {
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

h3 {
    color: #ff9600;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 9px 0px;
}

#Content a {
    color: #ff9600;
}

#Content p {
    margin: 5px 0px 0px 0px;
}

.contentFinish {
    height: 3px;
    background-image: url( ../images/single_dot.gif );
    background-repeat: repeat-x;  
}

#big .calendar-prev a {
    color: #7d7d7d;
}

#big .calendar-next a {
    color: #7d7d7d;
}

