/**********************************************************************/
/** Print Stylesheet                                                 **/
/** Versteckt nicht benoetigte Elemente                              **/
/**                                                                  **/
/** @package        HTWG Konstanz                                    **/
/** @subpackage     Typo3 Frontend Templates                         **/
/** @author         Thomas Prangenberg, ONM <tpb@onm.de>             **/
/** @since          Pre-Release ( 03.2009 )                          **/
/**                                                                  **/
/**********************************************************************/

#dashboard,
#header,
#subnav,
#logo img,
#bildbanner,
#left,
.hidden
{
    display: none;
}

#logo{
    width: 172px;
    height: 46px;
    display: block;
    margin-bottom: 30px;
}

#logo .hidden {
    display: inline;
}

#footer {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 5.5cm;
    font-style: normal;
}

#footer ul {
    display: none;
}

#footer p.copyright{
    display: none;
}
#footer address.hidden{
    display: block;
    font-style: normal;
}


#content {
    float: left;
    width: 12cm; 
}

#sidebar {
    float: left;
    width: 5cm;
    margin-left: 0.5cm;
    padding-left: 0.2cm;
    border-left: 1px #000000 solid;
}
.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}
.csc-mailform { border: none; }
.csc-mailform input,  .csc-mailform textarea { padding: 3px; border:1px solid #CCC; }
.csc-mailform-field label { width: 100px; display:block; float: left; font-size:11px;  }
.csc-mailform-field { padding-bottom: 10px; }
#content .first-element .ohne-oberen-rand .content-element {margin:0 15px 0 0;}
.vcard{ margin: 16px 0 16px 0;}
#calendar-nav,#month-header-icons{display: none;}
.csc-mailform-submit{margin:0 0 0 289px}
/* Kalender Extension */
#month-header-prevnext{width:100%;}
#month-header-prevnext img {margin:0;}
#monthprev {float:left;}
#monthname{float:left;margin:0 0 0 152px;}
#monthnext{float:right;}
.month-large td{text-align:right;}
#content .tx-chgallery-pi1 .single span small {display:none;}