﻿
/*-----------------------------------------------------------------*/
/*                                                                 */
/*                      styles                                     */
/*                                                                 */
/*-----------------------------------------------------------------*/

*{
	margin: 0;
	padding:0;
}

body, td {
	margin: 0;
	padding: 0;
	color: #4D4948;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
}

p {
	text-align: left;
}

ul {
    margin-top: 12px;
    padding-left: 30px;
    list-style-type: disc;
}

/*-----------------------------------------------------------*/
/*           Aufzählung mit speziellem Symbol                */
/*-----------------------------------------------------------*/

ul.blue {
    list-style-image:url(../../resources/images/symbols/arrows/blue_on_white_right.gif);
}

ul.red {
    list-style-image:url(../../resources/images/symbols/arrows/red_on_white_right.gif);
}

ul.green {
    list-style-image:url(../../resources/images/symbols/arrows/green_on_white_right.gif);
}

ul.orange {
    list-style-image:url(../../resources/images/symbols/arrows/orange_on_white_right.gif);
}

ul.purple {
    list-style-image:url(../../resources/images/symbols/arrows/purple_on_white_right.gif);
}

ul.darkgrey {
    list-style-image:url(../../resources/images/symbols/arrows/darkgrey_on_white_right.gif);
}


ul.blue_ {
    list-style-image:url(../../resources/images/symbols/arrows/blue_on_white_left.gif);
}

ul.red_ {
    list-style-image:url(../../resources/images/symbols/arrows/red_on_white_left.gif);
}

ul.green_ {
    list-style-image:url(../../resources/images/symbols/arrows/green_on_white_left.gif);
}

ul.orange_ {
    list-style-image:url(../../resources/images/symbols/arrows/orange_on_white_left.gif);
}

ul.purple_ {
    list-style-image:url(../../resources/images/symbols/arrows/purple_on_white_left.gif);
}

ul.darkgrey_ {
    list-style-image:url(../../resources/images/symbols/arrows/darkgrey_on_white_left.gif);
}


ul ul {
    list-style-type:disc;
}

/*-----------------------------------------------------------*/
/*               Aufzählung mit PDF-Symbol                   */
/*-----------------------------------------------------------*/

ul.pdf_16 {
    padding: 0px 0px 0px 30px;
    background: url(../../resources/images/symbols/pdf/pdf_16x16.gif) no-repeat 7px 0px;
    list-style-type: none;
}

ul.pdf_32 {
    padding: 0px 0px 0px 46px;
    background: url(../../resources/images/symbols/pdf/pdf_32x32.gif) no-repeat 7px 0px;
    list-style-type: none;
}

ul.pdf_48 {
    padding: 0px 0px 0px 62px;
    background: url(../../resources/images/symbols/pdf/pdf_48x48.gif) no-repeat 7px 0px;
    list-style-type: none;
}



.inhalt_titel {
    font-size: 18px;
    font-weight: bold;
    color: #605D5C;
}

.inhalt_untertitel {
    font-size: 12px;
    font-weight: bold;
    color: #605D5C;
}

/*-----------------------------------------------------------*/
/*        Titel und Untertitel mit spezieller Farbe          */
/*-----------------------------------------------------------*/

.inhalt_titel_blue {
    font-size: 18px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 8px solid #80AAD2;
    line-height: 28px;
}

.inhalt_untertitel_blue {
    font-size: 12px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 6px solid #80AAD2;
    line-height: 22px;
}

.inhalt_titel_red {
    font-size: 18px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 8px solid #FF9D85;
    line-height: 28px;
}

.inhalt_untertitel_red {
    font-size: 12px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 6px solid #FF9D85;
    line-height: 22px;
}

.inhalt_titel_green {
    font-size: 18px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 8px solid #D7F2A4;
    line-height: 28px;
}

.inhalt_untertitel_green {
    font-size: 12px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 6px solid #D7F2A4;
    line-height: 22px;
}

.inhalt_titel_orange {
    font-size: 18px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 8px solid #FFBE96;
    line-height: 28px;
}

.inhalt_untertitel_orange {
    font-size: 12px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 6px solid #FFBE96;
    line-height: 22px;
}

.inhalt_titel_purple {
    font-size: 18px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 8px solid #AB8BBA;
    line-height: 28px;
}

.inhalt_untertitel_purple {
    font-size: 12px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 6px solid #AB8BBA;
    line-height: 22px;
}

.inhalt_titel_darkgrey {
    font-size: 18px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 8px solid #A09D9C;
    line-height: 28px;
}

.inhalt_untertitel_darkgrey {
    font-size: 12px;
    font-weight: bold;
    color: #605D5C;
    border-bottom: 6px solid #A09D9C;
    line-height: 22px;
}

/*-----------------------------------------------------------*/
/*      Vertikale, dynamische Linie mit spezieller Farbe     */
/*-----------------------------------------------------------*/

.div_verticalline_blue {
    width: 1px;
    float: left;
    background: #80AAD2;
    padding-top: 32767px;
    margin-bottom: -32767px;
}

.div_verticalline_red {
    width: 1px;
    float: left;
    background: #FF9D85;
    padding-top: 32767px;
    margin-bottom: -32767px;
}

.div_verticalline_green {
    width: 1px;
    float: left;
    background: #D7F2A4;
    padding-top: 32767px;
    margin-bottom: -32767px;
}

.div_verticalline_orange {
    width: 1px;
    float: left;
    background: #FFBE96;
    padding-top: 32767px;
    margin-bottom: -32767px;
}

.div_verticalline_purple {
    width: 1px;
    float: left;
    background: #AB8BBA;
    padding-top: 32767px;
    margin-bottom: -32767px;
}

.div_verticalline_darkgrey {
    width: 1px;
    float: left;
    background: #A09D9C;
    padding-top: 32767px;
    margin-bottom: -32767px;
}

/*-----------------------------------------------------------*/
/*         Linker Balken mit spezieller Farbe - dünn         */
/*-----------------------------------------------------------*/

.div_verticalbar_left_thin_blue {
    border-left: 10px solid #80AAD2;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thin_red {
    border-left: 10px solid #FF9D85;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thin_green {
    border-left: 10px solid #D7F2A4;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thin_orange {
    border-left: 10px solid #FFBE96;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thin_purple {
    border-left: 10px solid #AB8BBA;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thin_darkgrey {
    border-left: 10px solid #A09D9C;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thin_yellow {
    border-left: 10px solid #FFFF00;
    padding: 0px 0px 0px 10px;
}

/*-----------------------------------------------------------*/
/*         Linker Balken mit spezieller Farbe - dick         */
/*-----------------------------------------------------------*/

.div_verticalbar_left_thick_blue {
    border-left: 20px solid #80AAD2;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thick_red {
    border-left: 20px solid #FF9D85;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thick_green {
    border-left: 20px solid #D7F2A4;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thick_orange {
    border-left: 20px solid #FFBE96;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thick_purple {
    border-left: 20px solid #AB8BBA;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thick_darkgrey {
    border-left: 20px solid #A09D9C;
    padding: 0px 0px 0px 10px;
}

.div_verticalbar_left_thick_yellow {
    border-left: 20px solid #FFFF00;
    padding: 0px 0px 0px 10px;
}

/*-----------------------------------------------------------*/
/*        Horizontale Linie mit spezieller Farbe             */
/*-----------------------------------------------------------*/

.div_horizontalline_blue {
    width: 100%;
    height: 1px;
    margin:  10px 0px 10px 0px;
    position: relative;
    text-align: center;
    background-color: #80AAD2;
}

.div_horizontalline_red {
    width: 100%;
    height: 1px;
    margin:  10px 0px 10px 0px;
    position: relative;
    text-align: center;
    background-color: #FF9D85;
}

.div_horizontalline_green {
    width: 100%;
    height: 1px;
    margin:  10px 0px 10px 0px;
    position: relative;
    text-align: center;
    background-color: #D7F2A4;
}

.div_horizontalline_orange {
    width: 100%;
    height: 1px;
    margin:  10px 0px 10px 0px;
    position: relative;
    text-align: center;
    background-color: #FFBE96;
}

.div_horizontalline_purple {
    width: 100%;
    height: 1px;
    margin:  10px 0px 10px 0px;
    position: relative;
    text-align: center;
    background-color: #AB8BBA;
}

.div_horizontalline_darkgrey {
    width: 100%;
    height: 1px;
    margin:  10px 0px 10px 0px;
    position: relative;
    text-align: center;
    background-color: #A09D9C;
}

/*-----------------------------------------------------------*/
/*          Gepunktete horizontale Auffülllinie              */
/*-----------------------------------------------------------*/

.dotted {
    background-image: url('../../resources/images/symbols/linefill/dotted.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}
.notdotted {
    background-color:#FFFFFF;
}

/*------------------------------------------------------------------*/
/*  Container, der einen dynamischen vertikalen Balken einschließt  */
/*------------------------------------------------------------------*/

.div_verticalcontainer {
    overflow: hidden;
}

/*-----------------------------------------------------------*/
/*                   Bereichsdefinitionen                    */
/*-----------------------------------------------------------*/

.div_area_left {
    float: left;
    width: 382px;
    margin: 0px 20px 0px 0px;
}

.div_area_right {
    float: right;
    width: 382px;
    margin: 0px 0px 0px 20px;
}

.div_area_left_big {
    float: left;
    width: 460px;
    margin: 0px 20px 0px 0px;
}

.div_area_right_small {
    float: right;
    width: 304px;
    margin: 0px 0px 0px 20px;
}

.div_area_left_small {
    float: left;
    width: 304px;
    margin: 0px 20px 0px 0px;
}

.div_area_right_big {
    float: right;
    width: 460px;
    margin: 0px 0px 0px 20px;
}

.div_area_center {
    text-align: center;
}

/*-----------------------------------------------------------*/
/*                          Übersicht                        */
/*-----------------------------------------------------------*/

.overview {
    width: 360px;
    background-color: #EFEFEF;
    float: left;
    text-align: left;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}

/*-----------------------------------------------------------*/
/*                          Fußzeile                         */
/*-----------------------------------------------------------*/

.footer {
	color: #808080;
}
a.footer:link			        { font-weight:normal; color:#808080; text-decoration:none; }
a.footer:visited		        { font-weight:normal; color:#808080; text-decoration:none; }
a.footer:hover		            { font-weight:normal; color:#808080; text-decoration:underline; }

/*-----------------------------------------------------------*/
/*                          Breadcrumb                       */
/*-----------------------------------------------------------*/

.breadcrumb {
	color: #808080;
	vertical-align: middle;
}
a.breadcrumb:link			        { font-weight:normal; color:#808080; text-decoration:none; }
a.breadcrumb:visited		        { font-weight:normal; color:#808080; text-decoration:none; }
a.breadcrumb:hover		            { font-weight:normal; color:#808080; text-decoration:underline; }

/*-----------------------------------------------------------*/
/*                      Link-Definitionen                    */
/*-----------------------------------------------------------*/

a.link_01:link			        { font-weight:normal; color:#0077B9; text-decoration:none; }
a.link_01:visited		        { font-weight:normal; color:#0077B9; text-decoration:none; }
a.link_01:hover		            { font-weight:normal; color:#80AAD2; text-decoration:underline; }
a.link_01_selected_01:link		{ font-weight:bold; font-size: 14px; color:#0077B9; text-decoration:none; }
a.link_01_selected_01:visited	{ font-weight:bold; font-size: 14px; color:#0077B9; text-decoration:none; }
a.link_01_selected_01:hover	    { font-weight:bold; font-size: 14px; color:#80AAD2; text-decoration:underline; }

a.link_02:link			        { font-weight:normal; color:#FF4A36; text-decoration:none; }
a.link_02:visited		        { font-weight:normal; color:#FF4A36; text-decoration:none; }
a.link_02:hover		            { font-weight:normal; color:#FF9D85; text-decoration:underline; }
a.link_02_selected_01:link		{ font-weight:bold; font-size: 14px; color:#FF4A36; text-decoration:none; }
a.link_02_selected_01:visited	{ font-weight:bold; font-size: 14px; color:#FF4A36; text-decoration:none; }
a.link_02_selected_01:hover	    { font-weight:bold; font-size: 14px; color:#FF9D85; text-decoration:underline; }

a.link_03:link			        { font-weight:normal; color:#A7CC5E; text-decoration:none; }
a.link_03:visited		        { font-weight:normal; color:#A7CC5E; text-decoration:none; }
a.link_03:hover		            { font-weight:normal; color:#D7F2A4; text-decoration:underline; }
a.link_03_selected_01:link		{ font-weight:bold; font-size: 14px; color:#A7CC5E; text-decoration:none; }
a.link_03_selected_01:visited	{ font-weight:bold; font-size: 14px; color:#A7CC5E; text-decoration:none; }
a.link_03_selected_01:hover	    { font-weight:bold; font-size: 14px; color:#D7F2A4; text-decoration:underline; }

a.link_04:link			        { font-weight:normal; color:#FF893B; text-decoration:none; }
a.link_04:visited		        { font-weight:normal; color:#FF893B; text-decoration:none; }
a.link_04:hover		            { font-weight:normal; color:#FFBE96; text-decoration:underline; }
a.link_04_selected_01:link		{ font-weight:bold; font-size: 14px; color:#FF893B; text-decoration:none; }
a.link_04_selected_01:visited	{ font-weight:bold; font-size: 14px; color:#FF893B; text-decoration:none; }
a.link_04_selected_01:hover	    { font-weight:bold; font-size: 14px; color:#FFBE96; text-decoration:underline; }

a.link_05:link			        { font-weight:normal; color:#692E78; text-decoration:none; }
a.link_05:visited		        { font-weight:normal; color:#692E78; text-decoration:none; }
a.link_05:hover		            { font-weight:normal; color:#AB8BBA; text-decoration:underline; }
a.link_05_selected_01:link		{ font-weight:bold; font-size: 14px; color:#692E78; text-decoration:none; }
a.link_05_selected_01:visited	{ font-weight:bold; font-size: 14px; color:#692E78; text-decoration:none; }
a.link_05_selected_01:hover	    { font-weight:bold; font-size: 14px; color:#AB8BBA; text-decoration:underline; }

a.link_12:link			        { font-weight:normal; color:#807D7C; text-decoration:none; }
a.link_12:visited		        { font-weight:normal; color:#807D7C; text-decoration:none; }
a.link_12:hover		            { font-weight:normal; color:#A09D9C; text-decoration:underline; }
a.link_12_selected_01:link		{ font-weight:bold; font-size: 14px; color:#807D7C; text-decoration:none; }
a.link_12_selected_01:visited	{ font-weight:bold; font-size: 14px; color:#807D7C; text-decoration:none; }
a.link_12_selected_01:hover	    { font-weight:bold; font-size: 14px; color:#A09D9C; text-decoration:underline; }

a.link_21:link			        { font-weight:normal; color:#807D7C; text-decoration:none; }
a.link_21:visited		        { font-weight:normal; color:#807D7C; text-decoration:none; }
a.link_21:hover		            { font-weight:normal; color:#A09D9C; text-decoration:underline; }
a.link_21_selected_01:link		{ font-weight:bold; font-size: 14px; color:#807D7C; text-decoration:none; }
a.link_21_selected_01:visited	{ font-weight:bold; font-size: 14px; color:#807D7C; text-decoration:none; }
a.link_21_selected_01:hover	    { font-weight:bold; font-size: 14px; color:#A09D9C; text-decoration:underline; }

a.link_99:link			        { font-weight:normal; color:#807D7C; text-decoration:none; }
a.link_99:visited		        { font-weight:normal; color:#807D7C; text-decoration:none; }
a.link_99:hover		            { font-weight:normal; color:#A09D9C; text-decoration:underline; }
a.link_99_selected_01:link		{ font-weight:bold; font-size: 14px; color:#807D7C; text-decoration:none; }
a.link_99_selected_01:visited	{ font-weight:bold; font-size: 14px; color:#807D7C; text-decoration:none; }
a.link_99_selected_01:hover	    { font-weight:bold; font-size: 14px; color:#A09D9C; text-decoration:underline; }

.bold {
    font-weight: bold;
}

.ansprechpartner_input {
	color: #4B4B4B;
	background-color: #FFFFFF;
	font-size: 10px;
	width: 90px;
}

.ansprechpartner_submit {
	color: #FFFFFF;
	background-color: #929191;
	font-size: 10px;
	width: 90px;
}

.news_input {
	color: #EFA542;
	background-color: #FFFFFF;
	font-size: 10px;
	width: 90px;
}

.news_submit {
	color: #FFFFFF;
	background-color: #CF8522;
	font-size: 10px;
	width: 90px;
}

/*-----------------------------------------------------------*/
/*                     Neuigkeiten                           */
/*-----------------------------------------------------------*/

div.news_overviewoftop {
    margin: 0px 0px 30px 0px;
}

    div.news_overviewoftop_head {
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        color: #193A74;
        margin: 0px 0px 2px 0px;
    }

    div.news_overviewoftop_date {
        text-align: right;
        font-size: 10px;
        color: #807D7C;
        margin: 0px 0px 2px 0px;
    }

    div.news_overviewoftop_title {
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
    }

    div.news_overviewoftop_abstract {
        text-align: right;
        font-size: 10px;
        color: #807D7C;
        margin: 0px 0px 5px 0px;
    }

    div.news_overviewoftop_more {
        text-align: right;
        font-size: 10px;
        margin: 0px 0px 0px 0px;
    }

    div.news_overviewoftop_separator_top {
        border-color: #193A74;
        border-style: solid;
        border-width: 1px;
        margin: 5px 0px 10px 0px;
    }

    div.news_overviewoftop_separator_inline {
        border-color: #807D7C;
        border-style: dashed;
        border-width: 1px;
        margin: 10px 0px 10px 0px;
    }

    div.news_overviewoftop_separator_bottom {
        border-color: #193A74;
        border-style: solid;
        border-width: 1px;
        margin: 5px 0px 10px 0px;
    }

div.news_details {
    margin: 0px 0px 20px 0px;
}

    div.news_details_date_from {
        float: left;
        text-align: left;
        width: 380px;
        margin: 0px 0px 5px 0px;
        padding: 0px 10px 0px 10px;
    }

    div.news_details_date_until {
        float: right;
        text-align: right;
        width: 229px;
        margin: 0px 0px 5px 0px;
        padding: 0px 10px 0px 10px;
    }

    div.news_details_separator_head {
        clear: both;
        border-color: #CF8522;
        border-style: solid;
        border-width: 1px;
    }

    div.news_details_title {
        font-size: 18px;
        font-weight: bold;
        color: #605D5C;
        margin: 20px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
    }

    div.news_details_abstract {
        font-size: 10px;
        color: #605D5C;
        width: 280px;
        margin: 0px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
    }

    div.news_details_description {
        color: #605D5C;
        margin: 0px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
    }

    div.news_details_link {
        margin: 0px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
    }

    div.news_details_separator_footer {
        clear: both;
        float: none;
        border-color: #CF8522;
        border-style: solid;
        border-width: 1px;
        height: 0px;
        margin: 20px 0px 00px 0px;
    }

    div.news_details_contact {
        float: left;
        text-align: left;
        width: 629px;
        margin: 10px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
    }

/*-----------------------------------------------------------*/
/*                     Bildergalerie                         */
/*-----------------------------------------------------------*/

div.gallery {
    width: 300px;
    margin: 5px 10px 5px 10px;
    border: 1px solid #EFA542;
    font-size: 11px;
    background: #CF8522;
}

.gallery dl {
    margin: 0px;
    text-align: center;
    display: inline;
}

.gallery dl dt {
    float: left;
    padding: 10px 10px 10px 10px;
    width: 144px;
    text-align: center;
    color: #CF8522;
}

.gallery dl dd {
    float: right;
    padding: 10px 10px 10px 10px;
    width: 156px;
    text-align: left;
    color: #808080;
}

.gallery dl hr {
    color: #808080;
    border: solid 1px #808080;
    margin: 5px 0px 5px 0px;
}

.gallery a {
    text-decoration: none;
    color: #808080;
}

.gallery a img {
    border: none;
    color: #808080;
}
.gallery a:hover {
    color: #808080;
    text-decoration:underline;
}

.gallery_thumbnail{
    width: 144px;
	padding: 3px 3px 8px 3px;
	background-color: #CF8522;
	border: 1px solid #EFA542;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery_thumbnail_samplesprojects{
    width: 144px;
	padding: 3px 3px 8px 3px;
	background-color: #007D5A;
	border: 1px solid #6AAB98;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

    .gallery_thumbnail_text{
	    margin: 0px 0px 0px 0px;
	    padding: 5px 5px 0px 5px;
    	color: #808080;
    }

/*-----------------------------------------------------------*/
/*                     slimbox - start                       */
/*-----------------------------------------------------------*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../resources/packages/slimbox/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../resources/packages/slimbox/css/myprevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../resources/packages/slimbox/css/mynextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../resources/packages/slimbox/css/close.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*-----------------------------------------------------------*/
/*                     slimbox - end                         */
/*-----------------------------------------------------------*/

