html, body {
    border: none;
}

body {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    line-height: 200%;
}

#header {
    display: none;
}

#printlogo {
    width: 127px;
    height: 95px;
    margin-bottom: 20px;
}

#breadcrumb {
    display: none;
}

#content {
    width: 815px;
}

#contentrezept {
    width: 815px;
}

#footerwrapper {
    display: none;
}


/* Headings */
h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #D8D8D8;
}

h2 {
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding-bottom:4px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


/* Links */
a {
    text-decoration: none;
    color: #314C7F;
}

a:hover {
    text-decoration: none;
    color: #36393D;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

form {
    margin: 0px;
}

img {
    border: 0px;
}

ul {
    padding-left: 15px;
    line-height: 140%;
}

/* Preset :: Image floating */
.left {
    float: left; margin: 0px 15px 5px 0px;
}
.right {
    float: right; margin: 0px 0px 5px 10px;
}
.top {
    display: block; margin: 0px 0px 5px 0px;
}

div#toolboxswitcher2 {
    display: none;
}

div#toolboxswitcher2_end {
    display: none;
}