*
{
    font-family: Garamond, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 100.01%;
}

#screen
{
    width: auto;
    margin: auto;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid black;
    max-width: 800px;
}

#contentframe
{
    min-height: 600px;
    text-align: left;
}

#header
{
    background-image: url(img/header.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    height: 175px;
    margin: 0px;
    padding: 0px;
}

#header h1
{
    width: 320px;
    margin: 0px;
    font-size: 1.5em;
}

#nav
{
    border-bottom: 1px solid #cb9898;
    margin-bottom: 0px;
}

#content *
{
   font-size: 1em;
}

#content a
{
    color: #aa5555;
    font-size: 1em;
}

#header
{

}

#footer
{
    text-align: right;
    font-size: 0.7em;
}

#breakall
{
    clear: both;
}

#header img
{
    border: none;
}

#nav ul
{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#nav li
{
    margin: 0px;
    padding: 0px;
    display: inline;
    border: 1px solid #cb9898;
    padding: 0px 10px 0px 10px;
    background-color: #c0c0c0;
    margin-right: 10px;
    font-size: 1em;
}

#nav li.active
{
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
}

#nav li:hover
{
    background-color: #ffffff;
}

#nav li a
{
    text-decoration: none;
    color: #aa5555;
}

#subnav
{
    padding: 2px 0px 2px 0px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cb9898;
    border-top: none;
}

#subnav ul
{
    padding: 0px;
    margin: 0px;
}

#subnav li
{
    margin: 0px;
    display: inline;
    padding: 0px 3px 0px 3px;
    background-color: #fff;
    font-size: 0.9em;
}

#subnav li.active
{
    font-weight: bold;
}

#subnav li:hover
{
    background-color: #c0c0c0;
}

#subnav li a
{
    text-decoration: none;
    color: #aa5555;
}

#nav li#impressum
{
    
}

/************ /PAGE **************/

#content h1
{
    color: #ffffff;
    background-color: #cb9898;
    padding: 3px 3px 3px 10px;
    font-size: 1.2em;
}

#content h2
{
    color: #aa5555;
    font-size: 0.9em;
    border-bottom: 1px solid #aa5555;
    text-transform: uppercase;
}

#content h3
{
    font-size: 0.9em;
    margin-left: 5px;
    text-transform: uppercase;
}

#content h4
{
    color: #aa5555;
    font-size: 1em;
    margin: 0px 0px -10px 25px;
}

#content ul
{
    list-style-type: square;
    font-size: 1em;
}

#content table
{
    border: 1px solid black;
    font-size: 1em;

}

#content th
{
padding: 2px;
}

#content td
{
    vertical-align: top;
    padding: 2px;
}

#content p
{
    line-height: 1.2em;
    /* just for fun:
     -moz-column-count: 2;
    -moz-column-width: 100px;
    -moz-column-gap: 10px;*/
}

#content blockquote.cite
{
    color: #808080;
    font-style: italic;
    font-size: large;
    background-color: #ffffff;
    border: 1px dashed #808080;
    padding: 5px;
}

/************** PRINT *************/

@media print
{
    div#screen
    {
        position: static;
        margin: 0 auto;
        width:100%;
        text-align: left;
		border: none;
    }
    .noprint, #nav, #subnav, #header, #footer { display: none; }
    a
    {
        color: #000;
        text-decoration: none;
    }

    #content img
    {
        float: none !important;
        clear: both !important;
    }
    #content table
    {
        float: none;
        clear: both;
        min-width: 300px;
        max-width: 100%;
    }
}

/************** /PRINT *************/

