/******************************************************************************************
 *
 * Basic structure
 *
 * Dark Blue     (Background): #074A96;
 * Medium Blue   (Content)   : #1B60AA;
 * Light Blue    (Text)      : #9EB8D6;
 * 2. Light Blue (Menu)      : #B4C8DF;
 *
 */

body {
    cursor: url(/avatar.cur), default;
    border: 0px solid;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    font-family : "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #9EB8D6;
    background-color: #FFFFFF;
}

.basefont {
    font-size : 10pt;
    text-align : justify;
}

.header{
    font-weight : bold;
    text-align : right;
    color : #FFFFFF;
    border-bottom: 1px dashed #9EB8D6;
    border-top: 1px solid #9EB8D6;
    background-color: #074A96;
    background-image: url(/sg_img/finish.gif);
    background-repeat: no-repeat;
    background-position: 0px;
}

.subheader{
    font-weight : bold;
    text-align : center;
    color : #FFFFFF;
    border-bottom: 1px solid #B4C8DF;
    border-top: 3px solid #B4C8DF;
    background-color: #9EB8D6;
    margin: 1px;
    padding: 1px;
}

.infopic {
    display: inline;
    vertical-align: middle;
    border: 0px solid;
}

.content {
    padding-top: 10px;
    padding-bottom: 10px;
    color : #9EB8D6;
    background-color: transparent;
}

table.fullsize {
    border: 0px solid;
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.compact {
    border: 0px solid;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

td img {
    display: block;
    border: 0px solid;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.highlight, .milla {
    color: #FFFFFF;
    font-weight: bold;
    background-color: transparent;
    font-size: 10pt;
}

.harald {
    color: #CCCCCC;
    font-weight: bold;
    background-color: transparent;
}

.small {
    font-size: 8pt;
}

.bluebutton {
    border: 1px solid #B3C7E8;
    margin-top: 5px;
    margin-bottom: 0px;
    background-color: #074A96;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 8pt;
}

.inputfield {
    background-image: url(/sg_img/fieldbg.gif);
    color: #FFFFFF;
    background-color: transparent;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-right: 5px;
    font-size: 9pt;
    font-family : "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
    border: 0px solid;
    vertical-align: middle;
}

.kommentar {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
    text-align: left;
}

.punktiert {
    font-size: 8pt;
    font-weight: bold;
    border-top: 1px dotted #033B95;
    border-bottom: 1px dotted #033B95;
    color: #033B95;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hellpunktiert {
    font-size: 8pt;
    border-top: 2px dotted #EEEEEE;
    border-bottom: 2px dotted #EEEEEE;
    color: #C5C5C5;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.boldhyperlink {
    background-color: transparent;
    color: #033B95;
    text-decoration: none;
    font-weight: bold;
}

.whiteboldhyperlink {
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}

.smallhyperlink {
    font-size: 8pt;
    background-color: transparent;
    color: #033B95;
    text-decoration: none;
}

.leiste {
    background-color: transparent;
    color: #B3C7E8;
    font-size: 8pt;
    border-bottom: 1px solid #B3C7E8;
    border-top: 1px solid #B3C7E8;
}

img {
    border: 0px solid;
}

div.mimetutorialimage {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #3872B5;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.mimetutorialimage img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mainmime {
    background-color: #1B60AA;
    color: #9EB8D6;
    padding: 5px;
    margin: 0px;
}

.mimetutorial {
    font-family : "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1.mimetutorial {
    border-bottom: 1px dotted #9EB8D6;
    text-align: right;
}

h2.mimetutorial {
    border-bottom: 1px dashed #9EB8D6;
    text-align: left;
    color: #FFFFFF;
    background-color: transparent;
    margin-top: 40px;
}

h2.toc {
    text-align: left;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 12pt;
}

h3.mimetutorial {
    font-size: 10pt;
    text-align: right;
}

a.mimetutorial {
    color: #FFFFFF;
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF;
}

a.mimetutorial:HOVER {
    border: 1px solid #9EB8D6;
    background-color: #FFFFFF;
    color: #1B60AA;
}

p.mimetutorial {
    font-size: 11pt;
}

pre.mimetutorial {
    border: 1px dotted #FFFFFF;
    margin-left: 10px;
    padding: 10px;
    font-size: 8pt;
    position: relative;
    left: 0px;
}

code.mimetutorial {
    color: #FFFFFF;
    background: transparent;
    font-family: Arial, Helvetica, serif;
    border-bottom: 2px dotted #B4C8DF;
}

code.mimetutorialnoborder {
    color: #FFFFFF;
    background: transparent;
    font-family: Arial, Helvetica, serif;
    border-bottom: 0px solid;
}

li.mimetutorial {
    list-style-position: outside;
    list-style-image: url(/sg_img/listitem.jpg);
    margin-bottom: 12px;
    font-size: 11pt;
}

b.mimetutorial {
    color: #FFFF00;
    background-color: transparent;
}

tt.mimetutorial {
    color: #FFFFFF;
    font-weight: bold;
    background-color: transparent;
}

tt.mimetutorialbutton {
    color: #FFFFFF;
    font-weight: bold;
    background-color: transparent;
}

tt.mimetutoriallabel {
    font-weight: bold;
    color: #B4C8DF;
    background-color: transparent;
}

ul.mimetutorial {
    list-style-position: outside;
    list-style-type: disc;
}

acronym {
    border-bottom: 1px dashed black;
}

/******************************************************************************************
 *
 * Scrollbar
 *
 */

.hfdScroll {
    position:relative;
    left:109px;
    top:0px;
    width:9px;
}

.hfdScroll-btnUp, .hfdScroll-btnDn, .hfdScroll-extUp, .hfdScroll-extDn, .hfdScroll-thumb {
    position:absolute;
    left:0px;
}

.clear {
    clear:both;
}

/******************************************************************************************
 *
 * Redesign
 *
 */

/* Header/Footer Elemente */
#logo {
    background-image: url(/sg_img/logo.png);
    width: 114px;
    height: 170px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

#pre_header_left {
    background-image: url(/sg_img/animiertekreise2.gif);
    background-repeat: no-repeat;
    width: 101px;
    height: 14px;
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
}

#pre_header_right {
    background-image: url(/sg_img/top_rechts.gif);
    background-repeat: no-repeat;
    width: 87px;
    height: 7px;
    position: absolute;
    right: 0px;
    margin: 0px;
    margin-top: 7px;
}

#container_outer {
    background-color: #074A96;
    padding: 2px 2px 1px 2px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

#container_inner {
    background-image: url(/sg_img/gui_gradient_full6.gif);
    background-repeat: repeat-x;
    border: 1px solid white;
    padding-top: 40px;
    padding-bottom: 20px;
}

#outer_header {
    background-color: #1B60AA;
    padding: 2px 2px 1px 2px;
    margin-left: 10px;
    margin-right: 10px;
}

#header {
    margin: 0px;
    padding: 0px;
    height: 80px;
    background-color: #1B60AA;
    position: relative;
    border: 1px solid white;
    background-image: url(/sg_img/gui_gradient_full3.gif);
    background-position: top left;
}

#header h1,
#header h2,
#header h3 {
    position: absolute;
    margin: 0px;
}

#header h1 {
    color: #346EB0;
    font-size: 3em;
    left: 80px;
    top: -10px;
    letter-spacing: 0.1em;
}

#header h2 {
    color: #ACC2DB;
    font-size: 2em;
    z-index: 3;
    left: 105px;
    top: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#header h3 {
    color: #5B8DC2;
    font-size: 0.6em;
    z-index: 4;
    left: 95px;
    top: 65px;
    font-weight: bold;
}

#menu {
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    bottom: 0px;
    right: 0px;
    background-color: #9EB8D6;
    height: 20px;
    font-size: 10px;
    width: 450px;
    background-image: url(/sg_img/gui_diag2_blue.gif);
    background-repeat: no-repeat;
    z-index: 9;
}

#menu_main {
    list-style: none;
    width: 367px;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    float: right;
    background-image: url(/sg_img/gui_gradient_white.gif);
    background-repeat: repeat-x;
}

#menu_main li {
    list-style: none;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

#menu_main li.first {
    background-image: url(/sg_img/gui_gradient_blue2.gif);
    background-repeat: no-repeat;
    height: 15px;
    width: 18px;
}

#menu_main li.spacer {
    margin-top: 2px;
    background-image: url(/sg_img/gui_dot_blue.gif);
    font-size: 1px;
    height: 15px;
    width: 2px;
}

#menu_main a.inactive_link,
#menu_main a {
    color: #1B60AA;
    text-decoration: none;
    font-size: 13px;
    margin-top: 0px;
    padding-left: 7px;
    padding-right: 7px;
}

#menu_main a.active_link,
#menu_main a:hover {
    padding-left: 6px;
    padding-right: 6px;
    background-color: #235FA3;
    color: white;
    border: 1px solid white;
    border-top: 0px;
    background-image: url(/sg_img/gui_gradient_full.gif);
    background-position: bottom left;
}


#menu_main a.active_link {
    background-image: url(/sg_img/gui_gradient_full4.gif);
    background-position: top left;
    background-color: #043F83;
}

.menu_sub {
    display: none;
}

.submenu {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 105px;
    right: 15px;
}

.menu_sub {
    margin: 0px;
    padding: 0px;
    border: 2px solid #235FA3;
    background-color: white;
    list-style: none;
    height: 20px;
    float: right;
}

.menu_sub li {
    list-style: none;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.menu_sub a,
.menu_sub span {
    font-size: 13px;
    color: #235FA3;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.menu_sub a {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    height: 20px;
    float: left;
}

.menu_sub a.active_link,
.menu_sub a:hover {
    background-color: #9EB8D6;
}

.menu_sub li.first {
    display: none;
}

.menu_sub  li.spacer {
    margin: 0px;
    margin-top: 2px;
    background-image: url(/sg_img/gui_dot_blue.gif);
    font-size: 1px;
    height: 16px;
    width: 2px;
    padding: 0px;
    display: inline;
    font-size: 1px;
}

#zufallsbild {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    border: 0px;
}

#footer {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
}

#sidebar_left, #sidebar_right, #content,
#sidebar_left div, #sidebar_right div, #content div {
    position: relative;
}

#sidebar_left {
    float: left;
    width: 25%;
}

#sidebar_right {
    float: left;
    width: 24%;
}

#content {
    width: 48%;
    float: left;
}

/* CONTENT TABLE */
.inner_content_table {
    background-color: #054996;
    background-image: url(/sg_img/tLeftLoop2.gif);
    background-repeat: repeat-y;
    font-size: 1px;
    margin-left: 3px;
    margin-right: 3px;
}

.inner_content_table table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.upper_table {
    height: 18px;
    padding: 0px;
    margin: 0px;
    background-image: url(/sg_img/tTopLoop2.gif);
    font-size: 1px;
}

.upper_table_1, .upper_table_2, .upper_table_3, .upper_table_4, .upper_table_5, .upper_table_6 {
    display: block;
    height: 18px;
    margin: 0px;
    padding: 0px;
}

.upper_table_1 {
    width: 8px;
    float: left;
    background-image: url(/sg_img/tTopLeft.gif);
}

.upper_table_2 {
    width: 10px;
    float: left;
    background-image: url(/sg_img/tTopLoop1.gif);
}

.upper_table_3 {
    width: 21px;
    float: left;
    background-image: url(/sg_img/tTop1.gif);
}

.upper_table_4 {
    width: 65px;
    float: right;
    background-image: url(/sg_img/tTopRightEcke.gif);
}

.upper_table_5 {
    width: 9px;
    float: right;
    background-image: url(/sg_img/tTopRight.gif);
}

.inner_content_table .content {
    border-left: 1px solid #033A92;
    border-right: 1px solid #1B60AA;
    background-color: #054996;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    font-size: 10pt;
}

.inner_content_table .content .inner_content {
    background-color: #1B60AA;
    margin-left: 2px;
    margin-right: 2px;
    border-right: 1px solid #053C97;
    position: relative;
    padding: 5px;
}

.inner_content div {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.inner_content h3 {
    margin: 0px;
    padding: 0px;
}

.inner_finish {
    display: block;
    width: 9px;
    height: 49px;
    position: relative;
    right: -13px;
    bottom: -5px;
    background-image: url(/sg_img/tRight2.gif);
    z-index: 99;

    margin: 0px;
    float: right;
}

.lower_table {
    height: 8px;
    padding: 0px;
    margin: 0px;
    background-image: url(/sg_img/tLowLoop.gif);
    font-size: 1px;
}

.lower_table_1 {
    background-image: url(/sg_img/tLowLeft.gif);
    float: left;
    height: 8px;
    width: 8px;
    display: block;
}

.lower_table_2 {
    background-image: url(/sg_img/tLowRight.gif);
    float: right;
    height: 8px;
    width: 9px;
    display: block;
}

.empty {
}

/*********** DEBUG **************/

#sidebar_left, #sidebar_right, #content {
    border: 0px solid transparent;
}

/*
#sidebar_left {
border: 1px solid red;
}

#sidebar_right {
border: 1px solid green;
}

#content {
border: 1px solid orange;
vertical-align: top;
}
*/

td.content {
  vertical-align: top;
}

