/* libs-common.css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *//* jquery-ui-1.8.16.custom.css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(../img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(../img/jquery-ui/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background: #f6f6f6 url(../img/jquery-ui/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #0073ea; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0073ea; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #0073ea; background: #0073ea url(../img/jquery-ui/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(../img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ff0084; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #cccccc; background: #ffffff url(../img/jquery-ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff0084; background: #ffffff url(../img/jquery-ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #222222; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #222222; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../img/jquery-ui/ui-icons_ff0084_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../img/jquery-ui/ui-icons_ff0084_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../img/jquery-ui/ui-icons_0073ea_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../img/jquery-ui/ui-icons_666666_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../img/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../img/jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../img/jquery-ui/ui-icons_0073ea_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../img/jquery-ui/ui-icons_ff0084_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -khtml-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -khtml-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(../img/jquery-ui/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(../img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* fileuploader.css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.qq-uploader {
    position:relative;
    width: 100%;
    padding: 0 !important;
    margin: 0;
}

.qq-upload-button {
    display: block; /* or inline-block */
    width: auto;
    padding: 7px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}
.qq-uploader button.submit {
    margin: 0 0 3px 0;
    float: right;
}
.qq-upload-button-hover {
    /*background: #409BB9*/;
}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 70px;
    z-index: 2;
    background-color: #E6E3DC;
    border: 1px dashed #666;
    text-align: center; 
}
.qq-upload-drop-area span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.qq-upload-drop-area-active {
    background: #409BB9;
}

.qq-upload-list {
    margin: 15px 35px;
    padding: 0;
    list-style: none;
    float: left;
}
.qq-upload-list li {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
}
.qq-upload-file, 
qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-file {
    float: left;
    margin-right: 7px;
    max-width: 207px;
    overflow: hidden;
}

.qq-upload-file {}
.qq-upload-spinner {
    display: inline-block;
    /*
    * background-color
    * background-image
    * background-repeat
    * background-attachment
    * background-position
    */
    background: transparent url("../img/fileuploader/loading.gif") no-repeat scroll center center;
    width: 18px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-upload-size,
.qq-upload-cancel {
    font-size:11px;
}

.qq-upload-failed-text {
    display:none;
}
.qq-upload-fail .qq-upload-failed-text {
    display:inline;
}

/* imgareaselect-animated.css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: url(../img/jquery-imgareaselect/border-anim-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(../img/jquery-imgareaselect/border-anim-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(../img/jquery-imgareaselect/border-anim-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(../img/jquery-imgareaselect/border-anim-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}

/* font-awesome.min.css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* styles-common.css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *//**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], acronym[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 1px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body {
	font: 13px/1.231 sans-serif;
	*font-size: small;
}

/* Hack retained to preserve specificity */
select, input, textarea, button {
	font: 99% sans-serif;
}

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html {
	overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

ul, ol {
	margin-left: 2em;
}

ol {
	list-style-type: decimal;
}

/* Remove margins for navigation lists */
nav ul, nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

small {
	font-size: 85%;
}

b, strong, th {
	font-weight: bold;
}

td {
	vertical-align: top;
}

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}

textarea {
	overflow: auto;
}

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend {
	margin-left: -7px;
}

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css */
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;
}

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}

/* Colors for form validity */
input:valid, textarea:valid {
}

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;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection {
	background: #409bb9;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #409bb9;
	color: #fff;
	text-shadow: none;
}

/* j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #409bb9;
}

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	width: auto;
	overflow: visible;
}

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/**
 * You might tweak these..
 */

body, select, input, textarea {
	color: #000000;
	/* Set your base font here, to apply evenly */
	font-family: Arial, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

a, a:active, a:visited, a:hover {
	color: #409bb9;
}

i, em {
	font-style: italic;
}

.no_ls {
	margin: 0;
	padding: 0;
}

.no_ls li {
	list-style: none;
}

/* legend bugfix chrome */
fieldset {
	padding-top: 1px;
}

/***************************
* Author: Bastian Gutschke *
***************************/

/* header */
.header {
	position: relative;
	z-index: 5002000;
}

.header .logo {
	left: 0;
	position: absolute;
	top: 0;
}

.header .header_ad {
	bottom: 0;
	left: 210px;
	overflow: hidden;
	position: absolute;
	top: 70px;
	width: 250px;
}

.header_menu {
	background: transparent url("../img/clipping.png") no-repeat 0 0;
	position: relative;
	width: 880px;
}

.header_menu > .bg {
	background: transparent url("../img/clipping.png") no-repeat -10px 0;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	width: 820px;
}

.head_nav {
	height: 38px;
	position: relative;
	z-index: 5001999;
}

.head_nav > li {
	background: transparent url("../img/clipping.png") no-repeat -829px -494px;
	float: left;
	height: 26px;
	padding: 6px 1px;
	position: relative;
	width: auto;
}

.head_nav > li.first {
	background: none;
}

.head_nav > li > .bg {
	display: inline-block;
	position: relative;
}

.head_nav > li > .bg a {
	color: #ffffff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	letter-spacing: 0.3px;
	line-height: 26px;
	padding: 0 4px;
}

.ie8 .head_nav > li > .bg a {
	letter-spacing: 0;
}

.head_nav > li > .bg a:hover {
	text-decoration: none;
}

.head_nav > li > .bg a .icon {
	background: transparent url("../img/clipping.png") no-repeat -821px -570px;
	display: inline-block;
	height: 7px;
	margin: 0 0 0 11px;
	width: 9px;
}

.head_nav > li.active .bg a {
	color: #000000;
}

.head_nav > li:hover .bg {
	background: transparent url("../img/clipping.png") no-repeat -320px -64px;
	z-index: 5000040;
}

.head_nav > li:hover .bg a {
	background: transparent url("../img/clipping.png") no-repeat right -100px;
	color: #000000;
	height: 33px;
}

.head_nav > li:hover .nav_sec {
	display: block;
}

.head_nav .nav_sec {
	background: #f7f7f4;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: none;
	left: 2px;
	min-width: 0;
	padding: 12px 0 24px;
	position: absolute;
	top: 38px;
	z-index: 5000039;
}

.head_nav .nav_sec_col1 {
	width: 161px;
}

.head_nav .nav_sec_col2 {
	width: 322px;
}

.head_nav .nav_sec_col3 {
	width: 483px;
}

.head_nav .nav_sec_left {
	border-top-left-radius: 0;
	left: 1px;
	right: auto;
}

.head_nav .nav_sec_right {
	border-top-right-radius: 0;
	left: auto;
	right: 1px;
}

.head_nav .nav_sec .inner {
	background: transparent url("../img/bg_nav.png");
}

.head_nav .nav_sec ul {
	display: block;
	float: left;
	overflow: hidden;
	width: 161px;
}

.head_nav .nav_sec ul:first-child {
	background: #f7f7f4;
}

.head_nav .nav_sec li {
	border: none;
	margin-top: 8px;
}

.head_nav .nav_sec li:first-child {
	margin-top: 0;
}

.head_nav .nav_sec a {
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding: 0 10px;
}

.header_main {
	height: 82px;
	position: relative;
	width: 100%;
}

.header .search {
	background-color: transparent;
	bottom: 16px;
	height: 28px;
	position: absolute;
	right: 20px;
	width: 218px;
}

.header .search fieldset {
	background: transparent url("../img/clipping.png") no-repeat -1px -65px;
	padding-top: 0;
	position: relative;
	z-index: 80;
}

.header .search legend {
	display: none;
}

.header .search .text {
	background: transparent;
	border: none;
	font-size: 12px;
	font-style: italic;
	height: 22px;
	line-height: 22px;
	margin: 3px 0 3px 3px;
	padding: 0 5px;
	width: 179px;
}

.header .search .default {
	color: #cfcfcf;
}

.header .search .submit {
	background: transparent url("../img/clipping.png") no-repeat -100px -500px;
	border: none;
	cursor: pointer;
	display: block;
	height: 22px;
	position: absolute;
	right: 3px;
	top: 3px;
	text-indent: -9999px;
	width: 23px;
}

.header .search .submit:hover {
	background-position: -100px -522px;
}

.header .search .suggest {
	background: transparent url("../img/bg_suggest.png") no-repeat bottom left;
	display: none;
	left: 0;
	padding: 3px 6px 5px 6px;
	position: absolute;
	top: 27px;
	width: 208px;
	z-index: 5000070;
}

.header .search .suggest .group {
	border-top: 1px solid #ded9d3;
}

.header .search .suggest .group:first-child {
	border-top: none;
}

.header .search .suggest .group li {
	border-top: 1px solid #f1eee9;
}

.header .search .suggest .group li:hover,
.header .search .suggest .group li.active {
	background-color: #ffffff;
}

.header .search .suggest .group li:first-child {
	border-top: none;
}

.header .search .suggest a {
	display: block;
	font-size: 11px;
	line-height: 15px;
	padding: 4px 3px 3px;
}

.header .search .suggest a:hover {
	text-decoration: none;
}

.header .search .suggest a span {
	cursor: pointer;
}

.header .search .suggest a .term {
	float: left;
}

.header .search .suggest a .type {
	color: #d9d6d0;
	float: right; /*font-weight: bold;*/
	margin-left: 3px;
}

.header .search .suggest .group li:first-child .type {
	color: #6f6f6f;
}

.header .feature {
	background: transparent url("../img/clipping.png") no-repeat 0 -796px;
	height: 26px;
	padding: 0 0 0 12px;
	position: relative;
}

.header .feature > .bg {
	background: transparent url("../img/clipping.png") no-repeat -10px -796px;
	height: 26px;
	position: absolute;
	right: 0;
	top: 0;
	width: 820px;
}

.header .feature,
.header .feature a {
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}

.header .feature .list {
	float: left;
	width: auto;
}

.header .feature .list > li {
	background: transparent url("../img/clipping.png") no-repeat 0 -624px;
	float: left;
	padding: 0 8px 0 9px;
	position: relative;
	width: auto;
}

.header .feature .list > li.first {
	background-image: none;
	padding: 0 8px 0 0;
}

.header .feature .list > li > a {
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
}

.header .feature .list > li > a.not_expanded {
	color: #6f6f6f;
	font-weight: bold;
}

.header .feature .list > li > a.expanded {
	font-weight: bold;
}

.header .feature .list > li > a.not_expanded,
.header .feature .list > li > a.sub {
	background: transparent url("../img/clipping.png") no-repeat right -332px;
	padding-right: 14px;
}

.header .feature .list > li > a.expanded,
.header .feature .list > li:hover > a.sub {
	background: transparent url("../img/clipping.png") no-repeat right -309px;
	padding-right: 14px;
}

.header .feature .list > li:hover .nav_sec {
	display: block;
}

.header .feature .login {
	color: #c01d2e;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 0;
	width: 80px;
}

.header .feature .login.logged_in {
	color: #000000;
	font-weight: normal;
}

.header .feature .community {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	position: absolute;
	right: 100px;
	text-align: right;
	top: 0;
	width: 123px;
}

.header .feature .nav_sec {
	background: #e6e3dc;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	display: none;
	left: 0;
	min-width: 150px;
	position: absolute;
	top: 26px;
	z-index: 5000090;
}

.header .feature .nav_sec li {
	border-top: 1px solid #cccccc;
}

.header .feature .nav_sec li.first {
	border-top: none;
}

.header .feature .nav_sec a {
	display: block;
	font-size: 11px;
	line-height: 20px;
	padding: 0 10px;
}

.header .feature .nav_sec a:hover {
	background: #f7f7f4;
}


/************************/
.breadcrumb {
	float: none;
	font-size: 11px;
	line-height: 13px;
	margin: 0 20px 22px;
	width: auto;
}

.breadcrumb p {
	float: left;
	width: auto;
}

.breadcrumb p a {
	margin: 0;
}

.breadcrumb h1 {
	float: left;
	font-weight: normal;
	margin-left: 2px;
}

/* up-link at bottom, ... */
.bottom {
	color: #969696;
	float: none;
	margin-top: 20px;
	padding: 0 0 20px 20px;
}

.bottom a {
	color: #969696;
	font-size: 12px;
}

.bottom .top {
	background: transparent url("../img/clipping.png") no-repeat -821px -538px;
	padding-left: 15px;
}

/* Trennlinie */
hr.separator {
	background: transparent url("../img/separator.png") repeat-x left top;
	border: none;
	clear: both;
	height: 15px;
	margin: 0 0 20px 0;
}

/* article & related */
.article {
	font-size: 14px;
	line-height: 20px;
}

.article .video {
	background-color: #f2f1ed;
	border: 1px solid #ccc6c0;
	clear: both;
	margin-bottom: 10px;
}

.article .video .img_container {
	float: left;
	margin: 8px 10px 5px 10px;
	position: relative;
}

.article .video .img {
	background: #969696;
	border: 1px solid black;
	display: block;
	height: 122px;
	width: 215px;
}

.article .video .img:hover {
	border-color: red;
}

.article .video .overlay {
	background: transparent url(../js/brightcove/bcw_single/bcw_single/bc_playOverlay_Off.png) no-repeat center center;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.article .video .overlay:hover {
	background: transparent url(../js/brightcove/bcw_single/bcw_single/bc_playOverlay_On.png) no-repeat center center;
}

.article .video .inner {
	padding: 7px 10px;
}

.article .video .adMarker {
	float: right;
	font-size: 10px;
	line-height: 17px;
	margin-left: 15px;
	text-transform: uppercase;
}

.article .video .hl {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 0 0 5px 0;
}

.article .video .txt {
	color: #000000;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 5px;
}

.article .video .rights {
	color: #333333;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
}

.article .kicker {
	font-weight: bold;
	margin-bottom: 5px;
}

.article .hl {
	color: #409bb9;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 18px;
}

.article .hl_ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 4px;
	padding: 0 50px 0 0;
}

.article .hl_sub {
	color: #409bb9;
	font-size: 14px;
	line-height: 16px;
	margin: -15px 0 20px;
}

.article p,
.article ol,
.article ul,
.article dl,
.article table {
	margin-bottom: 11px;
}

.article p a,
.article p a:active,
.article p a:visited,
.article p a:hover {
	color: #409BB9;
}

.article a.inlineLink.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat scroll right 3px;
	padding-right: 48px;
}

.article .txt {
	overflow: hidden;
	width: 100%;
}

.article .txt h1,
.article .txt h2,
.article .txt h3,
.article .txt h4 {
	font-size: 16px;
	line-height: 20px;
}

.article .txt h1,
.article .txt h2,
.article .txt h3,
.article .txt h4,
.article .txt h5,
.article .txt h6 {
	margin-bottom: 11px;
}

.article .txt h1 a,
.article .txt h1 a:active,
.article .txt h1 a:visited,
.article .txt h1 a:hover,
.article .txt h2 a,
.article .txt h2 a:active,
.article .txt h2 a:visited,
.article .txt h2 a:hover,
.article .txt h3 a,
.article .txt h3 a:active,
.article .txt h3 a:visited,
.article .txt h3 a:hover,
.article .txt h4 a,
.article .txt h4 a:active,
.article .txt h4 a:visited,
.article .txt h4 a:hover,
.article .txt h5 a,
.article .txt h5 a:active,
.article .txt h5 a:visited,
.article .txt h5 a:hover,
.article .txt h6 a,
.article .txt h6 a:active,
.article .txt h6 a:visited,
.article .txt h6 a:hover {
	color: #409BB9;
}

.article .txt li a,
.article .txt li a:active,
.article .txt li a:visited,
.article .txt li a:hover {
	color: #409BB9;
}

.article table th,
.article table td {
	border: 1px solid;
	padding: 2px 5px;
}

.article .toggleBlockLinkContainer {
}

.article .toggleBlockLink {
	background: url("../img/li_plusminus.png") no-repeat scroll 3px 2px transparent;
	margin-left: 1px;
	padding-left: 16px;
}

.article .toggleBlockLink.open {
	background: url("../img/li_plusminus.png") no-repeat scroll -489px 2px transparent;
}

.article .toggleBlock {
}

/* paging */
.article .original {
	display: none;
}

.article .paging_group {
	display: none;
}

.article-abstract {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 11px;
}

/* Teaser-Overlays */
.teaserImageContainer {
	display: block;
	height: 100%;
	position: relative;
	width: auto;
}

.teaserImageContainer .teaserImageOverlay {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

.teaserImageContainer .teaserImageOverlay {
	background: rgba(58, 56, 66, 0.5);
	color: #ffffff;
	height: 44px;
	width: 200px;
}

.teaserImageContainer .teaserImageOverlay--small {
	width: 50px;
}

.teaserImageContainer .teaserImageOverlay_block {
	display: block;
	float: left;
	height: 100%;
}

.teaserImageContainer .teaserImageOverlay_block:after {
	display: block;
	font-size: 30px;
	line-height: 30px;
	margin-top: 7px;
	text-align: center;
}

.teaserImageContainer .teaserImageOverlay_block--icon {
	width: 50px;
}

.teaserImageContainer .teaserImageOverlay_block--icon:after {
	font-family: FontAwesome;
	font-size: 30px;
}

.teaserImageContainer .teaserImageOverlay_block--text {
	width: 110px;
}

.teaserImageContainer .teaserImageOverlay_block--text:after {
	font-size: 16px;
	font-weight: bold;
}

.teaserImageContainer .teaserImageOverlay_block--arrow {
	width: 40px;
}

.teaserImageContainer .teaserImageOverlay_block--arrow:after {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 24px;
}

.teaserImageContainer--gallery .teaserImageOverlay_block--icon:after {
	content: "\f030";
}

.teaserImageContainer--gallery .teaserImageOverlay_block--text:after {
	content: "Bildergalerie";
}

.teaserImageContainer--media .teaserImageOverlay_block--icon:after {
	content: "\f16a";
}

.teaserImageContainer--media .teaserImageOverlay_block--text:after {
	content: "Video";
}

.teaserImageContainer--selftest .teaserImageOverlay_block--icon:after {
	content: "\f059";
}

.teaserImageContainer--selftest .teaserImageOverlay_block--text:after {
	content: "Selbsttest";
}

/* Bildergalerie-Teaser / -Inline */
.slideshow {
	background-color: #f2f1ed;
	border-bottom: 1px solid #ccc6c0;
	border-top: 1px solid #ccc6c0;
	clear: both;
	margin-bottom: 18px;
	padding: 10px;
	position: relative;
}

.slideshow .hd {
	border-bottom: none;
	color: #000000;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
	margin-bottom: 10px;
}

.slideshow .control {
	background-color: #f2f1ed;
	color: #6f6f6f;
	display: none;
	float: right;
	height: 29px;
}

.slideshow .control .prev {
	background: transparent url("../img/clipping.png") no-repeat -540px -500px;
	cursor: pointer;
	display: block;
	float: left;
	height: 29px;
	width: 29px;
}

.slideshow .control .next {
	background: transparent url("../img/clipping.png") no-repeat -540px -529px;
	cursor: pointer;
	display: block;
	float: left;
	height: 29px;
	width: 29px;
}

.slideshow .control .counter {
	float: left;
	line-height: 29px;
	margin: 0 9px;
}

.slideshow .control_bottom {
	bottom: 10px;
	position: absolute;
	right: 10px;
}

.slideshow .wrapper {
	overflow: hidden;
}

.slideshow .list {
	margin-left: -5px;
	width: 9999em;
}

.slideshow .list li {
	float: left;
	margin: 0 5px;
	width: 500px;
}

.slideshow .list.ads li {
	padding-top: 14px;
}

.slideshow .list.ads li.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 0;
}

.slideshow .hl {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 5px 0 5px 0;
}

.slideshow .txt {
	color: #000000;
	font-size: 13px;
	line-height: 17px;
}

.slideshow .pflichttext {
	color: #6f6f6f;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	font-style: italic;
}

.slideshow .rights {
	color: #6f6f6f;
	font-size: 11px;
	line-height: 32px;
	margin: 0;
}

/* Bildergalerie */
.mod_gallery {
	clear: both;
	margin-bottom: 18px;
	position: relative;
}

.mod_gallery .head .hd {
	border-bottom: none;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}

.mod_gallery .navibar {
	float: left;
	width: 280px;
	padding: 0 20px;
}

.mod_gallery .navibar .link {
	font-size: 15px;
	font-weight: bold;
	line-height: 45px;
}

.mod_gallery .navibar .backLink {
	float: left;
}

.mod_gallery .navibar .allLink,
.mod_gallery .naviLinks .allLink {
	float: right;
}

.mod_gallery .control {
	color: #6f6f6f;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}

.mod_gallery .control .counter {
	line-height: 45px;
	margin: 0 9px;
	min-width: 51px;
	display: inline-block;
	vertical-align: top;
}

.mod_gallery .control .prev,
.mod_gallery .control .next {
	background-color: #0D497F;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	height: 40px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	vertical-align: top;
	width: 40px;
}

.mod_gallery .prev:before {
	content: "\f053";
	font-family: FontAwesome;
	font-size: 23px;
	padding-right: 5px;
}

.mod_gallery .next:before {
	font-family: FontAwesome;
	font-size: 23px;
	content: "\f054";
	padding-left: 5px;
}

.mod_gallery .naviLinks {
	background-color: #0B3C68;
	clear: both;
	color: #FFFFFF;
	padding: 5px 10px;
	width: 500px;
}

.mod_gallery .naviLinks a,
.mod_gallery .naviLinks a:active,
.mod_gallery .naviLinks a:visited,
.mod_gallery .naviLinks a:hover {
	color: #FFFFFF;
	font-size: 12px;
}

.mod_gallery .current-headline {
	font-size: 20px;
	line-height:28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mod_gallery .control .prev:hover,
.mod_gallery .control .next:hover {
	background-color: #0B3C68;
}

.mod_gallery .control .prev:active,
.mod_gallery .control .next:active {
	position: relative;
	top: 1px;
}

.mod_gallery .wrapper .prev,
.mod_gallery .wrapper .next {
	bottom: 0;
	display: block;
	margin: auto;
	position: absolute;
	text-indent: -999em;
	top: 0;
	z-index: 10;
}

.mod_gallery .wrapper .prev {
	background: url("../img/gallery/overlay_arrow_left.png") no-repeat scroll center -1000px transparent;
	left: 10px;
	width: 30%;
}

.mod_gallery .wrapper .next {
	background: url("../img/gallery/overlay_arrow_right.png") no-repeat scroll center -1000px transparent;
	right: 10px;
	width: 50%;
}

.mod_gallery .wrapper .prev:hover {
	background-position: center left;
}

.mod_gallery .wrapper .next:hover {
	background-position: center right;
}

.mod_gallery .inner {
}

.mod_gallery .inner.ads {
	margin-top: -14px;
	padding-top: 14px;
}

.mod_gallery .inner.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right top;
}

.mod_gallery .hl {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 5px 0 5px 0;
}

.mod_gallery .txt {
	color: #000000;
	font-size: 15px;
	line-height: 22px;
	margin-right: 150px;
}

.mod_gallery .pflichttext {
	bottom: 30px;
	color: #fff;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	margin: 0 150px 0 0;
	position: absolute;
	padding: 16px;
	z-index: 1;
}

.mod_gallery .rights {
	color: #FFF;
	font-size: 14px;
	margin: 0;
	position: absolute;
	right: 16px;
	bottom: 5px;
	z-index: 1;
}

.mod_gallery .teaser-wrapper {
}

.mod_gallery .teaser-wrapper .hd {
	margin-bottom: 8px;
}

.mod_gallery .teaser-wrapper .line {
	margin: 0 0 20px 0;
}

.mod_gallery .teaser-wrapper .media {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 250px;
}

.mod_gallery .teaser-wrapper .media:first-child {
	margin-left: 0;
}

.mod_gallery .teaser-wrapper .media:nth-child(2n+1) {
	clear: left;
}

.mod_gallery .teaser-wrapper .media .img {
	display: block;
	float: none;
	margin-bottom: 7px;
	width: auto;
}

.mod_gallery .teaser-wrapper .bd {
	display: block;
}

.mod_gallery .teaser-wrapper .hl {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 3px 0;
}

.mod_gallery .teaser-wrapper .hl a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 3px;
	display: block;
	padding: 0 50px 0 0;
}

.mod_gallery .teaser-wrapper .txt {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}

.mod_gallery .teaser-wrapper .txt a {
	color: #000000;
	font-weight: bold;
}

.mod_gallery .media:last-child {
	/* Show only  two ads ad */
	display: none;
}

.mod_gallery .ad-wrapper {
	clear: both;
}

/* Bildergalerien-Übersicht */
.mod_galleries {
}

.mod_galleries .hd {
	margin-bottom: 12px;
}

.mod_galleries .teaser-wrapper {
}

.mod_galleries .teaser-wrapper .line {
	margin: 0 0 20px 0;
}

.mod_galleries .teaser-wrapper--top .line {
	background-color: #f2f1ed;
	padding: 10px;
}

.mod_galleries .teaser-wrapper .media {
	float: left;
	margin-left: 15px;
	overflow: hidden;
	width: 270px;
}

.mod_galleries .teaser-wrapper--top .media {
	margin-left: 20px;
	width: 260px;
}

.mod_galleries .teaser-wrapper .media:first-child {
	margin-left: 0;
}

.mod_galleries .teaser-wrapper .media .img {
	display: block;
	float: none;
	margin-bottom: 7px;
	width: auto;
}

.mod_galleries .teaser-wrapper .media .img img {
	height: auto;
	width: 100%;
}

.mod_galleries .teaser-wrapper .bd {
	display: block;
}

.mod_galleries .teaser-wrapper .hl {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 3px 0;
}

.mod_galleries .teaser-wrapper .hl a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 3px;
	display: block;
	padding: 0 50px 0 0;
}

.mod_galleries .teaser-wrapper .txt {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}

.mod_galleries .teaser-wrapper .txt a {
	color: #000000;
	font-weight: bold;
}

/* mod_remedies */
.mod_remedies {
	color: #333333;
	font-size: 13px;
	line-height: 18px;
}

.mod_remedies .hd {
	border-bottom: 1px solid #e3dfdc;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 6px;
}

.mod_remedies .ilist li {
	background-position: -824px -620px;
	border-bottom: 1px solid #e3dfdc;
	padding: 6px 0 6px 15px;
}


/* mod_rate */
.mod_rate .list li {
	border-bottom: 1px solid #e3dfdc;
	padding: 23px 0 11px;
}

.mod_rate .report {
	float: right;
}

.mod_rate .kicker {
	color: #777777;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}

.mod_rate .txt {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 24px;
}

.mod_rate form {
	background-color: transparent;
}

.mod_rate legend {
	color: #000000;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.mod_rate .line {
	float: right;
}

.mod_rate .line input[type=radio] {
	margin-left: 15px;
}

.mod_rate .rating {
	color: #999999;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}


/* generics for ALL forms! */

p.msg {
	min-height: 1.3em;
	line-height: 1.3em;
	margin: 1em 0 0.5em 0;
}

.dynamic_success {
	color: #1cab00;
	font-weight: bold;
	display: none;
}

.dynamic_error {
	color: #f61212;
	font-weight: bold;
	display: none;
}


/* privacy settings */
.mod_privacy .h1 {
	margin-bottom: 14px;
}

.mod_privacy p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 15px;
}

.mod_privacy form {
	background-color: transparent;
	margin-bottom: 40px;
}

.mod_privacy form fieldset {
	margin-bottom: 0;
}

.mod_privacy form legend {
	border-bottom: 1px solid #e6e3dc;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	width: 100%;
}

.mod_privacy form input[type=checkbox],
.mod_privacy form input[type=radio] {
	vertical-align: middle;
}

.mod_privacy form textarea,
.mod_privacy form input[type=password],
.mod_privacy form input[type=text] {
	width: 229px;
}

.mod_privacy form .line {
	border-bottom: 1px solid #e6e3dc;
	margin-bottom: 0;
	padding: 8px 0;
}

.mod_privacy form .line_nb {
	border: none;
}

.mod_privacy form div.left {
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	width: 225px;
}

.mod_privacy form div.left label {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}

.mod_privacy form div.right {
	float: right;
	text-align: left;
	width: 235px;
}

.mod_privacy form div.right label {
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 0 6px;
	vertical-align: middle;
}

.mod_privacy form div.right select {
	height: 21px;
	width: 100%;
}

.mod_privacy form div.right p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

.mod_privacy form.notifySettings div.left {
	text-align: left;
	width: 310px;
}

.mod_privacy form.notifySettings div.right {
	text-align: left;
	width: 150px;
}

.mod_privacy form .actionbar div.left {
	color: #969696;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	margin: 0 10px 0 15px;
	text-align: left;
	width: 290px;
}

.mod_privacy form .actionbar div.right {
	text-align: left;
	width: 155px;
}

.mod_privacy form input[type=submit] {
	float: right;
	margin: 5px 7px 0 0;
}

.mod_privacy form .actionbar {
}

.cancel_account {
	background-color: #f2f1ed;
	border-bottom: 1px solid #ccc6c0;
	border-top: 1px solid #ccc6c0;
	margin-bottom: 20px;
	padding: 10px 7px 10px 17px;
}

.cancel_account .hl {
	color: #409bb9;
	font-size: 16px;
	line-height: 20px;
}

.cancel_account p {
	margin-bottom: 0;
}

.cancel_account .submit {
	float: right;
}


/* 13.2.1.2 register site */
.register {
	background-color: transparent;
}

.register .txt {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 29px;
}

.register p.error {
	color: #f61212;
	font-weight: bold;
	margin: 29px 0;
}

.register p.success {
	color: #1cab00;
	font-weight: bold;
	margin: 29px 0;
}

.register legend {
	font-size: 20px;
	border-bottom: 3px solid #409bb9;
	line-height: 30px;
	margin-bottom: 12px;
	padding-bottom: 2px;
	width: 100%;
}

.register .line {
	margin-bottom: 10px;
}

.register .line .left {
	float: left;
	text-align: right;
	width: 133px;
}

.register .line .left label {
	color: #000000;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
}

.register .line .right {
	float: right;
	width: 322px;
}

.register .line .right input[type=text],
.register .line .right input[type=password],
.register .line .right input[type=email] {
	margin-bottom: 7px;
	width: 220px;
}

.register .line .right select {
	width: 222px;
}

.register .line .right input[type=text].error,
.register .line .right input[type=password].error,
.register .line .right input[type=email].error,
.register .line .right select.error {
	border-color: #f61212;
}

.register .line .right p.error {
	color: #973544;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.register .line .right p.success {
	color: #1cab00;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.register .line .right .info {
	font-size: 11px;
	line-height: 14px;
}

.register .line .right input[type=checkbox] {
	float: left;
}

.register .line .right label {
	margin-left: 3px;
	margin-right: 6px;
	vertical-align: middle;
}

.register .line .right label.checkboxRow {
	color: #6f6f6f;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 9px 26px;
}

.register .line .left label.error,
.register .line .right label.error {
	color: #f61212;
}

.register .line .right label a {
	color: #f61212;
}

.register .external_account_info {
	border: 1px solid #E6E3DC;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.register .external_account_info .inner {
	background: none repeat scroll 0 0 #F7F7F4;
	padding: 10px 15px;
}

.register .external_account_info .account_name {
	border-bottom: 1px solid #E6E3DC;
	margin: 5px 0 10px 0;
	padding-bottom: 15px;
	text-align: center;
}

.register .external_account_info .account_link_info {
	font-size: 13px;
	font-weight: bold;
}

.register .bb {
	border-bottom: 1px solid #e6e3dc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.register .captchaImage {
	height: 52px;
	margin: 10px 0;
}

.mod_user_activation .hd {
	margin-bottom: 12px;
}

/* 9.2. contact-form */
.contact {
	background-color: transparent;
}

.contact .txt {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 29px;
}

.contact p.error {
	color: #f61212;
	margin: 29px 0;
}

.contact p.error label {
	display: inline-block;
	width: 163px;
	text-align: right;
	margin-right: 10px;
}

.contact p.success {
	color: #1cab00;
	margin: 29px 0;
}

.contact legend {
	font-size: 20px;
	border-bottom: 3px solid #409bb9;
	line-height: 30px;
	margin-bottom: 12px;
	padding-bottom: 2px;
	width: 100%;
}

.contact .line {
	margin-bottom: 10px;
}

.contact .left {
	float: left;
	text-align: right;
	width: 163px;
}

.contact .left label {
	color: #000000;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
}

.contact .right {
	float: right;
	width: 342px;
}

.contact .right input[type=text],
.contact .right input[type=password],
.contact .right input[type=email] {
	margin-bottom: 7px;
	width: 320px;
}

.contact .right input[type=text].error,
.contact .right input[type=password].error,
.contact .right input[type=email].error {
	border-color: #f61212;
}

.contact .right .info {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 6px;
}

.contact .right input[type=checkbox] {
	float: left;
}

.contact .right select,
.contact .right textarea {
	margin-bottom: 7px;
	width: 325px;
}

.contact .right select.error,
.contact .right textarea.error {
	border-color: #f61212;
}

.contact .right.zip.location input[type=text]#zip {
	width: 60px;
}

.contact .right.zip.location input[type=text]#location {
	width: 251px;
}

.contact .right label {
	color: #6f6f6f;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 9px 26px;
}

.contact .left label.error,
.contact .right label.error {
	color: #f61212;
}

.contact .right label a {
	color: #f61212;
}

.contact .bb {
	border-bottom: 1px solid #e6e3dc;
	padding-bottom: 19px;
}

.contact .captchaImage {
	height: 52px;
	margin: 10px 0;
}

/* Formular */
.form {
	background-color: transparent;
	line-height: 17px;
}

.form form {
	padding: 10px;
}

.form .txt {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 29px;
}

.form p.error {
	color: #f61212;
	margin: 29px 0;
}

.form p.error label {
	display: inline-block;
	width: 163px;
	text-align: right;
	margin-right: 10px;
}

.form p.success {
	color: #1cab00;
	margin: 29px 0;
}

.form legend {
	font-size: 20px;
	border-bottom: 3px solid #409bb9;
	line-height: 30px;
	margin-bottom: 12px;
	padding-bottom: 2px;
	width: 100%;
}

.form label.error {
	color: #f61212;
}

.form input.error {
	border-color: #f61212;
}

.form .form_item {
	font-size: 13px;
	padding: 0 0 11px 0;
	width: 500px;
}

.form .form_item.last {
	padding: 0;
}

.form .form_item h4 {
	border-style: solid;
	border-width: 0 0 1px;
	color: #6f6f6f;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 2px 0;
	width: 100%;
}

.form .form_label {
	float: left;
	text-align: right;
	width: 170px;
}

.form .form_label label {
	font-weight: normal;
}

.form .form_input {
	float: left;
	margin-left: 10px;
	text-align: left;
	width: 320px;
}

.form .form_input input.i, .form_input input.ui-datepicker {
	width: 313px;
}

.form .form_input input[type="radio"],
.form .form_input input[type="checkbox"],
.form .form_input label {
	vertical-align: middle;
}

.form .form_input select {
	width: 319px;
}

.form .form_input textarea {
	height: 150px;
	width: 317px;
}

.form .captcha_wrapper { /*margin-left: -17px; width: 0;*/
	padding: 0 0 11px 0;
}

.form .form_agbCheck label {
	font-weight: bold;
}

.form .form_agbCheck a {
	text-decoration: underline;
}

.form .form_agbCheck a:hover {
	color: #d5091c;
}

.form .formButtons {
	margin-top: 5px;
}

.form .formButtons .form_label {
	padding-top: 17px;
}

.form .formButtons .form_input {
	border-top: 1px solid #6f6f6f;
	padding-top: 10px;
}

.form .formButtons .requiredText {
	text-align: left;
}

.form .formButtons #submitFormBtn {
	float: right;
}

.form .formButtons #resetFormBtn {
	float: none;
}

/* 9.4. rss-feeds */
.rss {
	font-size: 13px;
	line-height: 17px;
}

.rss .hd {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
	padding-bottom: 5px;
}

.rss .ilist {
	margin-bottom: 21px;
}

.rss .ilist li {
	background-position: -814px -624px;
	border-bottom: 1px solid #e3dfdc;
	height: 22px;
	padding: 0 9px 0 22px;
	position: relative;
}

.rss .ilist li a {
	color: #409bb9;
	font-size: 14px;
	line-height: 22px;
}

.rss .ilist li a .icon {
	background: transparent url("../img/clipping.png") no-repeat -520px -500px;
	cursor: pointer;
	display: block;
	height: 16px;
	position: absolute;
	right: 9px;
	top: 3px;
	width: 16px;
}

.rss h2,
.rss h3 {
	margin-bottom: 8px;
}

.rss .abstract {
	background-color: transparent;
	margin-bottom: 11px;
	padding: 0;
}

.rss p {
	margin-bottom: 21px;
}


/* 9.7 sitemap */
.sitemap {
	margin: 0 0 20px 20px;
}

.sitemap .hd {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 12px;
	padding-bottom: 5px;
}

.sitemap > ul {
	margin-bottom: 21px;
}

.sitemap ul li {
	padding-left: 14px;
}

.sitemap ul li.sub {
	background: transparent url("../img/li_black.png") no-repeat 0 4px;
}

.sitemap ul li.open {
	background-position: -491px 5px;
}

.sitemap ul li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sitemap ul li a:hover {
	color: #9cc5db;
}

.sitemap ul ul {
	display: none;
	margin-bottom: 21px;
	padding-left: 15px;
}

.sitemap ul ul li {
	background-image: none;
}

.sitemap ul ul li a {
	color: #000000;
}

.sitemap ul ul li a:hover {
	color: #6f6f6f;
}

.sitemap ul ul ul {
	display: none;
	margin-bottom: 0;
}

.sitemap ul ul ul li a {
	font-weight: normal;
}

.sitemap ul ul ul ul {
	display: block;
	margin-bottom: 0;
}

/* 7.1.2.1.1_metainformationen-zum-artikel.html */
.meta_info {
	clear: both;
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 11px;
}

.meta_info .editorialsource {
}

.meta_info .editorialsource--label {
	cursor: pointer;
	display: block;
}

.meta_info .editorialsource--label:after {
	color: #0D497F;
	content: "\0020\f078";
	font-family: FontAwesome;
}

.meta_info .editorialsource--label.open:after {
	content: "\0020\f077";
}

.meta_info .copyright {
	display: block;
	font-size: inherit;
	line-height: inherit;
	margin-left: 1em;
}

.meta_info .copyright li {
	font-size: inherit;
	line-height: inherit;
}

.meta_info .icd-info {
	cursor: help;
	margin: 0 1px 0 3px;
}

/************************/
.article .inline {
	display: block;
}

.article .inline_left {
	float: left;
	margin: 2px 16px 20px 0 !important;
	width: auto;
}

.article .inline_right {
	float: right;
	margin: 2px 0 20px 16px !important;
	width: auto;
}

.article .inline_box {
	width: 270px;
}

.article .inline_img,
.inline_img {
	width: 228px;
}

.inline_img dl {
	margin-bottom: 0;
}

.inline_img dl .img {
	position: relative;
	margin: 0;
}

.inline_img .img img {
	display: block;
}

.inline_img .img .magnifier {
	background: transparent url("../img/clipping.png") no-repeat -480px -500px;
	bottom: 0;
	display: block;
	height: 31px;
	position: absolute;
	right: 0;
	width: 30px;
}

.inline_img .caption {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}

.inline_img .rights {
	color: #999999;
	font-size: 11px;
	line-height: 17px;
}

.special_wrapper {
	background: transparent url("../img/bg_specials.png") repeat-x left bottom;
	margin: 0 -20px 0;
	padding: 0 10px 15px;
}

.special_wrapper .left {
	float: left;
	width: 480px;
}

.special_wrapper .right {
	float: right;
	width: 300px;
}

.special_wrapper .right .mod {
	margin-bottom: 0;
}

.special_wrapper .mod_special {
	margin-bottom: 0;
}


/************************/
.content .mod {
	margin: 0 0 20px 0;
}

.content .mod .more {
	background: transparent url("../img/clipping.png") no-repeat scroll right -598px;
	cursor: pointer;
	padding: 0 14px 0 0;
}

.mod .signature {
	border-top: 1px solid #e6e3dc;
	color: #6f6f6f;
	font-style: italic;
	margin-top: 10px;
	padding-top: 5px;
}

/* Newsletter-Anmeldung */
.mod_newsletter {
}

.mod_newsletter form {
	background-color: transparent;
}

.mod_newsletter .error,
.mod_newsletter .success {
	margin: 10px 0 20px 0;
}

.mod_newsletter .error .hl,
.mod_newsletter .success .hl {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.mod_newsletter .error .hl {
	color: #f61212;
}

.mod_newsletter .success .hl {
	color: #1cab00;
}

.mod_newsletter p {
	margin: 0 0 8px 0;
}

.mod_newsletter .line {
	margin: 8px 0;
}

.mod_newsletter .line .label {
	float: left;
	width: 85px;
}

.mod_newsletter .line .input {
	float: left;
	width: 300px;
}

.mod_newsletter .line .label {
	line-height: 20px;
}

.mod_newsletter .line .label.required {
	font-weight: bold;
}

.mod_newsletter .line .input input[type=text] {
	padding: 2px;
	width: 294px;
}

.mod_newsletter .line .input select {
	width: 300px;
}

.mod_newsletter .privacy_check_label {
	font-size: 90%;
}

.mod_newsletter .btnSubmit {
	margin-left: 85px;
}

/* mod_selftest (52_Sebsttest) */
.mod_selftest {
	background-color: #e6e3dc;
	color: #000000;
	padding: 14px 15px 10px;
}

.mod_selftest form {
	background-color: transparent;
}

.mod_selftest .img {
	float: right;
	margin: 0 0 2px 5px;
}

.mod_selftest .counter {
	color: #6f6f6f;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 3px;
}

.mod_selftest .hl,
.mod_selftest legend {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	margin-bottom: 10px;
	white-space: normal;
}

.mod_selftest .teaser,
.mod_selftest .text,
.mod_selftest p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.mod_selftest .teaser {
	font-size: 13px;
	font-weight: bold;
}

.mod_selftest .error {
	color: #f61212;
	font-weight: bold;
}

.mod_selftest input[type=radio],
.mod_selftest input[type=checkbox] {
	float: left;
}

.mod_selftest label {
	color: #000000;
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin-left: 20px;
}

.mod_selftest .line {
	margin-bottom: 5px;
}

.mod_selftest .answer_desc {
	display: none;
}

.mod_selftest .buttons {
	clear: both;
}

.mod_selftest .previous,
.mod_selftest .next,
.mod_selftest .previous:hover,
.mod_selftest .next:hover {
	background: transparent url("../img/clipping.png") no-repeat -330px -730px;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
	width: 92px;
}

.mod_selftest .next,
.mod_selftest .next:hover {
	float: right;
}

.mod_selftest .scale {
	height: 20px;
	margin-bottom: 10px;
	position: relative;
}

.mod_selftest .scale img {
	height: 10px;
	margin: 5px 0;
	width: 100%;
}

.mod_selftest .scalePos {
	background: #000000;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 2px;
}

/* Umfrage */
.mod_poll {
	background-color: #e6e3dc;
	color: #000000;
	padding: 14px 15px 10px;
}

.mod_poll form {
	background-color: transparent;
}

.mod_poll .kicker {
	color: #6f6f6f;
	font-size: 11px;
	font-weight: normal !important;
	line-height: 15px;
	margin-bottom: 3px;
}

.mod_poll .hl,
.mod_poll legend {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	margin-bottom: 10px;
	white-space: normal;
}

.mod_poll .teaser,
.mod_poll .text,
.mod_poll p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.mod_poll .teaser {
	font-size: 13px;
	font-weight: bold;
}

.mod_poll .error {
	color: #f61212;
	font-weight: bold;
}

.mod_poll input[type=radio],
.mod_poll input[type=checkbox] {
	float: left;
	margin-top: 2px;
}

.mod_poll label {
	color: #000000;
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin-left: 20px;
}

.mod_poll .barLine {
	margin-top: 11px;
}

.mod_poll .bar {
	background-color: #000000;
	float: left;
	height: 14px;
}

.mod_poll .barLegend {
	background-color: #000000;
	float: left;
	height: 14px;
	margin-bottom: 5px;
	margin-right: 10px;
	width: 14px;
}

.mod_poll .barColor1 {
	background-color: #004276;
}

.mod_poll .barColor2 {
	background-color: #7FA0BA;
}

.mod_poll .barColor3 {
	background-color: #5EA5D9;
}

.mod_poll .barColor4 {
	background-color: #31838C;
}

.mod_poll .line {
	margin-bottom: 5px;
	overflow: hidden;
}

.mod_poll .result {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.mod_poll .percentage {
	float: left;
	margin-left: 10px;
}

.mod_poll .buttons {
	clear: both;
}

.mod_poll .voteBtn,
.mod_poll .resultBtn,
.mod_poll .voteBtn:hover,
.mod_poll .resultBtn:hover {
	background: transparent url("../img/clipping.png") no-repeat -330px -730px;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	margin-left: 10px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	width: 92px;
}

.aside .mod_poll .hl {
	font-weight: normal !important;
}

.aside .mod_poll .percentage {
	margin-left: 8px;
}

/* 40_aktivste_nutzer_fragen_und_antworten */
.mod_users .users_sort {
	background-color: transparent;
	border-bottom: 1px solid #e6e3dc;
	color: #6f6f6f;
	font-size: 14px;
	height: 34px;
	line-height: 17px;
	text-align: center;
}

.mod_users .users_sort fieldset {
	padding: 9px 0 8px;
}

.mod_users .users_sort input[type=radio] {
	margin-left: 8px;
}

.mod_users table {
	border-bottom: 1px solid #e6e3dc;
	border-collapse: separate;
	width: 100%;
}

.mod_users th {
	color: #6f6f6f;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	padding: 8px 12px 7px 0;
	text-align: right;
}

.mod_users th:first-child {
	padding-left: 8px;
	text-align: left;
}

.mod_users td {
	border-left: 1px solid #e6e3dc;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #e6e3dc;
	color: #409bb9;
	font-size: 19px;
	line-height: 21px;
	padding: 10px 12px 12px 0;
	text-align: right;
	vertical-align: middle;
}

.mod_users td:first-child {
	border-left: none;
	color: #6f6f6f;
	font-size: 13px;
	line-height: 18px;
	padding-left: 8px;
	text-align: left;
}

.mod_users .uicon {
	float: left;
	margin-right: 17px;
}

.mod_users .reg {
	font-size: 11px;
	white-space: nowrap;
}


/* 41_fremdansicht_benutzerprofil */
.mod_profile .hd {
	margin-bottom: 12px;
	padding-bottom: 3px;
	position: relative;
}

.mod_profile .priv_change {
	background: transparent url("../img/clipping.png") no-repeat 0 -541px;
	bottom: 0;
	height: 26px;
	position: absolute;
	right: 0;
	width: 36px;
}

.mod_profile .priv_change:hover {
}

.mod_profile .common {
	border: 1px solid #e6e3dc;
	padding: 3px;
}

.mod_profile .inner {
	background: #f7f7f4;
	padding: 10px;
}

.mod_profile .uinfo {
	float: left;
	width: 140px;
}

.mod_profile .uicon {
	box-shadow: 0px 0px 3px #cdcdcd;
	height: 130px;
	margin-bottom: 10px;
	width: 130px;
}

/*.mod_profile .messageIcon { line-height: 16px; margin-bottom: 10px; }
.mod_profile .messageIcon .newMsg { background: transparent url("../img/clipping.png") no-repeat -425px -520px; display: block; float: left; height: 16px; margin: 0 11px 0 4px; text-indent: -9999px; width: 20px; }
.mod_profile .friendship { margin-bottom: 10px; }
.mod_profile .friendship a { background: transparent url("../img/clipping.png") no-repeat -215px -477px; display: block; float: left; height: 23px; margin: 2px 7px 0 0; text-indent: -9999px; width: 28px; }
.mod_profile .friendship .label { display: block; margin: 0 33px 0 0; }*/
.mod_profile .online_status {
	color: #000000;
	font-size: 9px;
	float: right;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}

.mod_profile .online_color {
	color: green;
	font-weight: bold;
}

.mod_profile .h2 {
	font-size: 16px;
	line-height: 20px;
}

.mod_profile .h3 {
	border-bottom: 1px solid #e3dfdc;
	color: #409bb9;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 3px;
}

.mod_profile .info {
	font-size: 13px;
	line-height: 17px;
	min-height: 140px;
	margin-left: 160px;
}

.mod_profile .info ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

.mod_profile .info table th {
	padding-right: 20px;
	text-align: left;
}

.mod_profile .info p {
	margin-bottom: 8px;
}

.mod_profile .info th {
	font-weight: bold;
}

.mod_profile .info .sep {
	border-bottom: 1px solid #409bb9;
	height: 1px;
	margin: 10px 0;
}

.mod_profile .ilist {
	margin-bottom: 22px;
}

.mod_profile .ilist li {
	background-position: -819px -623px;
	border-bottom: 1px solid #e3dfdc;
	padding: 3px 0 3px 18px;
}

.mod_profile .ilist * {
	font-size: 13px;
	line-height: 17px;
}

.mod_profile .ilist a {
	color: #409bb9;
}

.mod_profile .txt {
	font-size: 13px;
	line-height: 17px;
	margin: 8px 0 0 0;
}

.mod_profile .gender {
	font-size: 13px;
}

.mod_profile .username {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #409bb9;
}

.mod_profile .interests {
	margin-bottom: 30px;
}

.mod_profile .interests .hd {
	margin-bottom: 0 !important;
}

.mod_profile .interests .inner {
	background: transparent;
	padding: 5px 0;
}

.mod_profile .interests .inner ul {
	margin: 0;
}

.mod_profile .interests .inner li.last {
	border: none;
}


/* 42_eigenansicht_benutzerprofil */
.mod_profile_p .priv_change {
	background: transparent url("../img/clipping.png") no-repeat 0 -541px;
	bottom: 0;
	height: 26px;
	position: absolute;
	right: 0;
	width: 36px;
}

.mod_profile_p .h2 {
	border-bottom: 1px solid #e3dfdc;
	color: #409bb9;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 3px;
	position: relative;
}

.mod_profile_p .privacy {
	color: #969696;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
}

.mod_profile_p .expert {
	background: transparent url("../img/clipping.png") no-repeat right -760px;
	padding-right: 18px;
}

.mod_profile_p .private {
	background: transparent url("../img/clipping.png") no-repeat right -775px;
	padding-right: 18px;
}

.mod_profile_p .icon {
	float: left;
	margin: 15px 10px 0 10px;
	width: 140px;
}

.mod_profile_p .icon form {
	background-color: transparent;
	text-align: center;
}

.mod_profile_p .icon input[type=file] {
	display: none;
}

.mod_profile_p .icon button {
	background: transparent url("../img/clipping.png") no-repeat;
	border: none;
	cursor: pointer;
}

.mod_profile_p .icon .upload {
	background-position: -150px -730px;
	height: 21px;
	margin: 10px auto 0;
	width: 97px;
}

.mod_profile_p .icon .delete {
	background-position: -250px -730px;
	height: 21px;
	margin: 8px auto 0;
	width: 70px;
}

.mod_profile_p .uicon {
	height: 130px;
	width: 130px;
}

.mod_profile_p .info {
	margin: 0;
}

.mod_profile_p table {
	font-size: 13px;
	line-height: 17px;
	margin: 15px 0 35px 0;
	width: 310px;
}

.mod_profile_p form table {
	margin-top: 5px;
}

.mod_profile_p th {
	font-weight: normal;
	padding-right: 10px;
	text-align: right;
}

.mod_profile_p td {
	font-weight: bold;
	padding-bottom: 9px;
}

.mod_profile_p .ilist {
}

.mod_profile_p .ilist li {
	background-position: -819px -623px;
	border-bottom: 1px solid #e3dfdc;
	padding: 3px 36px 3px 18px;
	position: relative;
}

.mod_profile_p .ilist li .delete {
	background: transparent url("../img/clipping.png") no-repeat -215px -541px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 3px;
	width: 16px;
}

.mod_profile_p .ilist li .delete:hover {
	background-position: -215px -557px;
}

.mod_profile_p .ilist * {
	font-size: 13px;
	line-height: 17px;
}

.mod_profile_p .ilist a {
	color: #409bb9;
}

.mod_profile_p .interests {
	border-bottom: 1px solid #e3dfdc;
	margin-bottom: 38px;
	padding: 10px 10px 0;
}

.mod_profile_p .interests legend {
	color: #000000;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 9px;
}

.mod_profile_p .interests select {
	width: 218px;
}

.mod_profile_p .interests label {
	color: #000000;
	font-weight: bold;
	margin: 0 10px 0 0;
}

.mod_profile_p .interests input[type=text] {
	margin-top: 0;
	width: 230px;
}

.mod_profile_p .interests input[type=submit] {
	margin-top: -3px;
}

.mod_profile_p .interests textarea {
	width: 418px;
}

.mod_profile_p .interests .line {
	margin-bottom: 13px;
}

.mod_profile_p .interests .left {
	float: left;
}

.mod_profile_p .interests .right {
	float: right;
}

.mod_profile_p #community_user_userprofile_info form {
	border-bottom: 1px solid #e3dfdc;
	margin-bottom: 30px;
	padding: 15px 0 10px 0;
}

.mod_profile_p .actionbar {
	line-height: 27px;
	padding: 0 10px;
}

.mod_profile_p .actionbar .submit {
	float: right;
}

.mod_profile_p .txt {
	font-size: 13px;
	line-height: 17px;
	margin: 8px 0 18px;
}


/* 34_Startseite_Mein_BesserLeben */
.mod_my_intro .h1 {
	margin-bottom: 20px;
}

.mod_my_intro p {
	font-size: 13px;
	line-height: 17px;
}

.mod_my_latest {
	overflow: hidden;
}

.mod_my_latest .tabs li a {
	padding: 0 10px;
}

.mod_my_latest .uicon {
	height: 53px;
	left: 12px;
	padding: 5px;
	position: absolute;
	top: 43px;
	width: 53px;
}

.mod_my_latest .hd {
	border: none;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
}

.mod_my_latest .sub {
	color: #6f6f6f;
	font-size: 13px;
	line-height: 18px;
}

.mod_my_latest .list {
	margin-bottom: 12px;
}

.mod_my_latest .list li {
	border-top: none;
	min-height: 100px;
	padding: 10px 20px;
	position: relative;
}

.mod_my_latest .list li.first {
	border-top: 1px solid #e3dfdc;
}

.mod_my_latest .badge {
	color: #409bb9;
	font-size: 13px;
	font-weight: bold;
	left: 15px;
	line-height: 30px;
	position: absolute;
	top: 0;
}

.mod_my_latest .kicker {
	color: #6f6f6f;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 74px;
}

.mod_my_latest .hl {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 7px;
}

.mod_my_latest .hl a {
	color: #000000;
}

.mod_my_latest .bd {
	font-size: 13px;
	line-height: 18px;
}

.mod_my_latest .bd a {
	color: #000000;
	font-weight: bold;
}

.mod_my_latest .ft {
	text-align: right;
}

.mod_my_latest .ft .more {
	color: #6f6f6f;
}

.mod_my_latest .simple.list li {
	min-height: 0;
	padding-left: 33px;
}

.mod_my_latest .simple.list .icon {
	background: transparent url("../img/clipping.png") no-repeat scroll -425px -541px;
	height: 15px;
	left: 9px;
	margin: 0;
	position: absolute;
	top: 8px;
	width: 16px;
}

.mod_my_latest_list .kicker {
	margin-bottom: 5px;
}

.mod_my_latest_list .hl,
.mod_my_latest_list .sub,
.mod_my_latest_list .bd {
	margin-left: 74px;
}

.my_latest_sort {
	background-color: transparent;
	color: #6f6f6f;
	font-size: 14px;
	height: 34px;
	line-height: 17px;
	text-align: center;
}

.my_latest_sort fieldset {
	padding: 9px 0 8px;
}

.my_latest_sort input[type=radio] {
	margin-left: 18px;
}

/* search */
.mod_search_filter {
	margin-bottom: 20px !important;
	overflow: visible !important;
}

.mod_search_filter .hd {
	margin-top: 10px;
}

.mod_search_filter form {
	background-color: #ffffff;
	border-bottom: 1px solid #e3dfdc;
}

.mod_search_filter fieldset {
	background-color: #faf9f8;
}

.mod_search_filter legend {
	background-color: #ffffff;
	border-bottom: 3px solid #409bb9;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
	width: 100%;
}

.mod_search_filter .search_term {
	color: #000000;
}

.mod_search_filter label {
	color: #6f6f6f;
	font-size: 14px;
	line-height: 18px;
}

.mod_search_filter .inner {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 10px;
	position: relative;
}

.mod_search_filter .txt {
	border-bottom: 1px solid #e3dfdc;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.mod_search_filter .txt .label {
	color: #409bb9;
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

.mod_search_filter .txt .name {
	float: left;
	margin-right: 5px;
}

.mod_search_filter .txt .delete {
	background: transparent url("../img/clipping.png") no-repeat -215px -541px;
	float: left;
	height: 16px;
	margin-right: 5px;
	width: 16px;
}

.mod_search_filter .txt .delete:hover {
	background-position: -215px -557px;
}

.mod_search_filter .unit {
	float: left;
	margin-bottom: 3px;
	width: 50%;
}

.mod_search_filter .search_options {
	margin: 0 0 8px 0;
	overflow: hidden;
}

.mod_search_filter .search_order {
	margin: 0 0 8px 0;
	overflow: hidden;
}

.mod_search_filter .search_order .label {
	margin-right: 10px;
}

.mod_search_filter .search_order .radio {
	margin-left: 10px;
}

.mod_search_filter .search_order .radioLabel {
	margin-left: 3px;
}

.mod_search_filter .search_filter_query {
}

.mod_search_filter .search_filter_query label {
	display: block;
	float: left;
}

.mod_search_filter .search_filter_query .search_filter_text {
	float: left;
	margin-left: 10px;
	position: relative;
}

.mod_search_filter .search_filter_query input {
	padding: 1px;
	width: 155px;
}

.mod_search_filter input[type=checkbox] {
	vertical-align: text-top;
}

.mod_search_filter input[type=radio] {
	vertical-align: baseline;
}

.mod_search_filter input[type=submit],
.mod_search_filter .submit {
	bottom: 7px;
	font-size: 14px;
	position: absolute;
	right: 10px;
}

.mod_search_filter .suggest {
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 0 4px 4px 4px;
	display: none;
	left: 0;
	padding: 1px 0;
	position: absolute;
	top: 17px;
	min-width: 157px;
	z-index: 5000070;
}

.mod_search_filter .suggest .group {
	border-top: 1px solid #ded9d3;
}

.mod_search_filter .suggest .group:first-child {
	border-top: none;
}

.mod_search_filter .suggest .group li {
	border-top: 1px solid #f1eee9;
}

.mod_search_filter .suggest .group li:hover,
.mod_search_filter .suggest .group li.active {
	background-color: #ffffff;
}

.mod_search_filter .suggest .group li:first-child {
	border-top: none;
}

.mod_search_filter .suggest a {
	display: block;
	font-size: 11px;
	line-height: 15px;
	padding: 2px 10px;
}

.mod_search_filter .suggest a:hover {
	text-decoration: none;
}

.mod_search_filter .suggest a span {
	cursor: pointer;
}

.mod_search_filter .suggest a .term {
	float: left;
}

.mod_search_filter .suggest a .type {
	color: #d9d6d0;
	float: right; /*font-weight: bold;*/
	margin-left: 3px;
}

.mod_search_filter .suggest .group li:first-child .type {
	color: #6f6f6f;
}

.mod_search_result {
	overflow: hidden;
}

.mod_search_result .inner {
	position: relative;
}

.mod_search_result .icon {
	background: transparent url("../img/clipping.png") no-repeat -480px -180px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}

.mod_search_result .list li {
	border-bottom: 1px solid #e3dfdc;
	padding: 11px 0 15px;
}

.mod_search_result .kicker {
	color: #6f6f6f;
	font-size: 11px;
	line-height: 16px;
}

.mod_search_result .info {
	display: block;
	float: right;
}

.mod_search_result .date {
}

.mod_search_result .type {
	font-weight: bold;
	margin-right: 10px;
}

.mod_search_result .hl {
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 6px;
}

.mod_search_result .inner .ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 8px;
	display: block;
	padding: 0 50px 0 0;
}

.mod_search_result .img {
	float: left;
	width: 102px;
}

.mod_search_result .bd {
	color: #000000;
	font-size: 13px;
	line-height: 16px;
}

.mod_search_result .bd a {
	color: #000000;
	font-weight: bold;
}

.mod_search_result .original {
	display: none;
}

.mod_search_result .paging_group {
	display: none;
}


/* medicine search */

.mod_search_result .medicine .mainInformation h3.hd {
	margin-bottom: 6px;
}

.mod_search_result .medicine .mainInformation p.substance,
.mod_search_result .medicine .mainInformation p.manufacturer {
	float: left;
	width: 64%;
}

.mod_search_result .medicine .mainInformation span.prescription {
	float: right;
	text-align: right;
	width: 35%;
}

.mod_search_result .medicine .mainInformation span.prescription.yes {
	color: #F61212;
}

.mod_search_result .medicine .mainInformation span.prescription.no {
	color: green;
}

.mod_search_result .medicine .mainInformation a.more {
	float: right;
}

.mod_search_result .medicine .mainInformation a.more span.wait {
	background: transparent url(./fileuploader/images/loading.gif) scroll no-repeat center center;
	display: inline-block;
	height: 1em;
	width: 20px;
}

.mod_search_result .list li .ilist li {
	border-bottom: none;
	padding-bottom: 0;
	padding-left: 14px;
	padding-top: 0;
}

.mod_search_result .medicine .moreInformation {
	clear: both;
	display: none;
}

.mod_search_result .medicine .moreInformation h4 {
	margin: 12px 0 3px 0;
}

.mod_search_result .medicine .moreInformation p {
	margin: 0 0 0.5em 0;
}


/* mod_text */
.mod_text {
	color: #000000;
	font-size: 13px;
	line-height: 17px;
}


/* mod_select */
.mod_select {
	border-bottom: 1px solid #e6e3dc;
}

.mod_select form {
	border-bottom: 1px solid #ffffff;
	padding: 15px 10px;
}

.mod_select select {
	margin-bottom: 14px;
	width: 214px;
}

.mod_select label {
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}

.mod_select .input {
	float: right;
	position: relative
}

.mod_select input[type=text] {
	height: 19px;
	padding-right: 23px;
	width: 317px;
}

.mod_select input[type=submit] {
	background: transparent url("../img/clipping.png") no-repeat 2px -446px;
	height: 23px;
	position: absolute;
	right: 0;
	text-indent: -999em;
	top: 0;
	width: 23px;
}

.mod_select .left {
	float: left;
}

.mod_select .right {
	float: right;
}

/* mod_forum_create */
.mod_forum_create {
}

.mod_forum_create form {
	background: none;
}

.mod_forum_create .line {
	margin: 7px 0 7px 0;
}

.mod_forum_create .line .left {
	float: left;
	line-height: 20px;
	margin-right: 10px;
	width: 120px;
}

.mod_forum_create .line .left label {
	font-weight: bold;
}

.mod_forum_create .line .right {
	float: right;
	line-height: 20px;
	width: 340px;
}

.mod_forum_create .line .right input[type="text"] {
	padding: 2px;
	width: 334px;
}

.mod_forum_create .line .right textarea {
	padding: 2px;
	width: 334px;
}

.mod_forum_create .line .right select {
	padding: 2px;
	width: 100%;
}

.mod_forum_create .line .right input[type="checkbox"],
.mod_forum_create .line .right input[type="radio"] {
	vertical-align: middle;
}

.mod_forum_create .line .right label {
	margin-left: 3px;
	margin-right: 6px;
	vertical-align: middle;
}

.mod_forum_create .error_message {
	color: #973544;
	font-weight: bold;
}

.mod_forum_create .success_message {
	color: #1cab00;
	font-weight: bold;
}

.mod_forum_create .success_message a {
	color: #000000;
}

/* mod_question */
.mod_u_question {
	margin: 0 !important;
}

.mod_u_question .navbar {
}

.mod_u_question .navbar .buttons {
	margin: 0 0 15px 0;
}

.mod_u_question .navbar .btnBack {
	float: left;
	margin-left: -3px;
	margin-right: 11px;
}

.mod_u_question .navbar .btnNew {
	float: left;
}

.mod_u_question .uicon {
	height: 53px;
	position: absolute;
	width: 53px;
}

.mod_u_question .inner {
	margin-left: 94px;
	overflow: hidden;
}

.mod_u_question .kicker {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 20px;
}

.mod_u_question .category {
	font-weight: normal;
}

.mod_u_question .meta {
}

.mod_u_question .hl {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 7px;
}

.mod_u_question .bd {
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 17px;
}

.mod_u_question .rate {
	border-top: 1px solid #e3dfdc;
	color: #333333;
	font-size: 13px;
	height: 55px;
	line-height: 18px;
}

.mod_u_question .rate .rating_label {
	float: left;
	font-style: italic;
	margin-top: 8px;
}

.mod_u_question .rate .rating {
	float: right;
	margin-top: 4px;
	width: 91px;
}

.mod_u_question .rate .rating form {
	border: none;
	display: block;
	float: left;
	height: 24px;
	margin-top: 2px;
	padding: 0;
	width: 28px;
}

.mod_u_question .rate .ratingbtn {
	background: transparent url("../img/clipping.png") no-repeat -215px -500px;
	display: block;
	float: left;
	height: 24px;
	margin-top: 0;
	width: 28px;
}

.mod_u_question .rate .ratingbtn.disabled {
	background: transparent url("../img/clipping.png") no-repeat -215px -477px;
}

.mod_u_question .rate .badge {
	background: transparent url("../img/clipping.png") no-repeat -150px -540px;
	color: #409bb9;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	line-height: 30px;
	width: 59px;
}

.mod_u_question form {
	border-bottom: 1px solid #e3dfdc;
	border-top: 1px solid #e3dfdc;
	padding: 0 10px;
}

.mod_u_question form legend {
	padding: 17px 0;
}

.mod_u_question form textarea {
	height: 75px;
	width: 448px;
}

.mod_u_question form input[type=submit] {
	float: right;
	margin-top: 12px;
}

.mod_u_question form .txt {
	font-size: 13px;
	line-height: 17px;
	margin: 10px 0;
}

/* Frage stellen */
.mod_ask {
	background: transparent url("../img/bg_mod_ask.png") no-repeat;
	height: 125px;
	width: 480px;
}

.mod_ask form {
	background: transparent;
	padding: 24px 38px 0 30px;
}

.mod_ask legend {
	color: #f61212;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 6px;
}

.mod_ask p {
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

.mod_ask input[type=text] {
	border-width: 1px;
	height: 19px;
	margin-bottom: 11px;
	padding: 1px;
	width: 363px;
}

.mod_ask label {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
}

.mod_ask .rlabel {
	display: inline;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 27px;
}

.mod_ask input[type=radio] {
	margin-left: 15px;
}

.mod_ask input[type=submit] {
	background: transparent url("../img/clipping.png") no-repeat -330px -730px;
	float: right;
	width: 92px;
}

.mod_ask .left {
	float: left;
	width: 45px;
}

.mod_ask .right {
	float: right;
	width: 367px;
}

.aside .mod_ask {
	background-image: url("../img/bg_mod_ask_small.png");
	height: 125px;
	width: 300px;
}

.aside .mod_ask form {
	padding: 18px 20px 0 15px;
}

.aside .mod_ask input[type=text] {
	width: 216px;
}

.aside .mod_ask .rlabel,
.aside .mod_ask .right label,
.aside .mod_ask .right input[type=radio] {
	display: none;
}

.aside .mod_ask .right {
	width: 220px;
}

.mod_ask.mod_medicine .left {
	width: 90px;
}

.mod_ask.mod_medicine .right {
	width: 322px;
}

.mod_ask.mod_medicine input[type="text"] {
	width: 318px;
}

.mod_hb_zentrumsuche form#herzzentrum_suche_result_form {
	background: transparent url("../img/bg_mod_hb_result.png") no-repeat;
	height: 130px;
	padding: 24px 38px 0 30px;
	width: 412px;
}

.mod_hb_zentrumsuche form {
	background: transparent url("../img/bg_mod_hb_search.png") no-repeat;
	height: 430px;
	padding: 24px 38px 0 30px;
	width: 412px;
}

.mod_hb_zentrumsuche legend {
	color: #f61212;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 6px;
}

.mod_hb_zentrumsuche p {
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

.mod_hb_zentrumsuche input[type=text] {
	border-width: 1px;
	height: 19px;
	margin-bottom: 3px;
	padding: 1px;
}

.mod_hb_zentrumsuche label {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	margin-left: 0.5em;
}

.mod_hb_zentrumsuche .rlabel {
	display: inline;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 27px;
}

.mod_hb_zentrumsuche input[type=radio] {
	margin-left: 15px;
}

.mod_hb_zentrumsuche input[type=submit] {
	background: transparent url("../img/clipping.png") no-repeat -330px -730px;
	float: right;
	width: 92px;
	margin-bottom: 20px;
}

.mod_hb_zentrumsuche .left {
	float: left;
	width: 45px;
}

.mod_hb_zentrumsuche .right {
	float: right;
	width: 367px;
}

.mod_hb_zentrumsuche .left {
	width: 110px;
}

.mod_hb_zentrumsuche .right {
	width: 300px;
}

.mod_hb_zentrumsuche input[type="text"] {
	margin-left: 10px;
	width: 150px;
}

.mod_hb_zentrumsuche fieldset {
	margin-bottom: 10px;
}

.mod_hb_zentrumsuche li {
	list-style: none;
	margin-bottom: 0.35em;
}

.mod_hb_zentrumsuche li.info_li {
	margin-top: 2em;
}

#herzzentrum_suche_default_div .zentrum_name {
	font-weight: bold;
	color: #409bb9;
}

/* med search */
.mod_med_search form {
	background: transparent url("../img/bg_med_search.png") no-repeat;
	height: 365px;
	margin-bottom: 20px;
	padding: 30px 38px 0 30px;
	width: 412px;
}

.mod_med_search legend {
	color: #f61212;
	font-size: 20px;
	line-height: 24px;
}

.mod_med_search label {
	font-weight: bold;
}

.mod_med_search .txt {
	background: transparent url("../img/arztsuche/gaecd_logo.png") no-repeat right 50%;
	border-bottom: 1px solid #999;
	line-height: 24px;
	margin: 0 0 24px;
	padding: 16px 0;
}

.mod_med_search .line {
	line-height: 20px;
	margin-top: 10px;
}

.mod_med_search .line .left {
	float: left;
	padding-right: 13px;
	text-align: right;
	width: 150px;
}

.mod_med_search .line .right {
	float: right;
	width: 249px;
}

.mod_med_search input[type=text] {
	width: 243px;
}

.mod_med_search input.plz {
	width: 76px;
}

.mod_med_search select {
	width: 100%;
}

.mod_med_search .submit {
	float: right;
	margin-top: 10px;
}

.mod_med_search .results .hl {
	border-bottom: 1px solid #e3dfdc;
	line-height: 20px;
}

.mod_med_search .results .hl .left {
	float: left;
	font-weight: bold;
}

.mod_med_search .results .hl .right {
	float: right;
}

.mod_med_search .result {
	border-bottom: 1px solid #e3dfdc;
	padding: 13px 0;
}

.mod_med_search .result .left {
	float: left;
	margin-right: 16px;
	text-align: center;
	width: 80px;
}

.mod_med_search .result .right {
	float: right;
	width: 374px;
}

.mod_med_search .result .right div {
	margin-bottom: 5px;
}

.mod_med_search .result .img img {
	margin-bottom: 5px;
}

.mod_med_search .result .med_office {
	font-weight: bold;
}

.mod_med_search .result .url {
	font-weight: bold;
}

.mod_med_search_hor form {
	position: relative;
}

.mod_med_search_hor .note {
	position: absolute;
	right: 38px;
	top: 38px;
}

.mod_med_search_hor .txt {
	background: none;
	line-height: 16px;
	padding-top: 10px;
}

.mod_med_search_hor .note_txt {
	margin: 0;
	padding: 10px 0;
}

.mod_med_search_hor .note_txt h5 {
	margin-bottom: 10px;
}

.mod_med_search_hor .result .left {
	text-align: left;
	width: 344px;
}

.mod_med_search_hor .result .right {
	text-align: right;
	width: 110px;
}

.mod_med_search_hor .result img {
	margin: 3px 0 0 5px;
}

.mod_med_search_hor .result .txt {
	border: none;
	margin: 0;
	padding: 0;
}

.mod_med_detail .left {
	float: left;
	margin-right: 16px;
	width: 140px;
}

.mod_med_detail .right {
	float: right;
	width: 360px;
}

.mod_med_detail .img {
	border: 1px solid #cdcdcd;
	padding: 4px;
}

.mod_med_detail .img img {
	display: block;
}

.mod_med_detail .hl {
	border-bottom: 1px solid #e3dfdc;
	color: #409bb9;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}

.mod_med_detail .ilist li {
	background-position-y: -624px;
	border-bottom: 1px solid #e3dfdc;
	line-height: 22px;
}

.mod_med_detail .head {
	margin-bottom: 20px;
	padding-top: 12px;
}

.mod_med_detail .head .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mod_med_detail .head .specialist {
	margin-bottom: 16px;
}

.mod_med_detail .head .hl {
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}

.mod_med_detail .head .ilist li {
	border: none;
}

.mod_med_detail .info,
.mod_med_detail .list {
	margin-bottom: 20px;
}

.mod_med_detail .info .txt {
	line-height: 16px;
	margin-top: 5px;
}

/* Autorenprofil */
.mod_author_profile {
	overflow: hidden;
}

.mod_author_profile .img-wrapper {
	float: left;
	margin: 0 16px 20px 0;
	max-width: 228px;
}

.mod_author_profile .img {
	border: 1px solid #cdcdcd;
	display: block;
	margin-bottom: 4px;
	padding: 4px;
}

.mod_author_profile .img-wrapper .rights {
	color: #999999;
	font-size: 11px;
	line-height: 17px;
}

.mod_author_profile .meta-infos {
	float: left;
	margin-bottom: 20px;
}

.mod_author_profile .head {
	padding-top: 16px;
}

.mod_author_profile .head .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mod_author_profile .head .agentur,
.mod_author_profile .head .job {
	margin-bottom: 16px;
}

.mod_author_profile .head .ilist li {
	border: none;
}

.mod_author_profile .info,
.mod_author_profile .list {
	margin-bottom: 20px;
}

.mod_author_profile .info .txt {
	line-height: 16px;
	margin-top: 5px;
}

/* 7.3.01_top-themen-box.html */
.mod_top_topics {
	color: #fff;
	height: 390px;
	position: relative;
	width: 520px;
}

.mod_top_topics .slider_img {
	background: #F2F1ED;
	height: 390px;
	overflow: hidden;
	position: relative;
}

.mod_top_topics .slider_img .slide_cont {
	height: 390px;
	position: absolute;
}

.mod_top_topics .slider_img .slide_cont .img {
	display: block;
	float: left;
	width: 520px;
}

.mod_top_topics .slider_img .slide_cont .img_ad {
	height: 250px;
	padding: 22px 90px 88px 90px;
	width: 300px;
}

.mod_top_topics .control {
	bottom: 5px;
	left: 10px;
	position: absolute;
	width: 500px;
}

.mod_top_topics .slider_txt {
	bottom: 0;
	left: 48px;
	position: absolute;
	width: 404px;
}

.mod_top_topics .slider_txt .slide_cont {
	bottom: 0;
}

.mod_top_topics .slider_txt .hl {
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
}

.mod_top_topics .slider_txt .hl a {
	color: #fff;
}

.mod_top_topics .slider_txt .hl .ad {
	background: transparent url(../img/ad-label-hell.png) no-repeat scroll right 7px;
	display: block;
	padding: 0 50px 0 0;
}

.mod_top_topics .slider_txt .txt {
	font-size: 14px;
	line-height: 18px;
}

.mod_top_topics .slider_txt .txt a {
	color: #fff;
}

.mod_top_topics .prev,
.mod_top_topics .unit,
.mod_top_topics .next {
	background: transparent url("../img/bg_top_topics.png");
}

.mod_top_topics .prev,
.mod_top_topics .next {
	bottom: 0;
	display: none;
	position: absolute;
	width: 48px;
}

.mod_top_topics .unit {
	bottom: 0;
	left: 0;
	margin: 0 1px;
	min-height: 80px;
	padding: 1px 13px 0;
	position: absolute;
	visibility: hidden;
	width: 376px;
}

.mod_top_topics .active {
	visibility: visible;
}

.mod_top_topics .next {
	right: 0;
}

.mod_top_topics .prev {
	left: 0;
}

.mod_top_topics .prev a,
.mod_top_topics .next a {
	cursor: pointer;
	display: block;
	height: 37px;
	margin: 0 auto;
	text-align: center;
	width: 37px;
}

.mod_top_topics .prev a:hover,
.mod_top_topics .next a:hover {
	text-decoration: none;
}

.mod_top_topics .prev a:before,
.mod_top_topics .next a:before {
	color: #FFF;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 37px;
}

.mod_top_topics .prev a:before {
	content: "\f053";
	margin-left: -3px;
}

.mod_top_topics .next a:before {
	content: "\f054";
	margin-right: -3px;
}

/* 7.3.01_top-themen-box.html Zoom */
.mod_top_topics_zoom {
	color: #fff;
	height: 390px;
	position: relative;
	width: 520px;
}

.mod_top_topics_zoom .slider_img {
	background: #F2F1ED;
	height: 390px;
	overflow: hidden;
	position: relative;
}

.mod_top_topics_zoom .slider_img .slide_cont {
	height: 390px;
	position: relative;
}

.mod_top_topics_zoom .slider_img .slide_cont .img {
	display: none;
	height: 520px;
	left: 0;
	position: absolute;
	top: -60px;
	width: 520px;
}

.mod_top_topics_zoom .slider_img .slide_cont .img_ad {
	left: 0;
	height: 250px;
	padding: 22px 90px 88px 90px;
	top: 0;
	width: 300px;
}

.mod_top_topics_zoom .slider_img .slide_cont .active {
	display: block;
}

.mod_top_topics_zoom .slider_img .slide_cont .img img {
	height: 100%;
	width: 100%;
}

.mod_top_topics_zoom .slider_img .slide_cont .img_ad img {
	height: auto;
	width: auto;
}

.mod_top_topics_zoom .control {
	bottom: 5px;
	left: 10px;
	position: absolute;
	width: 500px;
}

.mod_top_topics_zoom .slider_txt {
	bottom: 0;
	left: 48px;
	position: absolute;
	width: 404px;
}

.mod_top_topics_zoom .slider_txt .slide_cont {
	bottom: 0;
}

.mod_top_topics_zoom .slider_txt .hl {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
}

.mod_top_topics_zoom .slider_txt .hl a {
	color: #fff;
}

.mod_top_topics_zoom .slider_txt .hl .ad {
	background: transparent url(../img/ad-label-hell.png) no-repeat scroll right 7px;
	display: block;
	padding: 0 50px 0 0;
}

.mod_top_topics_zoom .slider_txt .txt {
	font-size: 14px;
	line-height: 18px;
}

.mod_top_topics_zoom .slider_txt .txt a {
	color: #fff;
}

.mod_top_topics_zoom .prev,
.mod_top_topics_zoom .unit,
.mod_top_topics_zoom .next {
	background: transparent url("../img/bg_top_topics.png");
}

.mod_top_topics_zoom .prev,
.mod_top_topics_zoom .next {
	bottom: 0;
	display: none;
	position: absolute;
	width: 48px;
}

.mod_top_topics_zoom .unit {
	bottom: 0;
	left: 0;
	margin: 0 1px;
	min-height: 80px;
	padding: 1px 13px 0;
	position: absolute;
	visibility: hidden;
	width: 376px;
}

.mod_top_topics_zoom .active {
	visibility: visible;
}

.mod_top_topics_zoom .next {
	right: 0;
}

.mod_top_topics_zoom .prev {
	left: 0;
}

.mod_top_topics_zoom .prev a,
.mod_top_topics_zoom .next a {
	background: transparent url("../img/clipping.png") no-repeat -50px -500px;
	cursor: pointer;
	display: block;
	height: 37px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 37px;
}

.mod_top_topics_zoom .next a {
	background-position: -50px -537px;
}

/* Mod topics wide */

.mod_top_topics--wide {
    height: 473px;
    width: 842px;
}

.mod_top_topics--wide .slider_img {
    height: 473px;
}

.mod_top_topics--wide .slider_img .slide_cont {
    height: 473px;
}

.mod_top_topics--wide .slider_img .slide_cont .img {
    width: 842px;
}

.mod_top_topics--wide .control {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 630px;
}

.mod_top_topics--wide .unit {
    width: 505px;
}

/* 7.3.02_a-z-element.html */
.mod_atoz .tabs .active {
	border-bottom: 1px solid #f7f7f4;
}

.mod_atoz .tabs a {
	padding-left: 10px;
	padding-right: 10px;
}

.mod_atoz .tabs .active a {
	background-color: #f7f7f4;
}

.mod_atoz .mod_tab {
	display: none;
}

.mod_atoz .active {
	display: block;
}

.mod_atoz .bd {
	background-color: #f7f7f4;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding-bottom: 5px;
	position: relative;
}

.mod_atoz .txt {
	font-size: 13px;
	line-height: 17px;
	padding: 8px 10px;
}

.mod_atoz .nav {
	margin: 0 0 0 10px;
	padding-bottom: 5px;
}

.mod_atoz .nav li {
	display: inline;
}

.mod_atoz .nav .btn {
	background: transparent url("../img/clipping.png") no-repeat 0 -500px;
	color: #fff;
	display: block;
	float: left;
	height: 17px;
	line-height: 17px;
	margin-right: 1px;
	text-align: center;
	width: 16px;
}

.mod_atoz .nav .btn:hover {
	background-position: 0 -517px;
	text-decoration: none;
}

.mod_atoz .bd_open {
	background-color: #f7f7f4;
	height: auto;
}

.mod_atoz .bd_open .result {
	color: #409bb9;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	padding: 3px 10px 5px;
}

.mod_atoz .bd_open .ilist {
	border-top: 1px solid #e6e3dc;
	padding: 0 10px;
	width: 448px;
}

.mod_atoz .bd_open .left {
	float: left;
	width: 214px;
}

.mod_atoz .bd_open .right {
	float: right;
	width: 214px;
}

.mod_atoz .bd_open .ilist li {
	background-position: -813px -624px;
	border-top: 1px solid #e6e3dc;
	font-size: 13px;
	line-height: 18px;
	padding: 2px 0 2px 28px;
}

.mod_atoz .bd_open .ilist li.first {
	border-top: none;
}


/* 7.4.03_visual.html */
.mod_visual {
	border-bottom: 3px solid #409bb9;
	margin-bottom: 25px;
	min-height: 30px;
	padding-bottom: 10px;
	position: relative;
}

.mod_visual a {
	display: block;
}

.mod_visual .txt {
	bottom: 10px;
	color: #409BB9;
	display: block;
	font-size: 27px;
	font-weight: bold;
	left: 0;
	line-height: 27px;
	padding-left: 10px;
	padding-top: 0;
	position: absolute;
	text-align: left;
	width: 100%;
}

.mod_visual .longtxt {
	bottom: 10px;
	color: #409BB9;
	display: block;
	font-size: 27px;
	font-weight: bold;
	left: 0;
	line-height: 27px;
	padding-left: 10px;
	padding-top: 0;
	text-align: left;
	width: 100%;
}


/* 7.3.04_teaser-clip-hauptrubriken.html */
.mod_teaser .sep {
	border-bottom: 1px solid #e3dfdc;
}

.mod_teaser .topic {
	padding-top: 13px;
	text-align: right;
}

.mod_teaser .topic .more {
	color: #6f6f6f;
}

.mod_teaser .hd {
	margin-bottom: 10px;
}

.mod_teaser .bd {
	padding: 10px 0;
}

.mod_teaser .media .bd {
	padding: 0;
}

.mod_teaser .first {
	padding-top: 0;
}

.mod_teaser .media .img {
	margin-right: 12px;
}

.mod_teaser .kicker.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 0;
	padding-top: 11px;
}

.mod_teaser .hl {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 8px;
}

.mod_teaser .hl a {
	color: #000000;
}

.mod_teaser .txt {
	font-size: 13px;
	line-height: 16px;
}

.mod_teaser .txt a {
	color: #000000;
	font-weight: bold;
}

.mod_teaser .ft {
	padding: 3px 0 7px;
}

.mod_teaser .ilist li {
	margin-bottom: 4px;
}

.mod_teaser .ilist li .kicker.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 4px;
	padding-top: 15px;
}

.mod_teaser .ilist li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}

.mod_teaser .ilist li a.ad {
	background: none;
	padding: 0;
}

.mod_teaser .paging {
	margin-top: 11px;
}

.content_small .mod_teaser .media .img {
	float: none;
	margin-right: 0;
}

.content_small .mod_teaser .media .img img {
	margin-bottom: 5px;
}

.mod_tabs .mod_tab .mod_teaser .first {
	padding-top: 10px;
}


/* 7.3.05_teaser-clip-rubrik.html */
.mod_clip {
}

.mod_clip .list li {
	border-bottom: 1px solid #e3dfdc;
}

.mod_clip .media {
	padding: 15px 0 16px;
}

.mod_clip .media .img {
	margin-right: 15px;
}

.mod_clip .media .hl {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin: 2px 0;
}

.mod_clip .media .kicker {
	color: #6f6f6f;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

.mod_clip .media .kicker.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 0;
	padding-top: 11px;
}

.mod_clip .media .txt {
	font-size: 13px;
	line-height: 16px;
}

.mod_clip .topic {
	padding-top: 13px;
	text-align: right;
}

.mod_clip .topic .more {
	color: #6f6f6f;
}

.mod_clip .paging {
	margin-top: 11px;
}


/* 7.3.06_v1_themenspecial-zusammenfassung.html */
.mod_abstract .hd {
	border: none;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}

.mod_abstract .bd {
	background-color: #f2f1ed;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 9px 10px;
}


/* 7.3.07_doppelteaser-box.html */
.mod_double {
}

.mod_double .line {
	border-bottom: 1px solid #e3dfdc;
	padding: 15px 0 13px;
}

.mod_double .first {
	padding: 10px 0 13px;
}

.mod_double .media {
	width: 253px;
}

.mod_double .media .img {
	display: block;
	float: none;
	margin-bottom: 7px;
	width: auto;
}

.mod_double .left {
	float: left;
}

.mod_double .right {
	float: right;
}

.mod_double .bd {
	display: block;
}

.mod_double .hl {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 3px 0;
}

.mod_double .hl a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 3px;
	display: block;
	padding: 0 50px 0 0;
}

.mod_double .txt {
	font-size: 13px;
	line-height: 16px;
}

.mod_double .txt a {
	color: #000000;
	font-weight: bold;
}

/* Dreier-Teaser */
.mod_triple {
	border-bottom: 1px solid #e3dfdc;
	padding-bottom: 10px;
}

.mod_triple.no_headline {
	border-top: 1px solid #e3dfdc;
	padding-top: 15px;
}

.mod_triple .hd {
	margin: 0 0 15px 0;
}

.mod_triple .line {
	margin: 0 0 5px 0;
}

.mod_triple .media {
	float: left;
	margin: 0 0 0 15px;
	position: relative;
	width: 260px;
}

.mod_triple .media.first {
	margin-left: 15px;
}

.mod_triple .img {
	display: block;
	float: none;
	margin: 0 0 10px 0;
	width: auto;
}

.mod_triple .media .bd {
	margin: 0 0 5px 0;
}

.mod_triple .bd .hl {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 4px 0;
}

.mod_triple .list .hl {
	background: transparent url("../img/clipping.png") no-repeat -824px -628px;
	font-size: 13px;
	line-height: 14px;
	padding-left: 14px;
}

.mod_triple .list a {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}

.mod_triple .media.ad:before {
	color: #000;
	content: "Anzeige";
	font-size: 10px;
	position: static;
	text-shadow: 0 0 2px #FFF;
	text-transform: uppercase;
	font-weight: bold;
	top: 5px;
	left: 5px;
	z-index: 1;
}

/* 7.3.08_fragen-antworten-box.html */
.mod_questions {
}

.mod_questions .tabs {
	margin-bottom: 25px;
}

.mod_questions .tabs li a {
	padding: 0 10px;
}

.mod_questions .hd {
	border-bottom: 3px solid #e3dfdc;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 16px;
}

.mod_questions .uicon {
	left: 12px;
	height: 53px;
	padding: 5px;
	position: absolute;
	top: 43px;
	width: 53px;
}

.mod_questions .list {
	border-top: 1px solid #e3dfdc;
	overflow: hidden;
}

.mod_questions .list li {
	position: relative;
}

.mod_questions .list .odd,
.mod_questions .list .even {
	border-top: none;
}

.mod_questions .list .odd .item,
.mod_questions .list .even .item {
	border-bottom: none;
}

.mod_questions .list .badge {
	color: #409bb9;
	font-size: 13px;
	font-weight: bold;
	left: 14px;
	line-height: 30px;
	position: absolute;
	top: 0;
}

.mod_questions .inner {
	font-size: 13px;
	line-height: 18px;
	padding: 18px 10px 21px 10px;
	position: relative;
}

.mod_questions .kicker {
	margin-bottom: 6px;
}

.mod_questions .kicker,
.mod_questions .kicker a {
	color: #6f6f6f;
}

.mod_questions .date {
	float: right;
}

.mod_questions .hl {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 7px;
}

.mod_questions .hl a {
	color: #000000;
}

.mod_questions .sub {
	color: #6f6f6f;
	font-size: 11px;
	margin-bottom: 7px;
}

.mod_questions .bd {
	color: #333333;
}

.mod_questions .bd a {
	color: #000000;
	font-weight: bold;
}

.mod_questions .answers_overview {
	border-top: none;
	padding: 12px 10px;
}

.mod_questions .answers_overview.first {
	border-top: 1px solid #e3dfdc;
}

.mod_questions .answers_overview ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
}

.mod_questions .answers_overview ul ul {
	margin-left: 0;
}

.mod_questions .answers_overview li {
	background: transparent url(../img/tree-list-icon.gif) no-repeat scroll 0 0;
	padding-top: 3px;
	padding-left: 5px;
}

.mod_questions .answers_overview li li {
	background: transparent url(../img/tree-list-subicon.gif) no-repeat scroll 0 0;
	padding-left: 18px;
}

.mod_questions .answers_overview li .inner {
	font-size: 11px;
	line-height: 16px;
	margin-left: 10px;
	padding: 0;
}

.mod_questions .answers_overview li .inner .title {
	font-weight: bold;
}

.mod_questions .answers_overview li .inner.level1 .title {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.mod_questions .answers_overview li .inner .help {
	color: #000000;
	font-weight: bold;
}

.mod_questions .answers_overview li .inner .meta {
	font-size: 11px;
	line-height: 13px;
}

.mod_questions .answers_overview li .inner a {
	font-weight: bold;
}

.mod_questions .answers_overview li .inner.level1 .title a {
	font-weight: bold;
}

.mod_questions .answers_overview li .inner a,
.mod_questions .answers_overview li .inner a:active,
.mod_questions .answers_overview li .inner a:hover {
	color: #000000;
}

.mod_questions .answers_overview li .inner a:visited {
	color: #9a9a9a;
}

.mod_questions .answers_overview li .inner.owner .title a {
	color: #354497;
}

.mod_questions .answers_overview li .inner a.user {
	color: #F61212;
	font-weight: normal;
}

.mod_questions .paging {
	margin-top: 11px;
}

/* Offene Fragen Experte */
.mod_expert_open_questions {
}

.mod_expert_open_questions .tabs {
	margin-bottom: 25px;
}

.mod_expert_open_questions .tabs li a {
	padding: 0 10px;
}

.mod_expert_open_questions .uicon {
	left: 12px;
	height: 53px;
	padding: 5px;
	position: absolute;
	top: 43px;
	width: 53px;
}

.mod_expert_open_questions .list {
}

.mod_expert_open_questions .list li {
	padding: 5px 10px !important;
}

.mod_expert_open_questions .list .odd,
.mod_expert_open_questions .list .even {
	border-top: none;
}

.mod_expert_open_questions .list .odd .item,
.mod_expert_open_questions .list .even .item {
	border-bottom: none;
}

.mod_expert_open_questions .list .badge {
	color: #409bb9;
	font-size: 13px;
	font-weight: bold;
	left: 14px;
	line-height: 30px;
	position: absolute;
	top: 0;
}

.mod_expert_open_questions .kicker {
	margin-bottom: 2px;
}

.mod_expert_open_questions .kicker,
.mod_expert_open_questions .kicker a {
	color: #6f6f6f;
}

.mod_expert_open_questions .date {
	float: right;
}

.mod_expert_open_questions .hl {
	font-size: 14px !important;
	font-weight: bold;
	line-height: 18px !important;
	margin-bottom: 7px;
}

.mod_expert_open_questions .hl a {
	color: #000000;
}

.mod_expert_open_questions .sub {
	color: #6f6f6f;
	font-size: 11px;
}

.mod_expert_open_questions .bd {
	color: #333333;
	margin-top: 7px;
}

.mod_expert_open_questions .bd a {
	color: #000000;
	font-weight: bold;
}

.mod_expert_open_questions .paging {
	margin-top: 11px;
}

.aside .mod_expert_open_questions .kicker {
	line-height: inherit !important;
}

/* 7.3.09_kommentarmodul_v1.html */
.mod_comment form {
	background-color: #f0eeea;
	border-bottom: 1px solid #c9c2bc;
	border-top: 1px solid #c9c2bc;
	margin: 0 0 20px 0;
	padding: 10px;
}

.mod_comment legend {
	padding: 3px 0 12px;
}

.mod_comment textarea {
	width: 448px;
}

.mod_comment input[type=submit] {
	float: right;
	margin-top: 12px;
}

.mod_comment form .txt {
	color: #6f6f6f;
	font-size: 13px;
	line-height: 17px;
	margin: 10px 0 0;
}

.mod_comment form .txt a {
	color: #f61212;
}


/* 7.3.11_index-box_ergebnistabelle.html */
.content .mod_index .bd .left {
	float: left;
	width: 245px;
}

.content .mod_index .bd .right {
	float: right;
	width: 245px;
}

.content .mod_index .withImg .bd .left,
.content .mod_index .withImg .bd .right {
	width: 50%;
}

.content .mod_index .ft {
	padding-top: 13px;
	text-align: right;
}

.content .mod_index .ft .more {
	color: #6F6F6F;
}


/* 7.3.12_fragen-beantworten-modul.html - 13.2.7 */
.mod_answers .answerActionbar {
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	margin: 0 0 30px 0;
	position: relative;
}

.mod_answers .answerActionbar a.report {
	font-weight: normal;
	margin-left: 94px;
}

.mod_answers .answerActionbar .btnBack {
	float: left;
	margin-left: -3px;
	margin-right: 11px;
}

.mod_answers .answerActionbar .btnNew {
	float: left;
}

.mod_answers .answerActionbar .btnReply {
	position: absolute;
	right: 0;
	top: 0;
}

.mod_answers .list {
	margin: 0 0 20px 0;
}

.mod_answers .list .item {
	padding-top: 15px;
}

.mod_answers .answer_content {
	overflow: hidden;
	position: relative;
}

.mod_answers .uicon {
	height: 53px;
	left: 12px;
	position: absolute;
	top: 0;
	width: 53px;
}

.mod_answers .inner {
	margin-left: 94px;
}

.mod_answers .level3 .inner {
	margin-left: 120px;
}

.mod_answers .level4 .inner {
	margin-left: 146px;
}

.mod_answers .inner .report {
	float: right;
	margin-right: 10px;
}

.mod_answers .inner .sub {
	color: #6f6f6f;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}

.mod_answers .inner .bd {
	margin-bottom: 24px;
}

.mod_answers .inner .bd p {
	margin-bottom: 10px;
}

.mod_answers .inner .ft {
	margin-bottom: 20px;
}

.mod_answers .inner .ft .more {
	color: #000000;
}

.mod_answers .inner .ft .open {
	background-position: right -567px;
}

.mod_answers .inner form {
	background-color: #f0eeea;
	border-bottom: 1px solid #c9c2bc;
	border-top: 1px solid #c9c2bc;
	display: none;
	margin: 20px 10px 20px 0;
	padding: 10px;
}

.mod_answers .inner legend {
	padding: 3px 0 12px;
}

.mod_answers .inner textarea {
	width: 344px;
}

.mod_answers .inner .inner textarea {
	width: 318px;
}

.mod_answers .inner input[type=submit] {
	float: right;
	margin-top: 12px;
}

.mod_answers .inner form .txt {
	color: #6f6f6f;
	font-size: 13px;
	line-height: 17px;
	margin: 10px 0 0;
}

.mod_answers .inner form .txt a {
	color: #f61212;
}

.mod_answers .paging {
	margin: 0 0 20px 0;
}

.mod_answers_overview ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
}

.mod_answers_overview ul ul {
	margin-left: 0;
}

.mod_answers_overview li {
	background: transparent url(../img/tree-list-icon.gif) no-repeat scroll 0 0;
	padding-top: 3px;
	padding-left: 5px;
}

.mod_answers_overview li li {
	background: transparent url(../img/tree-list-subicon.gif) no-repeat scroll 0 0;
	padding-left: 18px;
}

.mod_answers_overview li .inner {
	margin-left: 10px;
}

.mod_answers_overview li .inner a {
	font-weight: bold;
}

.mod_answers_overview li .inner a,
.mod_answers_overview li .inner a:active,
.mod_answers_overview li .inner a:hover {
	color: #000000;
}

.mod_answers_overview li .inner a:visited {
	color: #9a9a9a;
}

.mod_answers_overview li .inner.owner a {
	color: #354497;
}

.mod_answers_overview li .inner a.user {
	color: #F61212;
	font-weight: normal;
}

.mod_reply {
	background: #ffffff;
	margin: 0;
	padding: 20px 0 20px 0;
}

.mod_reply .hd {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding-bottom: 3px;
	width: 100%;
}

.mod_reply p {
	margin-bottom: 20px;
}

.mod_reply form {
	background: transparent;
	margin: 0 0 20px 0;
}

.mod_reply legend {
	display: none;
}

.mod_reply label,
.mod_reply .label {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

.mod_reply .line {
	margin-bottom: 15px;
}

.mod_reply .line p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}

.mod_reply .error_message {
	color: #cc0000;
	font-weight: bold;
}

.mod_reply .success_message {
	color: #23987D;
	font-weight: bold;
}

.mod_reply .line .left {
	float: left;
	text-align: right;
	width: 50px;
}

.mod_reply .line .right {
	float: right;
	width: 410px;
}

.mod_reply .line select {
	margin-top: 5px;
	width: 133px;
}

.mod_reply .line input[type=text] {
	width: 404px;
}

.mod_reply .line input[type=radio] {
	margin-left: 5px;
}

.mod_reply .line textarea {
	height: 400px;
	padding: 1px;
	width: 404px;
}

.mod_reply .editortoolbar {
}

.mod_reply .editortoolbar a {
	font-weight: bold;
}

.mod_reply .editortoolbar .btnToggleSmileys {
	background: transparent url("../img/clipping.png") no-repeat -821px -567px;
	display: block;
	float: right;
	padding-left: 12px;
}

.mod_reply .editortoolbar .btnToggleSmileys.opened {
	background: transparent url("../img/clipping.png") no-repeat -821px -538px;
}

.mod_reply .editortoolbar .btnToggleSmileys img {
	display: block;
	float: right;
	margin: -6px 3px 0 5px;
}

.mod_reply .smileys a {
	display: inline-block;
	margin: 0;
	padding: 0 4px 0 3px;
}

.mod_reply .actionbar {
	font-size: 12px;
}

.mod_reply .actionbar .right {
	border-bottom: 1px solid #c9c2bc;
	border-top: 1px solid #c9c2bc;
	line-height: 27px;
	padding: 10px 0;
	position: relative;
}

.mod_reply .actionbar a {
	float: left;
	font-weight: normal;
}

.mod_reply .actionbar a.btnHtmlMode {
	margin-left: 10px;
}

.mod_reply .actionbar a.btnCancel {
	float: right;
	margin-right: 20px;
}

.mod_reply .actionbar #createbtn {
	float: right;
}

.mod_reply .actionbar #blogPostPreviewFormBtn {
	float: left;
}

.mod_reply #blogPostPreviewContent {
	float: right;
	padding: 0;
	width: 426px;
}

.mod_reply #blogPostPreviewContent .post_content {
	margin: 0;
	padding: 0;
}

.level2 .mod_reply #blogPostPreviewContent {
	width: 400px;
}

.level3 .mod_reply #blogPostPreviewContent {
	width: 374px;
}

/* 7.3.15_tag-cloud-modul.html */
.mod_tag_cloud .hd {
	border: none;
	font-size: 14px;
	line-height: 18px;
}

.mod_tag_cloud .bd {
	background-color: #f7f7f4;
	border-bottom: 1px solid #e6e3dc;
	border-top: 1px solid #e6e3dc;
	padding: 0 10px;
}

.mod_tag_cloud .bd a {
	line-height: 24px;
}

.mod_tag_cloud .tag1 {
	color: #000000;
	font-size: 12px;
}

.mod_tag_cloud .tag2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.mod_tag_cloud .tag3 {
	color: #f61212;
	font-size: 12px;
}

.mod_tag_cloud .tag4 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.mod_tag_cloud .tag5 {
	color: #f61212;
	font-size: 18px;
	font-weight: bold;
}

.mod_tag_cloud .tag6 {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
}

.mod_tag_cloud .tag7 {
	color: #f61212;
	font-size: 20px;
	font-weight: bold;
}

.mod_tag_cloud .tag8 {
	color: #000000;
	font-size: 22px;
}

.mod_tag_cloud .tag9 {
	color: #f61212;
	font-size: 24px;
	font-weight: bold;
}

.mod_tabs .mod_tag_cloud .hd {
	display: block;
	padding-top: 15px;
}


/* 7.4.01_daily-dosis.html */
.mod_daily_dosis {
	background: #ffffff url("../img/bg_specials.png") repeat-x left bottom;
	display: none;
	margin-bottom: 10px;
	padding-bottom: 33px;
}

.mod_daily_dosis .aside .mod {
	margin-bottom: 20px !important;
}

.mod_dd_teaser {
	margin-bottom: 20px;
}

.mod_dd_teaser .hd {
	margin-bottom: 9px;
}

.mod_dd_teaser .hl {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.mod_dd_teaser .hl a {
	color: #000000;
}

.mod_dd_teaser .hl_ad,
.mod_dd_teaser .hl a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 5px;
	display: block;
	padding: 0 50px 0 0;
}

.mod_dd_teaser .inline_left {
	float: left;
	margin: 4px 15px 10px 0;
	width: auto;
}

.mod_dd_teaser .inline_right {
	float: right;
	margin: 4px 0 10px 15px;
	width: auto;
}

.mod_dd_teaser div.img {
	float: left;
	margin: 4px 15px 20px 0;
}

.mod_dd_teaser .txt {
	font-size: 13px;
	line-height: 17px;
}

.mod_dd_teaser .txt a {
	font-weight: bold;
}

.mod_dd_quiz {
	margin-bottom: 20px;
}

.mod_dd_quiz .hd {
	margin-bottom: 9px;
}

.mod_dd_quiz .bd {
	background-color: #e6e3dc;
	min-height: 165px;
	padding: 15px 15px 50px;
	position: relative;
}

.mod_dd_quiz form {
	background-color: transparent;
}

.mod_dd_quiz .legend {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	margin-bottom: 19px;
	white-space: normal;
}

.mod_dd_quiz .line {
	margin-bottom: 4px;
}

.mod_dd_quiz input[type=radio],
.mod_dd_quiz input[type=checkbox] {
	float: left;
	margin-top: 1px;
}

.mod_dd_quiz label {
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin-left: 25px;
}

.mod_dd_quiz input[type=submit] {
	bottom: 15px;
	margin-top: 11px;
	position: absolute;
	right: 15px;
}

.mod_dd_quiz .txt {
	font-size: 13px;
	line-height: 16px;
}

.mod_dd_quiz .back {
	background: transparent url("../img/clipping.png") no-repeat -330px -730px;
	bottom: 15px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	height: 27px;
	left: 15px;
	line-height: 27px;
	position: absolute;
	text-align: center;
	width: 92px;
}

.mod_dd_quiz .wrong .result {
	color: #f61212;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 3px;
}

.mod_dd_quiz .right .result {
	color: #6dc64b;
	font-size: 21px;
	font-weight: bold;
}

.mod_dd_quiz .right .hl {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
}

.mod_dd_rect {
	margin-bottom: 20px;
}

.mod_dd_horoscope .nav {
	border-bottom: 1px solid #e6e3dc;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 5px 0 3px;
}

.mod_dd_horoscope .nav .date {
	float: left;
	width: 169px;
}

.mod_dd_horoscope .nav .control {
	color: #409bb9;
	float: right;
	position: relative;
	text-align: center;
	width: 131px;
}

.mod_dd_horoscope .nav .control a {
	background: transparent url("../img/clipping.png") no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 19px;
	position: absolute;
	width: 19px;
}

.mod_dd_horoscope .nav .control .previous {
	background-position: -400px -500px;
	left: 0;
	top: -2px;
}

.mod_dd_horoscope .nav .control .previous:hover {
	background-position: -400px -541px;
}

.mod_dd_horoscope .nav .control .next {
	background-position: -400px -519px;
	right: 0;
	top: -2px;
}

.mod_dd_horoscope .nav .control .next:hover {
	background-position: -400px -560px;
}

.mod_dd_horoscope .items {
	width: 300px;
	overflow: hidden;
	position: relative;
}

.mod_dd_horoscope .items ul {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 3605px; /* 12 * 300 + 5px tolerance... */
}

.mod_dd_horoscope .items ul li {
	float: left;
	list-style-type: none;
	padding: 0 13px;
	width: 274px;
}

.mod_dd_horoscope .items .txt {
	font-size: 13px;
	line-height: 17px;
	white-space: normal;
}


/* 7.4.02_karussell.html */
.mod_caroussel {
	margin: 0;
	padding-bottom: 20px;
}

.mod_caroussel .head {
	position: relative;
}

.mod_caroussel .hd {
	border-color: #e6e3dc;
	line-height: 23px;
	padding-bottom: 6px;
}

.mod_caroussel .paging {
	display: none;
	position: absolute;
	right: 0;
	top: 3px;
}

.mod_caroussel .paging .previous {
	background: transparent url("../img/clipping.png") no-repeat -400px -500px;
	cursor: pointer;
	height: 19px;
	padding: 0;
	width: 19px;
}

.mod_caroussel .paging .next {
	background: transparent url("../img/clipping.png") no-repeat -400px -519px;
	cursor: pointer;
	height: 19px;
	padding: 0;
	width: 19px;
}

.mod_caroussel .paging .btns a {
	margin: 0;
}

.mod_caroussel .wrapper {
	background-color: #f7f7f4;
	border-bottom: 1px solid #e6e3dc;
	margin: 1px 0;
	padding: 0 5px;
	overflow: hidden;
	position: relative;
	width: 830px;
}

.mod_caroussel .kicker {
	font-size: 13px;
	font-weight: bold;
	margin: 12px 0 -7px;
}

.mod_caroussel .hl {
	color: #409bb9;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	margin: 12px 0 7px;
}

.mod_caroussel .slider {
	left: 0;
	position: relative;
	width: 50000px;
}

.mod_caroussel .group {
	float: left;
	width: 830px;
}

.mod_caroussel .group .slot {
	float: left;
	padding: 20px 10px 13px;
}

.mod_caroussel .group .slot.mod_ad {
	background-position: 10px 6px;
}

.mod_caroussel .group .slot img {
	height: auto;
	width: 100%;
}

.mod_caroussel .group_col2 .slot {
	width: 395px;
}

.mod_caroussel .group_col3 .slot {
	width: 256px;
}

.mod_caroussel .ilist li {
	background-position: -824px -628px;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 5px;
}

.mod_caroussel .ilist a:hover {
	color: #cccccc;
}

.mod_caroussel .more {
	float: right;
	margin-top: 5px;
}

.content_main .mod_caroussel .wrapper {
	width: 509px;
}

.content_main .mod_caroussel .group {
	width: 509px;
}

.content_main .mod_caroussel .group .slot {
	padding-left: 5px;
	padding-right: 5px;
	width: 159px;
}

.content_main .mod_caroussel .group .slot.mod_ad {
	background-position: 5px 6px;
}

.content_main .mod_caroussel .group_col2 .slot {
	width: 244px;
}

.content_main .mod_caroussel .group_col3 .slot {
	width: 159px;
}

/* 7.4.04_themenspecial-buttons.html inkl. Themenspecial-Reiter */
.specials {
	margin-bottom: 20px;
}

.specials .bg {
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.specials .bg .bg_layer {
	background: transparent url(../img/bg_special_tabs_layer.png) repeat-y;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.specials .bg .bg_layer,
.specials .bg img {
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
}

.specials .bg .txt {
	top: 15px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	left: 10px;
	letter-spacing: 2px;
	line-height: 14px;
	position: absolute;
	text-transform: uppercase;
}

.specials .bg .dark {
	color: #000000;
}

.specials .bg .light {
	color: #FFFFFF;
}

.specials .bg .tabs {
	border-bottom: none;
	bottom: 0;
	left: 0;
	position: absolute;
}

.specials .hl {
	color: #409bb9;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 18px;
	margin-top: 12px;
}

.specials .buttons {
	border-bottom: 1px solid #cccccc;
	padding: 7px 4px 12px;
}

.specials .buttons li {
	background: transparent url("../img/clipping.png") no-repeat -250px -500px;
	display: block;
	float: left;
	height: 70px;
	margin: 3px 4px 0 0;
	width: 150px;
}

.specials .buttons a {
	display: block;
	font-weight: bold;
	height: 70px;
	line-height: 14px;
	position: relative;
	width: 150px;
}

.specials .buttons a:hover span {
	text-decoration: underline;
}

.specials .buttons .img {
	bottom: 32px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 150px;
}

.specials .buttons .txt {
	bottom: 14px;
	display: block;
	left: 0;
	position: absolute;
	text-align: center;
	width: 150px;
}

.content_wide .specials .buttons {
	padding: 7px 10px 12px;
}


/* 7.5.01_kuechenzuruf.html */
.abstract {
	background-color: #f2f1ed;
	padding: 10px;
}


/* 7.3.03_stoerer-clipv.html */
.mod_eyecatcher {
	height: 125px;
	margin-left: -4px;
	position: relative;
	width: 477px;
}

.mod_eyecatcher .bd {
	border: none !important;
	padding: 17px 10px 15px 20px !important;
}

.mod_eyecatcher .bd .media {
	padding: 0;
}

.mod_eyecatcher .bd .media .img {
	background-color: #ffffff;
	border: 1px solid #d0cfce;
	-webkit-box-shadow: 0px 0px 3px #bebcb6;
	-moz-box-shadow: 0px 0px 3px #bebcb6;
	box-shadow: 0px 0px 3px #bebcb6;
	height: auto;
	margin-right: 12px;
	padding: 4px;
}

.mod_eyecatcher .bd .hl {
	font-weight: bold;
	margin-bottom: 10px;
}

.mod_eyecatcher .bd .hl a {
	color: #fb0000;
	font-size: 20px;
	line-height: 24px;
}

.mod_eyecatcher .bd .hl span {
	color: #fb0000;
	font-size: 20px;
	line-height: 24px;
}

.mod_eyecatcher .bd .hl a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 105px 4px;
	display: block;
	padding: 15px 0 0 0;
}

.mod_eyecatcher .bd .txt {
	font-size: 14px;
	line-height: 17px;
}

.mod_eyecatcher .bd .button {
	background: transparent url("../img/clipping.png") no-repeat -565px -730px;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	margin: 10px 0 0 10px;
	text-align: center;
	width: 115px;
}

.mod_eyecatcher .bd .button:hover {
	text-decoration: none;
}

.mod_eyecatcher_txt .bd {
	padding: 17px 10px 0 30px;
}

.mod_eyecatcher_txt .bd .hl a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 4px;
	display: block;
	padding: 15px 0 0 0;
}

.mod_teaser .mod_eyecatcher {
	margin-bottom: 13px;
	margin-top: 13px;
}

.mod_clip .mod_eyecatcher {
	margin-bottom: 23px;
	margin-top: 23px;
}

.mod_search_result .mod_eyecatcher {
	margin-bottom: 8px;
	margin-top: 12px;
}

/* 7.2.12_stoerer-clip.html */
.aside .mod_eyecatcher {
	height: 142px;
	margin-left: 0;
	width: 300px;
}

.aside .mod_eyecatcher .bd {
	padding: 17px 15px 15px 15px !important;
}

.aside .mod_eyecatcher .img {
	margin-right: 5px;
}

.aside .mod_eyecatcher .hl {
	font-weight: normal;
	margin-bottom: 5px;
}

.aside .mod_eyecatcher .txt {
	font-size: 12px;
	line-height: 16px;
}

.aside .mod_eyecatcher_txt .bd {
	padding-left: 30px !important;
}

.aside .mod_eyecatcher_txt .txt {
	font-size: 14px;
}

/* special */
.mod_eyecatcher_sp {
	background: transparent url("../img/bg_special.png") no-repeat;
	height: 147px;
}

.mod_eyecatcher_sp .bd {
	padding: 14px 10px 0 20px !important;
}

.mod_eyecatcher_sp .bd .sp {
	color: #409bb9;
	font-size: 32px;
	line-height: 34px;
	margin: -2px 0 4px;
}

.mod_eyecatcher_sp .bd .hl,
.mod_eyecatcher_sp .bd .hl a {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}

.mod_eyecatcher_sp .bd .hl {
	margin-bottom: 4px;
}

.mod_eyecatcher_sp .bd .hl a:hover {
	text-decoration: underline;
}

.mod_eyecatcher_sp .bd .hl a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 4px;
	display: inline;
	padding: 0 0 0 50px;
}

.mod_eyecatcher_sp .bd .media .img {
	border-color: #a6cad5;
	margin: 3px 12px 10px 0;
	-webkit-box-shadow: 0px 0px 3px #a6cad5;
	-moz-box-shadow: 0px 0px 3px #a6cad5;
	box-shadow: 0px 0px 3px #a6cad5;
}

.mod_eyecatcher_sp .bd .txt {
	color: #000000;
}

.mod_eyecatcher_sp_txt .bd .hl a.ad {
}


/* Doxter-Box */
.mod_doxter {
	background: transparent url("../img/bg_doxter.png") no-repeat;
	border: 2px solid #0d497f;
	height: 125px;
	overflow: hidden;
	position: relative;
}

.mod_doxter .bd {
	padding: 17px 10px 0 30px;
}

.mod_doxter .bd .media {
	padding: 0;
}

.mod_doxter .bd .hl {
	font-weight: bold;
	margin-bottom: 10px;
}

.mod_doxter .bd .hl a {
	color: #fb0000;
	font-size: 20px;
	line-height: 24px;
}

.mod_doxter .bd .txt {
	font-size: 14px !important;
	line-height: 17px;
}

.mod_doxter .bd .button {
	background: transparent url("../img/clipping.png") no-repeat -565px -730px;
	color: #ffffff;
	bottom: 10px;
	display: block;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	position: absolute;
	right: 11px;
	text-align: center;
	width: 115px;
}

.mod_doxter .bd .button:hover {
	text-decoration: none;
}


/* aside */
.aside .mod {
	font-size: 12px;
	margin-bottom: 50px;
}

.aside .mod .hd {
	border-bottom: 3px solid;
	color: #409bb9;
	font-size: 16px;
	font-weight: bold;
}

.aside .mod .kicker {
	color: #6f6f6f;
	line-height: 18px;
}

.aside .mod .hl {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.aside .mod .img img {
	display: block;
}

.aside .mod .txt {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

.aside .mod .txt .more {
	color: #000000;
	font-weight: bold;
}

.aside .mod .ft {
	padding-top: 13px;
	text-align: right;
}

.aside .mod .ft .less,
.aside .mod .ft .more {
	background: transparent url("../img/clipping.png") no-repeat right -598px;
	color: #6f6f6f;
	font-size: 12px;
	line-height: 18px;
	padding: 0 14px 0 0;
}

.aside .mod .ft .less {
	display: none;
}

.aside .mod .list li {
	padding: 0 10px;
}

.aside .mod .ilist li {
	background-position: -814px -623px !important;
	border-bottom: 1px solid #e3dfdc;
	font-size: 12px !important;
	line-height: 24px !important;
	padding: 0 10px 0 24px !important;
}

.ie7 .aside .mod .ft .more,
.ie8 .aside .mod .ft .more {
	background-position: right -597px;
}


.aside .mod .list.expert_list .uicon {
	margin-top: 13px;
}

.aside .mod .list.expert_list .ft {
	clear: both;
	padding-bottom: 6px;
}


/* 7.2.01_binnen-navigation.html */
.mod_nav {
}

.mod_nav .list {
	line-height: 29px;
}

.mod_nav .list li {
	border-bottom: 1px solid #e0e0e0;
	height: 29px;
	padding: 0 10px;
}

.mod_nav .list li a {
	display: block;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	padding: 0 10px 0 14px;
}

.mod_nav .list li a span {
	float: left;
}

.mod_nav .list li a span.adMarker {
	color: #000000;
	float: none;
	font-size: 10px;
	font-weight: normal;
	margin-left: 8px;
	text-transform: uppercase;
}

.mod_nav .list li a img {
	float: right;
}

.mod_nav .list li.first {
	border-top: 1px solid #e0e0e0;
}

.mod_nav .list li.active {
	background: transparent url("../img/clipping.png") no-repeat -4px -307px;
	border-bottom: none;
	padding: 16px 10px 16px 10px;
}

.mod_nav .list li.active a {
	color: #f61212;
	font-weight: bold;
	padding: 0 30px 0 14px;
}

.mod_nav .list li a.icon {
	position: relative;
}

.mod_nav .list li a.icon:after {
	color: #424242;
	font-family: FontAwesome;
	font-size: 1.5em;
	position: absolute;
	right: 0.7em;
	top: 0px;
}

.mod_nav .list li a.icon:before {
	color: #424242;
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 5px;
	text-decoration: none;
}

.mod_nav .list li a.icon_main {
}

.mod_nav .list li a.icon_arzt_erwartung:after {
	content: "\f0f0";
}

.mod_nav .list li a.icon_diagnose:after {
	content: "\f0f1";
}

.mod_nav .list li a.icon_grundlagen:after {
	content: "\f02b";
}

.mod_nav .list li a.icon_lexikon:after {
	content: "\f02d";
}

.mod_nav .list li a.icon_medikamente:after {
	content: "\f12d";
}

.mod_nav .list li a.icon_patientenaustausch:after {
	content: "\f0c0";
}

.mod_nav .list li a.icon_symptome:after {
	content: "\f06e";
}

.mod_nav .list li a.icon_therapie:after {
	content: "\f0fa";
}

.mod_nav .list li a.icon_ursachen:after {
	content: "\f059";
}

.mod_nav .list li a.icon_verlauf:after {
	content: "\f2c7";
	margin-right: 3px;
}

.mod_nav .list li a.icon_verwandte_krankheiten:after {
	content: "\f074";
}

.mod_nav .list li a.icon_vorbeugung:after {
	content: "\f0e9";
}

.mod_nav .list li a.icon_weitere_infos:after {
	content: "\f05a";
}

.mod_nav .list li a.icon_wer_kann_helfen:after {
	content: "\f2b9";
}

.content_main .mod_nav .list li.active {
	background-position: 216px -307px;
}

/* 7.2.03_specials-box.html */
.mod_special .bg {
	background: #f7f7f4;
}

.mod_special ul {
	border-bottom: 1px solid #e6e3dc;
}

.mod_special li {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 12px 0;
}

.mod_special .img {
	float: left;
	margin-right: 20px;
	width: 107px;
}

.mod_special .hl {
	display: block;
}

.mod_special .txt {
	font-size: 13px;
	line-height: 18px;
}

.mod_special .txt a {
	color: #000000;
	font-weight: bold;
}

.mod_special .ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 127px 5px;
	padding: 15px 0 0 0;
}

.mod_special .noimg .ad {
	background-position: 0 5px;
}

.mod_special .ft {
	padding-top: 13px;
	text-align: right;
}

.content .mod_special .hl {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 5px;
}

.content .mod_special .ft .more {
	color: #6F6F6F;
}

.aside .mod_special.fitHeightToCarousel {
	min-height: 390px;
	position: relative;
}

.aside .mod_special.fitHeightToCarousel .ft {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

/* 7.2.04_news-ticker-box.html */
.mod_news .list .item {
	padding: 4px 0 7px;
}

.mod_news .list .kicker {
	margin-bottom: 1px;
}

.mod_news .list .hl {
	margin-bottom: 2px;
}

.mod_news .list .ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 5px;
	display: block;
	padding: 0 50px 0 0;
}

/* 7.2.05_video-box.html */
.mod_video {
	border-bottom: 1px solid #e3dfdc;
}

.mod_video .bd {
	border-bottom: 1px solid #e3dfdc;
	position: relative;
}

.mod_video .inner {
	background-color: #f7f7f4;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 15px 0 7px;
}

.mod_video .prev {
	background: transparent url("../img/clipping.png") no-repeat -570px -500px;
	cursor: pointer;
	display: block;
	height: 27px;
	left: 0;
	position: absolute;
	top: 70px;
	width: 23px;
}

.mod_video .next {
	background: transparent url("../img/clipping.png") no-repeat -570px -527px;
	cursor: pointer;
	display: block;
	height: 27px;
	right: 0;
	position: absolute;
	top: 70px;
	width: 23px;
}

.mod_video .inner .img_container {
	margin: 0 auto 5px;
	position: relative;
	width: 240px;
}

.mod_video .inner .img {
	background: #969696;
	border: 3px solid black;
	display: block;
	height: 133px;
	width: 234px;
}

.mod_video .inner .img:hover {
	border-color: red;
}

.mod_video .inner .overlay {
	background: transparent url(../js/brightcove/bcw_single/bcw_single/bc_playOverlay_Off.png) no-repeat center center;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.mod_video .inner .overlay:hover {
	background: transparent url(../js/brightcove/bcw_single/bcw_single/bc_playOverlay_On.png) no-repeat center center;
}

.mod_video .bd .txt {
	color: #409bb9;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
	padding: 0 15px;
}

.mod_video .ft {
	background-color: #faf9f8;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	overflow: hidden;
	padding-top: 13px;
}

* + html .mod_video .ft {
	position: relative;
}

/* Workaround für IE7 */
.mod_video .ft .txt {
	color: #409bb9;
	font-size: 10px;
	line-height: 12px;
}

.mod_video .ft .list {
	margin: 0 20px;
	width: 1000000px;
}

.mod_video .ft .list li {
	display: block;
	float: left;
	margin-left: 20px;
	overflow: hidden;
	padding: 0;
	width: 80px;
}

.mod_video .ft .list .first {
	margin-left: 0;
}

.mod_video .ft .list .img {
	background: #969696;
	border: 1px solid black;
	display: block;
	height: 44px;
	margin: 0 0 4px 0;
	width: 78px;
}

.mod_video .ft .list .img:hover {
	border-color: red;
}

.mod_video .ft .list .txt {
	text-align: left;
	margin: 5px 0 11px 0;
}

.mod_video.hideThumbs .bd {
	border-bottom: none;
}

.mod_video.hideThumbs .ft {
	display: none;
}

.aside .mod_video .ft .list {
	margin: 0 15px;
}

.aside .mod_video .ft .list li {
	margin-left: 15px;
}

.aside .mod_video .ft .list .first {
	margin-left: 0;
}


/* 7.2.07_fragen-antworten-box.html */
.mod_question {
	color: #6f6f6f;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.mod_question .list {
	display: none;
}

.mod_question .active {
	display: block;
}

.mod_question .ft .more {
	cursor: pointer;
	display: none;
}

.mod_question .ft .prev {
	background-position: -822px -456px;
	float: left;
	padding: 0 0 0 14px;
}

.mod_question .ft .next {
	background-position: right -596px;
	float: right;
}

/* 7.2.08_social-bookmark-box.html */
.mod_social li {
	float: left;
	height: 20px;
	margin: 14px 0 1px 15px;
	width: 20px;
}

.mod_social li img {
	border: 1px solid #cdcdcd;
	display: block;
}

/* password forgotten: */
.mod_pw_forgotten {
}

.mod_pw_forgotten .hd {
	margin-bottom: 10px;
}

.mod_pw_forgotten form {
	background: transparent;
}

.mod_pw_forgotten .txt {
	margin: 0 0 20px 0;
}

.mod_pw_forgotten .line {
	margin-bottom: 10px;
}

.mod_pw_forgotten .line .left {
	float: left;
	text-align: right;
	width: 133px;
}

.mod_pw_forgotten .line .left label {
	color: #000000;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
}

.mod_pw_forgotten .line .right {
	float: right;
	width: 322px;
}

.mod_pw_forgotten .line .right input[type=text] {
	margin-bottom: 7px;
	width: 220px;
}

.mod_pw_forgotten .line .right input[type=text].error {
	border-color: #973544;
}

.mod_pw_forgotten .line .right label {
	margin-left: 3px;
	margin-right: 6px;
	vertical-align: middle;
}

.mod_pw_forgotten .line .left label.error,
.mod_pw_forgotten .line .right label.error {
	color: #973544;
}

.mod_pw_forgotten .line .right label a {
	color: #973544;
}

/* 7.2.10_kategorienuebersicht.html */
.mod_category .hd {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 4px;
}

.mod_category table {
	margin: 15px 0 9px;
	width: 100%;
}

.mod_category caption {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
}

.mod_category caption a {
	color: #000000;
}

.mod_category th {
	border-bottom: 1px solid #e3dfdc;
	color: #6f6f6f;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding: 4px 0;
	text-align: left;
	width: 60px;
}

.mod_category th.category {
	width: 180px;
}

.mod_category td {
	border-bottom: 1px solid #e3dfdc;
	color: #6f6f6f;
	font-size: 13px;
	line-height: 17px;
	padding: 4px 0;
}

.mod_category .ilist_item {
	background: transparent url("../img/clipping.png") no-repeat -824px -627px;
	color: #000000;
	margin-left: 10px;
	padding-left: 15px;
}

/* 7.2.15_nutzer-ranking.html */
.mod_ranking {
	color: #6f6f6f;
	font-size: 11px;
}

.mod_ranking .list li {
	padding: 4px 10px;
}

.mod_ranking .uicon {
	float: left;
}

.mod_ranking .info {
	float: left;
	padding: 7px 0 0 10px;
	width: 210px;
}

.mod_ranking .info .user {
	font-size: 14px;
	line-height: 19px;
}

.mod_ranking .points {
	float: left;
	padding: 7px 0;
	text-align: right;
	width: 48px;
}

.mod_ranking .points .count {
	color: #409bb9;
	font-size: 17px;
	line-height: 19px;
}


/* 7.2.16_index-box.html */
.mod_index .hl {
	border-bottom: none;
	color: #409bb9;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 23px !important;
	margin-top: 10px;
}

.mod_index .left {
	float: left;
	width: 50%;
}

.mod_index .right {
	float: right;
	width: 50%;
}

.mod_index .active {
	color: #f61212;
	font-weight: bold;
}

.mod_index .hide {
	display: none;
}

.mod_index .bd {
	border-bottom: 1px solid #e3dfdc;
	border-top: none;
	margin-bottom: 23px;
	width: 520px;
}

.mod_index .withImg .bd {
	width: 368px;
}

.mod_index .media .img {
	margin-right: 12px;
}

.mod_index .bd .ilist li {
	background-position: -814px -624px;
	border-bottom: none !important;
	border-top: 1px solid #e3dfdc;
	font-size: 13px;
	line-height: 20px;
	padding: 2px 0 2px 27px;
}

.mod_index .bd .ilist li.lastButNotBottom {
	border-bottom: 1px solid #E3DFDC !important;
}

.mod_index .bd .ilist li a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 8px;
	display: block;
	padding: 0 50px 0 0;
}

.mod_index .bd .ilist li li,
.mod_index .bd .ilist .first {
	border: none;
}

.mod_index .bd_more {
	margin-bottom: 0;
}

/*.mod_index .button { background: transparent url("../img/clipping.png") no-repeat -425px -730px; color: #ffffff; display: block; font-size: 12px; font-weight: bold; height: 27px; line-height: 27px; margin: 12px auto; text-align: center; width: 135px; }
.mod_index .button:hover { text-decoration: none; }*/
.mod_index .loginBtn {
	margin-top: 6px;
}

.aside .mod_index .bd {
	width: 300px;
}


/* Navigationsbox */
.mod_nav .hl {
	border-bottom: none;
	color: #409bb9;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 23px !important;
	margin-top: 10px;
}

.mod_nav .left {
	float: left;
	width: 50%;
}

.mod_nav .right {
	float: right;
	width: 50%;
}

.mod_nav .active {
	color: #f61212;
}

.mod_nav a.active {
	font-weight: bold;
}

.mod_nav .hide {
	display: none;
}

.mod_nav .bd {
	border: none;
}

.mod_nav .bd .ilist li {
	background-position: -814px -624px;
	border-bottom: 1px solid #e3dfdc;
	border-top: none !important;
	font-size: 13px;
	line-height: 20px;
	padding: 2px 0 2px 27px;
}

.mod_nav .bd .ilist li li {
	border: none;
}

.mod_nav .bd .ilist li.first {
}

.mod_nav .bd .ilist li.sub {
	background: transparent url("../img/li_plusminus.png") no-repeat 9px 7px !important;
}

.mod_nav .bd .ilist li.open {
	background-position: -483px 7px !important;
}

.mod_nav .bd_more {
	margin-bottom: 0;
}

.mod_nav .bd .toggle .toggle {
	display: none;
}

.mod_nav .bd .toggle li.initopen > .toggle {
	display: block;
}


/* 7.2.17_info-modul-nutzerstatus.html */
.mod_status .lft {
	text-align: left;
}

.mod_status .div {
	border-left: 1px solid #e6e3dc;
	padding: 0 10px;
}

.mod_status th:first-child .div,
.mod_status td:first-child .div {
	border: none;
}

.mod_status .txt {
	color: #6f6f6f;
	font-size: 13px;
	line-height: 18px;
	padding: 6px 10px 10px;
}

.mod_status table {
	border-collapse: separate;
	width: 100%;
}

.mod_status td,
.mod_status th {
	border-bottom: 1px solid #e6e3dc;
	padding: 2px 0;
	text-align: center;
}

.mod_status th {
	color: #6f6f6f;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}

.mod_status td {
	border-top: 1px solid #ffffff;
	font-size: 16px;
	line-height: 18px;
}

/* mod_shortcuts.html */
.mod_shortcuts {
	overflow: hidden;
}

.mod_shortcuts .bd {
	padding-top: 10px;
}

.mod_shortcuts .ilist {
	display: none;
}

.mod_shortcuts .active .ilist {
	display: block;
}

.mod_shortcuts .hl {
	background: transparent url("../img/clipping.png") no-repeat -530px -151px;
	color: #ffffff;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
}

.mod_shortcuts .hl:hover {
	background-position: -530px -176px;
}

.mod_shortcuts .active .hl,
.mod_shortcuts .active .hl:hover {
	background-position: -530px -201px;
}

.mod_shortcuts .list {
	margin-bottom: 1px;
}

.mod_shortcuts .ilist li {
	border-top: none;
	font-size: 11px;
}

.mod_shortcuts .ilist li a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 8px;
	display: block;
	padding: 0 50px 0 0;
}

.mod_shortcuts .ilist .odd {
	background-color: #f7f7f4;
}

/* Medikamentenbestellung */
.mod_medicine_order .mod_ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 5px;
	padding: 15px 0 0 0;
}

.mod_medicine_order .inner {
	border: 1px solid #e6e3dc;
	padding: 5px 10px;
}

.mod_medicine_order .hd {
	border-bottom: none !important;
	margin-bottom: 12px;
}

.mod_medicine_order .img {
	float: left;
	margin-right: 15px;
}

.mod_medicine_order p {
	margin-bottom: 3px;
}

.mod_medicine_order .hl,
.mod_medicine_order .txt,
.mod_medicine_order .link {
	margin-left: 105px;
}

.mod_medicine_order .price {
	color: #f61212;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 5px;
}

.mod_medicine_order .link a {
	background: transparent url("../img/clipping.png") no-repeat scroll right -598px;
	padding: 0 14px 0 0;
}

.mod_medicine_order .noimg .hl,
.mod_medicine_order .noimg .txt,
.mod_medicine_order .noimg .link {
	margin-left: 0;
}

/* mod_most_discussed (01_Einzelartikel_final_verm)*/
.mod_most_discussed {
	overflow: hidden;
}

.mod_most_discussed .hd {
	border-bottom: 1px solid #e3dfdc;
}

.mod_most_discussed .kicker,
.mod_most_discussed .sub {
	color: #6f6f6f;
	font-size: 13px;
	line-height: 18px;
}

.mod_most_discussed .hl {
	color: #333333;
	font-size: 13px !important;
	font-weight: bold !important;
	line-height: 18px !important;
}

.mod_most_discussed .txt {
	color: #000000;
	font-size: 13px;
	line-height: 18px;
}

.mod_most_discussed .txt a {
	color: #000000;
	font-weight: bold;
}

.mod_most_discussed .list li {
	padding: 7px 10px 10px 33px;
	position: relative;
}

.mod_most_discussed .icon {
	background: transparent url("../img/clipping.png") no-repeat scroll -425px -541px;
	height: 15px;
	left: 9px;
	position: absolute;
	top: 30px;
	width: 16px;
}

.aside .mod_most_discussed .hl {
	margin-left: 20px;
}

.aside .mod_most_discussed .icon {
	top: 22px;
}

/* Verwandte Artikel */
.mod_related .hd {
	margin-bottom: 10px;
}

.mod_related .media {
	padding: 10px 0;
}

.mod_related .first {
	padding-top: 0;
}

.mod_related .bd {
}

.mod_related .img {
	margin-right: 12px;
}

.mod_related .kicker {
	color: #6f6f6f;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

.mod_related .kicker.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 0;
	padding-top: 11px;
}

.mod_related .hl {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 8px;
}

.mod_related .txt {
	font-size: 13px;
	line-height: 16px;
}

.mod_related a, .mod_related a:hover {
	color: #409BB9 !important;
}

.mod_related .sep {
	border-bottom: 1px solid #e3dfdc;
}

.mod_related .ilist li {
	margin-bottom: 4px;
}

.mod_related .ilist li .kicker.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 4px;
	padding-top: 15px;
}

.mod_related .ilist li a {
	color: #000000 !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}

.mod_related .ilist li a.ad {
	background: none;
	padding: 0;
}

.article div.mod_ad {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

.article .mod_related .inner {
	background: #f2f1ed;
	padding: 8px;
}

.article .mod_related .img img,
.aside .mod_related .img img {
	height: 80px;
	width: 107px;
}

.aside .mod_related .ilist li {
	background-position: -824px -627px !important;
	border: none !important;
	font-size: inherit !important;
	line-height: inherit !important;
	padding: 0 0 0 14px !important;
}

/* Suchfeld mit Überschrift (für Haupt- und Marginalspalte */
.mod_searchfield form {
	background-color: transparent;
}

.mod_searchfield .legend {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 7px;
}

.mod_searchfield label {
	color: #333333;
	float: right;
	font-size: 13px;
	line-height: 24px;
}

.mod_searchfield .bd {
	background-color: #f7f7f4;
	border-bottom: 1px solid #e6e3dc;
	border-top: 1px solid #e6e3dc;
	padding: 5px 10px;
}

.mod_searchfield .line {
	padding: 3px 0;
}

.mod_searchfield input.text {
	vertical-align: middle;
	width: 295px;
}

.mod_searchfield button.submit {
	display: inline !important;
	vertical-align: middle;
}

.aside .mod_searchfield input.text {
	width: 125px;
}

/* Promille-Rechner */
#promillerechner {
	padding: 10px;
}

#promillerechner h1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

#promillerechner form {
	margin: 0 -10px;
	padding: 0 10px 10px 10px;
}

#promillerechner .tabelle1 {
	width: 520px;
}

#promillerechner .td1 {
	width: 300px;
}

#promillerechner .td2 {
	width: 150px;
}

#promillerechner .progress1 {
	width: 125px;
}

/* mod_experts */
.mod_experts .h1 {
	border-bottom: 3px solid #409bb9;
	font-size: 16px;
	margin-bottom: 10px;
}

.mod_experts .hd {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin-bottom: 5px;
}

.mod_experts .ilist {
	margin-bottom: 20px;
}

.mod_experts .ilist li {
	background-image: none;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 8px 0;
}

.mod_experts .question {
	font-size: 12px;
	margin-bottom: 5px;
}

.mod_experts .user {
	background: transparent url("../img/clipping.png") no-repeat -824px -627px;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
	padding-left: 14px;
}

.mod_experts .user .red {
	color: #f61212;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.mod_experts .text {
	color: #000;
	font-size: 11px;
	padding-left: 14px;
}

.mod_experts .ilist li .switch {
	text-align: right;
}

.mod_experts .ilist li .more {
	cursor: pointer;
	color: #6f6f6f;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

.aside .mod_experts .hd {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	margin-bottom: 5px;
}

.aside .mod_experts .user,
.aside .mod_experts .text {
	display: none;
}

.aside .mod_experts .ilist li {
	background: transparent url("../img/clipping.png") no-repeat -824px -627px;
	border-bottom: 1px solid #ccc !important;
}

/* Textbox mit Formatierung */
.mod_richtext h1 {
	border-bottom: 3px solid;
	color: #409BB9;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 8px;
}

.highlightbox {
	background: #eeeeee;
	color: #000000;
	padding: 0 10px;
	margin-bottom: 20px;
	display: table;
}
.highlightbox h2, .highlightbox h3 {
	margin-top: 10px;
}


/* footer */
.footer {
	font-size: 11px;
	line-height: 17px;
}

.footer .col {
	border-left: 1px solid #cbc7bf;
	float: left;
	padding: 0 15px 0 20px;
	width: auto;
}

.footer .col_1 {
	border-left: 0;
	width: 174px;
}

.footer .col_2 {
	width: 174px;
}

.footer .col_3 {
	width: 174px;
}

.footer .col_4 {
	width: 175px;
}

.footer a, .footer a:active, .footer a:visited, .footer a:hover {
	color: #000000;
}

.footer .service {
	background-color: #fff;
	font-size: 13px;
	line-height: 22px;
	margin: 2px 0 12px;
	padding: 0 20px 10px;
	position: relative;
}

.footer .service .inner {
	padding: 12px 0 0 0;
}

.footer .service .hd {
	border-bottom: 0;
	color: #0d467f;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 12px;
}

.footer .service .hd .more {
	font-size: 11px;
	margin-left: 7px;
}

.footer .service .hl {
	font-size: 14px;
	font-weight: bold;
}

/*.footer .service .rounded { background: transparent url("../img/clipping.png") no-repeat 0 -135px; bottom: -4px; left: 0; height: 4px; position: absolute; width: 880px; }*/
.footer .service .rounded {
	display: none;
}

.footer .service .icon {
	padding: 0 0 0 20px;
}

.footer .service .icon_apothekensuche {
	background: transparent url(../img/icons.png) no-repeat scroll -100px 0;
}

.footer .service .icon_arztsuche {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -30px;
}

.footer .service .icon_auto {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -60px;
}

.footer .service .icon_biowetter {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -90px;
}

.footer .service .icon_branchenbuch {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -120px;
}

.footer .service .icon_figurtrainer {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -150px;
}

.footer .service .icon_gesundheit {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -180px;
}

.footer .service .icon_haus {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -210px;
}

.footer .service .icon_horoskop {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -240px;
}

.footer .service .icon_mobile-apps {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -270px;
}

.footer .service .icon_multimedia {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -300px;
}

.footer .service .icon_nachrichten {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -330px;
}

.footer .service .icon_promille {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -360px;
}

.footer .service .icon_radio {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -390px;
}

.footer .service .icon_ratgeber {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -420px;
}

.footer .service .icon_rechner {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -450px;
}

.footer .service .icon_sport {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -480px;
}

.footer .service .icon_person {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -510px;
}

.footer .service .icon_suche {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -540px;
}

.footer .service .icon_unternehmen {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -570px;
}

.footer .service .icon_vorsorgeplaner {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -600px;
}

.footer .service .icon_kompass {
	background: transparent url(../img/icons.png) no-repeat scroll -100px -630px;
}

.footer .service img {
	margin-right: 4px;
	vertical-align: middle;
}

.footer .service a {
	vertical-align: middle;
}

.footer .links {
	padding: 0 20px;
}

.footer .copyright {
	margin-bottom: 8px;
}


/* dev styles */
.dev {
	color: #cdcdcd;
	display: none;
	font-size: 10px;
}

.dev_q {
	color: #f61212;
	display: none;
	font-size: 10px;
}

/* skeleton */
.page {
	margin: 0 auto 0 auto;
	padding: 0 170px 20px 0;
	position: relative;
	width: 880px;
}

/* 170px rechts: Platzhalter für Skyscraper */
.page_outside {
	position: relative;
}

.page_inside {
	margin-top: 10px;
	position: relative;
}

/*.main { background: #ffffff url("../img/clipping.png") no-repeat 0 -826px; padding-top: 10px; }*/
.main {
	background: #ffffff;
	padding-top: 10px;
}

.section {
	clear: both;
}

.section_shadow {
	background: transparent url("../img/bg/section_shadow.png") repeat-x left bottom;
	padding-bottom: 14px;
}

.content {
	float: left;
	margin: 0 0 0 20px;
	width: 520px;
}

.content .content_left {
	float: left;
	width: 225px;
}

.content .content_right {
	float: right;
	width: 225px;
}

.content_wide {
	float: none;
	margin: 0 20px;
	padding-bottom: 1px;
	width: auto;
}

.aside {
	float: right;
	margin: 0 20px 0 0;
	width: 300px;
}

.footer {
	clear: both;
}

.content .content {
	margin-left: 0;
}

.content .content_wide {
	margin-left: 0;
	margin-right: 0;
}

.content .aside {
	margin-right: 0;
}


/*******************/
/* sitewide styles */
body {
	background-color: #9cc5db;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
}

body.iframe {
	background: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

.help {
	cursor: help;
}

/* font-styles */
.h1 {
	color: #409bb9;
	font-size: 20px;
	font-weight: bold;
}

h2, .h2 {
}

h3, .h3 {
}

h4, .h4 {
}

h5, .h5 {
}

h6, .h6 {
}

.red,
a.red,
a.red:active,
a.red:visited,
a.red:hover {
	color: #f61212;
}

a.dictionary_link {
	border-bottom: 1px dotted !important;
	text-decoration: none !important;
}

a.dictionary_link:hover {
	border-bottom: 1px solid !important;
	text-decoration: none !important;
}

.bld {
	font-weight: bold;
}

.clickable {
	cursor: pointer;
}

/* layer */
.layer {
	background: transparent url("../img/layer_trans.png");
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5503000;
}

.layer2 {
	z-index: 5503100;
}

.layer .layer_inner {
	-webkit-box-shadow: 0px 0px 13px;
	-moz-box-shadow: 0px 0px 13px;
	box-shadow: 0px 0px 13px;
	cursor: default;
	margin: 0 auto;
	position: relative;
	visibility: hidden;
}

.layer .layer_inner .close {
	background: transparent url("../img/clipping.png") no-repeat -480px -541px;
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: 20px;
	top: 14px;
	width: 24px;
}

.layer .qq-uploader {
	height: 75px;
}

.layer .qq-upload-list {
	margin: 0;
}

.layer .qq-upload-drop-area {
	display: block !important;
	height: 40px;
	min-height: auto;
	top: 30px;
	width: 400px;
}

.layer .qq-upload-button {
	border-bottom: none;
	top: 30px;
}

.layer .qq-upload-button .sepText {
	color: #6F6F6F;
	font-size: 13px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 155px;
	z-index: 5510000;
}

.layer .layer_login {
	background-color: #e6e3dc;
	color: #6f6f6f;
	padding: 28px 20px 30px;
	width: 460px;
}

.layer .layer_login form {
	background-color: transparent;
}

.layer .layer_login fieldset {
	padding: 13px 0 0 0;
}

.layer .layer_login legend {
	border-bottom: 3px solid #aaa9a5;
	padding-bottom: 4px;
	width: 100%;
}

.layer .layer_login label {
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 3px;
}

.layer .layer_login input[type=text],
.layer .layer_login input[type=password] {
	margin-bottom: 9px;
	width: 97%;
}

.layer .layer_login input[type=text].error,
.layer .layer_login input[type=password].error {
	border-color: #f61212;
}

.layer .layer_login p.error.red {
	padding-bottom: 1em;
	display: none;
}

.layer .layer_login input[type=submit] {
	float: right;
	margin-bottom: 3px;
}

.layer .layer_login .left {
	border-right: 1px solid #6f6f6f;
	float: left;
	padding: 0 35px 10px 0;
	width: 198px;
}

.layer .layer_login .right {
	float: right;
	padding: 0 0 10px 35px;
	width: 191px;
}

.layer .layer_login .right #community_layer_facebook_login {
	display: block;
	margin: 10px 0 8px 0;
}

.layer .layer_login .right .txt {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}

.layer .layer_login .forgot {
	margin: 0 0 13px;
}

.layer .layer_login .forgot a {
	color: #6f6f6f;
	font-size: 11px;
}

.layer .layer_login .saveLogin {
	margin: 0 0 13px;
}

.layer .layer_login .saveLogin input {
	vertical-align: middle;
}

.layer .layer_login .saveLogin label {
	color: #6f6f6f;
	display: inline;
	font-size: 11px;
	margin-left: 5px;
	vertical-align: middle;
}

.layer .layer_login .hd {
	border-bottom: 3px solid #aaa9a5;
	margin-bottom: 16px;
	padding-bottom: 6px;
}

.layer .layer_login .register_hl {
	margin: 15px 0 15px 0;
}

.layer .layer_login .register {
	line-height: 25px;
	padding: 0 40px 0 0;
}

.layer .layer_login .register a {
	background: transparent url("../img/clipping.png") no-repeat 0 -730px;
	color: #ffffff;
	display: block;
	float: right;
	font-weight: bold;
	height: 25px;
	text-align: center;
	width: 141px;
}

.layer .layer_login .right .register {
	padding: 0 0 10px 0;
}

.layer .layer_login .right .register a {
	float: none;
	margin-top: 10px;
}


.layer .layer_recommend_article {
	background-color: #e6e3dc;
	color: #6f6f6f;
	padding: 28px 20px 30px;
	width: 460px;
}

.layer .layer_recommend_article form {
	background-color: transparent;
}

.layer .layer_recommend_article fieldset {
	padding: 13px 0 22px;
}

.layer .layer_recommend_article legend {
	border-bottom: 3px solid #aaa9a5;
	padding-bottom: 4px;
	width: 100%;
}

.layer .layer_recommend_article label {
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 3px;
}

.layer .layer_recommend_article p {
	margin: 0 0 5px 0;
}

.layer .layer_recommend_article label {
	color: #409BB9;
	margin-top: 3px;
}

.layer .layer_recommend_article p.error label {
	display: inline-block;
	width: 133px;
	font-weight: bold;
}

.layer .layer_recommend_article input[type=text],
.layer .layer_recommend_article input[type=password] {
	margin-bottom: 9px;
	width: 97%;
}

.layer .layer_recommend_article input[type=text].error,
.layer .layer_recommend_article input[type=password].error {
	border-color: #f61212;
}

.layer .layer_recommend_article label.error {
	color: #f61212;
}

.layer .layer_recommend_article input[type=submit] {
	float: right;
	margin-bottom: 3px;
}

.layer .layer_recommend_article textarea {
	width: 457px;
	height: 58px;
	margin-bottom: 2em;
}

.layer .layer_recommend_article .left {
	float: left;
	padding: 0 35px 10px 0;
	width: 198px;
}

.layer .layer_recommend_article .right {
	float: right;
	width: 226px;
}

.layer .layer_recommend_article p.mandatories {
	float: left;
	width: 226px;
}

.layer .layer_recommend_article br.clear {
	clear: both;
}

.layer .layer_profile_image_reset_upload {
	background-color: #e6e3dc;
	color: #6f6f6f;
	padding: 28px 20px 30px;
	width: 400px;
}

.layer .layer_profile_image_reset_upload p {
	margin: 0 0 2em 0;
}

.layer .layer_profile_image_reset_upload .submit {
	float: left;
	margin-bottom: 3px;
}

.layer .layer_profile_image_reset_upload form {
	background-color: transparent;
}

.layer .layer_profile_image_reset_upload fieldset {
	padding: 13px 0 22px;
}

.layer .layer_profile_image_reset_upload legend {
	border-bottom: 3px solid #aaa9a5;
	padding-bottom: 4px;
	width: 100%;
}

.layer .layer_profile_image_reset_upload input[type=submit] {
	margin-right: 118px;
}

.layer .layer_profile_image_reset_upload p.error, .layer .layer_profile_image_upload p.success {
	display: inline-block;
	width: auto;
	font-weight: bold;
}

.layer .layer_profile_image_reset_upload p.error {
	color: #f61212;
}

.layer .layer_profile_image_reset_upload p.success {
	color: #1cab00;
}

.layer .layer_profile_image_upload {
	background-color: #e6e3dc;
	color: #6f6f6f;
	padding: 28px 20px 30px;
	width: 600px;
}

.layer .layer_profile_image_upload form {
	background-color: transparent;
}

.layer .layer_profile_image_upload fieldset {
	padding: 13px 0 22px;
}

.layer .layer_profile_image_upload legend {
	border-bottom: 3px solid #aaa9a5;
	padding-bottom: 4px;
	width: 100%;
}

.layer .layer_profile_image_upload input[type=submit] {
	float: right;
	margin-bottom: 3px;
}

.layer .layer_profile_image_upload p.error, .layer .layer_profile_image_upload p.success {
	width: auto;
	font-weight: bold;
}

.layer .layer_profile_image_upload p.error {
	color: #f61212;
}

.layer .layer_profile_image_upload p.success {
	color: #1cab00;
}

body.layer_inner.iframe {
	background-color: #e6e3dc;
	color: #6f6f6f;
}

body.layer_inner.iframe form {
	background-color: transparent;
}

body.layer_inner.iframe fieldset {
	padding: 13px 0 22px;
}

body.layer_inner.iframe legend {
	border-bottom: 3px solid #aaa9a5;
	padding-bottom: 4px;
	width: 100%;
}

body.layer_inner.iframe input[type=submit] {
	float: right;
	margin-bottom: 3px;
}

body.layer_inner.iframe p.error,
body.layer_inner.iframe p.success {
	width: auto;
	font-weight: bold;
}

body.layer_inner.iframe p.error {
	color: #f61212;
}

body.layer_inner.iframe p.success {
	color: #1cab00;
}


.layer .layer_img {
	background-color: #e6e3dc;
	padding: 16px 14px 15px;
}

.layer .layer_img .close {
	right: 14px;
}

.layer .layer_img .hl {
	color: #409bb9;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 12px;
}

.layer .layer_img .img {
	margin-bottom: 11px;
}

.layer .layer_img .txt {
	margin-bottom: 5px;
}

.layer .layer_img .rights {
	color: #9a9a9a;
	font-size: 11px;
	line-height: 17px;
}

.layer .layer_video {
	background-color: #e6e3dc;
	padding: 16px 13px 11px 14px;
	width: 473px;
}

.layer .layer_video .hl {
	color: #409bb9;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 11px;
}

.layer .layer_video .video {
	height: 370px;
	margin-bottom: 11px;
	width: 468px;
}

.layer .layer_link {
	background-color: #e6e3dc;
	padding: 25px 20px 43px;
	width: 460px;
}

.layer .layer_link .hl {
	border-bottom: 3px solid #aaa9a5;
	color: #409bb9;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 18px;
	padding-bottom: 3px;
}

.layer .layer_link .left {
	border-right: 1px solid #aaa9a5;
	float: left;
	height: 147px;
	width: 229px;
}

.layer .layer_link .right {
	float: right;
	height: 147px;
	width: 208px;
}

.layer .layer_link .link {
	background: transparent url("../img/clipping.png") no-repeat -310px -307px;
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 50px;
	line-height: 17px;
	margin-top: 29px;
	padding: 17px 30px 0;
	text-align: center;
	width: 148px;
}

.layer .layer_ask {
	background-color: #e6e3dc;
	padding: 25px 20px 22px;
	visibility: visible;
	width: 600px;
}

.layer .layer_ask .hd {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 18px;
	padding-bottom: 3px;
}

.layer .layer_ask p {
	margin-bottom: 20px;
}

.layer .layer_ask form {
	background: transparent;
	margin-bottom: 20px;
}

.layer .layer_ask legend {
	display: none;
}

.layer .layer_ask label,
.layer .layer_ask .label {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

.layer .layer_ask .line {
	margin-bottom: 15px;
}

.layer .layer_ask .line p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}

.layer .layer_ask .error_message {
	color: #f61212;
	font-weight: bold;
}

.layer .layer_ask .success_message {
	color: #1cab00;
	font-weight: bold;
}

.layer .layer_ask .left {
	float: left;
	text-align: right;
	width: 80px;
}

.layer .layer_ask .right {
	float: right;
	width: 510px;
}

.layer .layer_ask .right label {
	font-weight: normal;
}

.layer .layer_ask .ask_who {
	float: left;
}

.layer .layer_ask .ask_expertId {
	float: right;
}

.layer .layer_ask select {
	width: 253px;
}

.layer .layer_ask input[type=text] {
	width: 504px;
}

.layer .layer_ask input[type=radio],
.layer .layer_ask input[type=checkbox] {
	vertical-align: middle;
}

.layer .layer_ask input[type=radio] + label,
.layer .layer_ask input[type=checkbox] + label {
	margin-right: 15px;
	vertical-align: middle;
}

.layer .layer_ask textarea {
	height: 250px;
	padding: 1px;
	width: 504px;
}

.layer .layer_ask .editortoolbar {
}

.layer .layer_ask .editortoolbar a {
	font-weight: bold;
}

.layer .layer_ask .editortoolbar .btnToggleSmileys {
	background: transparent url("../img/clipping.png") no-repeat -821px -567px;
	display: block;
	float: right;
	padding-left: 12px;
}

.layer .layer_ask .editortoolbar .btnToggleSmileys.opened {
	background: transparent url("../img/clipping.png") no-repeat -821px -538px;
}

.layer .layer_ask .editortoolbar .btnToggleSmileys img {
	display: block;
	float: right;
	margin: -6px 3px 0 5px;
}

.layer .layer_ask .btnInsertGalleryImage {
	font-weight: bold;
}

.layer .layer_ask .smileys a {
	display: inline-block;
	margin: 0;
	padding: 0 4px 0 3px;
}

.layer .layer_ask .actionbar .right {
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	line-height: 27px;
	padding: 10px 0;
	position: relative;
}

.layer .layer_ask .actionbar a {
	float: left;
}

.layer .layer_ask .actionbar a.btnHtmlMode {
	margin-left: 10px;
}

.layer .layer_ask .actionbar a.btnCancel {
	float: right;
	margin-right: 20px;
}

.layer .layer_ask .actionbar #createbtn {
	float: right;
}

.layer .layer_ask .actionbar #blogPostPreviewFormBtn {
	float: left;
}

.layer .layer_ask #blogPostPreviewContent {
	margin-left: 70px;
	padding: 0;
	width: 530px;
}

.layer .layer_ask #blogPostPreviewContent .post_content {
	margin: 0;
	padding: 5px;
	width: 520px;
}

.layer .layer_ask .mod_most_discussed .hd {
	border-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

.layer .layer_ask .mod_most_discussed ul {
	border-bottom: 1px solid #cccccc;
}

.layer .layer_ask .mod_most_discussed li {
	border-top: 1px solid #cccccc;
	padding: 7px 10px 7px 33px;
}

.layer .layer_inactivity_teaser {
	background-color: #e6e3dc;
	width: 600px;
	padding: 15px;
}

.layer .layer_inactivity_teaser .close {
	right: 15px;
}

.layer .layer_inactivity_teaser .fb_like {
	font-size: 11px;
	height: 21px;
	position: absolute;
	right: 50px;
	top: 9px;
	width: 140px;
}

.layer .layer_inactivity_teaser .fb_like_txt {
	margin: 0 0 2px 0;
}

.layer .layer_inactivity_teaser .fb_like_content {
	width: 100%;
}

.layer .layer_inactivity_teaser .info {
	margin-bottom: 10px;
}

.layer .layer_inactivity_teaser .hd {
	margin-bottom: 12px;
}

.layer .layer_inactivity_teaser .img {
	display: block;
	margin-bottom: 12px;
}

.layer .layer_inactivity_teaser .txt {
	margin-bottom: 10px;
}

.layer .layer_inactivity_teaser .back {
	font-weight: bold;
	float: right;
}

.layer .layer_inactivity_teaser .home {
	font-weight: bold;
}

.badge {
	background: transparent url("../img/clipping.png") no-repeat -150px -500px;
	height: 32px;
	text-align: center;
	width: 59px;
}


/* Post-Content */
.post_content .cite,
.post_content address,
.post_content p,
.layer .layer_ask .post_content p,
.post_content pre,
.post_content ol,
.post_content ul,
.post_content table {
	margin: 3px 0 9px 0;
	padding-bottom: 1px; /* für border-bottom der Links */
}

.post_content img {
	height: auto;
	max-width: 100%;
}

.post_content > * {
	overflow: hidden;
}

.post_content ol,
.post_content ul {
	padding-left: 2em;
}

.post_content address {
	font-style: italic;
}

.post_content pre {
	padding: 2px 5px 2px 15px;
}

.post_content h1 {
	font-size: 24px;
	margin: 1em 0 0.4em 0;
}

.post_content h2 {
	font-size: 18px;
	margin: 1em 0 0.4em 0;
}

.post_content h3 {
	font-size: 14px;
	margin: 1em 0 0.4em 0;
}

.post_content h4 {
	font-size: 12px;
	margin: 1em 0 0.4em 0;
}

.post_content h5 {
	font-size: 10px;
	margin: 1em 0 0.4em 0;
}

.post_content h6 {
	font-size: 9px;
	margin: 1em 0 0.4em 0;
}

.post_content *:first-child {
	margin-top: 3px;
}

.post_content .cite {
	background: #F0F6FA;
	border: 1px solid #D8D2CD;
	padding: 5px 10px;
}

.post_content .cite .cite {
	background: #F6FAF0;
}

.post_content .cite .cite .cite {
	background: #F0F6FA;
}

.post_content .cite .cite .cite .cite {
	background: #F6FAF0;
}

.post_content .post_edit_info {
	color: #666666;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#blogPostPreviewContent .post_content {
	background: #FFFFFF;
	padding: 5px;
}


/* tabs */
.mod_tabs {
	margin-bottom: 20px;
}

.mod_tabs .mod_tab {
	display: none;
}

.mod_tabs .active {
	display: block;
}

.mod_tabs .hd {
	display: none;
}

.mod_tabs .tabbingTitle {
	display: block;
	margin-bottom: 10px;
}

.tabs {
	border-bottom: 1px solid #cccccc;
	height: 37px;
	padding: 0 10px;
}

.tabs li {
	background: #f6f5f2;
	border: 1px solid #cccccc;
	border-bottom: none;
	display: block;
	float: left;
	height: 28px;
	margin-left: -1px;
	margin-top: 8px;
	position: relative;
	width: auto;
}

.tabs li a {
	color: #000000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	outline: none;
	padding: 0 20px;
	width: auto;
}

.tabs li.first {
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}

.tabs li.first .tl {
	background: transparent url("../img/clipping.png") no-repeat -25px -400px;
	display: block;
	height: 7px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 7px;
}

.tabs li.last {
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

.tabs li.last .tr {
	background: transparent url("../img/clipping.png") no-repeat -32px -400px;
	display: block;
	height: 7px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 7px;
}

.tabs li.active {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 36px;
	margin-top: 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.tabs li.active a {
	color: #f61212;
	padding-top: 8px;
}

.tabs li.active .tl {
	background: transparent url("../img/clipping.png") no-repeat 0 -400px;
	display: block;
	height: 11px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 11px;
}

.tabs li.active .tr {
	background: transparent url("../img/clipping.png") no-repeat -11px -400px;
	display: block;
	height: 11px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 11px;
}

/* Abweichende Tabs beim Themenspecial-Reiter */
.specials .tabs li {
	background: #5b9abd;
	background-image: linear-gradient(top, rgb(91, 153, 189) 0%, rgb(133, 183, 210) 100%);
	background-image: -o-linear-gradient(top, rgb(91, 153, 189) 0%, rgb(133, 183, 210) 100%);
	background-image: -moz-linear-gradient(top, rgb(91, 153, 189) 0%, rgb(133, 183, 210) 100%);
	background-image: -webkit-linear-gradient(top, rgb(91, 153, 189) 0%, rgb(133, 183, 210) 100%);
	background-image: -ms-linear-gradient(top, rgb(91, 153, 189) 0%, rgb(133, 183, 210) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(91, 153, 189)), color-stop(1, rgb(133, 183, 210)));
	border-color: #ffffff;
}

.specials .tabs li a {
	color: #ffffff;
	font-weight: normal;
}

.specials .tabs li.active {
	background: #ffffff;
}

.specials .tabs li.active a {
	color: #f61212;
	font-weight: bold;
}


/* list styles */
.ilist li,
.ilist_li {
	background: transparent url("../img/clipping.png") no-repeat -824px -627px;
	padding-left: 14px;
}

.ilist li a {
	color: #000000;
}

.ilist li a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 5px;
	padding: 0 50px 0 0;
}

* + html .ilist li a.ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat right 8px;
	display: block;
	padding: 0 50px 0 0;
}

/* Workaround für IE7 */

.odd {
	background-color: #f7f7f4;
	border-bottom: 1px solid #e6e3dc;
	border-top: 1px solid #ffffff;
}

.even {
	border-bottom: 1px solid #e6e3dc;
	border-top: 1px solid #ffffff;
}

.item {
	border-bottom: 1px solid #ffffff;
	font-size: 12px;
}


/* media */
.media .bd {
	display: table-cell;
	margin: 0;
}

.media .img {
	float: left;
	width: auto;
}

.media .img img {
	display: block;
}


/* mod styles */
.hd {
	border-bottom: 3px solid;
	color: #409bb9;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.hd_1 {
	border-bottom: 3px solid;
	color: #409bb9;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
}

/* user icon */
.uicon {
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	height: 42px;
	padding: 4px;
	width: 42px;
}

.boxshadow .uicon {
	-webkit-box-shadow: 0px 0px 3px #cdcdcd;
	-moz-box-shadow: 0px 0px 3px #cdcdcd;
	box-shadow: 0px 0px 3px #cdcdcd;
}


/* paging buttons */
.paging {
	margin-bottom: 11px;
}

.paging p {
	float: right;
}

.paging a {
	color: #969696;
	cursor: pointer;
	float: left;
	line-height: 18px;
}

.paging p a.active {
	color: #000000;
}

.paging p a.previous {
	background: transparent url("../img/clipping.png") no-repeat -822px -395px;
	cursor: auto;
	margin-right: 7px;
	padding-left: 14px;
}

.paging p a.previous:hover {
	text-decoration: none;
}

.paging p a.prev_active {
	background-position: -822px -455px;
	color: #000000;
	cursor: pointer;
}

.paging p a.prev_active:hover {
	text-decoration: underline;
}

.paging p a.next {
	background: transparent url("../img/clipping.png") no-repeat right -425px;
	cursor: auto;
	margin-left: 7px;
	padding-right: 14px;
}

.paging p a.next:hover {
	text-decoration: none;
}

.paging p a.next_active {
	background-position: right -595px;
	color: #000000;
	cursor: pointer;
}

.paging p a.next_active:hover {
	text-decoration: underline;
}

.paging p .btns a.btn {
	background: transparent url("../img/clipping.png") no-repeat -25px -500px;
	color: #969696;
	display: block;
	height: 18px;
	margin: 0 1px;
	overflow: hidden;
	text-align: center;
	width: 22px;
}

.paging p .btns span.btn {
	color: #969696;
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	margin: 0 1px;
	overflow: hidden;
	text-align: center;
	width: 22px;
}

.paging p .btns a.active {
	background-position: -25px -518px;
	color: #000000;
}

.paging .btns .gap {
	color: #969696;
	float: left;
	line-height: 18px;
	margin: 0 2px;
}


/* ads */
.banner_top {
	min-height: 90px;
	text-align: center;
}

.banner_right {
	left: 50%;
	margin-left: 450px;
	position: absolute;
	top: 0;
}

.banner_right--sticky {
	margin-left: 365px;
	position: fixed;
}

.banner_left {
	right: 50%;
	margin-right: 450px;
	position: absolute;
	top: 0;
}

.wallpaper_top {
	margin-left: 98px;
	margin-right: -10px;
	text-align: right;
	width: 728px;
}

.wallpaper_right {
	left: 50%;
	margin-left: 425px;
	position: absolute;
	top: 0;
}

.hockey_top {
	margin-bottom: 10px;
	margin-left: 98px;
	margin-right: -10px;
	text-align: right;
	width: 728px;
}

.hockey_right {
	left: 50%;
	margin-left: 425px;
	position: absolute;
	top: 152px;
}

.billboard {
	margin-bottom: 30px;
}


/* Anzeige-Markierung */
div.mod_ad,
table.mod_ad td {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 0;
	padding-top: 14px;
}

div.mod_ad.ad_mobile {
	background-position: center top;
}

div.mod_ad_bottom {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 0 bottom;
	padding-bottom: 14px;
}

div.mod_ad_left {
	background: transparent url("../img/ad-label-dunkel-vertikal.png") no-repeat 4px 2px;
	padding-left: 14px;
}

div.billboard.mod_ad {
	background: transparent url("../img/ad-label-dunkel.png") no-repeat 40px 0;
	padding-top: 14px;
}

div.mod_ad .ad,
div.mod_ad .hl_ad,
div.mod_ad_bottom .ad,
div.mod_ad_bottom .hl_ad,
div.mod_ad_left .ad,
div.mod_ad_left .hl_ad {
	background: none !important;
	padding: 0 !important;
}

/* Teads-Werbung enthält nur Code, nichts Sichtbares: */
div.ad_asmi_richmedia,
div.ad_asmi_teads {
	background: none;
	margin: 0;
	padding: 0;
}

/* Anzeige-Markierung des Werbemittels ausblenden: */
.mod_ad .dc_headline {
	display: none;
}

/* Damit "ANZEIGE"-Markierung und Abstand entfallen, wenn AdServer nichts ausliefert: */
.content .mod_adcode,
.aside .mod_adcode {
	margin: 0;
}

.content div.mod_adcode,
.content table.mod_adcode td {
	padding-bottom: 20px;
}

.aside div.mod_adcode,
.aside table.mod_adcode td {
	padding-bottom: 50px;
}

.content .mod_tabs .mod_ad {
	margin-top: 15px;
}

.ad_mobile {
	margin: 20px 0 30px 0;
	text-align: center;
}

.ad_mobile.ad_asmi_content_ad,
.ad_mobile.ad_asmi_footer_ad,
.ad_mobile.ad_asmi_reminder {
	margin: 10px 0 15px 0;
}

ins.adsbygoogle {
	background-color: inherit;
	color: inherit;
	text-decoration: inherit;
}

/* Werbemittel: Text-/Bild-Anzeige */
.mod_textimage_ad li {
	border-bottom: 1px solid #e6e3dc;
	padding: 5px 0 12px 0;
}

.mod_textimage_ad .img {
	width: 100%;
}

.mod_textimage_ad .floating .img {
	float: left;
	margin-right: 20px;
	width: auto;
}

.mod_textimage_ad .floating .txt {
	margin-left: 127px;
}

.mod_textimage_ad .txt a,
.mod_textimage_ad .txt a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
}

/* SEO-Vermarktung */
.mod_seo .inner {
	background: #f2f1ed;
	padding: 8px;
}

.mod_seo .hd {
	margin-bottom: 5px;
}

.mod_seo .hd a:hover {
	text-decoration: none;
}

.mod_seo .img {
	width: 107px;
}

.mod_seo .img_left {
	float: left !important;
	margin: 2px 5px 0 0 !important;
}

.mod_seo .img_right {
	float: right !important;
	margin: 2px 0 0 5px !important;
}

.mod_seo ul {
	margin-bottom: 0 !important;
}

.mod_seo li {
	border: none !important;
	padding: 0 !important;
}

.mod_seo .bd a,
.mod_seo .bd a:active,
.mod_seo .bd a:visited,
.mod_seo .bd a:hover {
	color: #409BB9 !important;
}

.mod_seo p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px !important;
}

.mod_seo p.link {
	text-align: right;
}

.mod_seo p.link a {
	background: transparent url("../img/clipping.png") no-repeat scroll right -598px;
	padding: 0 14px 0 0;
}


/* forms */
form {
	background-color: #f7f7f4;
}

legend {
	color: #409bb9;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	white-space: normal;
}

textarea {
	border: 1px solid #dddddd;
	resize: none;
}

.button,
.submit,
input[type="submit"],
a.button:active,
a.submit:active,
a.button:hover,
a.submit:hover,
a.button:visited,
a.submit:visited {
	background: transparent url("../img/clipping.png") no-repeat 0 -730px;
	border: none;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 141px;
}

.bigButton,
a.bigButton:active,
a.bigButton:hover,
a.bigButton:visited {
	background: transparent url("../img/clipping.png") no-repeat -276px -766px;
	border: none;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 250px;
}

.mediumButton,
a.mediumButton:active,
a.mediumButton:hover,
a.mediumButton:visited {
	background: transparent url("../img/clipping.png") no-repeat -383px -696px;
	border: none;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 172px;
}

.smallButton,
a.smallButton:active,
a.smallButton:hover,
a.smallButton:visited {
	background: transparent url("../img/clipping.png") no-repeat -330px -730px;
	border: none;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 92px;
}


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden;
}

.versteckt {
	display: none;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}


.medsearch_form {
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.medsearch_form .legend {
	color: #409bb9;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
}

.medsearch_form p {
	padding-bottom: 5px;
}

.medsearch_form .medsearch_label {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

.medsearch_form .left {
	float: left;
	text-align: left;
	width: 190px;
}

.medsearch_form .right {
	float: right;
	text-align: left;
	width: 245px;
}

.medsearch_form .medsearch_input {
	width: 190px;
}

.medsearch_form .medsearch_select {
	width: 190px;
	height: 21px;
}

.medsearch_form .medsearch_submit {
	padding-top: 5px;
	padding-bottom: 5px;
}

.medsearch_form .medsearch_submit_line {
	padding-top: 5px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}

.medsearch_form .medsearch_manufacturer {
	width: 300px;
	height: 21px;
}


#upload_image_editform {

}

#upload_image_editform img {
	margin: 25px auto;
	display: block;
	min-width: 130px;
	min-height: 130px;
	max-height: 390px;
	max-width: 390px;
}


/* FW-Debug-Layer vor den Header und alles andere (GESUND-1366) */
#fw-debug-toolbar {
	z-index: 9999999 !important;
}

/* Cookie-Zustimmungs-Layer vor die Werbung (GESUND-1359) */
.cc_banner-wrapper {
	z-index: 99001 !important;
}


/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation: portrait) {
	/* Style adjustments for portrait mode goes here */

}

@media all and (orientation: landscape) {
	/* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


	/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
	/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	/* Black prints faster: sanbeiji.com/archives/953 */
	/*
	a, a:visited { color: #000000 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } */
	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	/* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

	/* fix top margin of the page */
	.page {
		padding: 0 !important;
	}

	.header_meta {
		top: 0 !important;
	}

	/* Hauptspalte mit voller Breite, da die Marginale beim Druck ausgeblendet wird: */
	.content_main {
		width: auto;
	}

	/* Damit sich Teaser-Boxen nicht überlagern oder ineinander verschieben. */
	.content .mod,
	.aside .mod {
		clear: both;
	}

	/* hide elements */
	.article_bottom,
	.aside,
	.banner_left,
	.banner_right,
	.banner_top,
	.billboard,
	.bottom,
	.breadcrumb,
	.content .paging,
	.footer,
	.header,
	.header_ad,
	.header_meta,
	.head_nav,
	.header .search,
	.hockey_right,
	.hockey_top,
	.page > .nav,
	.page_inside > .nav,
	.page_outside,
	.wallpaper_right,
	.wallpaper_top {
		display: none !important;
	}

	.mod_ad,
	.mod_ad_bottom,
	.mod_ad_left,
	.mod_ph {
		display: none;
	}

	/* print all article pages at once */
	.article .paging_group {
		display: block;
	}

	/* show default list-style */
	.ilist {
		list-style: disc;
	}

	.mod_gallery .control {
		display: none !important;
	}

	.slideshow .control {
		display: none !important;
	}

	.slideshow .list {
		width: auto;
	}

	.slideshow .list li {
		display: none;
	}

	.slideshow .list li:first-child {
		display: block;
	}
}

/* Imedo-Arztsuche ------------------------------------------------------------------------------ */

/**
* @note		CSS-Datei für die Arztsuche (gemeinsame Elemente und Klassen)
*/
.docsearch-map div,
.docsearch-map span,
.docsearch-map h3,
.docsearch-map h4,
.docsearch-map h5,
.docsearch-map h6,
.docsearch-map p,
.docsearch-map blockquote,
.docsearch-map pre,
.docsearch-map a,
.docsearch-map abbr,
.docsearch-map acronym,
.docsearch-map address,
.docsearch-map big,
.docsearch-map cite,
.docsearch-map code,
.docsearch-map del,
.docsearch-map dfn,
.docsearch-map em,
.docsearch-map font,
.docsearch-map img,
.docsearch-map ins,
.docsearch-map kbd,
.docsearch-map q,
.docsearch-map s,
.docsearch-map samp,
.docsearch-map small,
.docsearch-map strike,
.docsearch-map strong,
.docsearch-map sub,
.docsearch-map sup,
.docsearch-map tt,
.docsearch-map var,
.docsearch-map dl,
.docsearch-map dt,
.docsearch-map dd,
.docsearch-map ol,
.docsearch-map ul,
.docsearch-map li,
.docsearch-map fieldset,
.docsearch-map form,
.docsearch-map label,
.docsearch-map legend,
.docsearch-map table,
.docsearch-map caption,
.docsearch-map tbody,
.docsearch-map tfoot,
.docsearch-map thead,
.docsearch-map tr,
.docsearch-map th,
.docsearch-map td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.docsearch-map input,
.docsearch-map select,
.docsearch-map th,
.docsearch-map td {
	font-size: 1em;
}

/* for IE6 */
.docsearch-map li li,
.docsearch-map li p,
.docsearch-map td p,
.docsearch-map blockquote p {
	font-size: 1em;
}

* html .docsearch-map {
	overflow: hidden;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End hide from IE-mac */

.imedo-content .padder {
	padding: 1em;
}

.imedo-content .check-green {
	padding-left: 2em !important;
}

.imedo-content .provider-breadcrumb {
	display: none;
	padding: 1em;
}

.imedo-content p {
	margin-bottom: 1em;
}

.imedo-content form {
	margin: 0 0 20px 0;
	width: 100%;
}

.imedo-content fieldset {
	padding: 10px;
	border: none;
}

.imedo-content legend {
	padding: 1em 1em 0 0;
}

.imedo-content label,
.imedo-content select,
.imedo-content .radio-button,
.imedo-content .check-box,
.imedo-content .submit {
	cursor: pointer;
}

.imedo-content .password-field,
.imedo-content .text-field,
.imedo-content textarea,
.imedo-content select,
.imedo-content .labeled,
.imedo-content .submit {
	margin-bottom: 1em;
}

.imedo-content label,
.imedo-content .label {
	display: block;
	font-size: 1.2em;
	padding: 0 0 .2em;
	position: relative;
}

.imedo-content .text-field,
.imedo-content .password-field,
.imedo-content textarea {
	width: 98%;
}

.imedo-content select {
	display: block;
}

.imedo-content label span {
	bottom: 3px;
	font-size: .8em;
	position: absolute;
	right: 5px;
	white-space: nowrap;
}

.imedo-content .docsearch-submitbox {
	padding-top: .6em;
}

.imedo-content .button-container {
	float: left;
}

.imedo-content .display-options {
	float: right;
	width: 12em;
	text-align: right;
}

.imedo-content button.button-style,
.imedo-content a.button-style {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	border-color: #E0E0E0;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	background: #dedede url('https://doctors.imedo.de/images/apps/doctors/sprites/button-bg.png') repeat-x top;
	text-decoration: none;
	float: none;
}

.imedo-content button.button-style span,
.imedo-content a.button-style span {
	display: inline-block;
	border: 1px solid #aaa;
	padding: 5px 15px;
	color: #333;
	font-size: 1em;
	cursor: pointer;
	text-decoration: none;
	background: none;
}

/* IE7 Hacks */
.imedo-content button.button-style {
	*width: 235px;
}

.imedo-content button.button-style span {
	*width: 200px;
}

.imedo-content button.button-style:hover,
.imedo-content a.button-style:hover {
	text-decoration: none;
}

.imedo-content button.button-style:hover span,
.imedo-content a.button-style:hover span {
	color: #000;
	border-color: #888;
	text-decoration: none;
}

.imedo-content a.button-style.recommend span {
	padding-left: 22px;
	background: url('https://doctors.imedo.de/images/icons/votingstar-off.png') no-repeat 5px center;
}

.imedo-content a.button-style.recommend:hover span {
	background-image: url('https://doctors.imedo.de/images/icons/votingstar-orange.png');
}

.imedo-content .docsearch-header .imedo-header {
}

.imedo-content .docsearch-header .imedo-logo {
	float: right;
	width: 250px;
}

.imedo-content .docsearch-header p {
	text-align: right;
	margin: 0 0 1em 0;
	font-style: italic;
}

.imedo-content .docsearch-header .hd,
.mod_med_search_imedo .hd {
	margin-bottom: 10px;
}

.imedo-content .docsearch-header h2 {
	margin: .8em 0 0 .8em;
}

.imedo-content .docsearch-header h3 {
	margin: 0 0 .5em 1em;
	font-size: 1em;
	font-weight: normal;
}

.imedo-content .map-img {
	width: 100%;
	height: 100%;
	border: none;
	z-index: 10;
	position: relative;
	top: -420px;
	background: none !important;
}

.imedo-content .map-display {
	position: relative;
	z-index: 0;
	top: -840px !important;
	width: 300px !important;
	height: 420px !important;
	background-image: url('https://doctors.imedo.de/images/whitelabel/providersearch/image-map-sprite-small.gif');
}

.imedo-content h2,
.imedo-content h3,
.imedo-content h4,
.imedo-content h5,
.imedo-content h6 {
	margin: 1.5em 0;
}

.imedo-content p {
	margin: 1em 0;
}

.imedo-content ul {
	margin: 1em 0;
	padding: 0 0 0 2em;
}

.imedo-content ul.city-list {
	float: left;
	font-size: 12px;
}

.imedo-content ul.city-list.map-overlay {
	float: none;
	height: 100%;
	left: -5%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 5%;
}

.imedo-content ul.city-list img {
	border: none;
	margin-bottom: .15em;
}

.imedo-content ul.city-list.map-overlay li {
	list-style-type: none;
	z-index: 15;
}

.imedo-content li.toplevel a.dropdown-tab {
	text-decoration: none;
	padding-left: .8em;
	z-index: 500;
	padding-top: .2em;
	padding-bottom: .2em;
	font-weight: bold;
}

.imedo-content li.toplevel a.dropdown-tab:hover {
	text-decoration: none;
}

.imedo-content li.toplevel a.dropdown-tab span {
	padding-right: .2em;
	padding-top: .4em;
	margin-top: -6px;
	padding-bottom: 0em;
	display: block;
	white-space: nowrap;
}

.imedo-content li.toplevel:hover a.dropdown-tab {
	position: relative;
	z-index: 500;
}

.imedo-content li.toplevel:hover a.dropdown-tab span {
	padding-right: .8em;
}

.imedo-content li.toplevel:hover a.dropdown-tab img {
	display: none;
}

.imedo-content ul.city-list.map-overlay li {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.imedo-content ul.city-list.map-overlay li ul {
	padding: 0 !important;
	margin: 0 !important;
}

.imedo-content ul.city-list.map-overlay #area-bw,
.imedo-content ul.city-list.map-overlay #area-1 {
	position: absolute;
	z-index: 150;
}

.imedo-content ul.city-list.map-overlay #area-by,
.imedo-content ul.city-list.map-overlay #area-2 {
	position: absolute;
	z-index: 180;
}

.imedo-content ul.city-list.map-overlay #area-be,
.imedo-content ul.city-list.map-overlay #area-3 {
	position: absolute;
	z-index: 195;
}

.imedo-content ul.city-list.map-overlay #area-bb,
.imedo-content ul.city-list.map-overlay #area-4 {
	position: absolute;
	z-index: 194;
}

.imedo-content ul.city-list.map-overlay #area-hb,
.imedo-content ul.city-list.map-overlay #area-5 {
	position: absolute;
	z-index: 197;
}

.imedo-content ul.city-list.map-overlay #area-hh,
.imedo-content ul.city-list.map-overlay #area-6 {
	position: absolute;
	z-index: 198;
}

.imedo-content ul.city-list.map-overlay #area-he,
.imedo-content ul.city-list.map-overlay #area-7 {
	position: absolute;
	z-index: 190;
}

.imedo-content ul.city-list.map-overlay #area-mv,
.imedo-content ul.city-list.map-overlay #area-8 {
	position: absolute;
	z-index: 199;
}

.imedo-content ul.city-list.map-overlay #area-ni,
.imedo-content ul.city-list.map-overlay #area-9 {
	position: absolute;
	z-index: 196;
}

.imedo-content ul.city-list.map-overlay #area-nw,
.imedo-content ul.city-list.map-overlay #area-10 {
	position: absolute;
	z-index: 192;
}

.imedo-content ul.city-list.map-overlay #area-rp,
.imedo-content ul.city-list.map-overlay #area-11 {
	position: absolute;
	z-index: 182;
}

.imedo-content ul.city-list.map-overlay #area-sl,
.imedo-content ul.city-list.map-overlay #area-12 {
	position: absolute;
	z-index: 181;
}

.imedo-content ul.city-list.map-overlay #area-sn,
.imedo-content ul.city-list.map-overlay #area-13 {
	position: absolute;
	z-index: 192;
}

.imedo-content ul.city-list.map-overlay #area-st,
.imedo-content ul.city-list.map-overlay #area-14 {
	position: absolute;
	z-index: 193;
}

.imedo-content ul.city-list.map-overlay #area-sh,
.imedo-content ul.city-list.map-overlay #area-15 {
	position: absolute;
	z-index: 200;
}

.imedo-content ul.city-list.map-overlay #area-th,
.imedo-content ul.city-list.map-overlay #area-16 {
	position: absolute;
	z-index: 189;
}

.imedo-content ul.map-dropdown li {
	background-image: none !important;
	line-height: 1.5;
	text-align: left;
}

.imedo-content ul.map-dropdown li a {
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}

.imedo-content ul.map-dropdown li.dropdown-last {
	padding: .25em .25em 0 0;
	margin-top: .25em;
	text-align: right;
}

.imedo-content ul.map-dropdown li.dropdown-last a {
	margin-right: .5em;
	padding-left: 1.6em !important;
	border: none;
	display: inline;
}

.imedo-content ul.map-dropdown li.dropdown-last a:hover {
	border: none;
	padding-left: 1.6em;
}

.imedo-content ul.city-list ul {
	padding: 0;
	margin: 0;
	z-index: 200;
}

.imedo-content ul.city-list table {
	border-collapse: collapse;
}

.imedo-content ul.city-list li a {
	display: block;
}

.imedo-content ul.city-list li:hover {
	position: relative;
	z-index: 300;
}

.imedo-content ul.city-list a:hover {
	position: relative;
	z-index: 300;
}

.imedo-content ul.city-list li:hover ul {
	left: 0;
	top: 16px;
}

* + html .imedo-content ul.city-list li:hover ul {
	left: 0;
	top: 1.60em;
}

.imedo-content ul.city-list ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.imedo-content ul.map-dropdown {
	width: 15em;
}

.imedo-content ul.map-dropdown a {
	display: block;
	width: 14em;
	padding-left: 1em;
}

/* IE6-Anpassungen */
* html .imedo-content a.dropdown-tab {
	padding-bottom: .3em !important;
	position: relative;
	z-index: 250;
}

* html .imedo-content a.dropdown-tab:hover {
	position: relative;
	z-index: 500;
}

* html .imedo-content a.dropdown-tab:hover span {
	padding-right: .8em;
	margin-top: -6px;
}

* html .imedo-content a.dropdown-tab:hover img {
	display: none;
}

* html .imedo-content a.dropdown-tab span {
	margin-top: 0;
	padding-bottom: 0;
}

* html .imedo-content ul.map-dropdown li a {
	border: none;
}

* html .imedo-content ul.map-dropdown li a:hover {
	border: none;
}

* html .imedo-content ul.city-list.map-overlay a:hover ul.map-dropdown {
	position: absolute;
	top: 20px;
	left: -11px;
	z-index: 0;
}

* html .imedo-content ul.city-list.map-overlay {
	float: none;
	height: 100%;
	left: -5%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	width: 5%;
	z-index: 500;
}

/* IE7-Anpassungen */
* + html .imedo-content a.dropdown-tab {
	padding-bottom: .3em !important;
	position: relative;
	z-index: 250;
}

* + html .imedo-content a.dropdown-tab:hover {
	position: relative;
	z-index: 500;
}

* + html .imedo-content a.dropdown-tab:hover span {
	padding-right: .8em;
	margin-top: -6px;
}

* + html .imedo-content a.dropdown-tab:hover img {
	display: none;
}

* + html .imedo-content a.dropdown-tab span {
	margin-top: 0;
	padding-bottom: 0;
}

* + html .imedo-content ul.map-dropdown li a {
	border: none;
}

* + html .imedo-content ul.map-dropdown li a:hover {
	border: none;
}

* + html .imedo-content ul.city-list.map-overlay a:hover ul.map-dropdown {
	position: absolute;
	top: 20px;
	left: -11px;
	z-index: 0;
}

* + html .imedo-content ul.city-list.map-overlay {
	float: none;
	height: 100%;
	left: -5%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	width: 5%;
	z-index: 500;
}

.imedo-content .docsearch-results {
	padding: 0 1em 1em 1em;
}

.imedo-content .pager-container {
	margin: 1em auto;
	text-align: center;
}

.imedo-content ul.pagination,
.imedo-content ul.pager {
	margin-bottom: 1.5em;
}

.imedo-content ul.pagination li,
.imedo-content ul.pager li {
	display: inline;
	list-style-type: none;
	margin-right: 0.4em;
}

.imedo-content ul.pagination a,
ul.pagination span,
.imedo-content ul.pager a,
ul.pager span {
	padding: 0.3em 0.5em;
	text-decoration: none;
}

.imedo-content ul.pager a.pager-first {
	padding-left: 1.5em;
}

.imedo-content ul.pager a.pager-last {
	padding-right: 1.5em;
}

.imedo-content .tab-list {
	font-size: 1.16em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.imedo-content .tab-list li {
	float: left;
	padding: 0;
	border-bottom: none;
	margin: 0 .2em 0 0;
}

.imedo-content .tab-list li > a,
.imedo-content .tab-list li > span {
	display: block;
	padding: .2em .4em;
	text-decoration: none !important;
}

.imedo-content .tab-list li > a:hover {
	display: block;
	padding: .2em .4em;
	text-decoration: none !important;
}

.imedo-content .tab-list-alphabet {
	font-size: 1.16em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.imedo-content .tab-list-alphabet li {
	float: left;
	padding: 0;
	margin: 0 .2em 0 0 !important;
	list-style-type: none !important;
}

.imedo-content .tab-list-alphabet li a,
.imedo-content .tab-list-alphabet li span {
	display: block;
	padding: .1em .2em;
	text-decoration: none !important;
}

.imedo-content .tab-list-alphabet li a:hover {
	display: block;
	padding: .1em .2em;
	text-decoration: none !important;
}

.imedo-content .details ul.icons {
	list-style-type: none;
	padding: 0;
}

.imedo-content .details ul.icons li {
	float: left;
	margin: 0 1em .2em 0;
}

.imedo-content .table-style {
	border-collapse: collapse;
	margin: 0 0 1em;
	font-size: 1em;
}

.imedo-content .table-style tr,
.imedo-content .table-style tbody,
.imedo-content .table-style tfoot,
.imedo-content .table-style thead {
	width: 100%;
}

.imedo-content .table-style th {
	font-weight: bold;
}

.imedo-content .table-style th,
.imedo-content .table-style td {
	width: auto;
	/*overflow: hidden;*/
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

.imedo-content td.provider-picture {
	width: 5%;
	text-align: center;
}

.imedo-content td.provider-name {
	width: 40%;
}

.imedo-content td.provider-views {
	width: 15%;
}

.imedo-content td.provider-recommendations {
	width: 20%;
}

.imedo-content td.provider-certificates {
	width: 15%;
}

.docsearch-mini td.provider-picture {
	width: 10%;
	text-align: center;
}

.docsearch-mini td.provider-name {
	width: 30%;
}

.docsearch-mini td.provider-recommendations {
	width: 20%;
}

.docsearch-big td.provider-picture {
	width: 10%;
	margin: 0 1% 0 0;
	text-align: center;
}

.docsearch-big td.provider-distance {
	width: 10%;
	margin: 0 1% 0 0;
}

.docsearch-big td.provider-name {
	width: 50%;
	margin: 0 1% 0 0;
}

.docsearch-big td.provider-recommendations {
	width: 20%;
}

.imedo-content .doc-info {
	width: 100%;
	padding-top: .5em;
}

.imedo-content .doc-info .image {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}

.imedo-content .doc-info .desc-left {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	min-width: 38%;
}

.imedo-content .doc-info .desc-right {
	float: left;
	padding: 0;
	min-width: 38%;
}

.imedo-content .docsearch-big .doc-info .image {
	width: 120px;
}

.imedo-content .docsearch-big .doc-info .desc-left {
	width: 46%;
}

.imedo-content .docsearch-big .doc-info .desc-right {
	width: 30%;
}

.imedo-content .docsearch-big .doc-info .image {
	width: 100px;
}

.imedo-content .docsearch-big .doc-info .image img {
	width: 100px;
	margin: 0;
}

.imedo-content .docsearch-big .doc-info .desc-left {
	width: 67%;
}

.imedo-content .docsearch-big .doc-info .desc-right {
	width: 180px;
	margin-left: 105px;
}

.imedo-content .docsearch-mini .doc-info .image {
	width: 70px;
}

.imedo-content .docsearch-mini .doc-info .image img {
	width: 70px;
	margin: 0;
}

.imedo-content .docsearch-mini .doc-info .desc-left {
	width: 69%;
}

.imedo-content .docsearch-mini .doc-info .desc-right {
	width: 180px;
	margin-left: 75px;
}

.imedo-content .doc-info .desc-right ul {
	padding: 0;
	list-style-type: none;
}

.imedo-content .doc-info .desc-right ul li {
	margin: 0 0 .6em;
}

.imedo-content .doc-info .desc-left h3 {
	padding: 0;
	margin: 0;
}

.imedo-content ul.zebra-list {
	line-height: 1.5;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.imedo-content ul.zebra-list li {
	overflow: hidden;
	padding: 0em 0.4em 0.8em 0.4em;
}

.imedo-content .zebra-list li .caption {
	float: left;
	font-weight: bold;
	margin-right: 1em;
	text-align: right;
	width: 70px;
}

.imedo-content .desc-left .zebra-list .odd {
	background: none;
	border: none;
}

.imedo-content .desc-left .zebra-list .even {
	background: none;
	border: none;
}

.imedo-content .doc-info .desc-left .labeled {
	margin-bottom: 0;
	margin-left: 85px;
}

.imedo-content .doc-info .desc-left .label {
	float: left;
	text-align: right;
	width: 80px;
	font-size: 1em;
	font-weight: bold;
}

.imedo-content p.deactivated {
	margin: 0 0 1em;
}

.imedo-content .doc-info .desc-right .button-container {
	float: none;
	width: auto;
}

.imedo-content .doc-info-footer {
	margin: 0 0 1em;
}

.imedo-content ul.provider-infrastructure {
	margin-bottom: .5em;
	list-style-type: none;
	padding: 0;
}

.imedo-content ul.provider-infrastructure li {
	float: left;
	margin-right: .2em;
}

.imedo-content .recommendation-links,
.imedo-content .rating-container {
	list-style-type: none;
	padding: 0;
}

.imedo-content .rating-container li {
	margin: 0 0 .3em;
}

.imedo-content table.recommendations .stars .description {
	float: left;
	width: 12em;
	margin: 0 .2em 0 0;
	white-space: nowrap;
}

.recommendations-container .stars,
.imedo-content table.recommendations .stars {
	margin: 0;
	white-space: nowrap;
	clear: left;
}

.imedo-content table.recommendations ul.stars li,
.imedo-content table.recommendations-stars ul.stars li {
	display: inline;
	float: left;
	padding: 0px;
	width: 20px;
	margin: 0px !important;
}

.imedo-content table.recommendations-stars ul.stars li.na {
	width: auto;
}

.recommendations-container .stars li {
	list-style-type: none;
	display: inline;
}

.imedo-content .recommendation-form .image-right {
	float: right;
	padding: 0;
	margin: 0 0 0 5px;
	width: 120px;
	height: 120px;
}

.imedo-content .recommendation-form label,
.imedo-content .recommendation-form .label {
	display: inline;
	font-size: 1em;
}

.imedo-content .recommendation-form br {
	display: none;
}

.imedo-content .recommendation-form h3 {
	margin: 1.2em 0;
}

.imedo-content .healthcenter span.ad {
	text-transform: capitalize;
	float: right;
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	margin-bottom: 0.5em;
}

.premium-provider-box {
	margin: 2em 0;
}

.premium-provider-box .premium-item {
	width: 29.5%;
	padding: 1%;
	min-height: 9.5em;
}

.premium-provider-box .premium-item.item-left {
	float: left;
}

.premium-provider-box .premium-item.item-middle {
	float: left;
	margin: 0 2.2%;
}

.premium-provider-box .premium-item.item-right {
	float: left;
}

.premium-provider-box .premium-item h4 {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	word-wrap: break-word;
}

.premium-provider-box .premium-item p {
	margin-bottom: .5em;
}

.premium-provider-box .premium-item img {
	float: left;
	margin-right: 1em;
	height: 50px;
	width: 50px;
	border: 0;
}

.premium-provider-box .premium-item .description {
	float: left;
	width: 62%;
	position: relative;
}

.premium-provider-box .premium-item .premium-box-link {
	display: none;
}

.foot-ad.img {
	float: left;
}

.premium-ad {
	margin-left: 2em;
	margin-right: 3em;
	width: 40em;
}

.docsearch .logo {
	float: right;
	padding: .3em;
}

.docsearch .logo a img {
	border: none;
}

.docsearch .button {
	float: right;
	padding: .3em;
}

.docsearch div.inline .button {
	margin: 0;
}

.imedo-content ul.federations_small {
	margin: 0;
	padding: 0;
	margin-right: 20px;
	margin-left: 0px;
	float: right;
}

.imedo-content ul.federations_small li {
	list-style: none;
}

.imedo-content ul.federations_thumb,
.imedo-content ul.federations_large {
	margin: 0px;
	padding: 0px;
}

.imedo-content ul.federations_thumb li,
.imedo-content ul.federations_large li {
	list-style: none;
	margin: 0px;
	padding: 0;
}

.imedo-content .desc-left ul.federations_small {
	float: none;
}

.imedo-content .desc-left ul.federations_small li {
	float: left;
}

.imedo-content .related-providers {
	margin: 10px 0;
}

.imedo-content .related-providers ol {
	margin: 0;
	padding: 0;
}

.imedo-content .related-providers ol li {
	float: left;
	width: 32%;
	list-style: none;
}

.imedo-content .related-providers ol li .rp_images {
	float: left;
	width: 48px;
	margin-right: 10px;
	text-align: center;
}

.imedo-content .related-providers ol li .rp_details {
	float: left;
	width: 70%;
}

.imedo-content .related-providers ol li .rp_details p {
	margin: 0;
}

.imedo-content .errorExplanation h2,
.imedo-content .errorExplanation p,
.imedo-content .errorExplanation li {
	color: #c20;
}

.imedo-content .errorExplanation h2 {
	font-size: 120%;
	margin-bottom: 1em;
	font-weight: bold;
}

.imedo-content .errorExplanation p,
.imedo-content .errorExplanation ul {
	margin-left: 1em;
}

.imedo-content .errorExplanation li {
	margin-bottom: 1em;
	list-style: disc;
	margin-left: 1em;
	padding-left: 0px;
	background-image: none;
}

.imedo-content .errorExplanation {
	margin-bottom: 2em;
}

.imedo-content #terms {
	margin-top: 2em;
	padding: 1em;
	border: 1px solid #dddddd;
}

.imedo-content table.recommendations {
	table-layout: fixed;
}

.imedo-content table.recommendations col.recommendation-owner {
	width: 100px;
}

.imedo-content table.recommendations col.recommendation-opinion {
	width: 36%;
}

.imedo-content table.recommendations td {
	font-weight: normal;
}

.imedo-content blockquote.recommendation-reply {
	font-style: italic;
	margin: 1em 0 0 1em;
	color: #555;
}

.imedo-content blockquote.recommendation-reply p::before {
	content: "\00BB";
}

.imedo-content blockquote.recommendation-reply p::after {
	content: "\00AB";
}

.imedo-content table.recommendations ul.recommendation-actions li {
	float: right;
	list-style: none;
	margin-left: 1em;
	font-size: 0.9em;
}

.imedo-content .healthcenter {
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	margin-top: 0.5em;
	padding: 0.5em 0.5em 0;
}

.imedo-content div.download-section {
	margin-top: 1em;
}

.imedo-content table.downloads {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 4em;
}

.imedo-content table.downloads col.download {
	width: 25%;
}

.imedo-content table.downloads tr {
	border-bottom: 1px dashed #cccccc;
}

.imedo-content table.downloads td {
	padding: 0.5em 0.5em;
	display: table-cell;
	background: none;
}

.imedo-content table.downloads td.download {
	vertical-align: middle;
}

.imedo-content table.downloads h4,
.imedo-content p {
	margin-bottom: 0.5em;
}

.imedo-content table.downloads span.download-size,
.imedo-content a.filename {
	color: #555;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

.imedo-content table.downloads a.filename {
	padding: 5px 0 5px 20px;
	line-height: 20px;
	background: url('https://doctors.imedo.de/images/apps/doctors/icons/filetypes/file.png') no-repeat left center;
}

.imedo-content table.downloads .download a {
	background: transparent url('https://doctors.imedo.de/images/apps/doctors/unified-icons/arrow-down-blue.png') left center no-repeat;
	padding: 5px 17px;
	color: #4790cc;
	text-decoration: underline;
}

.imedo-content table.downloads a.filename[href$=".pdf"],
.imedo-content table.downloads a.filename[href$=".PDF"] {
	background-image: url("https://doctors.imedo.de/images/apps/doctors/icons/filetypes/pdf.png");
}

.imedo-content table.downloads a.filename[href$=".doc"],
.imedo-content table.downloads a.filename[href$=".DOC"] {
	background-image: url("https://doctors.imedo.de/images/apps/doctors/icons/filetypes/doc.png");
}

.imedo-content table.downloads a.filename[href$=".xls"],
.imedo-content table.downloads a.filename[href$=".XLS"] {
	background-image: url("https://doctors.imedo.de/images/apps/doctors/icons/filetypes/xls.png");
}

.imedo-content table.downloads a.filename[href$=".zip"],
.imedo-content table.downloads a.filename[href$=".ZIP"] {
	background-image: url("https://doctors.imedo.de/images/apps/doctors/icons/filetypes/zip.png");
}

.imedo-content table.downloads a.filename[href$=".txt"],
.imedo-content table.downloads a.filename[href$=".TXT"] {
	background-image: url("https://doctors.imedo.de/images/apps/doctors/icons/filetypes/txt.png");
}

.imedo-content table.downloads a.filename[href$=".PNG"],
.imedo-content table.downloads a.filename[href$=".GIF"],
.imedo-content table.downloads a.filename[href$=".TIFF"],
.imedo-content table.downloads a.filename[href$=".JPG"],
.imedo-content table.downloads a.filename[href$=".JPEG"],
.imedo-content table.downloads a.filename[href$=".png"],
.imedo-content table.downloads a.filename[href$=".gif"],
.imedo-content table.downloads a.filename[href$=".tiff"],
.imedo-content table.downloads a.filename[href$=".jpg"],
.imedo-content table.downloads a.filename[href$=".jpeg"] {
	background: url("https://doctors.imedo.de/images/apps/doctors/icons/filetypes/img.png") no-repeat left center;
}

.docsearch-big input.placeholder-input {
	color: #999999;
}

.docsearch-big #get-current-location {
	background: url("https://doctors.imedo.de/images/apps/doctors/icons/target-sml.png") left no-repeat;
	font-size: 78%;
	padding-left: 20px;
}

.docsearch-big #city_choices,
.docsearch-big #expertise_choices {
	border-style: solid;
	border-color: #cccccc;
	border-width: 0 1px 1px 1px;
	background: #ffffff;
	opacity: 0.95;
	z-index: 1000;
}

.docsearch-big #city_choices ul,
.docsearch-big #expertise_choices ul {
	text-align: left;
}

.docsearch-big #city_choices li,
.docsearch-big #expertise_choices li {
	cursor: pointer;
	padding: 5px;
	color: #000000;
	font-size: 0.9em;
}

.docsearch-big #city_choices li.selected,
.docsearch-big #expertise_choices li.selected {
	color: #000000;
	background: #d5e9ff;
}

.docsearch-big #expertise_choices li.query {
	color: #6e2b2c;
	font-style: normal;
}

.docsearch-big #expertise_choices li.query.selected {
	color: #6e2b2c;
}

.docsearch-big #expertise_choices li.suggestion.first {
	border-top: 1px dashed #8db2e7;
}

.docsearch-big #disambiguation {
	border-top: 1px dashed #cccccc;
	margin-top: 1em;
	padding-top: 1em;
}

.docsearch-big .thc2-toggle-widget.open {
	background: transparent url('https://doctors.imedo.de/images/icons/triangle-open.png') left center no-repeat;
}

.docsearch-big .thc2-toggle-widget {
	background: transparent url('https://doctors.imedo.de/images/icons/triangle-closed.png') 4px center no-repeat;
	padding-left: 16px;
}

.docsearch-big .ie7 #advanced-search-options .sorters {
	float: left;
	width: 38%;
	padding-right: 2%;
}

.docsearch-big .ie7 #advanced-search-options .filters {
	margin-left: 40%;
	width: 60%;
}

.docsearch-big #advanced-search-options {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0.5em;
	text-align: left;
	margin-bottom: 2em;
}

.docsearch-big #advanced-search-options .sorters {
	float: left;
	width: 40%;
}

.docsearch-big #advanced-search-options .filters {
	float: left;
	width: 55%;
	margin-left: 4%;
}

.docsearch-big #advanced-search-options .filter,
.docsearch-big #advanced-search-options .sorter {
	padding: 7px 0px 0px 5px;
	margin: 0;
	height: 25px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.docsearch-big #advanced-search-options .filter .name,
.docsearch-big #advanced-search-options .sorter .name {
	float: left;
	width: 100px;
	font-style: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0;
	color: #555555;
	display: block;
	padding: 0 0 .2em;
	font-size: 1.2em;
}

.docsearch-big #advanced-search-options .filter.last,
.docsearch-big #advanced-search-options .sorter.last {
	border: none;
}

.docsearch-big #advanced-search-options .filter label {
	display: inline-block;
}

.docsearch-big #advanced-search-options .filter .reset {
	margin-left: 10px;
}

.docsearch-big #advanced-search-options .filter .container {
	margin-left: 100px;
	width: 320px;
}

.docsearch-big #advanced-search-options .filter .text-field {
	padding: 1px;
}

.docsearch-big #advanced-search-options .filter ul.stars {
	float: left !important;
	width: auto;
	cursor: pointer;
}

.docsearch-big #advanced-search-options .filter ul.stars li {
	margin-right: 0px;
}

.docsearch-big #advanced-search-options .filter ul.stars li div {
	top: 0;
	padding: 1px 15px 2px 0;
}

.docsearch-big #advanced-search-options .filter ul.stars li.star-label {
	display: none;
}

.docsearch-big #advanced-search-options label.thc2-input-rating-reset,
.docsearch-big #advanced-search-options .thc2-radio-links label {
	margin-right: 0.3em;
	padding: 0.3em;
	font-style: normal;
	color: #1485ba;
	text-decoration: underline;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}

.docsearch-big #advanced-search-options .thc2-radio-links label.selected {
	background: #3e97d0;
	color: #ffffff;
	text-decoration: none;
	border-color: #1485ba;
}

.docsearch-big #advanced-search-options .thc2-radio-links label.reset.selected {
	color: #333333;
	background: none;
	border-color: transparent;
	text-decoration: underline;
}

.docsearch-big #advanced-search-options .sorter .name {
	width: 240px;
}

.docsearch-big .thc2-input-rating-reset {
	color: #333333;
	float: right;
	padding: 0;
	margin-right: 0;
}

.docsearch-big #advanced-search-options .filter label.reset a,
.docsearch-big #advanced-search-options .filter label.reset {
	color: #333333;
	float: right;
	padding: 0;
	margin-right: 0;
}

.docsearch-big .thc2.search-links a,
.docsearch-big .thc2-disambiguation-links a {
	line-height: 1.6;
	padding: 0.3em;
	margin-right: 0.3em;
	border: 1px solid transparent;
	white-space: nowrap;
	white-space: pre;
	font-size: 0.8em;
	color: #aaaaaa;
}

.docsearch-big .thc2-search-links a:hover,
.docsearch-big .thc2-disambiguation-links a:hover,
.docsearch-big .thc2-radio-group-links a:hover {
	color: #777;
}

.docsearch-big .thc2-search-links a.active,
.docsearch-big .thc2-disambiguation-links a.active,
.docsearch-big .thc2-radio-group-links a.active {
	background: #3E97D0;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
	border: 1px solid #1485ba;
}

.docsearch-big #expertise-in-location {
	border-top: 1px solid #cce5ff;
	margin-top: 1em;
	padding-top: 1em;
	clear: left;
}

.docsearch-big #expertise-in-location h4 {
	font-size: 1.2em;
	font-weight: bold;
}

.imedo-content #filter-indicator {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 10px;
}

.imedo-content #map_canvas {
	height: 500px;
	border: 1px solid #aaa;
}

.imedo-content table#provider_container {
	margin-top: 2%;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #fff;
}

.imedo-content table#provider_container td {
	border: 1px solid #ccc;
	background: #fff;
}

.imedo-content table#provider_container td address {
	display: none;
}

.imedo-content table#provider_container td h3 {
	font-size: 110%;
	clear: none;
}

.imedo-content table#provider_container td a.pin_no {
	float: right;
	margin: 4px 4px 0 0;
}

.imedo-content table#provider_container td div.provider_image {
	float: left;
	width: 20%;
}

.imedo-content table#provider_container td div.provider_details {
	margin-left: 22%;
	width: 67%;
	padding: 2px 0 0 5px;
}

.imedo-content table#provider_container td .rating {
	margin: 5px 0;
}

.imedo-content .generic-featured #provider_container h3,
.imedo-content .generic-featured .provider-name h3 {
	padding-left: 0;
}

.imedo-content #display_buttons {
	float: right;
}

.imedo-content #display_buttons li {
	float: left;
}

.imedo-content .provider_info_window h3 {
	font-size: 110%;
	padding: 0;
	clear: none;
}

.imedo-content .provider_info_window .pin_no {
	display: none;
}

.imedo-content .provider_info_window .provider_image {
	float: left;
	width: 50px;
}

.imedo-content .provider_info_window .provider_details {
	margin-left: 55px;
}

.imedo-content #provider_listing h3 {
	margin-top: 0;
	clear: none;
}

.imedo-content .provider-recommendations .video-icon {
	display: block;
	margin-top: 5px;
}

.imedo-content .provider-search-results table tr.sponsored-link td {
	border-bottom: 1px dashed #c2c0bd;
}

.imedo-content .provider-search-results table tr.sponsored-link td.provider-compare {
	border-bottom: none;
}

.imedo-content .provider-search-results table tr.sponsored-link td p {
	font-weight: normal;
}

.imedo-content .provider-search-results table tr.sponsored-link td p.teaser {
	font-weight: normal;
}

.imedo-content .provider-search-results table tr.sponsored-link span.metainfo {
	color: #585752;
	font-weight: normal;
}

.imedo-content .rating-stars {
	height: 15px;
	background: url('https://doctors.imedo.de/images/icons/rating-0.png') no-repeat 0px 3px;
	text-align: left;
	display: inline-block;
	width: 68px;
}

.imedo-content .rating-stars .full-stars {
	height: 15px;
	background: url('https://doctors.imedo.de/images/icons/rating-5.png') no-repeat 0px 3px;
}

/**
* @note 			CSS-Datei für die Farben der Arztsuche (gemeinsame Elemente und Klassen)
*/
.imedo-content .member-thumb img {
	border: none;
	text-decoration: none;
}

.imedo-content .check-green {
	background: transparent url('https://doctors.imedo.de/images/whitelabel/check-green.png') no-repeat scroll left top;
}

.imedo-content label span {
	color: #777;
}

.imedo-content .docsearch-header p {
	color: #585754;
}

.imedo-content .docsearch-header h3 {
	color: #585754;
}

.imedo-content a.dropdown-tab:hover,
.imedo-content li.toplevel:hover a.dropdown-tab {
	background-color: #fff;
	border-style: solid;
	border-color: #C2C0BD;
	border-width: 1px 1px 0 1px;
}

.imedo-content li.toplevel a.dropdown-tab:hover {
}

.imedo-content ul.city-list ul {
	background: #fff url('https://doctors.imedo.de/images/whitelabel/providersearch/grad-bg-dropdown.png') repeat-x scroll left bottom;
	border-left: 1px solid #C2C0BD;
	border-right: 1px solid #C2C0BD;
	border-top: 1px solid #C2C0BD;
}

.imedo-content ul.city-list ul a {
	text-decoration: none;
}

.imedo-content ul.map-dropdown li a:hover {
	color: #000 !important;
	background: #ffd628 url('https://doctors.imedo.de/images/whitelabel/providersearch/grad-list-dropdown.png') repeat-x scroll left top;
	border-top: solid 1px #edbe00;
	border-bottom: solid 1px #edbe00;
}

.imedo-content ul.map-dropdown li.dropdown-last {
	border-bottom: solid 1px #C2C0BD;
}

.imedo-content ul.map-dropdown li.dropdown-last a:hover {
	color: #f08201 !important;
	background-color: transparent;
	background: none;
}

.imedo-content .act {
	color: #4790cc;
}

.imedo-content .tab-list-alphabet,
.imedo-content .tab-list {
	border-bottom: 1px solid #4790cc;
}

.imedo-content .tab-list-alphabet li,
.imedo-content .tab-list li {
	border: 1px solid #bce542;
	border-bottom: none;
}

.imedo-content .tab-list-alphabet li a,
.imedo-content .tab-list-alphabet li span,
.imedo-content .tab-list li a,
.imedo-content .tab-list li span {
	color: #75990b;
}

.imedo-content .tab-list-alphabet li a:hover,
.imedo-content .tab-list li a:hover {
	color: #F08201;
}

.imedo-content .tab-list-alphabet li.selected,
.imedo-content .tab-list li.selected {
	border: 1px solid #4790cc;
	border-bottom: none;
}

.imedo-content .tab-list-alphabet li.selected a,
.imedo-content .tab-list-alphabet li.selected span,
.imedo-content .tab-list li.selected a,
.imedo-content .tab-list li.selected span {
	color: #4790cc;
}

.imedo-content .table-style td,
.imedo-content .table-style th {
	border-bottom: 1px solid #C2C0BD;
	font-weight: bold;
}

.imedo-content .odd,
.imedo-content .odd-alt {
	background-color: #fff;
}

.imedo-content .even,
.imedo-content .even-alt {
	background-color: #fff;
}

.imedo-content p.deactivated {
	color: #777;
}

.imedo-content .doc-info-footer {
	border-top: 1px solid #C2C0BD;
}

.imedo-content .premium-provider-box .premium-item {
	border-color: #4790CC;
	border-width: 1px;
	border-style: solid;
	background: #fff;
}

.imedo-content .imedo-logo img {
	border: 0 solid;
}

/**
* @note		CSS-Datei für die Arztsuche (medium)
*/
.docsearch-medium { /*width: 470px;*/
}

.docsearch-medium .features {
	display: none;
}

.docsearch-medium .docsearch-map {
	width: 380px;
	height: 530px;
	margin: 0 auto 2em auto;
	position: relative;
}

.docsearch-medium .suggest_new_entry {
	margin-left: 1em;
}

.docsearch-medium .docsearch-content {
	padding: 1em;
}

.docsearch-medium .description h4 {
	color: #000;
	font-weight: normal;
	font-size: 100%;
	font-weight: bold;
}

.docsearch-medium .button-container {
	width: 8em;
}

.docsearch-medium .display-options {
	width: 18em;
}

.docsearch-medium .map-display {
	width: 380px !important;
	height: 530px !important;
	background-image: url('https://doctors.imedo.de/images/whitelabel/providersearch/image-map-sprite.gif');
	position: relative;
	z-index: 0;
	top: -1060px !important;
}

.docsearch-medium .map-img {
	top: -530px !important;
}

.docsearch-medium ul.city-list.map-overlay #area-bw,
.docsearch-medium ul.city-list.map-overlay #area-1 {
	top: 420px;
	left: 66px;
}

.docsearch-medium ul.city-list.map-overlay #area-by,
.docsearch-medium ul.city-list.map-overlay #area-2 {
	top: 410px;
	left: 240px;
}

.docsearch-medium ul.city-list.map-overlay #area-be,
.docsearch-medium ul.city-list.map-overlay #area-3 {
	top: 155px;
	left: 300px;
}

.docsearch-medium ul.city-list.map-overlay #area-bb,
.docsearch-medium ul.city-list.map-overlay #area-4 {
	top: 195px;
	left: 305px;
}

.docsearch-medium ul.city-list.map-overlay #area-hb,
.docsearch-medium ul.city-list.map-overlay #area-5 {
	top: 120px;
	left: 120px;
}

.docsearch-medium ul.city-list.map-overlay #area-hh,
.docsearch-medium ul.city-list.map-overlay #area-6 {
	top: 95px;
	left: 160px;
}

.docsearch-medium ul.city-list.map-overlay #area-he,
.docsearch-medium ul.city-list.map-overlay #area-7 {
	top: 295px;
	left: 120px;
}

.docsearch-medium ul.city-list.map-overlay #area-mv,
.docsearch-medium ul.city-list.map-overlay #area-8 {
	top: 80px;
	left: 225px;
}

.docsearch-medium ul.city-list.map-overlay #area-ni,
.docsearch-medium ul.city-list.map-overlay #area-9 {
	top: 155px;
	left: 90px;
}

.docsearch-medium ul.city-list.map-overlay #area-nw,
.docsearch-medium ul.city-list.map-overlay #area-10 {
	top: 240px;
	left: 30px;
}

.docsearch-medium ul.city-list.map-overlay #area-rp,
.docsearch-medium ul.city-list.map-overlay #area-11 {
	top: 317px;
	left: 31px;
}

.docsearch-medium ul.city-list.map-overlay #area-sl,
.docsearch-medium ul.city-list.map-overlay #area-12 {
	top: 368px;
	left: 30px;
}

.docsearch-medium ul.city-list.map-overlay #area-sn,
.docsearch-medium ul.city-list.map-overlay #area-13 {
	top: 260px;
	left: 300px;
}

.docsearch-medium ul.city-list.map-overlay #area-st,
.docsearch-medium ul.city-list.map-overlay #area-14 {
	top: 218px;
	left: 209px;
}

.docsearch-medium ul.city-list.map-overlay #area-sh,
.docsearch-medium ul.city-list.map-overlay #area-15 {
	top: 58px;
	left: 125px;
}

.docsearch-medium ul.city-list.map-overlay #area-th,
.docsearch-medium ul.city-list.map-overlay #area-16 {
	top: 280px;
	left: 200px;
}

.docsearch-medium .provider-certificates {
	display: none;
}

.docsearch-medium .premium-provider-box .premium-item {
	width: 29%;
}

.docsearch-medium .premium-provider-box .premium-item p {
	display: none;
}

.docsearch-medium .premium-provider-box .premium-item .description {
	width: 100%;
}

.docsearch .about-container img {
	height: auto;
	max-width: 100%;
}

/* Social-Media-Leiste -------------------------------------------------------------------------- */

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	content: "\f0e0";
}

.icon-facebook:before {
	content: "\f230";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-whatsapp:before {
	content: "\f232";
}

.socialbar {
	list-style: none;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.socialbar__button {
	color: #FFFFFF;
	cursor: pointer;
	height: 30px;
	float: left;
	font-size: 12px;
	line-height: 30px;
	margin-right: 10px;
	min-width: 122px;
	text-align: left;
}

.socialbar__button:last-child {
	margin-right: 0;
}

.socialbar__button:before {
	font-size: 1.5em;
	line-height: inherit;
	padding: 0 5px 0 10px;
}

.share-button__text {
	color: inherit;
	display: inline-block;
	font-size: inherit;
	text-decoration: none;
	line-height: inherit;
	vertical-align: top;
}

a.share-button__text, a.share-button__text:active, a.share-button__text:visited, a.share-button__text:hover {
	color: #FFFFFF;
}

.socialbar__button--email {
	background-color: #999;
}

.socialbar__button--facebook {
	background-color: #3b5998;
}

.socialbar__button--pinterest {
	background-color: #e60023;
}

.socialbar__button--twitter {
	background-color: #55acee;
}

.socialbar__button--whatsapp {
	background-color: #5cbe4a;
	display: none;
}

/* TinyMCE -------------------------------------------------------------------------------------- */

.mceListBoxMenu {
	z-index: 2000000000 !important; /* Größer als z-index der Lightbox (z.Zt. ~5 Mio)! */
}

/* Tooltip -------------------------------------------------------------------------------------- */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before, [data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	bottom: 150%;
	color: #fff;
	content: attr(data-tooltip);
	font-size: 13px;
	/*font-weight: bold;*/
	left: 50%;
	line-height: 1.5;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	position: absolute;
	text-align: left;
	width: 17.5em;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: 150%;
	content: " ";
	font-size: 0;
	left: 50%;
	line-height: 0;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

/* ---------------------------------------------------------------------------------------------- */

/* Slider */
.slick-slider {
	float: left;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	min-height: 380px;
	width: 520px;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow {
	cursor: pointer;
}

.slick .prev,
.slick .next {
	background-color: rgba(11, 60, 104, .8);
	border: none;
	color: #cbd2db;
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	line-height: 40px;
	padding: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	outline: none;
	width: 40px;
	z-index: 2;
}

.slick:hover .prev,
.slick:hover .next {
	opacity: 1;
}

.slick .next {
	right: 0;
}

.slick-slide {
	margin: 0;
}

.slick-slide img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.slick-slide .img-original {
	height: 100%;
	margin: 0 auto;
	max-height: 390px;
	width: auto;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	position: relative;
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}

.slick .inner .hl,
.slick .inner .txt {
	/* Content is copied to the sidebar via JS */
	display: none;
}

.slick .inner:not(.isAd):after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .3)));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .3));
	bottom: 0;
	content: "";
	height: 20%;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.slick .prev-wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	z-index: 2;
}

.slick .next-wrap {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	z-index: 2;
}

.slick .image-number {
	display: none;
}

@media all and (min-width: 1024px) {
	.last-slide-active .next-wrap,
	.last-slide-active .prev-wrap {
		/* overwrite JS inline styles */
		display: none !important;
	}
}

/* Rating */

.raty {
	min-width: 100px;
}

.raty img {
	vertical-align: top;
}

.raty-wrapper {
	display: flex;
	margin: 1rem 0;
}

.raty-message {
	padding-left: 0.5rem;
}

/* Expertise slider */

.mod_expertise {
	border-bottom: 1px solid #0D497F;
	border-top: 1px solid #0D497F;
	margin: 0;
	position: relative;
}

.mod_expertise .mod_expertise__slider {
	margin-bottom: 0;
	padding: 0;
    width: 100%;
}

.mod_expertise .mod_expertise__slide {
	padding: 1rem 2rem 4.5rem;
}

.mod_expertise .mod_expertise__slider > li:not(:first-child) {
	display: none;
}

.mod_expertise .mod_expertise__slider.slick-slider .slick-slide {
	display: block;
}

.mod_expertise .intro {
	text-align: center;
}

.mod_expertise .intro .hd {
	border: none;
	font-size: 1.375rem;
	font-weight: bold;
	margin: 1.875rem 0 2rem;
}

.mod_expertise .intro img {
	border: 1px solid #eee;
	border-radius: 50%;
	height: 6rem;
	margin-bottom: 2rem;
	width: 6rem;
}

.mod_expertise .intro .author__name {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: .5rem;
}

.mod_expertise .question.question {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5rem;
	margin: 1rem 0;
}

.mod_expertise .number {
	background-color: #0D497F;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	height: 1.875rem;
	line-height: 1.875rem;
	margin: 0 auto;
	text-align: center;
	width: 1.875rem;
}

.mod_expertise .outro {
	text-align: center;
}

.mod_expertise .outro-headline {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 1rem 0 2rem;
}

.mod_expertise .outro-text {
	color: #0D497F;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.mod_expertise .outro-link,
.mod_expertise .outro-link:active,
.mod_expertise .outro-link:hover,
.mod_expertise .outro-link:visited {
	background: #0d497f none;
	font-size: 1rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 0 auto;
	width: 11rem;
}

.mod_expertise .next,
.mod_expertise .prev {
	background-color: #0D497F;
	bottom: .125rem;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: normal;
	height: 2.5rem;
	line-height: 2.3rem;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	vertical-align: top;
	width: 2.5rem;
	z-index: 1;
}

.mod_expertise .prev {
	left: 0;
}

.mod_expertise .prev:before {
	content: "\f053";
	font-family: FontAwesome;
	font-size: 1.4375rem;
	padding-right: 0.3125rem;
}

.mod_expertise .next {
	right: 0;
}

.mod_expertise .next:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 1.4375rem;
	padding-left: .3125rem;
}

.mod_expertise .slick-dots {
	bottom: 0;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 0 .625rem 0;
	position: absolute;
	width: 100%;
}

.mod_expertise .slick-dots button {
	display: block;
	height: 1.4375rem;
	opacity: 0;
	width: 1.4375rem;
}

.mod_expertise .slick-dots li {
	position: relative;
}

.mod_expertise .slick-dots li:before {
	content: "";
	background-color: #0D497F;
	border-radius: 50%;
	display: block;
	height: .625rem;
	margin: .4375rem;
	outline: none;
	overflow: hidden;
	position: absolute;
	width: .625rem;
	z-index: 1;
}

.mod_expertise .slick-dots .slick-active {
	opacity: .5;
}

/* Expertise tip */

.mod_expertise--tip {
	padding: 1.5rem 1rem;
}

@media screen and (min-width: 48em) {
	.mod_expertise--tip {
		display: flex;
	}
}

@media screen and (min-width: 48em) {
	.mod_expertise--tip .tip-wrapper {
		padding-right: 1rem;
		width: 60%;
	}
}

.mod_expertise--tip .hd {
	border: none;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.mod_expertise--tip .txt {
	font-size: 1.125rem;
	font-style: italic;
}

.mod_expertise--tip .author {
	padding-top: 1rem;
	text-align: center;
}

@media screen and (min-width: 48em) {
	.mod_expertise--tip .author {
		padding-top: 0;
		width: 40%;
	}
}

.mod_expertise--tip .author img {
	border: 1px solid #eee;
	border-radius: 50%;
	height: 10rem;
	width: 10rem;
	margin-bottom: .5rem;
}

.mod_expertise--tip .author__name {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .25rem;
}

.mod_expertise--tip .author__job {
	font-size: .75rem;
}
/* satellite-common.css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */body {
	background-color: #eaeaea;
}

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #0d497f; }
::selection { background:#0d497f; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #0d497f; }

a, a:active, a:visited, a:hover {
	color: #0d497f;
}

.bottom a {
	color: #969696;
}

.article .hl {
	color: #0D497F;
}
.article .hl_sub {
	color: #0D497F;
}
.article p a, .article p a:active, .article p a:visited, .article p a:hover {
	color: #0D497F;
}
.article .txt h1 a, .article .txt h1 a:active, .article .txt h1 a:visited, .article .txt h1 a:hover,
.article .txt h2 a, .article .txt h2 a:active, .article .txt h2 a:visited, .article .txt h2 a:hover,
.article .txt h3 a, .article .txt h3 a:active, .article .txt h3 a:visited, .article .txt h3 a:hover,
.article .txt h4 a, .article .txt h4 a:active, .article .txt h4 a:visited, .article .txt h4 a:hover,
.article .txt h5 a, .article .txt h5 a:active, .article .txt h5 a:visited, .article .txt h5 a:hover,
.article .txt h6 a, .article .txt h6 a:active, .article .txt h6 a:visited, .article .txt h6 a:hover {
	color: #0D497F;
}
.article .txt li a, .article .txt li a:active, .article .txt li a:visited, .article .txt li a:hover {
	color: #0D497F;
}

.aside .mod .hd {
	color: #0d497f;
	border-bottom: 1px solid;
}
/*.aside .mod .hl {
	color: #0d497f;
}*/

.cancel_account .hl {
	color: #0d497f;
}

.contact legend {
	border-color: #0d497f;
}

.form legend {
	border-color: #0d497f;
}

.h1 {
	color: #0d497f;
}

.hd,
.hd_1 {
	border-bottom: 1px solid;
	color: #0d497f;
}

.head_menu > .bg {
	display: none;
}
.head_nav {
	background: #0d497f;
	height: 45px;
	padding-left: 10px;
	width: 872px;
}
.head_nav > li {
	background: none;
	padding: 17px 0px;
}
.head_nav > li .bg {
	border-left: 1px solid #ffffff;
}
.head_nav > li:first-child .bg {
	border-left: none;
}
.head_nav > li > .bg a {
	font-size: 14px;
	font-weight: lighter;
	height: 27px;
	letter-spacing: 0;
}
.head_nav > li.active .bg a {
	color: #ffffff;
	font-style: italic;
}
.head_nav > li:hover > .bg a {
	color: #000000;
	height: 26px;
}
.head_nav .nav_sec {
	background: #ffffff;
	top: 42px;
}
.head_nav .nav_sec .inner {
	background: transparent;
}
.head_nav .nav_sec ul {
	border-right: 1px solid #cccccc;
	width: 160px;
}
.head_nav .nav_sec ul:first-child {
	background: transparent;
}
.head_nav .nav_sec ul:last-child {
	border-right: none;
}
.head_nav > li.first .nav_sec_left {
	left: 0;
}
.head_nav .nav_sec_right {
	right: 0;
}

.header {
	background-color: #ffffff;
}
.header .feature {
	background: none;
}
.header .feature > .bg {
	display: none;
}
.header .feature .nav_sec {
	background: #ffffff;
	border-width: 1px;
	top: 21px;
}
.header .feature .community {
	color: #000000;
}
.header .search .default {
	color: #6f6f6f
}

#herzzentrum_suche_default_div .zentrum_name {
	color: #0d497f;
}

.hl  {
	color: #0d497f;
}

.layer .layer_recommend_article label,
.layer .layer_img .hl,
.layer .layer_flash .hl,
.layer .layer_video .hl,
.layer .layer_link .hl {
	color: #0d497f;
}

legend { color: #0d497f; }

.main {
	background: none;
	background-color: #ffffff;
}

.medsearch_form .legend {
	color: #0d497f;
}

.mod_atoz .bd_open .result {
	color: #0d497f;
}

.mod_caroussel .hd {
	border-bottom: 1px solid;
	color: #0d497f;
	padding-bottom: 0px;
}
.mod_caroussel .hl {
	color: #0d497f;
}

.mod_dd_horoscope .nav .control {
	color: #0D497F;
}

.mod_expert_open_questions .list .badge {
	color: #0D497F;
}

.mod_experts .h1 {
	border-bottom: 1px solid #0D497F;	
	color: #0D497F;
}

.mod_eyecatcher_sp .bd .sp {
	color: #0D497F;
}

.mod_index .hl {
	color: #0D497F;
}

.mod_seo .bd a,
.mod_seo .bd a:active,
.mod_seo .bd a:visited,
.mod_seo .bd a:hover { color: #0D497F !important; }

.mod_med_detail .hl {
	color: #0D497F;
}

.mod_author_profile .hl {
	color: #0D497F;
}

.mod_my_latest .badge {
	color: #0D497F;
}

.mod_nav .hl {
	color: #0D497F;
}

.mod_profile .h3,
.mod_profile .ilist a,
.mod_profile .username {
	color: #0D497F;
}
.mod_profile .info .sep {
	border-color: #0D497F;
}

.mod_profile_p .h2,
.mod_profile_p .ilist a {
	color: #0D497F;
}

.mod_questions .answers_overview li .inner a:hover,
.mod_questions .hl a,
.mod_questions .bd a,
.mod_questions .list .badge {
	color: #0D497F;
}

.mod_ranking .points .count {
	color: #0D497F;
}

.mod_related a, .mod_related a:hover {
	color: #0D497F !important;
}

.mod_richtext h1 {
	border-bottom: 1px solid;
	color: #0D497F;
}

.mod_search_filter legend,
.mod_search_filter .txt .label {
	border-color: #0D497F;
}

.aside .mod_special .ft {
	background: #F7F7F4;
	border-bottom: 1px solid #E6E3DC;
	border-top: 1px solid #E6E3DC;
	margin-top: 13px;
	padding-top: 0 !important;
}

.mod_u_question .rate .badge {
	color: #0D497F;
}

.mod_users td {
	color: #0D497F;
}

.mod_video .bd .txt,
.mod_video .ft .txt {
	color: #0D497F;
}

.mod_visual { border-color: #0D497F; }
.mod_visual .txt { color: #0D497F; }
.mod_visual .longtxt { color: #0D497F; }

.page { width: 882px; }
.page_inside { border: 1px solid #EAEAEA; }

.register legend {
	border-color: #0D497F;
}

.rss .ilist li a {
	color: #0d497f;
}

.specials .hl {
	color: #0d497f;
}
.specials .tabs li {
	background: #0D497F;
	background-image: linear-gradient(to bottom, #0D497F, #1566b0);
}

/* GESUND-1742 ---------------------------------------------------------------------------------- */

body, select, input, textarea {
	color: #333333;
}

.mod_answers .inner .ft .more {
	color: #333333;
}

.content p {
	color: #333333;
}

body {
	background-color: #ffffff;
}

.page_inside {
	border: none;
}

.head_nav > li {
	padding: 9px 0;
}

.head_nav .nav_sec {
	top: 34px;
}

.header_menu, .header_menu>.bg {
	background: none;
}

.hd, .hl, .hl a {
	font-weight: normal;
}

.article .hl {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 14px
}

h1 {
	color: #555555 !important;
}

.article .txt h2 {
	font-weight: normal;
	font-size: 22px !important;
	line-height: 30px !important;
	margin-top: 30px;
}

.article .txt h3 {
	font-weight: normal;
	font-size: 18px !important;
	line-height: 24px !important;
	margin-top: 30px;
	font-weight: normal;
}

.article .txt h4 {
	font-weight: normal;
	margin-top: 30px;
}

.article, .article p, .article ul, .article ol {
	font-size: 15px;
	line-height: 22px;
}

.mod_u_question .bd {
	font-size: 14px;
	line-height: 20px;
}

.item {
	font-size: 14px;
	line-height: 20px;
}

.mod_related .ilist li a {
	font-size: 15px;
	line-height: 22px;
}

.article .kicker {
	font-weight: normal;
	display: block;
}

.meta_info {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 18px;
}

.mod_gallery .hl {
	font-size: 20px;
	font-weight: normal;
}

.article .hl_sub {
	color: #555555;
	margin-top: 0px;
}

.mod_triple .img {
	margin: 0 0 5px 0;
}

.mod_triple .line {
	border-bottom: 1px solid #eaeaea;
}

.mod_triple {
	border: none;
}

.mod_related .kicker, .mod_searchfield .legend, .aside .mod .txt,
	.mod_searchfield .legend, .mod_most_discussed .txt, .mod_u_question .bd,
	.mod_questions .bd, .mod_gallery .txt {
	color: #333333;
}

.slideshow .hd {
	font-weight: normal;
}

.mod_most_discussed .hd {
	border-bottom: 1px solid #0d497f;
}

.aside .mod .hd {
	font-weight: normal;
}

/* ---------------------------------------------------------------------------------------------- */
