/*******************************************************************************
*
* PF.css | (c) Programmfabrik GmbH 2010
*
*******************************************************************************/

/*******************************************************************************
* GENERAL
*******************************************************************************/

html {
    height: 100%;
}
body {
    height: 100%;
    background: #eeeeee;
    font-family: Geneva, Lucida, Arial, Sans-serif;
    font-size: 13px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    /*overflow-y: scroll;*/
}
div {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

p.warning {
  background-color: #EEF6F8; 
  border: 1px solid #4E4540; 
  padding: 3px 5px 3px 5px;
}

/*******************************************************************************
* LAYOUT BLOCKS
*******************************************************************************/

/* outer wrapper */
#wrapper {
    margin: 0px auto;
    width: 950px;
    padding: 0px 25px;
    background: #ffffff;
    min-height: 100%;
}

/* header layout (logo | header menu) */
#header {
}
#header div.logoBlock {
    float:left;
    margin-right: 25px;
}
#header div.logoBlock a {
    display:block;
    width: 200px;
    height: 140px;
    background: url(../img/programmfabrik.png) no-repeat;
}
#header div.menuBlock {
    float:left;
    width: 725px;
    height: 140px;
}
#header div.menuBlock .menuContainer {
    height: 124px;
}
#header div.menuBlock .roundedBox {
    height: 140px;
    background: url(../img/header/programmfabrik_bild.jpg);
}
#header div.menuBg {
    background: url(../img/menuBg.png) no-repeat;
    padding: 10px 16px 0;
    height:50px;
    margin: 0px 25px;
    color: #666666;
    font-size:12px; 
}

/* body (sidebar | main content area) */
#body {
    padding: 25px 0px 175px 0px; /* FIXME: some weird bug in FF forces us to do this, I'd prefer margins on header/footer */
}
#body div.sidebarBlock {
    float:left;
    width: 200px;
    margin-right: 25px;
}
#body div.contentBlock {
    float:left;
    width: 725px;
}

/* left/right column within content area (left for text, right for infobox)  */
#body div.contentBlock .leftColumn {
    float:left;
    width:500px;
    margin-right:25px;
    padding-top:15px;
}
#body div.contentBlock .rightColumn {
    float:left;
    width: 200px;
}

/* footer layout */
#footer {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #aaaaaa;
    /*background: url(../img/footerBg.png) no-repeat;*/
    border-top: solid 1px #cccccc;
}
#footer span.copyright {
    float:left;
    margin: 0px 25px 0px 25px;
}



/*******************************************************************************
* MENUS
*******************************************************************************/

/* general */
ul.menu,
ul.submenu {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/* header menu/submenu */
#header ul.menu,
#header ul.submenu {
    display: block;
    list-style: none;
}
#header ul.submenu {
    border-top: solid 1px #cccccc;
    padding-top: 4px;
    margin-top: 4px;
}
#header ul.menu li,
#header ul.submenu li {
    display: inline;
    text-transform: uppercase;
}
#header ul li a,
#header ul li a:active {
    color: #999999;
    text-decoration: none;
    border-right: solid 1px #cccccc;
    padding-right:10px;
    margin-right: 10px;
    font-size: 11px;
    font-weight: bold;
}
#header ul li a.last {
    color: #999999;
    text-decoration: none;
    border-right: none;
    padding-right:0px;
    margin-right: 0px;
}
#header ul li a:hover {
    color: #aaaaaa;
    text-decoration: underline;
}
#header ul li a.selected {
    color: #333333;
}

/* menu hack - hide "Overview" entry for second level */
#header ul.submenu li a.first {
    display:none;
}

/* small image block above sidebar menu */
.sidebarBlock div.menuLogo {
    height: 30px;
    margin-bottom: 10px;
    margin-top:15px;
}
body.services .sidebarBlock div.menuLogo {
    background: url(../img/dienstleistungen.png) no-repeat center;
}
body.referenzen .sidebarBlock div.menuLogo {
    background: url(../img/referenzen.png) no-repeat center;
}
body.support .sidebarBlock div.menuLogo {
    background: url(../img/support.png) no-repeat center;
}
body.unternehmen .sidebarBlock div.menuLogo {
    background: url(../img/unternehmen.png) no-repeat center;
}
body.easydb .sidebarBlock div.menuLogo {
    background: url(../img/edb_logo.png) no-repeat center;
}

/* sidebar menu */
.sidebarBlock ul.menu {
    font-size: 12px;
    list-style: none;
}
.sidebarBlock ul li {
    display:block;
}
.sidebarBlock ul li a {
    display: block;
    text-transform: uppercase;
    padding: 0px 16px;
    line-height:24px;
    border-top: solid 1px #cccccc;
}
.sidebarBlock ul li a,
.sidebarBlock ul li a:active {
    color: #666666;
    text-decoration: none;
}
.sidebarBlock ul li a:hover {
    background: #eeeeee;
    text-decoration: none;
}
.sidebarBlock ul li a.selected {
    background: #aaaaaa;
    color: #ffffff;
    font-weight: bold;
}
.sidebarBlock ul li a.top.selected {
    background: #aaaaaa;
    color: #ffffff;
}

/* sidebar submenu */
.sidebarBlock ul li a.sub  {
    text-transform: none;
    padding-left: 32px;
}
.sidebarBlock ul li a.sub.selected  {
    color: #666666;
    background: #dddddd;
}
.sidebarBlock ul li a.subSub  {
    text-transform: none;
    padding-left: 48px;
}
.sidebarBlock ul li a.subSub.selected  {
    color: #666666;
    background: #dddddd;
}

/* footer menu */
#footer ul.menu {
    float:left;
}
#footer ul.menu li {
    display: inline;
    text-transform: uppercase;
}
#footer ul.menu li a,
#footer ul.menu li a:active {
    color: #aaaaaa;
    text-decoration: none;
    border-right: solid 1px #cccccc;
    padding-right:10px;
    margin-right: 10px;
    font-size: 11px;
    font-weight: bold;
}
#footer ul li a.last {
    border-right: none;
    padding-right:0px;
    margin-right: 0px;
}
#footer ul.menu li a:hover {
    color: #666666;
    text-decoration: underline;
}



/*******************************************************************************
* ROUNDED BOXES
*******************************************************************************/

/* rounded boxes */
.roundedBox {
    color: #000000;
}
.roundedBox .corners {
    height:16px;
}
.roundedBox .corners .TL,
.roundedBox .corners .TR,
.roundedBox .corners .BL,
.roundedBox .corners .BR {
    width: 16px;
    height: 16px;
    float: left;
    background: no-repeat;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}
.roundedBox .corners .TL {
    background-image: url(../img/cornerTL.png);
}
.roundedBox .corners .TR {
    float:right;
    background-image: url(../img/cornerTR.png);
}
.roundedBox .corners .BL {
    background-image: url(../img/cornerBL.png);
}
.roundedBox .corners .BR {
    float:right;
    background-image: url(../img/cornerBR.png);
}
.roundedBox .content {
    padding: 0px 10px 0px 10px;
}



/*******************************************************************************
* CONTENT STYLES (headlines, etc)
*******************************************************************************/

/* main headlines */
.headline {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 1.4em;
    /*border-bottom: solid 1px #cccccc;
    padding-bottom: 5px;*/
    margin-bottom: 25px;
}

.headline b {
    font-weight: bolder;
}


h1 {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 1.4em;
    /*border-bottom: solid 1px #cccccc;
    padding-bottom: 5px;*/
	margin: 0;
	padding: 0;
    margin-bottom: 25px;
    font-weight: normal;
}

h1 b {
    font-weight: bolder;
}




/* sub headlines */
.subHeadline {
    color: #999999;
    font-weight: bold;
    font-size: 1.2em;
}

h2 {
	margin: 0;
	padding: 0;
    color: #999999;
    font-weight: bold;
    font-size: 1.2em;
}

h3 {
	margin: 0;
	padding: 0;
    color: #999999;
    font-weight: bold;
    font-size: 0.9em;
}


/* content area */
#body .contentBlock .leftColumn {
    font-size:1.1em;
}

/* teaser headlines in rounded boxes */
.roundedBox .headline {
    color: #000000;
    margin-bottom: 2px;
}
.roundedBox .subHeadline {
    color: #ffffff;
    text-transform: none;
    font-size: 1.3em;
    font-weight: normal;
}

/* screenshot images */
img.screenshot {
    border: solid 1px #cccccc;
}

/* small logos on overview page */
a.logo {
    display: block;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 5px;
    margin: 40px 0px 5px 0px;
}
a.logo img {
    border: none;
}



/*******************************************************************************
* INFOBOX (infobox right besides the content)
*******************************************************************************/

#infobox {
    float:right;
    width:200px;
    color: #454545;
    background: #c5c1b9;
    font-size: 0.9em;
}
#infobox h3 {
    color: #ffffff;
    font-size: 1.3em;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}
#infobox hr {
    background: #ffffff;
    color: #ffffff;
    height: 1px;
    border: none;
    margin: 10px 0px 10px 0px;
}

/* chat button */
#infobox .chatBox {
    position: relative;
    height:125px;
    margin-top: 10px;
    background: url(../img/chat_frau.png) no-repeat;
}
#infobox .chatBox .chatButton {
    display: none;
    position: absolute;
    width: 176px;
    height: 34px;
    top: 100px;
    left: 0px;
    background: url(../img/button_grau_on.png) no-repeat;
    cursor: pointer;
    text-align:center;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}
/*#infobox .chatBox .chatButton:hover {
    top: 102px;
    left: 2px;
    background-image: url(../img/button_grau.png);
}*/
body.icAgentAvailable #infobox .chatButton {
    display: block;
    clear:both;
}
body.icAgentAvailable #infobox .chatBox {
    height: 130px;
}
body.icAgentAvailable.icChatIsOpen #infobox .chatButton {
    display: none;
}



/*******************************************************************************
* HOME PAGE
*******************************************************************************/

/* home boxes (non-colored areas in content) and rounded boxes in content area */
body.home .homeBox,
body.home .contentBlock .roundedBox {
    float:left;
    width: 350px;
    font-size:110%;
}
body.home .homeBox {
    padding: 16px 0px 16px 0px;
}
body.home .homeBox .headline {
    color: #000000;
    margin-bottom: 5px;
}
body.home .homeBox .subHeadline {
    color: #999999;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
}

/* quicklinks (infobox on homepage) */
body.home #infobox.roundedBox {
    float:none;
    width:200px;
}

/* news */
body.home #news.roundedBox {
    width:200px;
    background: #e99600;
    margin-top: 25px;
}
body.home #news hr {
    background: #ffffff;
    color: #ffffff;
    height: 1px;
    border: none;
    margin: 10px 0px 10px 0px;
}



/*******************************************************************************
* MISC
*******************************************************************************/

#fullscreenImage {
}
/*#fullscreenImage table td {
    text-align: center;
    vertical-align: middle;
}*/
#fullscreenImage img {
    position: absolute;
    z-index: 500;
    border: solid 10px #ffffff;
}
#fullscreenImage div {
    position: absolute;
    z-index: 499;
    /*width:80%;
    height:80%;*/
    background: #000000;
    opacity: 0.8;
    -ms-opacity: 0.8;
    filter: Alpha(opacity=80);
    text-align:center;
}



/*******************************************************************************
* BRANDING-SPECIFIC STUFF: digitalasset
*******************************************************************************/

/* header image */
body.digitalasset #header div.menuBlock .roundedBox {
    background: url(../img/header/edb_digitalasset_bild.jpg);
}

/* headlines */
body.digitalasset .headline {
    color: #d4ba00;
}

/* small logo above menu */
body.digitalasset .sidebarBlock div.menuLogo {
    background: url(../img/edbdigitalasset_logo.png) no-repeat center;
}

/* selected top-level entry */
body.digitalasset .sidebarBlock ul li a.top.selected {
    background: #d4ba00;
    color: #ffffff;
}



/*******************************************************************************
* BRANDING-SPECIFIC STUFF: imagestore
*******************************************************************************/

/* header image */
body.imagestore #header div.menuBlock .roundedBox {
    background: url(../img/header/edb_istore_bild.jpg);
}

/* headlines */
body.imagestore .headline {
    color: #6ebac8;
}

/* small logo above menu */
body.imagestore .sidebarBlock div.menuLogo {
    background: url(../img/edbistore_logo.png) no-repeat center;
}

/* selected top-level entry */
body.imagestore .sidebarBlock ul li a.top.selected {
    background: #6ebac8;
    color: #ffffff;
}



/*******************************************************************************
* BRANDING-SPECIFIC STUFF: university
*******************************************************************************/

/* header image */
body.university #header div.menuBlock .roundedBox {
    background: url(../img/header/edb_university_bild.jpg);
}

/* headlines */
body.university .headline {
    color: #5f8c2a;
}

/* small logo above menu */
body.university .sidebarBlock div.menuLogo {
    background: url(../img/edbuniversity_logo.png) no-repeat center;
}

/* selected top-level entry */
body.university .sidebarBlock ul li a.top.selected {
    background: #5f8c2a;
    color: #ffffff;
}



/*******************************************************************************
* BRANDING-SPECIFIC STUFF: museum
*******************************************************************************/

/* header image */
body.museum #header div.menuBlock .roundedBox {
    background: url(../img/header/edb_museum_bild.jpg);
}

/* headlines */
body.museum .headline {
    color: #937147;
}

/* small logo above menu */
body.museum .sidebarBlock div.menuLogo {
    background: url(../img/edbmuseum_logo.png) no-repeat center;
}

/* selected top-level entry */
body.museum .sidebarBlock ul li a.top.selected {
    background: #937147;
    color: #ffffff;
}



/*******************************************************************************
* BRANDING-SPECIFIC STUFF: archive
*******************************************************************************/

/* header image */
body.archive #header div.menuBlock .roundedBox {
    background: url(../img/header/edb_archive_bild.jpg);
}

/* headlines */
body.archive .headline {
    color: #cc7f37;
}

/* small logo above menu */
body.archive .sidebarBlock div.menuLogo {
    background: url(../img/edbarchive_logo.png) no-repeat center;
}

/* selected top-level entry */
body.archive .sidebarBlock ul li a.top.selected {
    background: #cc7f37;
    color: #ffffff;
}



/*******************************************************************************
* BRANDING-SPECIFIC STUFF: dicom
*******************************************************************************/

/* header image */
body.dicom #header div.menuBlock .roundedBox {
    background: url(../img/header/edb_dicom_bild.jpg);
}

/* headlines */
body.dicom .headline {
    color: #658ba3;
}

/* small logo above menu */
body.dicom .sidebarBlock div.menuLogo {
    background: url(../img/edbdicom_logo.png) no-repeat center;
}

/* selected top-level entry */
body.dicom .sidebarBlock ul li a.top.selected {
    background: #658ba3;
    color: #ffffff;
}



/*******************************************************************************
* BRANDING-SPECIFIC STUFF: individual
*******************************************************************************/

/* header image */
body.individual #header div.menuBlock .roundedBox {
    background: url(../img/header/edb_individual_bild.jpg);
}

/* small logo above menu */
body.individual .sidebarBlock div.menuLogo {
    background: url(../img/edbindividual_logo.png) no-repeat center;
}

/* selected top-level entry */
body.individual .sidebarBlock ul li a.top.selected {
    background: #888888;
    color: #ffffff;
}



/*******************************************************************************
* IE6 WARNING
*******************************************************************************/

div#ie6warning {
	width: 950px;
	margin: 0px auto;
	background: #ffcccc;
	padding: 10px;
	font-size: 14px;
}




