
/**
 * Reset browser default settings. Do not reset settings for those elements,
 * which are not later defined in typo.css or forms.css.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Block elements */
body, p, pre { /* blockquote */
    margin: 0;
    padding: 0;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}


/* Lists */
dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}


/* Misc */
a {
    outline: none;
}
img, iframe {
    border: none;
}


/* Tables */
th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}


/* Forms */
form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}
fieldset {
    border: none;
}
input, textarea, select {
    font-size: 1em;
    font-family: inherit;
}


/* Inline elements */
/*
address, cite, code, dfn, em, strong, var {
    font-style: normal;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
}
*/
/**
 * Tools:
 *   - easy clearing method
 *   - replace (useful for screen readers)
 *   - accessibility (useful for screen readers)
 *
 * @package    themes
 * @subpackage default2
 */

/* clearing */
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
	height: 1%;
	display: block; /* restore block display for ie6 */
	/* End hide from IE-mac */
}
/* end clearing */


/* replace */
.replace {
    display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
/* tidy these up */
.replace * {
    text-indent: -10000px;
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
    .replace a {
		text-indent: 0;
	}
        .replace a span {
            text-indent: -10000px;
        }
/* end replace */


/* accessibility */
span.accesskey {
    text-decoration: none;
}
.accessibility {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
/* end accessibility */


/* hide */
.hide {
    display: none;
}
/**
 * Typography.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Blocks */
body {
    font-family: Arial, sans-serif;
    font-size: small;
    line-height: 1em;
    color: #000;
}
p {
    margin-bottom: 0.7em;
    font-size: 1em;
    line-height: 1.1em;
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
}
/* END blocks */


/* Headings */

h1, h2, h3, h4, h5, h6 {
    color: #000;
/*    background: url(http://www.salzkammergut-guides.at/themes/guides/images/bullets/listicon.gif) left no-repeat;
    padding-left: 20px;*/
}

h1 {
    margin-bottom: 1em;
    border-bottom: 1px solid #666;
    padding-bottom: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
}
h2 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
}
h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
}
/* END headings */


/* Lists */
ul {
	margin: 0 0 0.7em 1em;
    list-style: none outside url(http://www.salzkammergut-guides.at/themes/guides/images/bullets/default.gif);
    line-height: 1.3em;
}
    ul li {
        margin-left: 30px;
	}
ol {
    margin: 0 0 0.7em 1em;
    list-style: outside decimal;
    line-height: 1.3em;
}
    ol li {
        margin-left: 30px;
	}
dl {
    margin-bottom: 0.7em;
    line-height: 1.3em;
}
	dl dt {
	    font-weight: bold;
	}
	dl dd {
        margin-bottom: 0.2em;
		margin-left: 30px;
	}
/* END lists */


/* Links */
a,
a:link,
a:active {
    color: #B6302D;
    text-decoration: none;
}
a:visited {
    /* color: #184a84; */
}
a:hover {
    text-decoration: underline;
}
/* END links */


/* Misc */
hr {
    display: none;
}
div.hr {
    margin: 1em auto;
    height: 1px;
    background-color: #999;
    line-height: 1px;
}

.red {
    color: #B6302D;
}
/**
 * Forms.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Fieldset / legend */
fieldset {
    margin-bottom: 0.6em;
    padding: 1em 0 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: -7px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }


/* Form elements */
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 170px;
    padding: 2px;
    background: #fff url(http://www.salzkammergut-guides.at/themes/guides/images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}
textarea {
    height: 6em;
}
label {
    color: #333;
}


/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
            }
        form fieldset ol li div {
                        #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #f00;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
            }
        
        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin-bottom: 0.6em;
}
form .fieldIndent {
    margin-left: 160px;
}


/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout */
/**
 * Site specific layout.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

html { /* inforces screen to show scrollbar */
    height: 100%;
    margin-bottom: 1px;
}
body {
    padding-bottom: 10px;

}


/* Wrappers */
div#wrapper-outer {
    margin: 10px auto 0;
    width: 910px;
}
div#wrapper-inner {
    padding: 0 2px 2px;
}


/* Header */
div#header {
    border-bottom: 2px solid #fff;
    height: 120px;
}

    div#header #logo {
        position: absolute;
        margin: 0;
        padding-top: 18px;
        padding-left: 13px;
        width: 193px;
        height: 102px;

    }

    div#header #headerSlideshow {
        padding: 0;
        margin: 0;
        margin-left: 212px;
        width: 736px;
        height: 120px;
        position: absolute;
    }

    div#header #logo span {
        display: none;
    }

/* END header */


/* Footer */
div#footer {
}
    div#footer p {
        margin-bottom: 0.1em;
        font-size: 0.8em;
        color: #666666;
        text-align: center;
    }
/* END footer */


/* Content */
div#content {
}

    /* Main */
    div#main {
        min-height: 350px;
        _height: 350px;  /* min height for ie6 */
        padding: 0.6em 10px 5px;
    }

    /* Sub */
    div#sub {
        padding: 2.6em 4px 4px 0;
    }
        div#sub div.inner {
            border: 1px solid #bbb;
            padding: 0.8em 5px 5px;
            background: #EAF4F6
        }

    /* Local */
    div#local {
        padding-top: 0.8em;
    }

    /* bottom */
    div#bottom {
        position: relative;
        text-align: center;
        bottom: 10px;
    }
    div#bottom img {
        margin: 2px;
    }

/* END content */


/* Left/right blocks */
div.block {
    margin-bottom: 1.5em;
}
    div.block h2 {
        margin: 0 10px 8px;
/*        border-bottom: 1px solid #09c;
        padding-bottom: 0.4em;*/
        font-size: 1.1em;
        color: #B6302D;
    }
    div.block div.content {
        padding: 0.4em 10px;
        font-size: 0.9em;
    }
    div.block div.content img {
        border: 1px solid #717171;
    }
div.block div.noImageBorder img {
    border: 0;
}/* END left/right blocks */
/**
 * Blocks.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Logout */
div#block-logout {
}
    div#block-logout strong {
        color: #666;
        color: #333;
    }
    div#block-logout em {
        font-style: normal;
    }


/* Lang switcher */
div#langSwitcher {
    float: right;
}
    div#langSwitcher a {
        float: left;
        margin-left: 15px;
    }
        div#langSwitcher a img {
            display: block;
        }


/* Breadcrumbs */
#breadcrumbs {
    margin: 0;
    float: left;
}
    #breadcrumbs a {
        font-weight: bold;
        color: #66A326;
    }

ul.block, ul.block li {
    list-style: none;
    list-style-image: none;
    margin-left: 0;
    padding-left: 0;
}

#spruche_slideshow {
    height: 70px;
    width: 100%;
    border-top: 3px solid #B6302D;
}

#spruche_slideshow table {
    height: 70px;
    margin: 0 auto;
}
#spruche_slideshow table td {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}
#spruche_slideshow table td .small {
    font-weight: normal;
    font-size: 0.8em;
}

.noImageBorder img {
    border: 0;
}
div.block div.noMargin {
    padding: 0;
    font-size: 0.9em;
}

.leftNav ul {
    margin-left: 0;
    padding-left: 0;
}

.leftNav ul li,
.leftNav ul li.current li {
    margin-left: 20px;
    padding-left: 0;
}

.leftNav ul  li a,
.leftNav ul li.current li a {
    color: #B6302D;
}

.leftNav ul li.current a,
.leftNav ul li a:hover,
.leftNav ul li.current li.current a,
.leftNav ul li.current li a:hover
 {
    color: black;
}



.leftNav ul ul {
    /*display: none;*/
}
.leftNav ul li.current ul {
    display: block;
}
/**
 * Common.
 *   - error messages
 *   - debug panel
 *   - tooltips
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Messages & errors */
div.message {
    width: 80%;
    margin: 0 auto;
}
    div.message p {
        margin-bottom: 1em;
        border-width: 2px;
        border-style: solid;
        padding: 0.5em;
        text-align: center;
    }
    div.message p.message-error {
        border-color: #f30;
        color: #f30;
    }
    div.message p.message-info {
        border-color: #66a326;
        color: #66a326;
    }
    div.message p.message-warning {
        border-color: #999;
        color: #999;
    }
    /* PEAR */
    div.message p.pear {
        border-top: none;
        border-color: #f30;
        text-align: left;
    }
    div.message h4 {
        border: 2px solid #f30;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0.5em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        font-weight: bold;
        color: #f30;
    }
/* END messages & errors */


/* Debug panel */
div#debugPanel {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: auto;
    border: 1px black solid;
    margin: 10px;
    min-width: 150px;
    height: 300px;
    padding: 5px 10px;
    -dwcolor: #808080;
    opacity: 0.9;
    font-size: 0.9em;
    color: #333;
}
    div#debugPanel h3 {
        margin-bottom: 0.5em;
        color: #fff;
    }
    div#debugPanel a {
        color: #ccc;
        text-decoration: none;
    }
    div#debugPanel dl {
        margin-bottom: 0;
    }
        div#debugPanel dl dt {
            margin-bottom: 0.2em;
            font-weight: normal
        }
        div#debugPanel dl dd {
            margin-left: 0;
            margin-bottom: 0.5em;
        }
/* END debug panel


/* Turn of tooltips */
.tipOwner .tipText {
    display: none;
}
/* own stuff */

.highlight {
    background: #F4F8E9;
    color: #116581;
    padding: 3px;
}

#main table {
    margin-bottom: 0.7em
}

#main td,
#main th,
table.highlight,
table.highlight tr,
table.highlight td,
table.highlight th {
    padding: 3px;
}

table.highlight,
table.highlight tr,
table.highlight td,
table.highlight th {
    background: none;
}

#articlePreview hr {
    margin: 5px;
}
#articlePreview .previewText {
    display: block;
    margin: 5px 0 5px 0;
    min-height: 110px;
}

#articlePreview .guidesPreview .previewText {
    /*display: block;*/
    width: 330px;
    margin-right: 10px;
}

#articlePreview .guidesPreview .previewText .text {
    /*display: block;*/
    margin-left: 110px;
}

#articlePreview ul {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

#articlePreview li {
    margin: 0;
    list-style: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #B6302D;
}

#articlePreview ul img {
    float: left;
}

#articlePreview .previewText .text {
    display: block;
    margin-left: 167px;
}

#articlePreview li.guidesPreview  {
    display: inline;
    overflow: hidden;
    float: left;
    border: 0;
    width: 350px;

}
#articlePreview ul.guidesPreview  {
    display: inline;
}
.guidesClear {
    clear: all;
}

#articlePreview .previewText ul {
    margin: 0 0 0.7em 1em;
    list-style: none outside url(http://www.salzkammergut-guides.at/themes/guides/images/bullets/default.gif);
    line-height: 1.3em;
}
#articlePreview .previewText ul li {
    display: list-item;
    list-style: none outside url(http://www.salzkammergut-guides.at/themes/guides/images/bullets/default.gif);
    margin: 0;
    padding: 0;
    margin-left: 30px;
    border: 0;
}



h1.pageTitle,
h1.colHeader
 {
/*    background: url(http://www.salzkammergut-guides.at/themes/guides/images/bullets/listicon_gruen.gif) left no-repeat;*/
    border-bottom: 1px solid #B6302D;

}

#nav-main h3 {
    margin-top: 10px;
}

img.lefttop {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

img.righttop {
    position: relative;
    float: right;
    margin: 0 0 5px 5px;
}

img.left {
    position: relative;
    float: left;
    margin: 5px 5px 5px 0;
}

img.right {
    position: relative;
    float: right;
    margin: 5px 0 5px 5px;
}


#content .tableBorder .header {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
}

ul.articleList  {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1em;
    list-style-image: none;
}

ul.articleList li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.articleList  li a {
    display: block;
    padding-top: 0.65em;
    font-weight: bold;
    color: #116581;
    background-image: none;
}
ul.articleList  li a:hover,
ul.articleList  li.current a {
    color: #9FC23A;
    text-decoration: none;
}

.noTitle {
    display: none;
}

/************* Galerie ************/
.galleryPicture {
    padding: 5px;
    float: left;
    width: 150px;
    height: 170px;
}
.galleryPicture p {
    text-align: left;
}

.galleryPicture  a img {
    border: 1px solid black;
}

.galleryPicture  a img ,noBorder{
    border: 0;
}

#galleryClear {
    clear: left;
}

#main img {
    border: 1px solid black;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/**
 * - navigation bar at the top
 * - 2 columns (local + main)
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */


/**
 * - horizontal navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Main navigation */
div#nav-main {
    border-bottom: 1px solid #bbb;
    background-color: #fff;
}
    div#nav-main div.inner {
        margin-bottom: 2px;
        height: 2.2em;
        border: 1px solid #bbb;
        border-top: none;
        background-color: #dbdbdb;
        padding-left: 209px;
    }
    div#nav-main ul {
        margin: 0;
        list-style: none;
        line-height: 1em;
    }
        div#nav-main ul li {
            margin: 0;
            float: left;
        }
            div#nav-main ul li a {
                display: block;
                /*border-right: 1px solid #B6302D;*/
                padding: 0.65em 1em 0.55em;
                font-weight: bold;
                color: #B6302D;
            }
            div#nav-main ul li a:hover, div#nav-main ul li.current a {
                background-color: #B6302D;
                color: #fff;
                text-decoration: none;
            }
/* END main navigation */


/* Toolbar */
div#nav-main div#toolbar {
    border: 1px solid #bbb;
    margin-bottom: 2px;
    padding: 0.6em;
    height: 1.1em;
    font-size: 0.8em;
}
/* END toolbar */
div#content {
    position: relative;
    border: 1px solid #bbb;
    width: 944px;

    /* padding needed for navigation */
    padding-top: 4.6em;
    background-position: left 4.6em;
    background:  url(/themes/guides/images/bg_fahne.jpg) bottom center no-repeat;
}
div#main { /* 950 - 6 (wrapper)  - 200 (left block) - 20 (paddings) */
    float: left;
    width: 724px;
    display: inline;

    margin-right: -200px;
    margin-left: 200px;
}
div#sub {
    display: none;
}
div#local {
    float: left;
    width: 200px;
    display: inline;

    margin-left: -744px;
}
div#nav-main {
    position: absolute;
    top: 0;
    left: -1px;
    width: 946px;
    z-index: 10;
}