/* 
Document   : template.css
Created on : 13.04.2010
Updated on : 28.05.2010
Author     : Helfried Altkofer, Intelligent Web
Description: Page and Menu Layout for Website Template Bauernbaeck
*/

body{
    background-color:#14102b;
    font-family: Arial, sans-serif;
    font-size:12px;
    line-height:18px;
}
/* Layout IDs */
#page{
    width:900px;
    text-align:left;
    margin-top:20px;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
}
#header{
    float:left;
    width:100%;
    height:121px;
}
    #logo{
        float:left;
        width:135px;
        height:95px;
        padding-left:15px;
        padding-top:26px;
}
    #keyvisual{
        float:right;
        width:750px;
        height:121px;
    }
#main{
    position:relative;
    float:left;
    width:100%;
}
    #mainleft{
        float:left;
        width:150px;
        height:534px;
    }
    #mainright{
        position:relative;
        float:Left;
        width:730px;
        height:534px;
    }
        #content{
            clear:both;
            height:494px;
            overflow:auto;
            margin:10px 15px 10px 15px;
            padding:0px 0px 0px 0px;
        }
#footer{
    clear:both;
    width:900px;
    height:22px;
    background-color:#094449;
    font-size:12px;
    font-weight:bold;
    color:#8eb400;
    text-align:center;
}
#separator{
    clear:both;
}

/* Menus */
#mainmenu{
    width:900px;
    height:20px;
    padding:4px 0px 0px 0px;
    background-color:#ffda7f;
    border-width:4px 0px 4px 0px;
    border-style:solid;
    border-color:#e3002e;
}
#mainmenu a{
    font-size:14px;
    font-weight:bold;
    color:#480935;
    margin:0px 0px 0px 0px;
    padding:1px 20px 1px 20px;
    text-decoration:none;
}
#mainmenu a:hover, #mainmenu .mainmenu-level1-act a{
    color:#ffda7f;
    background-color:#e3002e;
}
#mainmenu .mainmenu-level1-no, #mainmenu .mainmenu-level1-act {
    display:inline;
    height:20px;
    margin:0;
    padding:0px 0px 0px 20px;
}

/* Content Styles */
#content {
    font-size:14px;
    color:#ffffff;
}
h1 {
    font-size:18px;
    font-weight:bold;
    color:#ffda7f;
    line-height: 26px;
    height: 25px;
    margin-bottom:0px;
    padding:2px 0px 2px 0px;
}
a, a:active, a:visited, a:hover {
    color:#ffda7f;
}
.csc-textpic-image {
    padding: 0px 10px 10px 10px;
}
.csc-textpic-caption {
    padding: 5px 0px 5px 0px;
    font-size: 10px;
}

/* Flexible Content Element Styles */
#event_entry {
    width:650px;
}
#event_entry img {
    margin: 5px 20px 20px 0px;
    float: left;
}
#event_entry #subheader {
    color:#8eb400;
}
#logo_startseite img {
    border: 0pt none;
    margin: 100px 80px;
}
#calendar_header h1 {
}
#calendar_entry #subheader {
    color:#8eb400;
}

