﻿ /* Clean CSS
----------------------------------------------------------*/
 @import url('../../Styles/clean.css');

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    line-height: 1.4em;
    font-family: 'Montserrat', Helvetica, sans-serif;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    color: #696969;
    overflow-x: hidden;
    overflow-y: scroll;
}

body.standalone
{
    background: none;
    background-color: #fff;
}

a:link, a:visited
{
    color: #FFB400;
    text-decoration: none;
}

a:hover
{
    color: #696969;
    text-decoration: underline;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.divTop
{
    position: absolute;
}

.divSep
{
    border-bottom: solid 1px #FFB400;
    height: 1px;
    margin-bottom: 10px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    text-transform: none;
    margin-bottom: 0px;
}

.title
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.1em;
    padding-bottom: 0px;
    margin-bottom: 25px;
    color: #666666;
    text-transform: none;
    display: block;
}

h1
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 1.7em;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

.h1Sub
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 1.3em;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

h2
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #FFB400;
    font-size: 1.3em;
    margin-bottom: 20px;
}

h3
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: 10px;
}

h4
{
    font-size: 1em;
    font-weight: 700;
}

h5
{
    font-size: 1em;
}

h6
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: 10px;
    color: #FFB400;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header
{
    position: relative;
    width: 700px;
    height: 127px;
    margin: 0px auto 0px auto;
}

.headerSlogan
{
    position: absolute;
    top: 93px;
    left: 20px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 0.6em;
    color: #A3A49B;
}

.lead
{
    width: 600px;
    padding-bottom: 15px;
    display: block;
}

.logo
{
    position: relative;
    top: 23px;
    width: 230px;
}

.navigation
{
    background: url(../../images/navBg.jpg);
    background-repeat: repeat-x;
    height: 60px;
}

.innerNavigation
{
    width: 950px;
    margin: 0px auto 0px auto;
    text-transform: uppercase;
    padding-top: 20px;
}

.innerNavigation a
{
    text-transform: uppercase;
    color: #797979;
    padding-right: 25px;
    text-decoration: none;
    font-weight: bold;
}

.innerNavigation a:hover
{
    color: #fff;
}

a.navTopActive
{
    text-transform: uppercase;
    color: #fff;
    padding-right: 25px;
    text-decoration: none;
    font-weight: bold;
}

a.navTopActive:hover
{
    text-transform: uppercase;
    color: #797979;
    padding-right: 25px;
    text-decoration: none;
    font-weight: bold;
}

.main
{
    max-width: 700px;
    min-height: 500px;
    background: #fff;
    margin: 20px auto 0px auto;
    padding-bottom: 30px;
}

.tblMain
{
    max-width: 600px;
}

.footer
{
    max-width: 700px;
    height: 50px;
    background-color: #FFD648;
    margin: 0px auto 0px auto;
    position: relative;
}

.footerCopy
{
    position: absolute;
    top: 25px;
    left: 800px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    color: #696969;
    padding-bottom: 10px;
}

.dfooterLink
{
    position: absolute;
    top: 25px;
    left: 0px;
}

a.footerLink
{
    font-family: Arial, Helvetica, sans-serif;
    color: #696969;
    font-size: 0.7em;
    line-height: 0.9em;
    padding-right: 10px;
    padding-left: 10px;
    border-right: solid 1px #696969;
}

a.footerLink:Hover
{
    color: #fff;
    text-decoration: none;
}

.trTable
{
    background-color: #FBFBFB;
}

.trTable:hover
{
    background-color: #EAEAEA;
}

.tdTable
{
    height: 30px;
    border-bottom: solid 1px #DDDDDD;
}

.tdTable a
{
    color: #696969;
}

.tdTable a:hover
{
    color: #696969;
    text-decoration: none;
}

.tdTableHeader
{
    height: 30px;
    border-bottom: solid 1px #DDDDDD;
}

.tableTitle
{
    color: #B6B6B2;
    font-weight: bold;
}

.td_tE
{
    background-color: #EF2B2B;
}

.teaserLnk
{
    color: #FFB400;
    font-size: 0.8em;
    text-decoration: underline;
}

.teaserLnk:hover
{
    color: #696969;
    text-decoration: none;
}

.small
{
    font-size: 0.8em;
}

.smaller
{
    font-size: 0.9em;
}

.smallCenter
{
    text-align: center;
    width: 30px;
}

div.accountInfo
{
    width: 42%;
}

.textTop
{
    vertical-align: top;
}

.textTopSmall
{
    vertical-align: top;
    font-size: 0.8em;
}

.orange
{
    color: #FFB400;
}

.valError
{
    font-size: 1.4em;
    font-weight: 700;
    color: #E2240C;
}

.valError2
{
    font-size: 1em;
    font-weight: 700;
    color: #E2240C;
}

/* TAB MENU   
----------------------------------------------------------*/

.imgRight
{
    float: right;
}

.imgRight2
{
    float: right;
    margin-left: 30px;
    margin-right: 30px;
}

.pnlRight
{
    float: right;
    width: 350px;
}

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.boxNeutral
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    border: none;
    color: #505356;
    font-size: 0.9em;
    font-weight: 300;
}

.boxMedium
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    border: none;
    border: 1px solid #FFD647;
    width: 340px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #505356;
    font-size: 0.9em;
    font-weight: 300;
}

.boxMediumSpez
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    border: none;
    border: 1px solid #AFAFAF;
    width: 340px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #AFAFAF;
    font-style: italic;
    font-size: 0.9em;
    font-weight: 300;
}

.boxLarge
{
    font-family: 'Montserrat', Helvetica, sans-serif;
    border: none;
    border: 1px solid #FFD647;
    width: 600px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #505356;
    font-size: 0.9em;
    font-weight: 300;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.marginTop
{
    margin-top: 8px;
}

/* Ideen-Tool PopUp
----------------------------------------------------------*/
.ideenToolPopUp
{
    padding: 25px;
	color: #000000;
    line-height: 16px;
}

.PopUpLinkPDF
{
    background: url(../../images/icons/pdf.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}

.PopUpLinkDOC
{
    background: url(../../images/icons/doc.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}

.PopUpLinkPPT
{
    background: url(../../images/icons/ppt.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}

.PopUpLinkVideo
{
    background: url(../../images/icons/video.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}

.PopUpLinkPrint
{
    background: url(../../images/icons/print.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}