@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet f�r das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.1b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
    /*-------------------------------------------------------------------------*/

    /* (en) Marginal areas & page background */
    /* (de) Randbereiche & Seitenhintergrund */

    /* Layout Properties | Layout-Eigenschaften */

    html *
    {
        margin:0;
        padding:0;

        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;

        vertical-align:top;
    }
    

    #page
    {
        margin-left:35px;
        margin-top:35px;
    }

	#main
	{
		padding-bottom:40px;
	}

    table
    {
        width:100%;
        border-collapse:collapse;
        font-size: 12px;	    
    }

    table td.left, table td:first-child
    {
        width:40px;
        font-size: 12px;
    }
    
    table td.right, table td:nth-child(2)
    {
        width:auto;
        font-size: 12px;
    }

    .contact
    {
        margin-left:80px;
        margin-top:2px;
        height:14px;
        float:left;
    }

    #header
    {
        margin-left:37px;
        height:15px;
    }

    #header h1
    {
        float:left;
        font-size:17px;
        font-weight:bold;
        font-family:Arial, Helvetica, sans-serif;
    }
    
    #header h2 a
    {
        
        font-size:13px;
        font-weight:bold;
        font-family:Arial, Helvetica, sans-serif;
        text-decoration:none;
    }

    #header *
    {
        vertical-align:bottom;
    }

    #content
    {
        margin-top:84px;
        /*background:#555;*/
        line-height:17px;
    }

    a, a:link, a:visited, a:hover
    {
    	color:#000;
    	text-decoration:none;
    	text-decoration:underline;
    }

    /*a:visited
    {
    	color:#999;
    }*/
}