
Görg Consulting Standard Stylesheet


html {
    background-color: #ffffff;
}

body {
    margin: auto;
    margin-bottom: 1em;
    padding: 0;
    width: 800px;
    font-size: 100.01%;
    font-family: sans-serif;
}

p {
    margin: 0 0 1em 0;
    font-size: 8pt;
    font-family: arial;
}

.orange {
    color: #f60;
}

a.language {
    text-decoration: none;
    color: #000;
}

#indexBody {
    border: 0;
}

#headerLang {
    position: relative;
    width: 140px;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 16px;
    background: url(grey_lang.png) repeat-y;
    font-size: 8pt;
    font-weight: bold;
}

#headerBox1 {
    position: relative;
    width: 92.99%;
    padding-top: 3px;
    background: #ff6600;
    text-align: right;
}

#headerBox1r {
    float: right;
    position: relative;
    z-index: 1;
    width: 7%;
    height: 90px;
    margin: 0;
    background: #000;
}

#headerBox2 {
    clear: left;
    position: relative;
    width: 91%;
    height: 44px;
    background: #fff;
    font-size: 14pt;
    color: #f60;
}



/* Navigation: Gemeinsames */

#navigationTop a, #subnavigation a {
    text-decoration: none;
    color: #000;
}

#navigationTop a:hover, #subnavigation a:hover {
    text-decoration: none;
    color: #ff6600;
}


/* Navigation Links */

#navigationBox {
    float: left;
    height: 100%;
    padding-top: 40px;
    background: url(grey.png) repeat-y;
}

#navigationTop {
    width: 140px;
    padding-left: 3px;
}

#navigationFooter {
    width: 140px;
    padding-left: 19px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    font-size: 8pt;
    color: #808080;
    bottom: 0em;
    background: url(white.png) no-repeat;
}

ul.navigationList {
    padding-left: 16px;
    margin: 0;
    font-size: 8pt;
    font-weight: bold;
    line-height: 2.5em;
}

li.navigationList {
    list-style: none;
}

li.navigationList:hover {
    list-style-image: url(navigationSelected.png);
}

li.navigationListSelected {
    list-style-image: url(navigationSelected.png);
    color: #ff6600;
}

ul.subnavigationList {
    padding-left: 18px;
    margin: 0;
    font-size: 8pt;
    font-weight: normal;
    line-height: 1.5em;
}

li.subnavigationList {
    list-style: none;
    list-style-image: url(subnavigationNone.png);
}

li.subnavigationList:hover {
    list-style-image: url(subnavigationHover.png);
}

li.subnavigationListSelected {
    list-style-image: url(subnavigationSelected.png);
    color: #ff6600;
}


/* Teaser Rechts */

#teaserBox {
    float: right;
    width: 166px;
    margin-top: 40px;
}

#teaserRechts {
    margin-bottom: 15px;
    width: 166px;
    background: url(infobox.png) no-repeat;
    font-size: 8pt;
    font-family: arial;
}

#teaserRechts a {
    font-weight: bold;
    text-decoration: none;
    color: #f60;
}

#teaserRechts a:hover {
    text-decoration: underline;
}

p.teaserHeader {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
}

p.teaserText {
    margin: 0;
    font-size: 8pt;
    font-family: arial;
    font-weight: normal;
}

/* INHALT */

#contentBox {
    margin-bottom: 5px;
    min-height: 400px;
}

#inhalt {
    margin-left: 160px;
    margin-right: 10px;
    padding-top: 40px;
    width: 450px;
    position: relative;
}

#inhalt a {
    text-decoration: none;
    color: #f60;
}

#inhalt a:hover {
    text-decoration: underline;
}

p.disclaimer {
    margin-top: 1em;
    font-size: 8pt;
    color: #aaa;
}

p.referenz {
    margin: 5px;
}

#footer {
    clear: both;
    border-top:1px solid #ff6600;
    padding-left: 2em;
    padding-top: 1em;
    font-size: 8pt;
    color: #808080;
}

#footer a {
    text-decoration: none;
    color: #808080;
}

#footer a:hover {
    color: #f60;
}

/* NEWS */

p.news_h2 {
    text-align: left;
    font-size: 12pt;
    margin: 5px;
    margin-left: 0px;
}

p.news_h3 {
    text-align: left;
    font-size: 10pt;
    color: #888888;
    margin: 0px;
}

p.news_body {
    font-size: 8pt;
    margin-bottom: 30px;
}

/* --- */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    margin-top: 0;
    margin-bottom: 1em;
}

h2 {
    margin-top: 1em;
    margin-bottom: 0em;
    font-size: 10pt;
    font-weight: bold;
}

h2.zitat {
    margin-top: -1em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 8pt;
    font-weight: normal;
}

hr {
    border-color: #f60;
}
