/*
Theme Name: SIAB - Biotechnologie
Theme URI: http://www.confuture.com
Author: Marcel Schoder
Author URI: http://www.confuture.com
Description: Theme for the WordPress-Site SIAB - Biotechnologie
Version: 1.0
License: GNU General Public License ?
License URI: license.txt
Tags: green, light, white, gray, one-column, fixed-width, custom-header, custom-menu, featured-image-header, featured-images, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* allgemeine Formatierung */
html, body, span, p, a, ul, ol, li, div, table, tr, th, td, form, input, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
a:link, a:visited{
    font-size:12px;
    text-decoration:none;
    color: rgb(0,0,0);
}
a:hover, a:active{
    font-size:12px;
    text-decoration:none;
    color: #828282;
}

#layout {
    width: 887px;
    background-color: #FFFFFF;
    border-style:solid;
    border-width: 1px;
    border-color: #DADADA;
    padding: 5px 5px 5px 5px;
}
#header{
    height: 125px;
    max-height:125px;

}
#header td.picture{
    width:125px;
    height:125px;
    padding:0 0 0 0;
}
#header td.text{
    background-color: #F5F5F5;
    padding:0 0 0 0;
    vertical-align:top;

    height: 125px;
    max-height:125px;
    width: 700px;
}
#header td.text p{
    font-size:16px;
    padding:20px 0 0 30px;
}

#header td.logo{
    width: 62px;
    height: 125px;
    padding:0 0 0 0;
}


#content{
    background-color:#F5F5F5;
    font-size: 12px;
    height:390px;

    padding: 25px 62px 30px 125px;
    vertical-align:top;
}

#footer{
    height: 25px;
    line-height:25px;
    max-height:25px;

    background-color: #007B00;
    text-align:right;
    font-size:12px;
    padding-right: 5px;
    color: #FFFFFF;
}
#footer td{
    padding-right:5px;
}
#footer td div{
    float:left;
    padding-left: 10px;
}

#footer a:link, #footer a:visited{
    color: #FFFFFF;
}
#footer a:hover, #footer a:active{
    color:#F5F5F5;
}
