@charset "utf-8";
@import url("jquery.fancybox.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@font-face {
    font-family: 'AllertaMedium';
    src: url('../fonts/allerta_medium-webfont.eot');
    src: url('../fonts/allerta_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/allerta_medium-webfont.woff') format('woff'),
         url('../fonts/allerta_medium-webfont.ttf') format('truetype'),
         url('../fonts/allerta_medium-webfont.svg#AllertaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'DroidSans';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/*
 * Margins
 */
ul, ol, dl, table, address, pre, fieldset { margin: 0 0 1.25em 0; }
p { padding: 0 0 20px; }
hr { margin: 1.25em 0 2.375em 0; height: .125em; }

/*
 * Images
 */
img { vertical-align: middle; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/*
 * Hyperlinks
 */
a, a:active, a:visited { color: #9d3d97; text-decoration: none; overflow: hidden; outline: none; }
a:hover, a:focus { text-decoration: none; color: #eeaa18; }

/*
 * General Document Settings
 */
html { height: 100%; }
body { font: 14px/22px sans-serif; color:#333; background: #fff url(../images/bg.png) repeat-x left 105px; position: relative; height: 100%; }
/*#home body { background-position: left 80px; }*/

/*
 * Headings
 */
h1, h2, h3, h4, h5, h6 { font-size: 1em; line-height: 1em; margin: 0; color: #9d3d97; font-weight: normal; font-family: 'AllertaMedium', sans-serif; }
h1 { font-size: 30px; line-height: 34px; padding: 0 0 27px; }
h2 { font-size: 18px; line-height: 22px; padding: 0 0 2px; }
h3 { font-size: 16px; line-height: 20px; padding: 0 0 2px; }
h4 { font-size: 15px; line-height: 18px; padding: 0 0 2px; }
h5 { font-size: 13px; line-height: 16px; padding: 0 0 2px; }

/*
 * Lists
 */
ul { margin-left: 0; padding-top: 2px; }
ul > li { list-style: none; padding-left: 21px; background: url(../images/bullet.png) no-repeat 3px 7px; }
ol { margin-left: 2.2em; }
ol > li { list-style-type: decimal; }
ol > li ol > li { list-style-type: lower-alpha; }
ol > li ol > li ol > li { list-style-type: upper-roman; }
li ul, li ol { margin-top: 0; margin-bottom: 0; }

/*
 * Definition List
 */
dt { font-weight: bold; }
dd { margin-bottom: 1.25em; }

/*
 * Table
 */
table { border-collapse: collapse; border: 1px solid #999; width: 100%; margin-bottom: 1.2em; }
th, td { text-align: left; padding: 10px 8px 9px 8px; }
th, td { border: 1px solid #999; vertical-align: top; }
caption, th { font-weight: bold; }

/*
 * Forms
 */
input, select, textarea, button { font-family: inherit; margin: 0; }
textarea { overflow: auto; }
button, input[type=submit], input[type=reset] { width: auto; overflow: visible; }

input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }

.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

form ol { margin: 0; }  
form li { list-style: none; margin-bottom: 1.25em; }  
form li label { display: block; }  
form li input { margin: .225em 0; }
form .inline label { display: inline; }  
form .inline input { margin-right: 1em; } 
input::-moz-focus-inner { 
  border: 0;
  padding: 0;
}

/*
 * Helper Classes
 */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix { display: inline-block; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;   } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.left { float: left; }
.right { float: right; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
 * ------------------------------------------------------------------------------------ Other General Layout styles
 */
#wrap { position: relative; min-height: 100%; }
#wrap-inner { width: 960px; margin: 0 auto; position: relative; padding: 0 0 39px; }

.bg-line { float: none !important; position: absolute; top: 259px; height: 3px; background: url(../images/bg-line.png) repeat-x left top; }
.bg-line.left { right: 980px; left: -152px; }
.bg-line.right { left: 980px; right: -152px; }

/*
 * ------------------------------------------------------------------------------------ Header
 */
#header { height: 95px; padding: 15px 0 0; position: relative; z-index: 10; }
#logo { display: block; width: 157px; height: 73px; float: left; margin-right: 21px; }

/* ------------------- main menu ------------------- */
#menu { margin: 36px 0 0; border-top: solid 1px #fdb927; width: 782px; padding: 0; float: left; }
#menu li { float: left; line-height: 25px; min-height: 27px; margin-left: 37px; padding: 0; background: none; position: relative; }
#menu li:first-child { margin-left: 0; }
#menu li a { display: block; padding: 0 12px 3px 12px; color: #666; font-size: 16px; font-family: 'AllertaMedium', sans-serif; min-height: 24px; }
#menu > li:last-child > a { padding-right:15px;  }
#menu li.active a { color: #9d3d97; }
#menu li:hover > a { color: #fff; background: #9d3d97; }

#menu ul { display: none; position: absolute; left: -5px; top: 27px; min-width: 176px; background: #fff; padding: 5px; margin: 0; z-index: 100; }
#menu > li:first-child > ul { /*left: -21px;*/ }
#menu .last ul { left: auto; right: -5px; }
#menu .last { }
#menu li:hover > ul { display: block; }

#menu ul li { min-height: 20px; line-height: 18px; position: relative; background: #e9e9e9; margin: 3px 0 0; width: 100%; }
#menu ul li { float: none; display: block; *min-width: 176px }

#menu ul li:first-child { margin: 0; }
#menu ul li a { display: block; background: #e9e9e9; color: #9d3d97; font-size: 14px; /*  line-height: 20px; padding: 4px 10px; */padding: 5px 13px; *min-width: 156px; min-height: 18px; }

#menu ul ul { left: 100%; top: 5px; }

/* ------------------- meta fun ------------------- */
#meta { position: absolute; top: 8px; right: 0; height: 30px;  width: 450px; }
.search { float: right; margin: 0; background: none; border: 0; display: block; width: 228; font-size: 13px; height: 30px; line-height: 29px; background: url(../images/search.png) no-repeat left top; }
.search fieldset { margin-bottom: 0; }
.search input { float: left; background: none; vertical-align: middle; height: 30px; line-height: 29px; border: 0; margin: 0; padding: 0; }
.search input[type=text] { width: 174px; height: 30px; padding: 0 8px; color: #9c3d97; font-size: 13px; }
.search input[type=submit] { width: 30px; margin-left: 8px; cursor: pointer; }

#meta-nav { float: right; margin: 4px 25px 0 0; padding: 0; }
#meta-nav li { float: left; margin-left: 31px; padding: 0; background: none; line-height: 22px; }
#meta-nav li a { display: block; padding-right: 26px; font-family: 'AllertaMedium', sans-serif; color: #676767; font-size: 10px; }
#meta-nav li a.email-to { background: url(../images/sprite_print.png) no-repeat right 4px; padding-right: 24px; }
#meta-nav li a.print { background: url(../images/sprite_print.png) no-repeat right -30px; }

/*
 * ------------------------------------------------------------------------------------ Teaser
 */
#teaser-container { position: relative; overflow: hidden; width: 960px; height: 220px; margin-bottom: 4px; }
.teaser-element { position: relative; }
.teaser-element .teaser-element-text { line-height: 40px; position: absolute; left: 0; right: 0; bottom: 0; height: 40px; padding-left: 17px; padding-bottom: 0; color: #fff; background: url(../images/teaser-text.png) repeat left top; }
.teaser-element .teaser-overlay { position: absolute; left: 0; right: 0; top: 0; height: 300px; background: url(../images/gallery-shadow.png) no-repeat left top; }

.teaser-element .teaser-element-text img { *position: relative; *top: 12px; /*text-indent: -9999px; */}
/*.teaser-element .teaser-element-text span { position: absolute; left: 17px; top: 12px; width: 311px; height: 16px; background: url(../images/teaser-text-inner.png) left top; }*/
/*
 * ------------------------------------------------------------------------------------ Breadcrumbs
 */
#breadcrumbs { overflow: hidden; padding-left: 15px; margin: 0; height: 30px; line-height: 30px; background: url(../images/breadcrumbs.png) repeat-x left top; }
#breadcrumbs li { list-style: none; float: left; color: #FFBF21; font-size: 12px; background: url(../images/bullet-yellow.png) no-repeat left 12px; padding-right: 5px; padding-left: 12px; }
#breadcrumbs li:first-child { padding-left: 0; background: none; }
#breadcrumbs li a { color: #fff; font-size: 12px; }
#breadcrumbs li.active a { color: #ffbf21; }
#breadcrumbs li a:hover { color: #ffbf21; }
/*
 * ------------------------------------------------------------------------------------ Content Layout
 */
.column.left { width: 220px; padding-top: 20px; min-height: 1px; }
.column.right { width: 214px; padding-top: 20px; min-height: 1px; }

#content { display: inline-block; overflow: hidden; padding: 13px 32px 0;/*53*/ z-index: 9; position: relative; }
#content { display: block; }

#content p.bodytext > img { padding-right: 20px !important; }

/*
 * ------------------------------------------------------------------------------------ Content Column Left
 */
#page-title { background: #fff; min-height: 35px; padding-left: 6px; }
#page-title h3 { line-height: 35px; padding: 0; margin: 0; }

#submenu { margin: 1px 0 0; padding: 0; }
#submenu li { padding: 0; min-height: 28px; border-bottom: solid 2px #fff; line-height: 28px; background: #e9e9e9; }

#submenu li a { position: relative; display: block; line-height: 18px; padding: 5px 25px 5px 8px; color: #666666; font-size: 12px; }
#submenu li a span { display: none; width: 4px; height: 8px; position: absolute; right: 10px; top: 10px; background: url(../images/bullet-yellow.png) no-repeat left top; }

#submenu li.has-submenu a { background: url(../images/bullet-yellow.png) no-repeat 95% 12px; }
#submenu li.has-submenu span { display: block; }

#submenu > li:hover > a { color: #fff; }
#submenu > li.has-submenu:hover > a { color: #fff; background: url(../images/bullet-yellow.png) no-repeat 95% 12px; }

#submenu > li.active, #submenu > li:hover { background: #9c3d96; }
#submenu li.active > a { color: #fff; }
#submenu ul { margin: 0; background: #e9e9e9; border-top: solid 2px #fff; }
#submenu ul li { border: none; /*line-height: 27px; padding-top: 2px; */ line-height: 23px; min-height: 26px; padding-top: 4px; /*border-top: solid 2px #fff;*/ }
#submenu ul li:first-child { padding-top: 0; /*border: none;*/ }
#submenu ul li a { background: url(../images/bullet.png) no-repeat 206px 11px; padding-left: 17px; }
#submenu ul li a span { background: url(../images/bullet.png) no-repeat left top; bottom: 8px; }
#submenu ul li.active a, #submenu ul li a:hover { background: #e9e9e9 transparent url(../images/bullet.png) no-repeat 206px 11px; color: #9c3d97; }
#submenu ul li.active a span, #submenu ul li a:hover span { background: url(../images/bullet.png) no-repeat left top; }
#records { margin: 0; padding: 0 2px 0 4px; }

#records li { padding: 0; margin: 0; border-bottom: solid 1px #9d3d97; min-height: 69px; /*line-height: 69px;*/ background: none; position: relative; }
#records li embed { margin: 0 0 -2px; background:#fff; }
#records li a { font-size: 14px; color: #666; position: absolute; left: 0; right: 0; top: 0; bottom: 0; /* 74 */}
#records li a img { float: left; margin: 8px 17px 0 7px; vertical-align: middle; }
/*
 * ------------------------------------------------------------------------------------ Content Column Right
 */
.box { background: #fff; border: solid 1px #fdb927; padding: 5px 14px 7px; margin: 0 0 29px; }
.box h2 { font-size: 22px; line-height: 24px; padding: 0 0 8px; }
.box ul { margin: 0; }
.box ul li { background: url(../images/bullet-yellow.png) no-repeat 0 7px; padding-left: 12px; line-height: 17px; font-size: 12px; /*color: #666;*/ font-family: 'AllertaMedium', sans-serif; }
.box ul a { color: #666666; font-size: 12px; font-family: 'AllertaMedium', sans-serif; }
.box ul a:hover { color: #9d3d97; }

.box .text-with-image { overflow: hidden; display: inline-block; margin: 2px 0 10px; font-size: 12px; line-height: 13px; font-family: 'AllertaMedium', sans-serif; }
.box .text-with-image { display: block; }

.box img.left { margin-right: 12px; }
.box .more { clear: both; display: inline-block; font-size: 12px; line-height: 19px; padding-left: 26px; background: url(../images/more.png) no-repeat left 0px; font-size: 12px; }
.box .more:hover { color: #666; background-position: left -119px; }

.box form { margin: 10px 0 7px; }

/* Custom SelectBox */
.sbHolder{
  font-weight: normal;
  height: 23px;
  line-height: 23px;
  position: relative;
  padding: 0 0 0 4px;
  background: url(../images/select-back.png) no-repeat 159px 8px;
  border: solid 1px #9c3d96;
  font-size:12px;
  widows: 174px;
}
.sbSelector{
  display: block;
  height: 23px;
  line-height: 23px;
  left: 4px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 150px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
  color: #666666;
  outline: none;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
.sbToggle{
  background: url(../img/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 10px;
  top: 0;
  width: 30px;
}
.sbToggle:hover { background: url(../img/select-icons.png) 0 -167px no-repeat; }
.sbToggleOpen { background: url(../img/select-icons.png) 0 -16px no-repeat; }
.sbToggleOpen:hover { background: url(../img/select-icons.png) 0 -66px no-repeat; }

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder { }
.sbHolderDisabled .sbToggle { }
.sbOptions{
  background: #fff url(../images/ie-pixel.png) repeat left top;
  border: solid 1px #9c3d96;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 23px!important;
  width: 182px;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions li{
  padding: 0 !important;
  background:none!important;
  margin:0!important;
  font-family: Arial, Helvetica, sans-serif;
}
.sbOptions a{
  display: block;
  outline: none;
  padding: 5px 0 5px 4px;
  font-size:13px;
  font-family: Arial, Helvetica, sans-serif;
}
.sbOptions a:link, .sbOptions a:visited{
  color: #666;
  text-decoration: none;
  font-family: sans-serif;
}
.sbOptions a:hover{
  color: #eeaa18 !important;
}
.sbOptions li.last a{
  border-bottom: none;
}
.sbOptions .sbDisabled{
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
  padding-left: 17px;
}

.choosenSelect { border: 1px solid #CCCCCC;  display: none; margin: 0 1px 10px 0;  padding: 0 19px 12px;  position: relative;}
.choosenSelectParent {
    color: #007AC3;
 font-family: 'MyriadProRegular',sans-serif; font-size: 14px;  line-height: 18px; padding-top: 8px;}
 .choosenSelectValue {  font-family: 'MyriadProRegular',sans-serif;  font-size: 12px;  line-height: 14px;}
 a.resetSelection {  background: url("../images/vis.png") no-repeat scroll right 6px transparent;   color: #000000;  display: block;  float: left;   font-size: 11px;  padding-right: 15px;   position: absolute;  right: 10px;  top: 6px;}
 
.box.specialist-box { padding: 6px 13px 7px; }
.box.specialist-box h2 { font-size: 20px; }
.specialist { line-height: 14px; margin: 0 0 26px; }
.specialist.last { margin: 0 0 9px; }
.specialist h3 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #303030; font-weight: bold; margin: 0; padding: 0 0 0 2px; line-height: 13px; }
.specialist .phone, .specialist .mail { font-size: 11px; line-height: 11px; padding-left: 23px; }
.specialist .phone { background: url(../images/contact-specialist.png) no-repeat 2px 2px; }
.specialist .mail { background: url(../images/contact-specialist.png) no-repeat 2px -12px; }

/*
 * ------------------------------------------------------------------------------------ Content Main
 */
.content-image.right { margin: 1px 3px 10px 10px; }
.content-image.left { margin: 1px 10px 10px 0px; }
.content-image .caption, .csc-textpic-caption{ text-align: left; font-size: 12px; line-height: 25px; color: #333; font-family: 'Droid Sans', sans-serif; padding: 0; }


.item-list { padding: 0; overflow: hidden; margin: -6px 0 0 -35px; }
.item-list li { background: none; padding: 0; float: left; margin: 0 0 15px 35px; }
.item-list-element { position: relative; width: 181px; padding: 10px 9px 0 10px; min-height: 150px; background: #e9e9e9 url(../images/list-element-shadow.png) repeat-x left top; }
.item-list-element:hover { background: #9d3d97 url(../images/list-element-shadow-hover.png) repeat-x left top; }
.item-list-element:hover h2 { color: #fff; }
.item-list-element img { border: solid 1px #fdb927; margin: 0 0 7px; }
.item-list-element h2 { padding: 0 0 0 25px; font-size: 15px; line-height: 19px; background: url(../images/more.png) no-repeat left top; /* left: 0; right: 0; top: 98px; position: absolute; */}
.item-list-element .overlay { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.item-list-element .overlay a { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/ie-pixel.png) repeat left top; }

.text-item-list { margin: 0; padding: 0; }
.text-item-element { margin: 0 0 21px; padding: 0; background: none; font-size: 12px; line-height: 18px; }
.text-item-element .header { overflow: hidden; }
.text-item-element h3 {display: inline-block; float: left; margin: 0 0 5px; padding: 0; }
.text-item-element h3 a { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; line-height: 16px;  }
.text-item-element .date { background: url(../images/bullet-yellow.png) no-repeat left 5px; font-size: 12px; line-height: 21px; margin-left: 6px; padding-left: 6px; color: #aaa; }
.text-item-element p { display: inline; padding: 0; }
.text-item-element .more { background: none; display: inline;  }
.text-item-element .more a { padding-right: 7px; background: url(../images/bullet-more.png) no-repeat right 5px; }
.text-item-element .more a:hover { background-position: right -20px; }
.text-item-element-cont { overflow:hidden;  padding-left: 7px; }

.pager { text-align: center; padding: 10px 0 0; display: inline-block; overflow: hidden; }
.pager { display: block; }
.pager ul { margin: 0; padding: 0; }
.pager ul li { display: inline-block; margin: 0; padding: 0 3px; width: 30px; height: 30px; background: url(../images/pager.png) no-repeat right top;}
.pager ul li { *display: inline; }
.pager ul li { *float: left; }
.pager ul li a { display: block; line-height: 30px; text-align: center;  color: #fff;  width: 30px; height: 30px; }
.pager ul li.active, .pager ul li:hover { background-position: left top; }
.pager ul li.active a , .pager ul li a:hover { color: #666; }


.pager ul li.disabled { line-height: 30px; vertical-align: top; }
.pager ul li.prev, .pager ul li.next { margin: 2px 0 0; vertical-align: top; width: 26px; height: 26px; text-indent: -9999px; }
.pager ul li.prev a, .pager ul li.next a { margin: 0 2px; width: 26px; height: 26px;}
.pager ul li.prev { background-position: left -30px; } 
.pager ul li.prev:hover { background-position: left -82px; } 
.pager ul li.prev.disabled { background-position: left -56px !important; } 
.pager ul li.next { background-position: right -30px; } 
.pager ul li.next:hover { background-position: right -82px; } 
.pager ul li.next.disabled { background-position: right -56px !important; } 

.pager { *position: relative; *height: 40px; }
.pager ul { *position: absolute; *left: 50%; }
.pager ul li { *position: relative; *left: -50%; }

.pager ul li.disabled { *padding: 0 14px; }
.pager ul li.prev.disabled, .pager ul li.next.disabled { *padding: 0 18px; }

/*
.pager { text-align: center; }
.pager ul { margin: 0; padding: 0; }
.pager ul li { display: inline-block; margin: 0; padding: 0 3px; background: none; }
.pager ul li { *float: left; }
.pager ul li a { display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; background: url(../images/pager.png) no-repeat right top; color: #fff; }
.pager ul li.active a , .pager ul li a:hover { background-position: left top; color: #666; }

.pager { *position: relative; }
.pager ul { *position: absolute; *left: 50%; }
.pager ul li { *position: relative; *left: -50%; }

.pager ul li.first, .pager ul li.last { margin: 2px 0 0; vertical-align: top; }

.pager ul li.first a, .pager ul li.last a { width: 26px; height: 26px; margin: 0 2px; }
.pager ul li.first a { background-position: left -30px; } 
.pager ul li.first a:hover { background-position: left -82px; } 
.pager ul li.first.disabled a { background-position: left -56px !important; } 
.pager ul li.last a { background-position: right -30px; } 
.pager ul li.last a:hover { background-position: right -82px; } 
.pager ul li.last.disabled a { background-position: right -56px !important; } 
*/
/*
 * ------------------------------------------------------------------------------------ Footer
 */
#footer { position: relative; border-top: solid 4px #7a7a7a; height: 29px; line-height: 29px; margin: -34px auto 0; width: 960px; height: 30px;  }
#footer-menu { color: #7a7a7a; font-size: 11px; }
#footer-menu a { color: #7a7a7a; }
#footer-menu a:hover { color: #7a7a7a; text-decoration: underline; }

#social { padding: 0; margin: 7px 11px 0 0; }
#social li { padding: 0; background: none; float: left; margin-left: 8px; }
#social li:first-child { margin-left: 0; }
#social li a { display: block; width: 15px; height: 15px; background: url(../images/social.png) left top;}
#social li a.linkedin {  }
#social li a.twitter { background-position: right top; }

.subscribe { float: right; margin-right: 118px; color: #9d3d97; font-size: 11px; padding-left: 23px; background: url(../images/arrow.png) no-repeat left 7px; }
form.subscribe { float: none; margin: 0; font-size: 14px; color: #333; padding: 0; background: none; }
/*
 * ------------------------------------------------------------------------------------ HOME
 */
 #home #wrap-inner { padding: 0 0 31px; }
#home #teaser-container { height: 300px; }

#teaser-container #nav { position: absolute; z-index: 1000; left: 17px; top: 15px; padding: 0; margin: 0; }
#teaser-container #nav a { text-indent: -9999px; display: block; margin: 0 0 4px; width: 16px; height: 16px; background: url(../images/gallery-nav.png) no-repeat left top; }
#teaser-container #nav a.activeSlide, #teaser-container #nav a:hover { background-position: left -20px; }

#home .teaser-element { height: 300px !important; }
#home .teaser-quote { position: absolute; left: 498px; bottom: -4px; padding: 7px 25px 18px 53px; width: 370px; height: 83px; font: 18px/24px 'AllertaMedium', sans-serif; color: #9c3d97; background: url(../images/teaser-quote-bg.png) no-repeat left top; }
#home .teaser-element .click-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.home-boxes { height: 120px; padding: 15px 14px 15px; background: #9d3d97 url(../images/list-element-shadow-hover.png) repeat-x left top; }

.home-box-single { position: relative; width: 280px; height: 110px; line-height: 21px; float: left; padding: 9px 10px 1px; margin-left: 16px; background: #fff url(../images/home-box.png) repeat-x left bottom;}
.home-box-single.first { margin-left: 0; }

.home-box-single h2 { font-size: 22px; padding: 0 0 8px; }
.home-box-single .latest-news-list { line-height: 21px; }
.home-box-single .latestnews { height: 22px; padding: 0; background: none; width: 280px; }
.home-box-single .latest-news-item { font-size: 13px; color: #666; }
.home-box-single .latest-news-item .date { font-size: 10px; color: #9d3d97; vertical-align: baseline; margin-right: 4px; width: 27px; float: left; }
.home-box-single .latest-news-item:hover { color: #eeaa18; }
.home-box-single .latest-news-item:hover .date { color: #9d3d97; }

.jcarousel-clip-vertical { width: 280px; height: 44px; overflow: hidden; }

.news-links { position: absolute; left: 0px; right: 1px; bottom: 1px; height: 28px; margin: 0; }
.news-links li { float: left; padding: 0; margin: 0; background: none; }
.news-links li a { display: block; margin-left: 1px; height: 28px; width: 99px; line-height: 28px; text-align: center; background: #8e8e8e; font-family: 'AllertaMedium', sans-serif; font-size: 12px; color: #fff; }
.news-links li.last a { width: 98px; }
.news-links li a:hover { background: #9d3d97; }

.home-box-single .text-with-image { margin-top: 5px; line-height: 16px; }
.home-box-single .text-with-image img { float: left; margin-top: 1px; margin-right: 10px; }
.home-box-single .text-with-image p, .home-box-single .text-with-image a { padding: 0 0 15px; line-height: 16px; color: #666; }
.home-box-single .text-with-image .more { color: #9d3d97; background: url(../images/more.png) no-repeat left 0px; display: inline-block; line-height: 19px; padding-left: 27px; }
.home-box-single .text-with-image .more:hover { color: #666; background-position: left -119px; }

#home .column.right { padding: 27px 0 0; /*27 0 10px;*/ width: 314px; }
#home .column.right .box { padding: 8px 9px 7px; margin: 0 0 10px; }
#home .column.right .box .text-with-image { line-height: 15px; margin: 3px 0 2px; }
#home .column.right .box .text-with-image img { float: left; margin-right: 11px; margin-top: 2px; }
#home .column.right .box .text-with-image p { display: inline; color: #666; padding: 0 5px 0 0; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
#home .column.right .box .text-with-image .more { clear: none; display: inline; background: none; padding: 0; line-height: 16px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin-left: -5px; }

#home #records { overflow: hidden; padding: 0; }
#home #records li { border: none; float: left; /*margin-left: 52px; */line-height: 30px; position: relative; min-height: 85px; text-align: center;/* width: 67px;*/ }
#home #records li:first-child { margin-left: 0px; }
#home #records li a { position: relative; min-height: 85px; display: block; }
#home #records li a img { position: absolute; margin: 0; }
#home #records li a.openings img { top: 20px; left: 8px; }
#home #records li a.contact img { top: 29px; left: 11px; }
#home #records li a.comment img { top: 25px; left: 12px; }

#home #content { padding: 19px 25px 10px 0; }
#home #content h1 { font-size: 22px; line-height: 30px; padding: 0 0 11px; }
#home #content p { padding: 0; }








/* Sitemap */
.csc-sitemap ul { padding-top:0; }
.csc-sitemap ul li { margin-bottom: 0px; padding-left: 0; background: none; }
.csc-sitemap a { display: block; padding: 0 8px; color: #fff; text-decoration: none; background: #9d3d97; border-bottom: 1px solid #dedfde; }
.csc-sitemap ul li ul {  margin-left: 20px; }
.csc-sitemap ul ul a {  padding-left: 11px; background-color: #fafafa; border-bottom: 1px solid #dedfde; color:#000;}
.csc-sitemap ul ul ul a { padding-left: 10px; }
.csc-sitemap a:hover { color: #b63d97; background-color: #dfdfdf; }

/* Forms related */
.tx-powermail-pi1 legend, .subscribe legend { display: none; }
.tx_powermail_pi1_fieldwrap_html, .tellafriend .line { clear: both; padding-bottom: 10px; }
.powermail_mandatory_js { color: #f00; padding-left: 130px; font-style: italic; font-size: 11px; clear: both; }
.tx-powermail-pi1 label, .tx-indexedsearch label, .subscribe label, .tellafriend label { float: left; width: 120px; padding-right: 10px; }

.tx-powermail-pi1 input[type=text], .tx-powermail-pi1 textarea, .tx-powermail-pi1 select, .gmapTextBox, .tx-indexedsearch #tx-indexedsearch-searchbox-sword, .tx-indexedsearch select, 
.subscribe input[type=text], .subscribe textarea, .subscribe select, .tellafriend input[type="text"], .tellafriend textarea, .tellafriend select
{ padding: 2px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; border: 1px solid #9C3D96; color: #000; width: 300px; }
.tx-powermail-pi1 input[type=submit], .gmapDirButton, .tx-indexedsearch input[type=submit], .subscribe input[type=submit], .tellafriend input[type="submit"] { border: none; padding: 3px 10px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #fff; cursor: pointer; background-color: #9C3D96; }
.tx-powermail-pi1 input[type=submit]:hover, .gmapDirButton:hover, .tx-indexedsearch input[type=submit]:hover, .subscribe input[type=submit]:hover, .tellafriend input[type="submit"]:hover { color: #9C3D96; background-color: #E9E9E9; }
.tx-powermail-pi1 input[type=text], .tx-powermail-pi1 textarea, .subscribe textarea, .tellafriend textarea { width: 300px; }
.tx-powermail-pi1 input[type=submit], .subscribe input[type=submit], .tellafriend input[type=submit] { margin-left: 130px; }
.gmapDirButton { margin-top: 5px; }

.tellafriend .viewall { clear: both; }

.powermail_check_inner { clear: both; position: relative; }
.powermail_check_inner label { width: auto; float: none; padding: 0 0 0 20px; }
.powermail_check_inner input { position: absolute; left: 0; top: 4px; }
.tx_powermail_pi1_fieldwrap_html_check p { padding: 0; }
.tx_powermail_pi1_fieldwrap_html_check .powermail_mandatory_js { padding-left: 0; }

.tx-indexedsearch-form #tx-indexedsearch-searchbox-sword { float: left; width: 250px; }
.tx-indexedsearch-form { float: left; }
#tx-indexedsearch-searchbox-button-submit { padding: 3px 10px; }
#tx-indexedsearch-searchbox-button-submit { *padding: 1px 10px !important; }

/*
 *  ------------------------------------------------------------------------------------ News related
 */ 
.news-single-browsebox { text-align: center; position: relative; margin: 15px 0; }
.news-single-prevlink { position: absolute; left: 0; top: 0; }
.news-single-nextlink { position: absolute; right: 0; top: 0; }
.news-single-img { float: right; padding: 0 0 10px 10px; }
.news-single-imgcaption { text-align: right; padding-top: 5px; text-align: right; font-size: 11px; font-style: italic; }

.news-list-browse { display: inline-block; overflow: hidden; }
.news-list-browse { display: block; }

/* Search */
#search input[type=text] { border: 1px solid #000; background-color: #fff; font-family: Arial, Helvetica, sans-serif; height: 21px; padding: 2px; vertical-align: middle; margin-right: 1px; }
#search input[type=submit] { border: none; height: 25px; width: 25px; color: #fff; background-color: #000; cursor: pointer; vertical-align: middle; }

/* Indexed search */
.browsebox { text-align: right; }
.browsebox li { display: inline; padding: 0 5px; background: none; }

.newsContent table, .newsContent th, .newsContent td { border: none; }
#content .newsContent p.bodytext img { padding: 2px !important; }

#fancybox-frame html { overflow: visible !important; }
#fancybox-frame body { background: none; }


.subtitle { padding: 0 !important; }

.tx_lumogooglemaps_pi1_infobox, #gmapmarker { max-width: 300px; white-space: normal; }




/*
 * Print CSS
 * Should remiain on the bottom of the file
 */ 
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; float: none !important; width: auto !important; height: auto !important; 
  position: static !important; left: auto !important; right: auto !important; bottom: auto !important; top: auto !important; overflow: visible !important; padding: 0 !important; margin: 0 !important; }
  
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  #logo:after { content: ""; text-decoration: none; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
  #footer, #menu, #meta, #teaser-container, #breadcrumbs, .column, .bg-line { display: none !important; }
  .home-boxes { display: none !important; }
  
  #logo { margin-bottom: 20px !important; }
}

.newsTitle { padding: 0 0 27px; }
.newsTitle h1 { padding: 0; }
.newsTitle .date { color: #AAAAAA; }
