@charset "UTF-8";
/* ################################################################
** # MyStyleSheet for Modified YAML Layout used with Typoscript  ##
** ################################################################
**
**  Date     : 16.12.2008
**  File     : grid-stylesheet.css
**  Function : StyleSheet for Modified YAML Layout used with Typoscript
*/
@media all
{
#intro td {
    border: 0px;
    padding: 3px;
    height: 170px;
    }
#intro p {
    margin: 0px;
    }
    
#intro h2 {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 250%;
    line-height: 63%;
    text-align: center;
    width: 240px;
    position: relative;
    top: -100px;
    }
    
#intro h3 {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    color: #1E6289;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    width: 240px;
    position: relative;
    top: -23px;
    }

#intro sub {
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    color: #1E6289;
    font-weight: bold;
    font-size: 80%;
    text-align: center;
    }
    
/* --- links --- */
#intro a:link {
    text-decoration: none;
    }
#intro a:visited {
    text-decoration: none;
    }
#intro a:hover, #intro a:active {
    text-decoration: underline;
    color: #1E6289;
    }

}