body,
html {
    margin:0;
    padding:0;
    background:#eee url("files/krause-world/theme/images/body1.png") center top repeat;
    font-family:'Trebuchet MS',Tahoma,Arial,Helvetica,"Open Sans",sans-serif;
    color:#333;
    letter-spacing:.5px;
}
#wrapper,
#header,
#mainmenu,
#main,
#footer {
    margin-left:auto;
    margin-right:auto;
    max-width:1200px;
    min-width:760px;
}
#header {
    position:relative;
    clear:both;
    padding:0;
    border:1px solid;
}
#header div.inside {
    height:120px;
    position:relative;
    clear:both;
    background:#cba674 url("files/krause-world/theme/images/header.jpg") center top repeat-x;
    border:1px solid #f4f0d6;
}
#logo {
    height:118px;
    position:relative;
    clear:both;
    vertical-align:middle;
    text-align:center;
}
#logo > a > img {
    margin-top:20px;
}

/* COSTUM NAV MAINMENU */
#mainmenu {
    position:relative;
    clear:both;
    padding:0;
    border-top:0px solid #956939;
    border-right:1px solid #956939;
    border-bottom:1px solid #956939;
    border-left:1px solid #956939;
}
#mainmenu > div > nav > ul > li {
    display:inline-block;
    list-style-type:none;
}
#mainmenu ul {
    margin:0;
    padding:0;
    text-align:left;
    background-image:url("files/krause-world/theme/images/menu1.png");
    border:1px solid #f4f0d6;
}
.invisible {
    width:0px;
    height:0px;
    overflow:hidden;
}
#main > div.inside {
    position:relative;
    margin:10px 0;
    padding:20px;
    background-color:#f8faf8;
    border:1px solid #956939;
}
#footer {
    padding-top:10px;
    padding-right:20px;
    padding-left:20px;
    border-top:1px solid #956939;
    border-right:0px solid #956939;
    border-bottom:0px solid #956939;
    border-left:0px solid #956939;
    font-size:.85em;
}
* {
    text-overflow: ellipsis;
}
