
/* FARBEN 

WEISS:    #fff
SCHWARZ:  #000
ROT:      #cc0018
HELLBLAU: #009fe3

*/

#debuginfo {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: rgba( 255, 255, 255, .66 );
  border-bottom-right-radius: 2px;
  left: 0;
  padding: 4px;
  position: fixed;
  top: 0;
  z-index: 10000;
}

html.debugmode {}

html {
  background: fixed #bbd2d8 url(../img/ui/bg.png) repeat-x 0 0;
  font: 15px/20px 'SourceSans3-Regular', arial, sans-serif;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

html.login {
  background: url(../img/ui/bg-login.jpg) no-repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  background: transparent url(../img/ui/bg-transition.png) repeat-y 50% 0;
  background-size: 100% auto;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-stroke: 1px transparent !important;
  min-height: 100%;
  padding: 20px 0;
  text-rendering: optimizeLegibility !important;
}

html.login body {
  background-image: none;
}

h1 {
  clear: left;
  color: #cc0018;
  font: 35px/35px 'SourceSans3-Regular', arial, sans-serif;
  margin: 20px 0;
  padding: 0 20px;
  text-transform: uppercase;
}

h1.big,
html.login h1.big {
  font: 60px/60px 'SourceSans3-Regular', arial, sans-serif;
  padding: 0;
  text-transform: none;
}

html.login h1.big {
  margin-bottom: 20px;
}

.search h1{
  font: 30px/30px 'SourceSans3-Medium', arial, sans-serif;
  text-transform: none;
}

h2 {
  color: #cc0018;
  font: 20px/20px 'SourceSans3-Regular', arial, sans-serif;
  margin: 12px 0 20px 0;
  padding: 0 20px;
  text-transform: uppercase;
}

h3 {
  color: #cc0018;
  font: 15px/15px 'SourceSans3-SemiBold', arial, sans-serif;
  margin: 15px 0;
  margin: 3px 0 6px 0;
  padding: 0 20px;
}

hr {
  background: url(../img/ui/hr.png) repeat-x 0 0;
  border: 0;
  clear: both;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.search hr {
  margin: 0 20px;
}

img.preview,
p {
  margin-bottom: 15px;
  padding: 0 20px;
}

img {
  padding: 0 20px;
}

p > img {
  padding: 0;
}

p.intro {
  font: 15px/20px 'SourceSans3-Medium', arial, sans-serif;
}

table {
  margin: 0 20px;
}

ol,
ul {
  padding: 0 20px;
}

li {
  list-style-type: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

.img-wrapper {
  display: inline-block;
  height: auto;
  position: relative;
  width: auto;
}

.img-wrapper img {
  cursor: pointer;
}

.img-wrapper .zoom {
  background: url(../img/ui/zoom.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 40px;
  left: 10px;
  position: absolute;
  top: -5px;
  width: 40px;
}

img.preview {}

a,
button {
  cursor: pointer;
  text-decoration: none;
}

#wrapper {
  margin: 0 auto 210px;
  width: 960px;
}

#header {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #fff;
  border-top-left-radius: 10px;
  box-shadow: 0px 2px 4px #666;
  box-shadow: 0px 2px 4px rgba( 0, 0, 0, .25 );
  height: 130px;
  position: relative;
}

.logo {
  background: url(../img/ui/logo.png) no-repeat 0 0;
  display: block;
  height: 85px;
  left: 5px;
  position: absolute;
  top: 20px;
  width: 303px;
}

html.login .logo {
  margin: 20px 10px;
  position: static;
}

#metanav {
  color: #cc0018;
  font: 13px/13px 'SourceSans3-Regular', arial, sans-serif;
  position: absolute;
  right: 10px;
  top: 10px;
}

#metanav a {
  color: #cc0018;
}

#metanav ul {
  padding: 0;
}

#metanav > ul > li:first-child > a {
  background: url(../img/ui/triangle-down.png) no-repeat right 5px;
  margin-right: 6px;
  padding-right: 10px;
}

#metanav > ul > li:last-child > a {
  background: url(../img/ui/pipe.png) no-repeat 0 3px;
  margin-left: 1px;
  padding-left: 5px;
}

#metanav > ul > li {
  float: left;
}

#metanav > ul > li > ul {
  display: none;
}

#metanav > ul > li:hover ul {
  display: block;
}

#metanav .bold {
    font-weight: bold;
}

.minifuncs,
#minifuncs {
  display: none;
}

#navigation {
  /* behavior: url(../htc/PIE.htc); */
  background: #c00016 url(../img/ui/navbg.png) repeat-x 0 0;
  background-clip: padding-box;
  border-bottom: 1px solid #750002;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 2px 4px #666;
  box-shadow: 0px 2px 4px rgba( 0, 0, 0, .25 );
  color: #fff;
  font: 18px/18px 'SourceSans3-SemiBold', arial, sans-serif;
  height: 49px;
  margin-top: 10px;
  padding: 0;
  position: relative;
  z-index: 100;
}

#navigation ul {
  padding: 0;
} 

#navigation > ul {
  padding: 0 10px;
}

#navigation > ul > li > a,
#breadcrumbs > ul > li > a {
  white-space: nowrap;
}

#navigation a {
  color: #fff;
  display: block;
  padding: 2px 4px;
  padding: 1px 4px; /* #7164 -10 */
}

#navigation > ul > li {
  float: left;
  padding-top: 8px;
}

#navigation > ul > li > a {
  border-top: 1px solid transparent;
  padding: 8px 10px 14px;
}

#navigation > ul > li:hover > span {
  display: block;
  position: relative;
  width: 100%;
}

#navigation > ul > li:hover > span > span {
  background-color: #464646;
  display: block;
  height: 8px;
  top: 40px;
  position: absolute;
  width: 100%;
  z-index: 101;
}

#navigation > ul > li.active > a {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #a60013;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #820002;
  box-shadow: inset 0px 2px 4px #333;
}

#navigation > ul > li:hover > a {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #464646;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #820002;
  box-shadow: inset 0px 2px 4px #333;
}

#navigation > ul > li > ul {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #464646;
  border-bottom-right-radius: 10px;
  box-shadow: inset 0px 2px 4px #333;
  display: none;
  font-size: 15px;
  line-height: 21px;
  margin-left: -10px;
  position: absolute;
  padding: 20px;
  width: 160px;
}

#navigation > ul > li.open > ul,
#navigation > ul > li:hover > ul {
  display: block;
}

#navigation > ul > li > ul > li {
  float: left;
  width: 100%;
}

#navigation > ul > li.nth-child-2 > ul > li {
  margin-right: 20px;
}

#navigation > ul > li > ul > li > a:hover {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #343434;
  border-radius: 4px;
}

/*
#navigation > ul > li.nth-child-3 > ul > li > a:hover {
  background-clip: padding-box;
  background-color: transparent;
  border-radius: 0;
}
#navigation > ul > li.nth-child-3 > ul > li {
  text-transform: uppercase;
}

#navigation > ul > li.nth-child-3 > ul > li > a {
  margin-bottom: 10px;
}

#navigation > ul > li.nth-child-3 > ul > li > ul {
  font: 15px/21px 'SourceSans3-Bold', arial, sans-serif;
  padding-bottom: 10px;
  text-transform: none;
}

#navigation > ul > li.nth-child-3 > ul > li > ul > li {
  margin-right: 20px;
  width: 180px;
}
#navigation > ul > li.nth-child-3 > ul > li > ul > li > a {
}

#navigation > ul > li.nth-child-3 > ul > li > ul > li > ul {
  font: 15px/18px 'SourceSans3-Medium', arial, sans-serif;
  padding-bottom: 12px;
}
*/
#navigation li.flat-nav > ul > li > a {
  background: url(../img/ui/triangle-right.png) no-repeat 6px 6px;
  color: #b7b7b7;
  padding-left: 16px;
  text-transform: none;
}

/*
#navigation > ul > li.nth-child-3 > ul > li.nth-child-2 > ul > li > a:hover,
#navigation > ul > li.nth-child-3 > ul > li.nth-child-3 > ul > li > a:hover,
#navigation > ul > li.nth-child-3 > ul > li > ul > li > ul > li > a:hover {
  background-clip: padding-box;
  background-color: #343434;
  border-radius: 4px;
}
*/

/*
#navigation > ul > li.nth-child-3 > ul > li > ul {
  float: left;
}
*/
/*
#navigation > ul > li.nth-child-3 > ul > li.nth-child-1 > ul > li
{ 
  display: inline-block;
	margin-bottom: 3px;
  width: 100%;
}
*/

/*
#navigation > ul > li.nth-child-3 > ul > li.nth-child-2 > ul > li > a,
#navigation > ul > li.nth-child-3 > ul > li.nth-child-3 > ul > li > a {
  background: url(../img/ui/triangle-right.png) no-repeat 6px 6px;
  color: #b7b7b7;
  font: 15px/18px 'SourceSans3-Medium', arial, sans-serif;
  padding-left: 16px;
  text-transform: none;
}
*/
#navigation .search {
  float: right;
  margin-right: 20px;
  padding: 10px 0;
}

#navigation .search ::-webkit-input-placeholder,
#navigation .search ::-input-placeholder {
  color: #fff;
  font: 15px/15px 'SourceSans3-Medium', arial, sans-serif;
  font: 15px/15px 'SourceSans3-Regular', arial, sans-serif;
  padding: 4px 2px 2px;
}

#navigation .search input[type=text] {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #c4001f;
  border-radius: 4px;
  border-bottom: 1px solid #e1808b;
  border-left: 1px solid #9d0019;
  border-right: 1px solid #9d0019;
  border-top: 1px solid #6e0011;
  box-shadow: inset 0px 2px 4px #6e0011;
  color: #fff;
  font: 15px/15px 'SourceSans3-Medium', arial, sans-serif;
  padding: 2px;
  width: 168px;
}

ul.menutree {
  float: left;
}

ul.menutree ul {
  padding: 0;
}

ul.menutree > li {
  display: block;
  float: left;
  margin-right: 20px;
  width: 240px;
}

ul.menutree > li.nth-child-1,
ul.menutree > li.nth-child-2 {
  min-height: 1000px;
}

ul.menutree > li > span {
  color: #cc0018;
  font-size: 20px;
  text-transform: uppercase;
}

ul.menutree > li > ul > li > span {
  color: #cc0018;
  display: block;
  font: 15px/20px 'SourceSans3-SemiBold', arial, sans-serif;
  margin: 20px 0 4px;
}

ul.menutree > li > ul > li > ul > li {
  display: block;
  font: 15px/20px 'SourceSans3-Regular', arial, sans-serif;
  margin: 0 0 4px;
}

#breadcrumbs {
  clear: both;
  color: #fff;
  font: 12px/30px 'SourceSans3-SemiBold', arial, sans-serif;
  height: 30px;
}

#breadcrumbs ul {
  padding: 0;
}

#breadcrumbs li {
  float: left;
  margin-right: 4px;
}

#breadcrumbs a {
  background: url(../img/ui/arrow-right.png) no-repeat right 6px;
  color: #fff;
  padding-right: 7px;
  text-decoration: underline;
}

.grp {
  clear: both;
  float: left;
  width: 100%;
}

.col {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #fff;
  border-bottom-right-radius: 10px;
/*  box-shadow: 0px 2px 4px #666;*/
  box-shadow: 0px 2px 4px rgba( 0, 0, 0, .25 );
  float: left;
  margin-bottom: 20px;
}

.grp.first .col {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
}

.col a {
  color: #009fe3;
}

.col a:hover {
  text-decoration: underline;
}

.col.red {
  background: url(../img/ui/bg-red.png) repeat-x 0 0;
  color: #fff;
  height: 70px;
  padding-top: 12px;
}

.col.red a {
  color: #fff;
  text-decoration: underline;
}

.col.red b {
  font: 15px/21px 'SourceSans3-SemiBold', arial, sans-serif;
}

.i-col.even,
.col.even {
  float: right;
}

.grp .col:nth-child(2) {
  float: right;
}

.col > .sldr:first-child {
  border: 1px solid #fff;
  margin-bottom: 20px;
}

.marker {
  float: right;
  margin: 8px;
}

.marker a {
  display: inline-block;
  height: 18px;
  width: 18px;
}

.marker .mail {
  background: url(../img/ui/icon-mail.png) no-repeat 0 0;
}

.marker .fav {
  background: url(../img/ui/icon-fav-marker.png) no-repeat 0 0;
}

.sldr.big {
  height: 355px;
  overflow: hidden;
  position: relative;
  width: 630px;
}

.sldr.big .wrpr {
  height: 355px;
  -webkit-transition: left .25s ease-out;
  transition: left .25s ease-out;
  position: absolute;
  left: 0;
  width: 630px;
}

.sldr.big .wrpr a {
  display: block;
  float: left;
  height: 355px;
  overflow: hidden;
  width: 630px;
}

.sldr.big .sldr-nav {
/*  background-color: rgba( 0, 0, 0, .5 );*/
  bottom: 10px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  z-index: 10;
}

.sldr.big .sldr-prv {
  background: url(../img/ui/sldr-nav.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 24px;
  width: 22px;
}

.sldr.big .sldr-nxt {
  background: url(../img/ui/sldr-nav.png) no-repeat -22px 0;
  display: block;
  float: left;
  height: 24px;
  width: 22px;
}

.sldr.big .sldr-dots {
  float: left;
  margin: 8px 6px;
}

.sldr.big .sldr-dot {
  background: url(../img/ui/sldr-dot.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 9px;
  margin: 0 6px;
  width: 9px;
}

.sldr.big .sldr-dot.selected {
  background-position: 0 -8px;
}

.sldr.big .wrpr a,
a.sldr-dot {
  cursor: default;
}

.sldr.big .wrpr img {
  width: 100%;
}

.sldr img {
  padding: 0;
}

.col {
  padding-bottom: 10px;
}

.col.full {
  width: 960px;
}

.col.full > p {
/*  width: 612px;*/
}

.col.large {
  width: 632px;
}

.col.medium {
  width: 470px;
}

.col.small {
  width: 308px;
}

.col.small h2 {
  font-size: 24px;
  line-height: 24px;
}

.i-grp {
  clear: both;
  float: left;
  width: 100%;
}

.i-grp .i-col {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  float: left;
  margin: 20px 0;
  width: 470px;
}

.search .i-grp .i-col p b {
  font: 15px/21px 'SourceSans3-Bold', arial, sans-serif;
  font-weight: normal;
}

.search .i-grp .i-col p a.url {
  font-size: 12px;
}

.tab .i-grp .i-col {
  margin-top: 0;
}

h1 + .i-grp .i-col {
  margin-top: 0;
}

.i-grp .i-col.even {
/*  float: right;*/
}

.i-grp .i-col:nth-child(2) {
  margin-left: 20px;
/*  float: right;*/
}

.i-col.full {
  width: 960px;
}

.i-col.large {
  width: 632px;
}

.i-col.medium {
  width: 470px;
}

.i-col.small {
  width: 308px;
}

.i-col.small h3,
.i-col.small p,
.i-col.small ul {
/*  padding: 0 20px 0 0;*/
}

.submenuwrapper {
  position: relative;
}

.submenuwrapper h3 {
  left: 220px;
  margin: 0;
  position: absolute;
  top: 0;
}
  
.submenu {
  min-height: 140px;
  margin: 0 0 20px 220px;
  padding: 0 20px;
  position: relative;
}

.submenu ul {
  padding: 18px 0 0 0;
}

.submenu li {}

.submenu li a {}

.submenu li a img {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  left: -200px;
  padding: 4px;
  position: absolute;
  top: 0;
  width: 190px;
}

.submenu li:first-child > a > img {
  z-index: 100;
}

.submenu li:hover > a {
  text-decoration: underline;
}

.submenu li:hover > a > img {
  z-index: 200;
}

.submenu li ul img {}

.submenu h3 {
  color: #cc0018;
  font: 15px/21px 'SourceSans3-Bold', arial, sans-serif;
  margin: 0;
  padding: 0;
}

.submenu a {
  color: #009fe3;
  font: 15px/21px 'SourceSans3-Regular', arial, sans-serif;
}

.acc {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  border-bottom-right-radius: 10px;
  clear: both;
  padding-top: 0;
}

.tab > .acc {
  padding-top: 0;
}

.accitm {
  background: url(../img/ui/bg-acc.png) repeat-x 0 0;
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}

.tab > .i-grp > .i-col > .acc > .accitm:first-child {
  background: none;
}

.tab > .acc > .accitm:first-child {
  background: none;
}

.accitm.closed {
  height: 42px;
  padding-bottom: 0;
}

.accitm .tgl {
  cursor: pointer;
  display: block;
  background: url(../img/ui/btn-acc.png) no-repeat 0 0;
  float: right;
  height: 19px;
  overflow: hidden;
  width: 40px;
}

.accitm > h2 {
  cursor: pointer;
}

.accitm.closed .tgl {
  background-position: 0 -19px;
}

.col.full > p,
.accitm > p {
  margin-right: 330px;
}

.tabgrp {
  clear: left;
  float: left;
}

.tab {}

.tabnav {
  overflow: hidden;
  position: relative;
}

.tabgrp > .tabnav {
  height: 36px;
  width: 960px;
}

.tabnav ul {
  padding: 5px 0 0 0;
}

.tabnav li {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #cc0018;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 0px 8px #666;
  float: left;
  margin-right: 5px;
}

.tabnav a {
  border-bottom: 1px solid #7f0002;
  color: #fff;
  display: block;
  float: left;
  padding: 5px 15px;
  white-space: nowrap;
}

.tabnav a:hover {
  text-decoration: none;
}

.tabnav li.selected {
  background-color: #fff;
  position: relative;
}

.tabnav li.selected a {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #cc0018;
  position: relative;
}

.tabnav li.selected span {
  background-color: #fff;
  display: block;
  height: 10px;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 10;
}

.tabscrl {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #666;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 0;
  height: 31px;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 1;
}

.tabscrl a {
  display: inline-block;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 20px;
}

a.tabscrl-left {
  background: url(../img/ui/tabscrl-left.png) no-repeat 0 0;
}

a.tabscrl-right {
  background: url(../img/ui/tabscrl-right.png) no-repeat 0 0;
}

a.inactive {
  background: none;
}

.col .tabgrp {
  margin-top: 20px;
  width: 100%;
}

.col .tabnav {
  background: url(../img/ui/bg-tab.png) repeat-x 0 bottom;
  float: left;
  padding: 0 20px;
  width: 920px;
}

.col .tabgrp .tab {
  float: left;
  width: 100%;
}

.linklist {
  overflow: auto;
  max-height: 200px;
  margin-bottom: 15px;
}

.search .linklist {
  margin-top: 20px;
}

.linklist li {
  padding-left: 0;
  position: relative;
}

.linklist li a {
  color: #009fe3;
  display: block;
  margin-bottom: 4px;
}

.linklist .download {
  padding-left: 25px;
}

.linklist .pdf {
  background: url(../img/ui/icon-pdf.png) no-repeat 0 0;
}

.linklist .zip {
  background: url(../img/ui/icon-zip.png) no-repeat 0 0;
}

.linklist .fav {
  background: url(../img/ui/icon-fav.png) no-repeat 0 0;
}

.linklist .date {
  margin-left: 80px;
  position: relative;
}

.linklist .date b {
  color: #000;
  left: -80px;
  position: absolute;
}

#file-context-menu {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #464646;
  border-radius: 4px;
  box-shadow: 0px 2px 8px #333;
  color: #fff;
  display: none;
  padding: 2px;
  position: absolute;
  width: 240px;
}

ul.context-menu {
  padding: 0 2px;
}

.context-menu li {
  line-height: 25px;
}

.context-menu li a {
  background: url(../img/ui/000-60.png) no-repeat 4px 5px;
  display: block;
  padding: 0 4px 0 26px;
}

.context-menu li a:hover {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #343434;
  border-radius: 4px;
}

.context-menu .view-pdf-in-browser {
  background-image: url(../file_icons/pdf.png);
}

.context-menu .direct-download {
  background-image: url(../img/ui/icon-direct-download.png);
}

.context-menu .add-to-lightbox {
  background-image: url(../img/ui/icon-add-to-lightbox.png);
}

.context-menu .add-to-favs {
  background-image: url(../img/ui/icon-add-to-favs.png);
}

.context-menu .download-all {
  background-image: url(../img/ui/icon-download-all.png);
}

.context-menu .send-link {
  background-image: url(../img/ui/icon-send-link.png);
}

#footer {
  color: #cc0018;
  margin-top: -12px;
}

#footer a {
  color: #cc0018;
  font: 12px/12px 'SourceSans3-Medium', arial, sans-serif;
  padding: 0 4px;
}

#footer a:first-child {
  padding-left: 0;
}

.clearer {
  clear: both;
}

#toolbox {
  background-color: #4d4d4d;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 500;
}

#toolboxmenu {
  background: url(../img/ui/bg-toolbarmenu.png);
  box-shadow: 0px 0px 8px #333;
  color: #fff;
  font: 15px/28px 'SourceSans3-SemiBold', arial, sans-serif;
  height: 34px;
/*  overflow: hidden;*/
  padding-top: 6px;
  text-align: center;
  text-shadow: 0px -1px 1px #000;
}

#toolboxmenu ul {
  display: inline-block;
}

#toolboxmenu li {
  float: left;
  margin: 0 2px;
  position: relative;
}

#toolboxmenu a {
  display: block;
  padding: 2px 10px 4px 30px;
}

#toolboxmenu #lightbox-link a {
  background: transparent url(../img/ui/icon-lightbox.png) no-repeat 10px 8px;
}

#toolboxmenu #favorites-link a {
  background: transparent url(../img/ui/icon-favorites.png) no-repeat 10px 8px;
}

#toolboxmenu li:hover,
#toolboxmenu li.selected {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #4d4d4d;
  box-shadow: inset 0px 2px 4px #333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/*#toolboxmenu li:hover span,*/
#toolboxmenu li.selected span {
  background-color: #4d4d4d;
  bottom: -8px;
  display: block;
  height: 16px;
  position: absolute;
  margin: 0 1%;
  width: 98%;
}

.tool {
  height: 170px;
  overflow: hidden;
  margin: 20px auto;
}

.tool .linklist {
  height: 170px;
}

#tools {
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: height .1s ease-out;
  transition: height .1s ease-out;
  width: 920px;
}

#tools.open {
  height: 210px;
}

#lightbox {
  position: relative;
}

#lightbox .buttonbar {
  left: 10px;
  position: absolute;
  top: 8px;
  width: 210px;
}

#lightbox .buttonbar select.custom,
#lightbox .buttonbar .sel,
#lightbox .buttonbar .button,
#lightbox .buttonbar button {
  /* behavior: url(../htc/PIE.htc); */
  background: transparent url(../img/ui/bg-btn.png) repeat-x 0 0;
  background-clip: padding-box;
  border: 1px solid #333;
  border-bottom: 1px solid #808080;
  border-radius: 4px;
  color: #fff;
  display: block;
  font: 15px/15px 'SourceSans3-Medium', arial, sans-serif;
  font-weight: normal;
  height: 29px;
  line-height: 31px;
  margin: 0 0 12px 0;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-align: left;
  text-shadow: 0px -1px 1px #000;
  -webkit-appearance: none;
  width: 200px;
  z-index: 0;
}

#lightbox .buttonbar button:hover {
  /*
  background-position: 0 -29px;
  border: 1px solid #808080;
  border-bottom: 1px solid #333;
  */
  color: #ccc;
}

#lightbox .buttonbar select.custom {
  cursor: pointer;
  height: 29px;
  opacity: 0;
  filter: alpha(opacity=0);
/*  outline: 1px dotted yellow;*/
  position: relative;
  width: 185px;
  z-index: 1;
}

#lightbox .buttonbar .sel {
  background: url(../img/ui/bg-sel.png) no-repeat right 0; 
  display: block;
/*  cursor: pointer;*/
  float: left;
  font: 15px/15px 'SourceSans3-Medium', arial, sans-serif;
  font-weight: normal;
  height: 21px;
  padding: 8px 0 0 10px;
  position: absolute;
  text-align: left;
  width: 175px;
  -webkit-appearance: none;
  z-index: 0;
}

#lightbox .buttonbar a.edit-lightbox {
    background: url(../img/ui/icon-edit-big.png) no-repeat right center;
    display: block;
    float: left;
    height: 30px;
    margin-left: 5px;
    width: 20px;
}

#lightbox .buttonbar .buttongroup {
  position: relative;
}

#lightbox .buttonbar .buttongroup a {
  position: absolute;
  right: 0;
  top: 0;
}

#lightbox .filebrowser {
  overflow: hidden;
  position: absolute;
  right: 0;
  right: 10px;
  width: 590px;
}

#lightbox .files {
  left: 0;
  position: relative;
  width: 1800px;
}

#lightbox .file {
  float: left;
  margin-right: 20px;
/*  overflow: hidden;*/
  position: relative;
  width: 130px;
}

#lightbox .file img {
  background-color: #fff;
  display: block;
  height: 130px;
  margin-top: 8px;
  width: 130px;
}

.file img {
  padding: 0;
}

#lightbox .file span {
  color: #fff;
  display: block;
  font: 12px/15px 'SourceSans3-Medium', arial, sans-serif;
  overflow: hidden;
  width: 130px;
}

#lightbox .file a.del {
  background: url(../img/ui/del.png) no-repeat 0 0;
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: -8px;
  top: 0;
  width: 16px;
}

#lightbox .lightbox-nav {
  height: 15px;
  right: 0;
  position: absolute;
/*  visibility: hidden;*/
  top: 65px;
  width: 620px;
}

#lightbox .lightbox-nav a {
  background: url(../img/ui/lightbox-nav.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 15px;
  position: absolute;
/*  visibility: visible;*/
  width: 10px;
  
}

#lightbox .lightbox-nav .prev {
  left: 0;
}

#lightbox .lightbox-nav .next {
  background-position: right 0;
  right: 0;
}

#favorites .filebrowser ul {
  padding: 0;
}

#favorites .filebrowser li {
  border-top: 1px solid #666;
  color: #fff;
  margin-top: 4px;
  padding-top: 4px;
}

#favorites .filebrowser li:first-child {
  border-top: 0;
}

#favorites .filebrowser li.download {
  background-position: 0 6px;
}

.overlay {
  background: url(../img/ui/000-90.png) repeat 0 0;
  bottom: 0;
  cursor: not-allowed;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#overlay-del {
  z-index: 2000;
}

#superbox {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  display: none;
  padding: 10px;
  position: fixed;
  top: 80px;
  width: 270px;
  z-index: 1100;
}

#superbox h1,
#superbox h2,
#superbox h3,
#superbox h4,
#superbox p,
#superbox ul {
  color: #000;
  padding: 0;
}

#superbox .linklist {
  max-height: 340px;
  padding-right: 16px;
}

#superbox .filebrowser li {
  border-top: 1px solid #ccc;
  margin: 4px;
  padding-top: 4px;
}

#superbox .filebrowser li:first-child {
  border-top: 0;
}

#superbox .new-lightbox {
  margin-top: 15px
}

#superbox .new-lightbox form {
  margin-top: 15px;
}

#superbox .new-lightbox input[type='text'] {
  margin-right: 9px;
  width: 160px;
}

#superbox .new-lightbox input[type='submit'] {
  width: auto;
}

#superbox img.preview {
  margin: 0;
  padding: 0;
}

#favorites .fileactions,
#superbox .fileactions {
  display: inline-block;
  float: right;
  margin-left: 2px;
  width: 34px;
}

#superbox .fileactions {
  height: 15px;
  width: 40px;
}

#favorites .fileactions {
  width: 111px;
}

#favorites .fileactions {
  padding-right: 12px;
}

#favorites .fileactions a,
#superbox .fileactions a {
  display: inline-block;
  height: 15px;
  margin-left: 6px;
  width: 15px;
}

#favorites .fileactions a:first-child,
#superbox .fileactions a:first-child {
  margin-left: 0;
}

#superbox .fileactions .edit {
  background: url(../img/ui/icon-edit.png) no-repeat 0 0;
}

#superbox ::-webkit-input-placeholder,
#superbox ::-input-placeholder {
  padding-top: 0;
}

#favorites .fileactions .mail {
  background: url(../img/ui/icon-mail-white.png) no-repeat 0 0;  
}

#favorites .fileactions .download {
  background: url(../img/ui/icon-download-white.png) no-repeat 0 0;
  padding-left: 0;
}

#favorites .fav .fileactions .download {
  visibility: hidden;
}

#favorites .fileactions .move_up {
  background: url(../img/ui/icon-move-up.png) no-repeat 0 0;  
}

#favorites .fileactions .move_down {
  background: url(../img/ui/icon-move-down.png) no-repeat 0 0;  
}

#superbox .fileactions .del {
  background: url(../img/ui/icon-del.png) no-repeat 0 0;
}

#del {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  min-height: 120px;
  padding: 10px 0;
  position: fixed;
  top: 120px;
  width: 270px;
  z-index: 2100;
}

#favorites .fileactions .del {
  background: url(../img/ui/icon-del-white.png) no-repeat 0 0;
}

#close-superbox {
  background: url(../img/ui/del.png) no-repeat 0 0;
  display: block;
  height: 16px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  z-index: 1110;
}

html.login h1 {
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

html.login form {
  border-top: 0;
  margin: 0 20px 10px;
}

html.login.registration form {
  border-top: 1px solid #aaa;
}

html.login legend {
  border-bottom: 1px solid #ddd;
  color: #333;
  display: block;
  font: 15px/15px 'SourceSans3-Light', arial, sans-serif;
  margin-bottom: 8px;
  width: 100%;
}

html.login .i-col.medium {
  width: 450px;
}

html.login .i-col.large {
  width: 590px;
}

html.login fieldset {
  padding-top: 12px;
}

html.login label {
  color: #333;
  font: 15px/15px 'SourceSans3-Bold', arial, sans-serif;
  float: left;
  padding-top: 6px;
}

html.login .controls {
/*  outline: 1px solid green;*/
  min-height: 46px;
  position: relative;
}

html.login select.custom {
  width: 270px;
}

html.login #div_id_internal_employeer {
/*  margin-top: 8px;*/
}

html.login #div_id_internal_employeer label {
  width: 240px;
}

html.login #legend_contact_person.closed #div_id_brand {
/*  outline: 1px solid green;*/
  border-top: 1px solid #ddd;
  margin-top: 19px;
  padding-top: 12px;
}

html.login .sel {
  background: url(../img/ui/bg-sel-login.png) no-repeat left 0;
  margin-left: 0;
  margin-right: 0;
/*  outline: 1px solid red;*/
/*  padding: 0;*/
/*  right: 4px;*/
  top: 0;
  width: 270px;
  z-index: 0;
}

html.login .sel-wrapper {
  display: inline-block;
  height: 30px;
  line-height: 20px;
/*  outline: 1px dotted green;*/
  position: relative;
  width: 270px;
}

html.login .rdo-wrapper {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  padding-top: 4px;
  position: relative;
  width: 20px;
}

html.login .rdo {
  background: url(../img/ui/input-radio.png) no-repeat left 0;
  cursor: pointer;
  /*display: inline-block; */
  /* position: absolute; */
  height: 20px;
  width: 20px;
  z-index: 1;
}

html.login .rdo.checked {
  background-position: left -20px;
}

html.login .rdo-wrapper input[type='radio'] {
/*  outline: 1px dotted blue;*/
/*  visibility: hidden;*/
}

input[type='password'],
input[type='email'],
input[type='text'] {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  border: 1px solid #bbb;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  border-radius: 4px;
/*  box-shadow: inset 0px 2px 4px #333;*/
  height: 20px;
  margin: 0;
  padding: 2px 8px;
}

html.login input[type='password'],
html.login input[type='email'],
html.login input[type='text'] {
  font: 15px/15px 'SourceSans3-Regular', arial, sans-serif;
  margin-bottom: 16px;
  padding: 4px 8px 4px;
  width: 252px;
}

::-webkit-input-placeholder,
::-input-placeholder {
  padding-top: 4px;
}

button.button,
input[type='submit'] {
  /* behavior: url(../htc/PIE.htc); */
  background: url(../img/ui/bg-btn.png) repeat-x 0 0;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-bottom: 1px solid #999;
  border-radius: 4px;
  font: 15px/21px 'SourceSans3-Regular', arial, sans-serif;
  color: #fff;
  height: 29px;
  text-shadow: 0px -1px 1px #000;
}

html.login input[type='submit'] {
  background: url(../img/ui/bg-btn-login.png) repeat-x 0 0;
  color: #000;
  font: 15px/21px 'SourceSans3-Regular', arial, sans-serif;
  text-shadow: 0px -1px 1px #fff;
  width: 210px;
}

.dialog .button {
  font: 15px/21px 'SourceSans3-Regular', arial, sans-serif;
  margin-left: 10px;
  width: 120px;
}

button.ok,
input[type='submit'].ok {
  background-image: url(../img/ui/bg-btn-green.png);
  border: 1px solid #47991f;
  font: 15px/21px 'SourceSans3-Regular', arial, sans-serif;
}

button.no,
input[type='submit'].no {
  background-image: url(../img/ui/bg-btn-red.png);
  border: 1px solid #991f33;
  font: 15px/21px 'SourceSans3-Regular', arial, sans-serif;
}

.btn-right {
  float: right;
  margin-right: 15px;
}

#dialog {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  padding: 10px;
  width: 270px;
  position: fixed;
  z-index: 1200;
}

.paginate {
  margin-top: 10px;
}

.paginate a {
  display: inline-block;
  padding: 2px 6px;
}

.paginate a:hover,
.paginate a.selected {
  /* behavior: url(../htc/PIE.htc); */
  background-clip: padding-box;
  background-color: #009fe3;
  color: #fff;
  border-radius: 4px;
}

.search .filebrowser {
  margin: 0 20px;
}

.search .file {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 130px;
}

.search .file img {
  background-color: #fff;
  box-shadow: 0px 0px 4px #666;
  display: block;
  height: 130px;
  margin-top: 8px;
  width: 130px;
}

.search .file span {
  color: #009fe3;
  display: block;
  font: 12px/15px 'SourceSans3-Medium', arial, sans-serif;
  overflow: hidden;
  width: 130px;
}

.col select.custom {
  /* behavior: url(../htc/PIE.htc); */
  background: transparent url(../img/ui/bg-btn.png) repeat-x 0 0;
  background-clip: padding-box;
  border: 1px solid #333;
  border-bottom: 1px solid #808080;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: normal;
  font: 15px/15px 'SourceSans3-Medium', arial, sans-serif;
  height: 32px;
  line-height: 32px;
  margin: 0 0 10px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  padding: 8px 0 0 10px;
  position: relative;
  text-align: left;
  text-shadow: 0px -1px 1px #000;
  width: 212px;
  -webkit-appearance: none;
  z-index: 1;
}

.col .sel {
  background: url(../img/ui/bg-select.png) no-repeat left 0; 
  color: 000;
  display: block;
/*  cursor: pointer;*/
  float: left;
  font: 15px/15px 'SourceSans3-Medium', arial, sans-serif;
  font-weight: normal;
  height: 32px;
  margin-left: 0;
  padding: 8px 0 0 10px;
  position: absolute;
  text-align: left;
  width: 202px;
  -webkit-appearance: none;
  z-index: 0;
}

.accitm.closed .sel {
  display: none;
}

table.guideline {
  width: 920px;
}

table.guideline thead {}

table.guideline tbody {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

table.guideline th {
  text-align: left;
}

table.guideline thead th span {
  display: block;
  height: 100px;
  margin-bottom: 20px;
  padding: 10px;
}

table.guideline thead th span.red {
  background-color: #cc0018;
  border: 1px solid #cc0018;
  color: #fff;
}

table.guideline thead th span.white {
  border: 1px solid #000;
}

table.guideline td {
  text-align: left;
  padding: 8px 0;
  vertical-align: bottom;
}

table.guideline tbody tr {
  background: url(../img/ui/bg-td.png) repeat-x 0 0;
}

table.guideline tbody tr:first-child {
  background: none;
}

.hilite {
  background-color: #4d4d4d;
  color: #fff;
}

.tel-only {
  display: none;
}

.linklist.jspScrollable {}

.linklist .jspVerticalBar {
  display: none;
  right: 20px;
}

#tools .linklist .jspVerticalBar {
  right: 0;
}

.hidden {
  display: none;
}

form p {
  padding-left: 0;
  padding-right: 0;
}

#div_id_contact_person_email label {
  float: left;
}

#div_id_contact_person_email .controls {
/*  clear: left;*/
  margin-top: 4px;
}

#div_id_contact_person_email_suffix {
  float: left;
/*  margin-top: 20px;*/
}

#div_id_contact_person_email_suffix label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

#id_contact_person_email {
  width: 70px;
}

#id_contact_person_email_suffix {
  width: 160px;
}

.flowplayer_wrapper {
    width: 594px;
    height: 456px;
    padding-left: 20px;
}

a.file .twolines {
    height: 30px;
}
