﻿body, html
{
    margin: 0;
    padding: 0;
    font: 11px verdana,arial,tahoma;
    color: #666666;
    background: url(/Assets/Images/gb.jpg) white repeat-x;
}

a
{
    color: #FF7014;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: 0;
}

/* Form */
form
{
    margin: 0;
    padding: 0;
}

.FormBlock fieldset
{
    border: none;
    clear: both;
    padding: 0.25em;
}
.FormBlock label
{
    display: block;
}
.FormBlock label.Float
{
    float: left;
    width: 160px;
}
.entry .FormBlock label.Float
{
    width: 100px;
}
.FormBlock img
{
    border: 0;
}

.btn
{
    border: 1px solid #CCC;
}
.txtbox
{
    border: 1px solid #CCC;
}

/* Misc */

.err, .go
{
    display: block;
    padding: 5px;
    margin: 10px 0;
}

.err
{
    border: 1px dashed red;
    color: red;
}

.go
{
    border: 1px solid green;
    color: green;
}

.ctrlPanel
{
    width: 100px;
    height: 11px;
    float: right;
    background: url(/Assets/Images/panel_bg.gif);
    padding:25px 22px;
    margin:-20px -5px 0 0;
    position: relative;
}
    .ctrlPanel img
    {
        float:left;
	    opacity: .4;
	    -moz-opacity: .4;
	    filter: alpha(opacity=40);
    }

    .ctrlPanel img:hover {
	    opacity: 1;
	    -moz-opacity: 1;
	    filter: alpha(opacity=100);
    }
fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

#ctl00_maincontainer
{
    width: 926px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background: url(/Assets/Images/gb_highlight_empty.jpg) -25px 70px no-repeat; /*border:1px solid red;*/
    position: relative;
}

/*
#quoter
{
    display: none;
}
*/

#quoter
{
    display: block;
    width: 500px;
    height: 230px; /*border: 1px dotted #cccccc;*/
    margin: 105px 0 0 40px;
    padding: 60px 0 0 0;
    position: absolute;
}

.fader
{
    position: absolute;
    visibility: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

#topsection
{
    background: url(/Assets/Images/menu_bg.png) no-repeat;
    height: 370px; /*Height of top section*/
}

#sndtopsection
{
    background: url(/Assets/Images/menu_bg.png) no-repeat;
    height: 270px; /*Height of top section*/
}

#topsection h1
{
    background: url(/Assets/Images/logo.gif) no-repeat;
    width: 238px;
    height: 28px;
    margin: 0;
    margin: 20px 0 0 40px;
    display: block;
    cursor: pointer;
    position: absolute;
}

#topsection h1 strong
{
    display: none;
}

#menu, #puffs
{
    float: right;
    list-style: none;
    margin: 0 20px 0 0;
    list-style-type: none;
    padding: 0;
}

#menu li
{
    float: left;
    margin: 0 0.15em;
}

#menu li a
{
    height: 68px;
    font-size: 12px;
    line-height: 64px;
    float: left;
    width: 11em;
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid white;
    color: black;
}


#menu li a.active, #menu li a:hover
{
    background: url(/Assets/Images/menu_bg.gif) #fff bottom left repeat-x;
    color: white;
}

#puffs
{
    float: left;
    margin: 14px;
}

#puffs li
{
    float: left;
    width: 211px; /* 3st = 276px */
    height: 110px;
    margin: 4px;
    color: white;
    font-size: 11px;
    border-right: 1px solid #4A5558;
    overflow: hidden; /*border:1px solid white;*/
}


#puffs li span
{
    background: url(/Assets/Images/star.gif) no-repeat;
    padding: 0 0 0 30px;
    display: block;
    height: 26px;
    margin: 0 0 10px 0;
}
#puffs li span strong
{
    display: none;
}
#puffs li span img
{
    margin-top: 4px;
}
#puffs li a
{
    white-space: nowrap;
}


#contentwrapper
{
    float: left;
    width: 100%;
    min-height: 260px;
    background: white;
}

#sndcontentwrapper
{
    float: left;
    width: 902px;
    padding: 18px;
    min-height: 400px;
    background: white;
}

#puffer
{
    width: 926px;
    height: 160px;
    background: url(/Assets/Images/centerbanner_bg.gif) #333333 center center no-repeat;
}

#contentcolumn
{
    margin: 0 318px 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/ /*margin: 0 223px 0 226px; Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth     border-left: 1px solid #BCBCBC;     border-right: 1px solid #BCBCBC;*/
}

#sndcontentcolumn
{
    margin: 0 0 0 280px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#sndcontentcolumn h1
{
    font-size: 24px;
    color: #FF7014;
}

#contentcolumn h2
{
    background: url(/Assets/Images/txt_aktuellt.gif) no-repeat;
}


#leftcolumn
{
    float: left;
    width: 0px; /*Width of left column in pixel*/ /*width: 226px;*/
    margin-left: -926px; /*Set margin to that of -(MainContainerWidth)*/
}

#sndleftcolumn
{
    float: left;
    margin-top: -10px;
    width: 280px; /*Width of left column in pixel*/
    min-height: 378px;
    background: url(/Assets/Images/leftmenu_bg.png) no-repeat;
    margin-left: -926px; /*Set margin to that of -(MainContainerWidth)*/
}

#sndleftcolumn ul
{
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sndleftcolumn ul li a
{
    display: block;
    width: 100%;
    height: 25px;
    margin: 10px 20px 10px 0;
    border-bottom: 1px solid #EBEBEB;
}

#sndleftcolumn ul li a.active
{
    color: #CCCCCC;
    cursor: default;
    text-decoration: none;
}

a.lnk-menu:hover
{
    text-decoration: none;
    padding-left: 10px;
}

#leftcolumn h2
{
    background: url(/Assets/Images/txt_kontakt.gif) no-repeat;
}

#rightcolumn
{
    float: left;
    width: 318px; /*Width of right column*/
    margin-left: -318px; /*Set left margin to -(RightColumnWidth)*/ /*width: 223px; Width of right column*/ /*margin-left: -223px; Set left margin to -(RightColumnWidth)*/
}

#rightcolumn h2
{
    background: url(/Assets/Images/txt_partners.gif) no-repeat;
}

#footer
{
    clear: left;
    width: 100%;
    color: #BCBCBC;
    text-align: center;
    padding: 15px 0;
    font-size: 0.9em;
}

#footer a
{
    color: #BCBCBC;
}

.innertube
{
    margin: 28px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertube h2
{
    display: block;
    width: 100%;
    height: 24px;
}
.innertube h2 strong
{
    color: #FF7014;
    font-size: 24px;
    display: none;
}

/*Tinybox*/
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(/Assets/Images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
