/**************************************************
 **  BOSTON COFFEE GMBH -- CSS FOR SCREEN OUTPUT **
 **************************************************/

/*****************************
 * general document settings *
 *****************************/

* {
    margin: 0;
    padding: 0;
}

html, body {

}

body {
    background-color: #FFFFFF;
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.75em;
    color: #000000;
}

/*******************
 * general classes *
 *******************/

div.clearAll {
    clear: both;
    height: 0px;
    font-size: 0px;
}

div.clearRight {
    clear: right;
    height: 0px;
    font-size: 0px;
}

div.clearLeft {
    clear: left;
    height: 0px;
    font-size: 0px;
}

/***********************************
 * the following wraps all content *
 ***********************************/

div#belt {
    width: 750px;
    margin: 20px auto;
    /*overflow: hidden;*/
    border: 2px solid #C1C1C1;
    background: #FFFFFF url(../images/layout/sidebar-bg.png) right repeat-y;
    position: relative;
}

/**************
 * the header *
 **************/

div#header {
    height: 100px;
    background: url(../images/layout/header-bg.png) top repeat-x;
    position: relative;
    overflow: hidden;
}

div#header img#logotype {
    float: right;
    margin: 30px 50px 0px 0px;
    border: 0px;
}

/******************
 * the navigation *
 ******************/

div#header ul#navigation {
    list-style-type: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

div#header ul#navigation li {
    float: left;
}

div#header ul#navigation a:link,
div#header ul#navigation a:visited,
div#header ul#navigation a:hover,
div#header ul#navigation a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 3px 6px;
    border: 1px solid #FFFFFF;
    display: block;
    background: #353236 url(../images/layout/navigation-bg.png) top repeat-x;
}

div#header ul#navigation a:hover,
div#header ul#navigation a:active {
    color: #000000;
    background: #C4C4C4;
}

div#header ul#navigation li.active a:link,
div#header ul#navigation li.active a:visited,
div#header ul#navigation li.active a:hover,
div#header ul#navigation li.active a:active {
    color: #000000;
    background: #FFFFFF;
}

/***************
 * the sidebar *
 ***************/

div#sidebar {
    width: 300px;
    overflow: hidden;
    float: right;
}

div#sidebar div.box {
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#sidebar div.box div.box-top {
    height: 15px;
    width: 280px;
    overflow: hidden;
    background: url(../images/layout/box-top.png) left top no-repeat;
}

div#sidebar div.box div.box-content {
    padding: 2px 30px 2px 20px;
    background: url(../images/layout/box-bg.png) left repeat-y;
}

div#sidebar div.box div.box-content h3 {
    font-size: 1.1em;
    font-weight: bold;
}

div#sidebar div.box div.box-content a:link,
div#sidebar div.box div.box-content a:visited,
div#sidebar div.box div.box-content a:hover,
div#sidebar div.box div.box-content a:active {
    color: #E2E2E2;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #E2E2E2;
}

div#sidebar div.box div.box-content a:hover,
div#sidebar div.box div.box-content a:active {
    color: #000000;
}

div#sidebar div.box div.box-content a.noborder {
    border-bottom: 0px;
    vertical-align: middle;
}

div#sidebar div.box div.box-content input#nl-email-input {
    width: 120px;
    color: #777777;
    margin: 5px 10px 5px 0px;
    vertical-align: middle;
}

div#sidebar div.box div.box-bottom {
    height: 15px;
    width: 280px;
    overflow: hidden;
    background: url(../images/layout/box-bottom.png) left top no-repeat;
}

/***************
 * the content *
 ***************/

div#content {
    padding: 20px 330px 20px 20px;
}

/***********************************
 * formatting for content elements *
 ***********************************/

div#content h1 {
    color: #333333;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1em;
    margin-bottom: 10px;
}

div#content h2 {
    color: #222222;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 15px;
}

div#content p {
    line-height: 1.3em;
    margin-bottom: 15px;
}

div#content img {
    border: 0;
}

div#content ul {
    margin-bottom: 15px;
}

div#content ul li {
    margin-left: 30px;
    line-height: 1.4em;
}

div#content a:link,
div#content a:visited,
div#content a:hover,
div#content a:active {
    color: #A17171;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #A17171;
}

div#content a:hover,
div#content a:active {
    color: #000000;
}

div#content hr {
    color: #8D8D8D;
    height: 0px;
    border: 0px;
    border-bottom: 1px solid #8D8D8D;
    margin-bottom: 15px;
}

div#content img.content-image-left {
    float: left;
    margin: 5px 5px 5px 0px;
}

div.pictureframe {
    position: relative;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
    width: 200px;
    height: 200px;
    float: left;
}

div.pictureframe img.pictureframe-item {
    position: absolute;
}

/** the gallery **/

div#content div#galleryThumbnails span.thumb {
    padding-right: 4px;
    padding-bottom: 4px;
}

div#content div#galleryThumbnails a {
    border: 0px;
}

div#content div#galleryThumbnails a img {
    border-width: 1px;
}

div#content div#lightboxShadow {
    position: absolute;
    left: 0px;
    top: 100px;
    height: 575px;
    width: 750px;
    background-color: #333333;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    display: none;
}

div#content div#lightbox {
    position: absolute;
    left: 25px;
    top: 125px;
    display: none;
}

/** the news **/

div#content div.newsItem {
    border-top: 1px solid #CCCCCC;
    padding: 10px 0px;
}

div#content div.newsItem div.newsText {
    margin-top: 8px;
}

div#content div.newsItem div.newsText img.newsImage {
    float: left;
    margin-right: 6px;
    margin-bottom: 4px;
}

div#content div.newsItem div.newsInfo {
    font-size: 0.9em;
    color: #999999;
    font-style: italic;
    margin-top: 8px;
    clear: left;
}

/**************
 * the footer *
 **************/

div#footer {
    background: #919191;
    padding: 20px;
    color: #FFFFFF;
    font-size: 1em;
    line-height: 16px;
}

div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
}

div#footer a:hover,
div#footer a:active {
    color: #CCCCCC;
}

div#footer a.noborder {
    border-bottom: 0px;
    vertical-align: middle;
}

div#footer img {
    border: 0;
}

/*********** /~/ ***********/