@CHARSET "UTF-8";

/* 
   Filename: global.css
   Author:   Falko Zander, falko@falko-zander.de
   Created:  2007-11-02
   Update:   2007-11-29
   
   Abstract: global css design
   
   Notes:
*/

#content_seminare_ table, #content_stuplan_ #tbl_stuplan, #content_gbuch_ table {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #330000;
}
#content_seminare_ td, #content_stuplan_ #tbl_stuplan td {
    text-align: center;
    border-top: 1px solid #AFAAAA;
    border-right: 1px solid #AFAAAA;
    padding: 5px 3px;
    vertical-align: middle;
}
#content_seminare_ td {
    vertical-align: top;
}
#content_seminare_ th, #content_stuplan_ #tbl_stuplan th {
    background-color: #FFD9C3;
    border-right: 1px solid #AFAAAA;
    text-align: center;
    color: #BB2A11;
    font-size: 11px;
    padding: 3px 1px;
}
#content_seminare_ .last, #content_stuplan_ #tbl_stuplan .last {
    border-right: none;
}
#content_seminare_ .admin {
    border-left: 1px solid #330000;
    border-right: none;
}

#content_gbuch_ th {
    background-color: #FFD9C3;
    text-align: left;
    color: #BB2A11;
    padding: 3px 1px;
    border-bottom: 1px solid #AFAAAA;
}
#content_gbuch_ td {
    padding: 5px 3px;
}

/*
   Copyright Notice:
  
   Copyright 2007, Falko Zander
   ALL RIGHTS RESERVED
   
   UNPUBLISHED -- Use of a copyright notice is precautionary only and
   does not imply publication or disclosure.
   
   THE CONTENT OF THIS WORK CONTAINS CONFIDENTIAL AND PROPRIETARY
   INFORMATION OF FALKO ZANDER. ANY DUPLICATION, MODIFICATION,
   DISTRIBUTION, OR DISCLOSURE IN ANY FORM, IN WHOLE, OR IN PART, IS
   STRICTLY PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF
   FALKO ZANDER.
*/
