﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: left;
    background-image: url("../Images/Layout/bg.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    color: #ffffff;
    font-size: 12px;
    font-family: Verdana, Arial;
}

/* Design Intro */

form#formintro
{
    padding-top: 0px;
}

div#intro
{
    margin: auto;
    background-image: url("../Images/Layout/maassit_wahl.png");
    background-repeat: no-repeat;
    width: 715px;
    height: 450px;
}

/* Design Maaß IT */

form#formdefault
{
    margin: auto;
    width: 400px;
    margin-top: 65px;
    text-align: center;
}

form#formmaster
{
    margin: auto;
    width: 938px;
    min-height: 100%;
    background-image: url("../Images/Layout/bg_main.png");
    background-color: #EF7800;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    position: relative;
}

div#wrapper
{
    margin: auto;
    width: 938px;
    height: 100%;
    position: relative;
}

div#header
{
    width: 938px;
    max-width: 938px;
    height: 299px;
    background-image: url("../Images/Layout/header.png");
    background-color: #2e2e2e;
    margin: auto;
    text-align: right;
}

.head_logo /* Maaß IT Logo mit transparenten Gif */
{
    float: right;
    height: 95px;
    width: 250px;
}

div#bg
{
    background-image: url("../Images/Layout/bg_main.png");
    background-color: #d86000;
    overflow: auto;
    width: 100%;
    min-height: 100%;
}

div#navigation
{
    float: left;
    width: 310px;
    margin-top: -38px;
    position: relative;
}

div#logo /* Maaß IT Logo unter der Navigation */
{
    margin-top: 50px;
    margin-left: 80px;
    background-image: url("../Images/Layout/maass_orange_back.jpg");
    height: 189px;
    width: 229px;
}

/* Die Menupunkte am Webseitenrand */

div#sidenav
{
    position: absolute;
    top: 219px;
    right: -25px;
    width: 20px;
}

#sidenav img
{
    margin-bottom: -3px;
}


/* Seiteninhalt */

div#content
{
    float: right;
    width: 628px;
    min-height: 500px;
    margin-top: -80px;
    background-color: #2e2e2e;
    background-image: url("../Images/Layout/content_bg.png");
    background-repeat: repeat-y;
    position: relative;
}

div#content_header
{
    background-image: url("../Images/Layout/content_head.png");
    height: 46px;
    width: 628px;
}

div#content_header_text
{
    font-size: 18px;
    color: #2e2e2e;
    padding-top: 10px;
    padding-left: 50px;
}

div#content_text
{
    margin: 20px;
    line-height: 140%;
}

div#content_text p
{
    text-align: justify;
}

div#BrowserInfo
{
    width: 460px;
    min-height: 40px;
    height: 100%;
    padding: 10px;
}

div.LinkeSpalte
{
    height: 100%;
    width: 55px;
    float: left;
}

div.RechteSpalte
{
    height: 100%;
    width: 390px;
    float: right;
}

/* Informationsbox (Hilfe und Support) */

div#infobox
{
    position: absolute;
    top: 70px;
    left: 335px;
    width: 250px;
    border: 1px solid #ffffff;
    padding: 10px;
    background-color: #414140;
}
.content_box
{
    width: 568px;
    min-height: 70px;
    border: 1px solid #ffffff;
    padding: 10px;
    background-color: #414140;
}

/* CSS-Klassen */

.clearboth
{
    clear: both;
}

a
{
    color: #d86000;
    text-decoration: underline;
}

a:hover
{
    color: #9e9e9e;
    text-decoration: underline;
}

.btClick
{
    border: 1px solid #d2996b;
    background: url("../Images/Layout/btClick_bg.png");
    height: 26px;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
}

.btClick:hover
{
    background: url("../Images/Layout/btClick_hover_bg.png");
}

h1
{
    font-family: Verdana, Arial;
    font-size: 17px;
    font-weight: normal;
    color: #d86000;
    margin: 0;
}

h2
{
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 11px;
}

h3
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: normal;
}

h4, .bwv_jobad h1 {
   font-family: Verdana, Arial;
   font-size: 14px;
   font-weight: normal;
   color: #bababa;
   margin-top: 40px;
   padding-top: 3px;
   padding-left: 5px;
   padding-bottom: 3px;
   border-left: 5px solid #484848;
   border-top: 1px solid #484848;
}

h5
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #d86000;
    font-weight: normal;
}

b
{
    color: #d86000;
    font-weight: bold;
}

.date
{
    color: #ef7800;
    position: relative;
    margin: 0;
    padding: 0;
}

img
{
    border: 0px;
}

.btRight
{
    float: right;
}

.img_right
{
    padding: 10px;
    float: right;
}

.rechts /* News Bilder */
{
    float: right;
    border: 1px solid #bababa;
    padding: 1px;
    margin-left: 20px;
}

.mitte /*Content Bilder */
{
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.tel
{
    float: left;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 42px;
    color: #ffffff;
}

.tel_info
{
    float: left;
    font-size: 13px;
    margin-left: 42px;
    color: #ffffff;
}

.disclaimer
{
    margin: 35px 0 35px 0;
    color: #484846;
}

.disclaimer h1
{
    margin: 0 0 15px 0;
}

.disclaimer h2
{
    margin: 25px 0 0 0;
    padding: 0;
}

.sub_ul_content li
{
    margin-top: 10px;
    margin-bottom: 15px;
    list-style: square;
}

.ul_content li
{
    margin-bottom: 15px;
    list-style: square;
}

.ul_content li b
{
    font-size: 13px;
    color: #d86000;
    font-weight: bold;
}

.list
{
    list-style-type: square;
    color: #ef7800;
}

.list .text
{
    color: White;
}

.box_list
{
    color: #ffffff;
    list-style-type: square;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.box_list li b
{
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.VerticalImage
{
    margin-bottom: 1px;
}

.leistungen
{
    width: 100%;
}

.leistungen td
{
    vertical-align: top;
    padding-bottom: 20px;
    padding-right: 5px;
}


/* Top Nav */

.nav_top
{
    position: relative;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #e7f0f7;
    margin-left: -10px;
    border-left: 10px solid #e7f0f7;
    font-size: 15px;
}

.nav_top li
{
    padding: 0 0 0 0;
    height: 42px;
}

.nav_top li.ueber_activ
{
    margin-right: -15px;
}

.nav_top li.activ
{
    background-color: #2e2e2e; /* border-top: solid 1px White; */
    margin-right: -15px;
}

div#nav_unsel_content
{
    background-image: url("../Images/Navi/nav_unsel_content.png");
    height: 30px;
    padding-top: 12px;
    padding-left: 20px;
}

div#nav_unsel_content:hover
{
    background-image: url("../Images/Navi/nav_unsel_content_hover.png");
    height: 30px;
    padding-top: 12px;
    padding-left: 20px;
}

div#nav_sel_content
{
    background-image: url("../Images/Navi/nav_sel_content.png");
    height: 30px;
    padding-top: 12px;
    padding-left: 20px;
}

.nav_top_link_unsel a
{
    color: #72797f;
    text-decoration: none;
}

.nav_top_link_sel a
{
    color: #d86000;
    text-decoration: none;
}

/* Silbernes Menue */

.menue_silver
{
    position: relative;
    list-style: none;
    padding: 0 15px 0 30px;
    margin: 0 0 0 0;
    background-color: #e7f0f7;
    border-left: 10px solid #e7f0f7;
}

.menue_silver li
{
    padding: 5px 0 5px 0px;
    border-bottom: solid 1px White;
}


/* Dunkles Menue */

.menue_dark_orange a
{
    padding-left: 2px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
}

.menue_dark_orange img
{
    margin-bottom: -5px;
}

.menue_dark_orange
{
    position: relative;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #d86000;
    border-left: 10px solid #e7f0f7;
}

.menue_dark_orange li
{
    padding: 8px 0 8px 30px;
    border-bottom: solid 1px White;
    vertical-align: middle;
}

.menue_dark_orange li.ueber_activ
{
    margin-right: 0px;
}

.menue_dark_orange li.activ
{
    background-color: #2e2e2e; /* border-top: solid 1px White; */
    margin-right: 0px;
}

/* Helles Menue */

.menue_light_orange a
{
    padding-left: 2px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

.menue_light_orange img
{
    margin-bottom: -5px;
}

.menue_light_orange
{
    position: relative;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #ef7800;
    border-left: 10px solid #cfd8df;
}

.menue_light_orange li
{
    padding: 8px 0 8px 30px;
    border-bottom: solid 1px White;
}

.menue_light_orange li.ueber_activ
{
    margin-right: 0px;
}

.menue_light_orange li.activ
{
    background-color: #2e2e2e; /* border-top: solid 1px White; */
    margin-right: 0px;
}

#LiHilfeSupport
{
    margin-top: 40px;
    border-top: 1px solid #ffffff;
}

/* Untermenü */

.submenue
{
    color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-left: 28px;
    margin-bottom: 15px;
}


.submenue li
{
    padding: 5px 0 5px 5px;
    border-bottom: solid 1px White;
}

.submenue li.ueber_activ
{
    margin-right: 0px;
}

.submenue li.activ
{
    background-color: #2e2e2e; /* border-top: solid 1px White; */
}

.submenue a
{
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    width: 211px;
    padding: 2px 0 2px 3px;
}

.submenue li.selected
{
    border-top: 1px solid #ffffff;
    margin-top: -1px;
    background-image: url("../Images/Layout/subnavi_bg.png");
    color: #d86000;
}

.submenue .selected
{
    color: #d86000;
}

.submenue a:hover
{
    color: #d86000;
    text-decoration: none;
}

/* Untermenü 2 */

.subsubmenue
{
    color: #ffffff;
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin-left: 15px;
    margin-bottom: 15px;
}

.subsubmenue li
{
    padding: 2px 0 2px 0px;
    border-bottom: dotted 1px White;
}

.subsubmenue li.ueber_activ
{
    margin-right: 0px;
}

.subsubmenue li.activ
{
    background-color: #2e2e2e; /* border-top: solid 1px White; */
    margin-right: 0px;
}

.subsubmenue a
{
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    width: 211px;
    padding: 2px 0 2px 3px;
}

.subsubmenue .selected
{
    color: #d86000;
}

.submenue a:hover
{
    color: #d86000;
    text-decoration: none;
}

.imgbox
{
    float: left;
    height: 249px;
    width: 249px;
    padding: 1px 0px 0px 1px;
    background: url(../Images/Content/Geschaeftskunden/Marketing/imgbox_bg.png);
    position: relative;
    margin: 22px;
}

.imgbox img
{
    height: 243px;
    width: 243px;
}

.imgoverlay
{
    position: absolute;
    bottom: 6px;
    height: 60px;
    left: 1px;
    right: 6px;
    color: #ffffff;
    text-align: center;
    background: url(../Images/Content/Geschaeftskunden/Marketing/overlay.png);
}

.imgoverlay a
{
    color: #ffffff;
    text-decoration: none;
}

.imgtxt
{
    padding: 5px;
}

.imgtxt span
{
    font-size: 10px;
}

.success {
    color: #05b342;
}