/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow: -moz-scrollbars-vertical; overflow-y: scroll;  }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #2E77A1; color: #fff; text-shadow: none; }
::selection { background: #2E77A1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; outline: 0; }
a:hover { color: #06e; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/*
 * jQuery UI CSS Framework 1.8.18
 *
 * 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:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.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.18
 *
 * 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=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,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: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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 #999999; background: #dadada url(ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; 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 #fcefa1; background: #fbf9ee url(ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.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(ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(ui-icons_cd0a0a_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: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.18
 *
 * 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.18
 *
 * 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 Accordion 1.8.18
 *
 * 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/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.18
 *
 * 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/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.18
 *
 * Copyright 2010, 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/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.18
 *
 * 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/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.18
 *
 * 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/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.18
 *
 * 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/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.18
 *
 * 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/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.18
 *
 * 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*/
}/*
 * jQuery UI Progressbar 1.8.18
 *
 * 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/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

@charset "UTF-8";

/* CSS Reset Reloaded */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100.01%;
    font-family:inherit;
    vertical-align:baseline;
}

/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	line-height:1;
	color:#333333;
	background:#ffffff;
}
ul {
	list-style:none;
}

ol{
    list-style: decimal outside none;
    padding-left: 20px; 
}

ol ol{
    list-style: lower-alpha outside none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:"";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

div.clear {
	clear:both;
}

div.shadow {
	position:relative;
	top:0px;
	background:url(shadow.png) repeat-x top right;
	width:100%;
	height:15px;
	margin-bottom:-1px;
	z-index:2;
	overflow:hidden;
	clear:both;
	float:none;
}

.navhidden {
	display:none;
}

/* Start Normal CSS */
body {
    text-align:left;
    background:#f4f9fd;
    padding:0;
    margin:0;
    font-size:0.75em; /* 12px */
    height:100%;
    font-family:verdana,arial, sans-serif;
}

/* Grundstruktur */
#Wrapper {
	width:83.25em;
	overflow:hidden;
	height:100%;
	margin:0 auto;
	margin-bottom:20px;
}

#Content {
	overflow:hidden;
	height:100%;
	min-height:600px;
	border:1px solid #b6e2f6;
	background-color:#fff;
	border-width:0 1px 0 1px;
	padding-bottom:2.5em;
}
.startseite #Content {
	padding-bottom:0;
}
#Content #left {
	width:18.3333em;
	float:left;
	margin-right:2.45em;
	margin-top: 3em;
}
#Content #right {
	width:60.0833em;
	float:left;
	overflow:hidden;
}

#Content #right.noleftnav {
    /*margin: 2.8333em 1.5em 1em 1em;*/
	padding: 0 2.25em 1em 1.25em;
	width: 79.25em;
	margin: 0;
}

#Content #right.noleftnav-g {
    /*margin: 2.8333em 1.5em 1em 1em;*/
	padding: 2em 1em 1em 3.25em;;
	width: 60.0833em;
	margin: 0;
}

#Content #right.noleftnav-g .simpleFooter{
	border-top: 2px solid rgb(175, 208, 226);
	clear: both;
	margin: 20px 3px;
	padding: 19px 15px 0px 0px;
	height: 21px;
}

#Content #right.noleftnav-g .simpleFooter a.button {
    float: right;
	text-align: center;
}



#Content #ao-guetesiegel{
	width:18.3333em;
	float:right;
	background-color: rgb(228, 241, 249);
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	
}
#Content #ao-guetesiegel p{
	margin-bottom: 0em;
	line-height: 0em;
	padding-top: 1em;
}

/* neu MM wg. veranstaltungen */
#Content #veranstaltungright{
	width:18.3333em;
	height:100%;
	min-height:600px;
	float:right;
	background-color: rgb(228, 241, 249);
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	
}

#body.bottomliner {
	border-bottom: 2px solid #AFD0E2;
}

input.placeholder, textarea.placeholder {
	color:#999;
}
input.placeholder, textarea.placeholder {
	color:#999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:#999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#999;
}

.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( 'ajax-loader-circle.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}


@font-face {
	font-family: 'al-olr';
	src:url('/fonts/al-olr.eot?-lbkqem');
	src:url('/fonts/al-olr.eot?#iefix-lbkqem') format('embedded-opentype'),
	url('/fonts/al-olr.woff?-lbkqem') format('woff'),
	url('/fonts/al-olr.ttf?-lbkqem') format('truetype'),
	url('/fonts/al-olr.svg?-lbkqem#al-olr') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Header */
#Header {
	font-size:0.917em;
	position:relative;
	overflow:hidden;
}

#Header ul {
	list-style-type:none;
	overflow:hidden;	
}
#Header ul#FirstHeadNav {
	height:22px;
	padding-bottom:2px;
}
#Header ul#MiddleHeadNav, div#MiddleHeadNav  {
	height:22px;
	padding-bottom:2px;
	margin-top: 16px;
}

#Header div#MiddleHeadNav {
	float:left;
	margin-left: 7px;
	margin-right: 7px;
	width: 40%;
	//vertical-align: top;
}
#Header div#MiddleHeadNav.koop {
	margin-top:	38px;
	margin-left: 228px;
}
#Header div#MiddleHeadNav a {
	color: #B11A3B;
 	background: url("subnav_level2_hover.png") no-repeat scroll left 0.35em transparent;
    padding-left: 8px;
	//margin-left: 8px;
	margin-left: 5px;
	margin-right: 3px;
	line-height: 1.0;
}
#Header div#MiddleHeadNav a:hover span {
	//background:url("subnav_level2_hover.png") no-repeat scroll left 0.5em transparent;
	text-decoration:none;
	border-bottom:1px solid #b11a3b;
}
#Header div#MiddleHeadNav div#loginform {
	/*float:right;
	margin-left: 35px;*/
	//right: 220px;
	right:212px;
}
/*
#Header div#MiddleHeadNav span.logout a {
	margin-left: 0px;
}
#Header div#MiddleHeadNav span.logout a:hover span{
	text-decoration:none;
	border-bottom:1px solid #b11a3b;
}
*/
#Header ul li {
	float:left;
	border-left:1px solid #333333;
	padding:0px 0px 0 7px;
	margin-right: 15px;
	height:22px;
	
	text-decoration:none;
}
#Header ul li a {
	text-decoration:none;
}

#Header ul#FirstHeadNav #Home {
	border:none;
	padding:0px;
	margin-right: 0px;
}

#Header ul#MiddleHeadNav li
{
	height: auto;
	border: none;
}
#Header ul#FirstHeadNav #Home a {
//	background:url(home_blau.png) no-repeat;
	display:inline-block;
	width:15px;
//	height:11px;
	padding: 0px;
	text-decoration: none;
//	border-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align:bottom;
//	margin-top: 8px;
	
}
#Header ul#FirstHeadNav #Home a:hover {
//	background:url(home_blau_over.png) no-repeat;
	text-decoration: none;
	border-bottom:0px;	
}
#Header ul#FirstHeadNav a {
	line-height:2.6em;
	font-size:11px;
	color:#333;
	text-decoration:none;
	vertical-align: bottom;
}
#Header ul#FirstHeadNav a:hover {
	text-decoration:none;
	border-bottom:1px solid #b11a3b;
}
#Header ul#FirstHeadNav a.active {
	color: #b11a3b;
	border-bottom: 1px solid #b11a3b;
}
#Header ul#SecondHeadNav {
	position:absolute;
	right:220px;
	top:0;	
	padding-bottom:2px;
}

#Header ul#SecondHeadNav li {
	border:none;
	float: left;
	padding-left: 0;
	line-height:2.938em;
	line-height:2.6em;
	font-size:11px;	
}

#Header ul#SecondHeadNav li a {
   	margin:0 0 0 5px;
	color: #333333;
	line-height:2.6em;
}

#Header ul#SecondHeadNav li.btn_header_blue a {	
	background: url("/headnav_bullet_blue.png") no-repeat left center transparent;
	background: none;

}
#Header ul#SecondHeadNav li.btn_header_blue a:hover {
	background: url("/headnav_bullet_blue_hover.png") no-repeat left center transparent;
	background: none;
	//border-bottom: 1px solid #b11a3b;	
}

#Header #Logo {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
#Header #Logo2 {
	position:relative;
	float:left;
	top:0;
	left:0;
	z-index:1;
}
#Header #ColoredLine {
	position:absolute;
	bottom:0;
	left:0;
	height:19px;
	width:100%;
	background:#b11a3b url(header_colored_line_al.png) no-repeat left bottom;
}
#Header #login {
	position: absolute;
	//right:220px;
	right:212px;
	vertical-align: top;
}

#Header #loginform input {
	vertical-align: top;
	border:1px solid #B5E5F1;
	padding-left: 2px;
	//font-family:verdana;
	//font-size:12px;
}

#Header #loginform #Loginbutton { 
	//float:left; 
	background: url("/btn_search.png")no-repeat scroll 0 0 transparent;
	//margin:2px 0 0 10px; 
	//margin-left:6px; 
	margin-left:3px;
	margin-right:3px; 
	width:13px; 
	height:13px; 
	//text-indent:-999em; 
	border:none;
	cursor:pointer; 
	vertical-align: middle;
}

#Header #loginform #Loginbutton:hover { 
	background: url("/btn_search_over.png") no-repeat scroll 0 0 transparent;
}

#Header span.logininfobtn {
    background: url("/al-icon-info_s_blau.png") no-repeat center;
	//display:inline-block;
	//float: left;
	width:16px;
	height:15px;
	//padding-top: 2px;
	text-decoration: none;
	border-bottom: 0px;
	vertical-align:bottom;
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	cursor:pointer;
}

#Header span.logininfobtn:hover {
    background: url("/al-icon-info_s_blau_over.png") no-repeat;
	text-decoration: none;
}

/*
#Header #MiddleHeadNav .logout {
	position: absolute;
	//right: 245px;	
	right: 248px;	
	
}
*/

/*
#Header #MiddleHeadNav .logout a {
	background: url("/btn_search.png") no-repeat left transparent;
	//background: url("btn_search.png") no-repeat scroll 0 0 transparent;
	//background-position: -50px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	//margin-left: 250px;
	padding-left:20px;
}

#Header #MiddleHeadNav .logout a:hover {
	background: url("/btn_search_over.png") no-repeat left transparent;
}
*/
.vertreter #Header {
	background:#e4f1f9 url(header_colored_line_vertreter.png) no-repeat center bottom;
}

.emptyli
{
	border-left: 0px !important;
}

.home-logo-font:before
{
	font-family: 'al-olr';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.45em;
	color: #4c97be;
	//vertical-align:0px;
	//margin-left:0px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e639";
}
.home-logo-font:hover:before
{
	color: rgba(76, 151, 190, 0.6);
}

.blue-logo-font:before{
font-family: 'al-olr';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.25em;
	color: #4e97be;
	vertical-align:-0.1em;
	//margin-left:0px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e615";
	
}

/* Abstand des zweiten Spans im Link zum erste */
#Header ul#SecondHeadNav li.btn_header_blue a span+span {
margin-left: 0.4em;
}

/* Border wenn Hover &#252;ber zweitem Span */
#Header ul#SecondHeadNav li.btn_header_blue a:hover span+span {
border-bottom: 1px solid #B11A3B;
}

/* Font Color wenn Hover &#252;ber A */
#Header ul#SecondHeadNav li.btn_header_blue a:hover span.blue-logo-font:before{
color:rgba(76, 151, 190, 0.6);
}

.login-btn-font{
vertical-align: -0.1em;
}

.login-btn-font:before {
	font-family: 'al-olr';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.25em;
	color: #B11A3B;
	vertical-align:-0.1em;
	margin-left:2px;
	margin-right:3px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e615";
}

.login-btn-font:hover:before {
color:rgba(177, 26, 59, 0.6);

}

.logout-btn-font:before {
	font-family: 'al-olr';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.25em;
	color: #B11A3B;
	vertical-align:-0.1em;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e615";
}

.logout-btn{

position: absolute;
	//right: 245px;	
	right: 249px;
	margin-top: 16px;
	font-weight: bold;
	
}
.logout-btn a:hover{
color: black;
}

span.logout-btn a span+span {
margin-left: 0.4em;
}

/* Border wenn Hover &#252;ber zweitem Span */
span.logout-btn a:hover span+span {
border-bottom: 1px solid #B11A3B;
text-decoration: none;
}

/* Font Color wenn Hover &#252;ber A */
span.logout-btn a:hover span.logout-btn-font:before{
color:rgba(177, 26, 59, 0.6);
text-decoration: none;
}

/* Breadcrumb */
#bread {
    margin-bottom: 1em;
    padding-top: 0.5em;
	font-size: 0.917em;
}
#bread ul {	overflow: hidden;	list-style: none outside none; }
#bread ul li {	float: left;	margin-right: 5px; padding-left: 0px;	line-height: 1.5em; }
#bread ul li.first { margin-left: 0px; }
#bread ul li a { color: #333333 !important; }
#bread ul li a:hover { text-decoration: none; }
/* Content-Header */
#content-header {
	overflow:hidden;
}

#content-header .right img{
	margin:0;
	max-width:100%;
}

#content-header .left {
	float:left;
	width:590px;
}

#Content #right.noleftnav #content-header .left {
    float: left;
    width: 60.0833em;
}

#content-header .left h1{
	margin-bottom: 0.75em;
}

#content-header .left img{
	margin:0;
	max-width:100%;
}

#content-header.variant1 .left {
	float:left;
	width:518px;
	margin-right:10px;
	margin-bottom: 1.25em;
}

#content-header.variant1 .right {
	float:left;
	width:192px;
	margin-bottom: 1.25em;
}

#content-header.variant1 .introtext {
	padding-right: 9em;
}

/*Zusatz-Elemente 1 (LinkBox)*/
#content-header.variant1 .right .linkbox-small {
	border: 1px solid #b6e2f6;
	overflow: hidden;
	width:190px;
	height:168px;	
}

#content-header.variant1 .right .linkbox-small h2 {
	background-color: #e4f1f9;
	line-height: 2.3em;
	padding-left: 9px;
	padding-right: 9px;		
	height: 28px;
	margin-bottom: 1.2em;
}

#content-header.variant1 .right .linkbox-small .inner {
    line-height: 1.5em;
    overflow: hidden;
    padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 9px;	
}

#content-header.variant1 .right .linkbox-small .inner ul.linkListe li {
    padding-left: 0.2em;
	margin-bottom: 0.3em;
}

/*Zusatz-Elemente 2 (KontaktBox)*/
#content-header.variant1 .right div.tabContainer div.tabHeader ul li.active {
    background-color: #FFFFFF;
}

#content-header.variant1 .right div.tabContainer div.tabContent {
    background-color: #FFFFFF;
    border: 3px solid #E4F1F9;
    height: 139px;
	overflow: hidden;
}

#content-header.variant1 .right div.tabContainer div.tabContent .tabItem {
    margin-top: 10px;
    overflow: hidden;
}

#content-header.variant1 .right div.tabHeader a.tabLink.phone {
	background: url("/al-icon-telefon_s_blau.png") no-repeat left center transparent;
	padding-left: 18px;
}

#content-header.variant1 .right div.tabHeader a.tabLink.phone:hover {
	background: url("/al-icon-telefon_s_blau_over.png") no-repeat left center transparent;
	padding-left: 18px;
}

#content-header.variant1 .right div.tabHeader ul li.active a.tabLink.phone {
    background: url("/al-icon-telefon_s_rot.png") no-repeat left center transparent;
	padding-left: 18px;
	color: #B11A3B;
	border-bottom: none;
}

#content-header.variant1 .right div.tabHeader a.tabLink.mail {
	background: url("/al-icon-e_mail_s_blau.png") no-repeat left center transparent;
	padding-left: 22px;
}

#content-header.variant1 .right div.tabHeader a.tabLink.mail:hover {
	background: url("/al-icon-e_mail_s_blau_over.png") no-repeat left center transparent;
	padding-left: 22px;
}

#content-header.variant1 .right div.tabHeader ul li.active a.tabLink.mail {
    background: url("/al-icon-e_mail_s_rot.png") no-repeat left center transparent;
	padding-left: 22px;
	color: #B11A3B;
	border-bottom: none;
}

/*Zusatz-Elemente 3 (Schnelleinstieg small)*/
#content-header.variant1 .right .linkbox-small h2.infoBlock.produkte {
	background: url("/al-icon-lupe_s_blau.png") no-repeat left center transparent;
	padding-left: 32px;
	padding-right: 9px;		
	background-position: 9px 50%;
	background-color: #e4f1f9;
	line-height: 2.3em;
	height: 28px;
	margin-bottom: 1.2em;
}

#content-header.variant1 .right .linkbox-small .inner hr {
	border-style: none;
	color: #AFD0E2;
	background-color: #AFD0E2;
	height: 1px;
	margin: 1.3em 0 0.5em;
}

#content-header.variant1 .right .linkbox-small .inner input, #content-header.variant1 .right .linkbox-small .inner select {
    border: 1px solid #b6e2f6;
    display: block;
    float: left;
    position: relative;	
}

#content-header.variant1 .right .linkbox-small .inner select {
	width: 100%;
	font-size: 12px;
}	

#content-header.variant1 .right .linkbox-small .inner label {
    float: left;
	display: block;
    line-height: 16px;
	padding: 0px 30px 0px 5px;
}

#content-header.variant1 .right .linkbox-small .inner div.box-form {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#content-header.variant1 .right .linkbox-small .inner div.box-form.link-box a:hover {
	text-decoration:underline;
}

#content-header.variant1 .right .linkbox-small .inner div.box-form span.box-form-radio
{
	width: 13px;
	height: 13px;
	background: url(radio_normal.png) no-repeat;
	float: left;
	cursor: arrow;
}

#content-header.variant1 .right .linkbox-small .inner div.box-form span.box-form-radio.active
{
	background: url(radio_active.png) no-repeat;
}

#content-header.variant2 .left {
	float:left;
	width:355px;
	margin-right:10px;
}

#content-header.variant2 .right {
	float:left;
	width:355px;
	margin-bottom: 1.25em;
}

/* buk */
#content-header.variant2 .right img {
	margin-top: 5px;
}

/* buk #content-header.variant2 h1{
	margin-bottom: 0.75em;
} */

#content-header.variant3 .left {
	float:left;
	width:518px;
	margin-right:10px;
}

#content-header.variant3 .right {
	float:left;
	width:192px;
	margin-bottom: 1.25em;
}

#content-header.variant3 .right img {
	margin-top: 4px;
}

#content-header.variant4 .left {
	float:left;
	padding-right:10px;
	width:518px;	
}

#content-header.variant4 .right {
	float:left;
	max-width:192px;
	width:192px;
	text-align: center;
}

#content-header.variant4 .right .slide {
	width:192px;
	display: none; 
}

#content-header.variant4 .right .slide.first { 
	display: block; 
}

#content-header.variant4 .right img{
	margin-top: 4px;
	max-width:192px;
	cursor: url('al-icon-lupe_s_blau_over.png'),pointer;
}

#slideshowInfoLayer {
	border: 1px solid #B6E2F6;
    background: white;
    color: #333333;
	padding:0;
    left: 50%;
    top: 20%;
    width: 350px;
	width: auto;
	margin-left: -175px;
	height: auto;
    position: fixed;	
}

/* Footer */
#footer {
	height:1.917em;
	background-color:#e4f1f9;
	border:1px solid #b6e2f6;
	border-width:0 1px 0 1px;
}
#footer .inner { border:1px solid #ffffff; border-width: 0 1px 1px 1px; }
#footer #footerNav { overflow:hidden; height:100%; padding-left:10px; }
#footer #footerNav li { float:left; font-size:0.917em; line-height:1.917em; padding:0;}
#footer #footerNav li a:hover { color: #333333; border-bottom: 1px solid #b11a3b; }
#footer #footerNav li a.active { color: #b11a3b; border-bottom: 1px solid #b11a3b; }

#footer #footerNav li span {
	border-left: 1px solid #333333;
	padding: 0 0.5em;
}

#footer #footerNav li.first span { border-left: none; }

#footer #footerNavPopup { display: none; float:right; overflow:hidden; height:100%; }
#footer #footerNavPopup li { float:left; font-size:0.917em; line-height:1.917em; margin-right: 1.25em; padding-left: 0; }

#footer #footerNavPopup li.print a {
    background: url("al-icon-drucken_s_blau.png") no-repeat scroll left center transparent;
    padding-left: 19px;
}

#footer #footerNavPopup li.schliessen a {
    background: url("al-icon-schliessen_s_blau.png") no-repeat scroll left center transparent;
    padding-left: 19px;
}

#footer #footerNavPopup li a:hover { color: #333333; }
/*******************/
/* Main Navigation */
#MainNaviContainer {
	position:relative;
	/* z-index:999; hochsetzen wegen Input-Feld in Schnelleinstieg */
	z-index:1001;
	background:transparent url(bgTopNav.png) no-repeat right bottom;
	height: 31px;
}

#nav {
	position:relative;
	height: 31px;
	padding:0;
	margin:0;
	list-style:none;
	z-index:3;
	padding-right:0em;
	float:left;
	width: 997px;
}
.hallesche #nav {
	padding-right:0em;
}

#nav ul {
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	z-index:3;
}
/* Danysan
#nav ul li{
    margin-bottom: 0px;
    padding-left: 0px;
}
*/

#nav a.button {
	background: none;
	font-size:13px;
	position:relative;
	color:#333333;
	display:block;
	float:left;
	height:31px;
	margin-right:0px;
	padding-right:0px;
	text-decoration:none;
	font-weight:bold;	
}
#nav a.button.selected {
	color:#B11A3B;
	border-bottom:2px solid #B11A3B;
	height: 28px;	
	
}
#nav a.button span {
	background: none;
	position:relative;
	display:block;
	line-height:30px;
	padding: 0px;	
}
#nav li.firstButton a.button span {
	position:relative;
	
}

#nav a.button:hover {
	z-index:100;
	position:relative;
	color:#333333;
	border-bottom:2px solid #B11A3B;
	background: #E4F1F9;
	height: 28px;
}
#nav a.button:hover span {
	z-index:100;
	position:relative;
}

#nav a.akt_hov {
	z-index:100;
	position:relative;
}
#nav a.akt_hov span {
	z-index:100;
	position:relative;
}

#nav a {
	display:block;
	cursor:pointer;
	position:relative;
}
#nav li {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

#nav li.ebene0 {
	height: 30px;
	padding-right: 10px;
	border-left:1px solid #ffffff;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
}

#nav li.ebene0.firstLI {
	border-left:none;
}

#nav li.ebene0:hover {
	background: #E4F1F9;
	z-index:300;
	padding-right: 10px;
	border-left:1px solid #b4d4e6;
	border-right:1px solid #b4d4e6;
	border-top:1px solid #b4d4e6;
	border-bottom:1px solid #E4F1F9;
}

#nav li.ebene0.firstLI:hover {
	border-left:none;	
}

#nav ul.ebene1 {
	z-index:90;
	position:absolute;
	width:auto;
	left:-999em;
	top:32px;
	/*background:url(../../img/backgrounds/flyout_inner_n.png) repeat-x left bottom;*/
	padding:10px 0 10px 0px;
	border-top: 1px solid #E4F1F9;
	border-left:1px solid #b4d4e6;
	border-right:1px solid #b4d4e6;
	border-bottom:1px solid #b4d4e6;	
	background: #E4F1F9;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	
}
#nav li ul.ebene1 .borderRight {
	position:absolute;
	right:0px;
	top:0;
	/*background:url(../../img/backgrounds/flyout_right_n.png) no-repeat bottom right;*/
	height:100%;
	padding-bottom:0;
	border-right:1px solid #E4F1F9;
	z-index: 100;
}
#nav li ul ul {
	position:relative;
	top:auto;
	left:auto;
	background:none;
	padding:0;
	width:auto;
	border:none;
	padding-right:13px;
	margin-right:0px;
	padding-top:0px;
}
#nav li ul li.last ul {
	margin-right:0;
}
#nav li.lastButton ul {
	z-index:90;
	position:absolute;
	width:432px;
	left:-999em;
	top:32px;
	/*background:url(../../img/backgrounds/main_nav_bottom_last.png) no-repeat left bottom;*/
}
#nav li ul li {
	font-size:12px;
	float:none;
	line-height:18px;
	padding-bottom:6px;
	position:relative;
}
#nav li ul li.ebene1LI {
	border-right:1px dotted #b0d2e4;
	float:left;
	display:inline;
	width:auto;
	padding-bottom:0;
	padding-left: 0;
	margin-bottom: 0;
}

#nav li ul li.ebene1LI li {
	 margin-bottom: 3px;
	 padding-left:22px;
}

#nav li ul li.ebene1LI li.icon {
	border-top:1px dotted #B0D2E4;
	padding-top:4px;
	margin-top:-5px;
	min-height:20px;
	margin-left:22px;
	padding-left:1px;	
}
#nav li ul li.ebene1LI li.rechner {
	background:url(al-icon-rechner_s_blau_over.png) no-repeat right 8px;
	padding-right: 22px;
}
#nav li ul li.ebene1LI li.rechnerActive {
	background:url(al-icon-rechner_s_rot_over.png) no-repeat right 8px;
	padding-right: 22px;
}
#nav li ul li.ebene1LI li.rechner a {
	width:130px;
}

/* neues wgen schlossanzeige */ 
#nav li ul li.ebene1LI li.schloss {
	background:url(al-icon-schloss_s_blau.png) no-repeat right 8px;
	padding-right: 22px;
}
#nav li ul li.ebene1LI li.schlossActive {
	background:url(al-icon-schloss_s_blau_over.png) no-repeat right 8px;
	padding-right: 22px;
}
#nav li ul li.ebene1LI li.schloss a {
	width:130px;
}

#nav li ul li.ebene1LI span.navlockbtn {
	background:url(al-icon-schloss_s_blau.png) no-repeat right;
	padding-right: 22px;
	padding-top: 4px;
	border-bottom: none!important;
}
#nav li ul li.ebene1LI span.navlockbtn:hover {
	background:url(al-icon-schloss_s_blau_over.png) no-repeat right;
	padding-right: 22px;
	padding-top: 4px;
	border-bottom: none!important;
}
/* ende schlossanzeige */

@media not screen and (1) {
	#nav li ul.ebene1 {
		top:2.7em;
	}
}

#nav li ul li a {
	background:url(main_nav_level2.png) no-repeat left 6px;
	padding-left:9px;
	display:block;
}
#nav li ul li.first {
	width:161px;
}
#nav li ul li.third,
#nav li ul li.second {
	width:132px;
}
#nav li ul li.active a {
	background:url(main_nav_level2_act.png) no-repeat left 6px;
	color:#b11a3b;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}
#nav li ul {
	margin-left:-11px;
}

#nav li:hover ul.flyright, #nav li.sfhover ul.flyright {
	right:-1px;
}

margin-left: -11px;

*+html #nav li:hover ul,
*+html #nav li.sfhover ul {
	left:0;
}
* html #nav li:hover ul,
* html #nav li.sfhover ul {
	left:0;
}


#nav span.topnav_separator { 
	background:url(btn_main_nav_right_new.png) no-repeat top left; 
	display: inline-block;
	height: 31px; 
	width: 1px;
	margin-left: 0px;
	float: left; 
} 
#SearchContainer {
	z-index:200;
	right:0;
	position:absolute;
	width:220px;
	height: 31px;
	background:url(searchleft.png) no-repeat left;
}
#SearchContainer .searchRight {
	position:relative;
	height:31px;
	float: right;
	padding-right: 11px;
}
#SearchContainer form div {
	margin:0px 0 0 0;
	padding:0 0 0px 0px;
	overflow:hidden;
}	
#SearchContainer #Suchfeld { 

	width:163px; 
	border-right: 1px solid #E4E6E7; 
	border-bottom: 1px solid #E4E6E7; 
	border-top: 1px solid #A6A7A8; 
	border-left: 1px solid #A6A7A8; 
	float:left; margin-top:4px;
	font-size:	11px;
	font-family: verdana;
	font-style: regular;
	color:#999999;
	padding: 0 0 0 5px;
	height:21px;
	line-height:21px; 
}


#SearchContainer #Suchfeld:focus {color:#333333; }
#SearchContainer #Suchbutton { float:left; margin:9px 0 0 10px; width:13px; height:13px; text-indent:-999em; border:none;cursor:pointer; }

/*safari hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #SearchContainer #Suchfeld { margin-top:4px; height:21px; }
    #SearchContainer #Suchbutton { margin:9px 0 0 10px; }
    .hallesche #SearchContainer #Suchfeld { margin-top:4px; height:20px; }
    .hallesche #SearchContainer #Suchbutton { margin:9px 0 0 10px; }
	#Header ul#SecondHeadNav { right:220px;}
	#nav a.button span { line-height: 30px; }
	#SearchContainer #Suchfeld { margin-top:4px; height:21px; }
	#SearchContainer #Suchbutton { margin:9px 0 0 10px; }
	.hallesche #SearchContainer #Suchfeld { margin-top:4px; height:21px; }
	.hallesche #SearchContainer #Suchbutton { margin:9px 0 0 10px; outline: none; border:none;}
}

div.tabContainer {
	margin: 0px 0 7px;
	margin-top: 0.25em; 
}
div.tabContainer div.tabHeader {
    background-color: #FFFFFF;
    margin-bottom: -3px;
    z-index: 111;
	height: 2.35em;
}
div.tabContainer div.tabHeader ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
div.tabContainer div.tabHeader ul li {
    background-color: #E4F1F9;
    border-color: #E4F1F9;
    border-style: solid;
    border-width: 3px 3px 0;
   	-webkit-border-radius: 3px 3px 0 0;
 	-moz-border-radius   : 3px 3px 0 0;
  	border-radius        : 3px 3px 0 0;
	float: left;
    font-weight: bold;
    height: 1.667em;
    line-height: 21px;
    margin: 0 3px 0 0;
    text-align: center;
	padding-left: 0.5833em;
}
div.tabContainer div.tabHeader ul li a {
    color: #333333;
    display: block;
    font-weight: bold;
    height: 1.667em;
    line-height: 1.583em;
    margin: 0;
    padding: 0 0.5833em 0 1px;
    text-decoration: none;
	outline: 0;
}
div.tabContainer div.tabHeader ul li.active {
    background-color: #FBFDFE;
    float: left;
    font-weight: bold;
    height: 2.083em;
    line-height: 24px;
    margin: 0 3px 0 0;
    position: relative;
    text-align: center;
	padding-bottom: 0.25px;
}
div.tabContainer div.tabHeader ul li.active a {
    margin: 0 0.5833em 0 0;
    padding: 0;
	border-bottom: 2px solid #B11A3B;
	outline: 0;
}
div.tabContainer div.tabContent {
    border: 3px solid #E4F1F9;
    z-index: 1;
	padding: 0px 0.4em;
	background-color: #FBFDFE;
}
div.tabContainer div.tabContent #Tab1 {
    display: block;
}
div.tabContainer div.tabContent #Tab2, 
div.tabContainer div.tabContent #Tab3, 
div.tabContainer div.tabContent #Tab4, 
div.tabContainer div.tabContent #Tab5, 
div.tabContainer div.tabContent #Tab6, 
div.tabContainer div.tabContent #Tab7, 
div.tabContainer div.tabContent #Tab8 {
    display: none;
}
div.tabContainer div.tabContent .tabItem {
    display: block;
    height: 100%;
    margin-top: 18px;
    overflow: hidden;
    position: relative;
}
div.tabContainer div.tabContent .tabItem ul.reddot,
div.tabContainer div.tabContent .tabItem ul.linkListe {
     /*margin-top: -3px;*/
	position: relative;
	top: -3px;
}
img.right {
    float: right;
}
div.tabContainer div.tabContent .tabItem .tabTop {
    height: 100%;
    overflow: hidden;
	/*Danysan*/
    padding: 0 9em 0 1.2em;
	/*Oli*/
	margin-bottom: 1.6em;
}
div.tabContainer div.tabContent .tabItem .tabTop h2 {
    margin-bottom: 1em;
}
div.tabContainer div.tabContent .tabItem .tabFooter {
    border-top: 2px solid #AFD0E2;
    clear: both;
    margin: 20px 3px;
    padding: 19px 15px 0px 0;
	height: 21px;
}
div.tabContainer div.tabContent .tabItem .tabFooter a.button {
    float: right;
	text-align:center;
}

div.tabContainer div.tabContent .tabItem .tabFooter table {
	margin-right: 0px !important;
}

div.tabContainer div.tabContent .tabTop .trenner,
div.tabContainer div.tabContent .tabTop .brecher {
	margin-left: -0.8333em;
	margin-right: -8.5em;
}

div.tabContainer div.tabContent .tabTop .trenner .brecher {
	margin-left: 0;
	margin-right: 0;
}

div.tabContainer div.tabContent .tabTop .trennline,
div.tabContainer div.tabContent .tabTop .trennlinedick {
    margin-right: -7.5em;
}

#Content #right #body span.lockbtn, span.lockbtn {
    background: url("/al-icon-schloss_s_blau.png") no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
	padding: 0px;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 0px;
	vertical-align:bottom;
}

#Content #right #body span.lockbtn:hover, span.lockbtn:hover {
    background: url("/al-icon-schloss_s_blau_over.png") no-repeat;
	text-decoration: none;
}

.gabelseite { margin-top:0.25em; margin-bottom:0.8em; }

.gabelseite .teaserContainer { overflow:hidden; height:100%; padding-top:3px; }

.gabelseite h2 A:visited { text-decoration: none !important; color: #333333; }
.gabelseite h2 A:active { text-decoration: none !important; color: #333333; }
.gabelseite h2 A:hover { text-decoration: none !important; color: #333333; }
.gabelseite A.bottom { display:inline-block; margin-bottom:0.8em; padding-top:1px; text-decoration: none !important; }
.gabelseite A.bottom span { line-height: 1.4em; padding-bottom:1px; border-bottom:1px solid transparent; }
.gabelseite A.bottom:hover span { border-bottom:1px solid; }
.gabelseite ul.linkListe li.with_description { margin-bottom: 1em; }
.gabelseite ul.linkListe span { line-height:1.3em; border-bottom:1px solid transparent; }
.gabelseite ul.linkListe a { text-decoration: none !important; }
.gabelseite ul.linkListe a:hover span { border-bottom:1px solid; }

.gabelseite .teaser385ImgText { width:29.5833em; float:left; margin:0 0 1.25em 0; }
.gabelseite .teaser385ImgText h2 { padding-left:1em; height:2.333em; background-color:#e4f1f9; display:block; line-height:2.333em; margin-bottom:0.4166em; overflow:hidden; }
.gabelseite .teaser385ImgText img.ImgTeaser { float:left; width:10.4166em; height:10.4166em; }
.gabelseite .teaser385ImgText .inner { float:left; padding:0.4166em 0.8333em 0.4166em 0.8333em; overflow:hidden; height:9.4166em; width:17.3333em; border:0.1666em solid #e4f1f9; border-width:0 0.1666em 0.1666em 0; }
.gabelseite .teaser385ImgText .inner { width:17.34em\9; }
.gabelseite .teaser385ImgText .inner { *width:17.3333em; }
.gabelseite .teaser385ImgText .inner p { margin-bottom:0.5em; }
.gabelseite .teaser385ImgText .inner.cell_fix_height { height:9.4166em; }
.gabelseite .teaser385ImgText .inner.cell_variable_height { overflow:visible; }
.gabelseite .teaser385ImgText.odd { float:left; margin-right:0.8333em; }
.gabelseite .teaser385ImgText.even { float:right; }

.gabelseite .teaser385Text { width:29.5833em; float:left; margin:0 0 1.25em 0; }
.gabelseite .teaser385Text h2 { padding-left:1em; height:2.333em; background-color:#e4f1f9; display:block; line-height:2.333em; margin-bottom:0.4166em; overflow:hidden; }
.gabelseite .teaser385Text .inner { padding:0.4166em 0.8333em 0.4166em 1em; overflow:hidden; width:27.4166em; border:0.1666em solid #e4f1f9; border-width:0 0.1666em 0.1666em 0.1666em; }
.gabelseite .teaser385Text .inner p { margin-bottom:0.5em; }
.gabelseite .teaser385Text .inner.cell_fix_height { height:9.5em; }
.gabelseite .teaser385Text .inner.cell_variable_height { overflow:visible; }
.gabelseite .teaser385Text .inner img { float:left; }
.gabelseite .teaser385Text.odd { float:left; margin-right:0.8333em; }
.gabelseite .teaser385Text.even { float:right; }

.gabelseite .even.lastcell { margin-bottom:0px; }
.gabelseite .odd.lastcell { margin-bottom:0px; }




/* Global */
.teaser { 
	margin:0 0 1.25em 0; 
}
.teaser h2 { 
	padding-left: 1em; 
	height:28px; 
	background-color:#e4f1f9; 
	display:block; 
	line-height:28px; 
	margin-bottom:5px; 
	overflow:hidden;
}
.teaser .inner { 
	padding:5px 10px 5px 12px; 
	overflow:hidden; 
	border:2px solid #e4f1f9; 
	border-width:0 2px 2px 2px; 
}
.teaser .inner p { 
	margin-bottom:0.5em; 
}
.teaser.odd { 
	float:left; 
	margin-right:10px; 
}
.teaser.even { 
	float:right; 
}

/***********/
/* schloss für navleft */
#Content #left #navleft span.navlockbtn {
	background:url("/al-icon-schloss_s_blau.png") no-repeat right;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 6px;
	border: none!important;
}

#Content #left #navleft span.navlockbtn:hover {
	background:url("/al-icon-schloss_s_blau_over.png") no-repeat right;
	padding-right: 15px;
	padding-top: 5px;
	border: none!important;
}
/* ende schloss */

/* LeftNav */
#Content #left #navleft li { display:block; background:url(img/backgrounds/subnav.png) repeat; line-height:1.5em; padding: 0px;  margin: 0px; }
#Content #left #navleft li a { display:block; border-top:2px solid #ffffff; padding:3px 0 4px 5px;}
#Content #left #navleft li a:hover { color:#B11A3B; }
#Content #left #navleft li a:active { color:#B11A3B; }
#Content #left #navleft li.level0 a { padding-left:7px; }
#Content #left #navleft li.level0 a.active { color:#B11A3B; }

#Content #left #navleft li.level1 a { background:url(img/icons/subnav_level1.png) no-repeat 6px 3px; padding-left:30px; }
#Content #left #navleft li.level1 a:hover { background:url(img/icons/subnav_level1_hover.png) no-repeat 6px 3px; }
#Content #left #navleft li.level1 a.active { background:#F4F9FD url(img/icons/subnav_level1_act.png) no-repeat 6px 3px; color:#B11A3B; }
#Content #left #navleft li.level1 a.solo { background:#F4F9FD url(img/icons/subnav_level1_hover.png) no-repeat 6px 3px; color:#B11A3B; }
#Content #left #navleft li.level1 a.open { background:url(img/icons/subnav_level1_act.png) no-repeat 6px 3px; }

#Content #left #navleft li.level2 a { background:url(img/icons/subnav_level2.png) no-repeat 23px 10px; padding-left:35px; }
#Content #left #navleft li.level2 a:hover { background:url(img/icons/subnav_level2_hover.png) no-repeat 23px 10px; }
#Content #left #navleft li.level2 a.active { background:#F4F9FD url(img/icons/subnav_level2_act.png) no-repeat 20px 11px; color:#B11A3B; }
#Content #left #navleft li.level2 a.solo { background:#F4F9FD url(img/icons/subnav_level2_hover.png) no-repeat 23px 10px; color:#B11A3B; }
#Content #left #navleft li.level2 a.open { background:url(img/icons/subnav_level2_act.png) no-repeat 20px 11px; }


#Content #left #navleft li.level3 { background: #E4F1F9; }
#Content #left #navleft li.level3 a { padding-left:34px; background:#e4f1f9 url(img/icons/subnav_level3.png) no-repeat 35px 11px; padding-bottom:0; border-top: 2px solid transparent;}
#Content #left #navleft li.level3 div { border-bottom: 2px solid #FFFFFF; margin-right: 1em; padding-left: 1em; } 
#Content #left #navleft li.level3.last div { border-bottom: 2px solid transparent; } 
#Content #left #navleft li.level3 a:hover { background:#e4f1f9 url(img/icons/subnav_level3_hover.png) no-repeat 35px 11px; }
#Content #left #navleft li.level3 a span { cursor:pointer;display:block; width:135px; padding-bottom:4px; padding-left:9px; margin-left:-9px;}
#Content #left #navleft li.level3 a.first { border-top:2px solid #ffffff; margin-right: 0; }
#Content #left #navleft li.level3 a.last span { border-bottom:0; }
#Content #left #navleft li.level3 a.active { background:#f4f9fd url(img/icons/subnav_level3_act.png) no-repeat 35px 11px; color:#B11A3B; }


.adminblock {
	min-height: 25px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #800000;
	background-color: #FFE5B7;
	margin: 1em;
	display: none;
}

.adminblock legend {
	line-height: 1.5em;
}

.adminblock legend a{
	padding: 5px 10px !important;
	margin-left: 0 !important;
	background: none !important;
	color: #800000 !important;
	font-weight: bold !important;	
}

.adminblock .content {
	display: none;
	padding: 10px;
}

.adminblock .content legend {
    color: #333333;
    font-weight: bold;
    padding: 0 8px 4px 0;
}

.adminblock .content input.text, .adminblock .content textarea {
    font-size: 12px;
    width: 300px;
}

.adminblock .content input.textlong {
    font-size: 12px;
    width: 600px;
}

.adminblock .content input.textshort {
    font-size: 12px;
    width: 150px;
}

/* MS 06.03.14*/
.adminblock .content input[type='radio'] {
    margin-bottom: 10px;
} 

/* MS 06.03.14*/
.adminblock .content .eingerueckt{
    margin-top: -10px;
	margin-left: 18px;
	line-height: 2em;
} 

.adminblock .content select.inactive{
	color:				#ACA899;
	background-color:	#E0DFE3;
	border-top-width:	1px;
	border-right-width:	1px;
	border-bottom-width:1px;
	border-left-width:	1px;
	border-top-color:	#E0DFE3;
	border-right-color:	#E0DFE3;
	border-bottom-color:#E0DFE3;
	border-left-color:	#E0DFE3;
}

#headerbild_chzn a span.inactive{
	color:#ACA899;	
}

#headerbild_chzn a div.inactive{
	background-color:#EBEBE3;
}

.adminblock .content label {
    display: block;
}

/* MS 06.03.14 erg&#228;nzt */
.adminblock .content label.checkbox, .adminblock label.radio {
    display: inline;
}

.adminblock .content fieldset.block {
	border-top: 1px solid #8E6262;
	padding: 4px 10px;
}

.adminblock .content legend.block {
	color: #8E6262;
	font-size: 11px;
	padding: 0 4px 4px;
}


.jqmAdminDlg {
    display: none;
    
    position: absolute;
    top: 17%;
    left: 50%;
    
    margin-left: -250px;
    width: 500px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 10px;
}

.jqmAdminDlg ul.formfields {
	margin-left: 0;
	list-style-type: none;
}

.jqmAdminDlg ul.formfields li {
	padding-left: 0;
	list-style-type: none;
}

.jqmAdminDlg ul.formfields label {
	display: inline-block;
	width: 10em;
}

.jqmAdminDlg ul.formfields input[type=text] {
	width: 15em;
}

.jqmAdminDlg ul.formfields .indented {
	margin-left: 10em;
}

.jqmAdminDlg ul.formfields input+label {
	display: inline;
	width: auto;
}

#dlg-adddruckstueck-existing-results table {
	width:100%;
	background-color: #fcfcfc;
}

#dlg-adddruckstueck-existing-results tr {
	min-height: 16px;
}

#dlg-adddruckstueck-existing-results td {
	padding: 3px;
}

#dlg-adddruckstueck-existing-results tr.odd {
	background-color: #f8f8f8;
}

#dlg-adddruckstueck-existing-results tr.hover {
	background-color: #d4f4f4;
	cursor: pointer;
}

#Content #right #body #dialog-trenneradmin-adddruckstueck a.btnLink {
	font-size: 80%;
	//background-color: #ddeeff;
	color: #00c;
	padding: 2px 3px;
	background-image: none;
}
#Content #right #body #dialog-trenneradmin-adddruckstueck a.btnLink:before {
	content: "[";
}
#Content #right #body #dialog-trenneradmin-adddruckstueck a.btnLink:after {
	content: "]";
}
#Content #right #body #dialog-trenneradmin-adddruckstueck a.btnLink:hover {
	background-color: #bbccdd;
	color: #666;
}

#dlg-adddruckstueck-existing-results tr.selected {
	background-color: #50f4f4;
}

#dlg-adddruckstueck-new-kanal-cbbox, #dlg-adddruckstueck-new-sparte-cbbox {
	display:none;
	left: 10em;
	margin-left: 10px;
	padding: 5px;
	position:absolute;
	background-color:#dddddd;
	border:1px solid #cccccc;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}



#services {
    height: 100%;
    overflow: hidden;
	margin-top: 0.5em;
	margin-left: 0.2em;
}

#services li {
    float: left;
    font-size: 0.833em;
    line-height: 1.5em;
    margin-right: 1.5em;
	padding-left: 0;
}

#services li a {
    padding: 2px 0 2px 25px;
	color: #333333;
}

#services li.print a {
    background: url("/al-icon-drucken_s_blau.png") no-repeat scroll left center transparent;
	padding-left: 18px;
}
#services li.print a:hover {
    background: url("/al-icon-drucken_s_blau_over.png") no-repeat scroll left center transparent;
}


#services li.merken a {
    background: url("/al-icon-merken_s_blau.png") no-repeat left center transparent;
    padding-left: 13px;
}
#services li.merken a:hover {
    background: url("/al-icon-merken_s_blau_over.png") no-repeat left center transparent;
}


#services li.empfehlen a {
    background: url("/al-icon-empfehlen_s_blau.png") no-repeat scroll left center transparent;
    padding-left: 22px;
}
#services li.empfehlen a:hover {
    background: url("/al-icon-empfehlen_s_blau_over.png") no-repeat scroll left center transparent;
}


#services li.print a:hover span,
#services li.merken a:hover span,
#services li.empfehlen a:hover span
{
	border-bottom: 1px solid #b11a3b; 
}

.accord {
	margin: 0 0 1em 0;
	overflow: hidden;
}		

div.tabContainer div.tabContent .tabItem .tabTop .accord {
    margin: 0 -8.5em 1em -0.8333em;
}

div.tabContainer div.tabContent .tabItem .tabTop .accord .accord{
	margin: 0 0 1em 0;
}

.accord .accheader {
	padding: 0.5em 0.8em;
	border: 1px solid #b6e2f6;
	background: url(/al-bg-accordeon-title.png) repeat-x scroll left bottom transparent !important;
	line-height: 1.3em;
}
.accord .accheader a {
	display: block;
	background: url(/al-icon-arrow-right-blau.png) no-repeat scroll left center transparent !important;
	padding-left: 1.5em !important;
	color: #333333 !important;
	outline: 0;
}
#Content #right #body .accord .accheader a,
#Content #right #body .accord .accheader a:hover,
#Content #right #body .accord .accheader.over a,
#Content #right #body .accord .accheader.over a:hover {
	text-decoration: none;
}

.accord .accheader.over {
	background: url(/al-bg-accordeon-title_hover.png) repeat-x scroll left bottom transparent !important;
}


.accord .accheader.open a{
	background: url(/al-icon-arrow-down-blau.png) no-repeat scroll left center transparent !important;
}

.accord .accbody {
	border-right: 1px solid #b6e2f6;
	border-bottom: 1px solid #b6e2f6;
	border-left: 1px solid #b6e2f6;
	padding: 1em 0.8em 0 0.8em; 
}

.accord .accbody p {
	max-width: 590px;
}
.jqmOverlay { background-color: #E7F2FA; }



.jqmWindow {
	border: 1px solid #B6E2F6;
    background: white;
    color: #333333;
    left: 50%;
    top: 10%;
    width: 600px;
	height: 500px;
    position: fixed;
	display: none;
	-webkit-box-shadow: 2px 2px 2px 1px #94B4C8;
	box-shadow: 2px 2px 2px 1px #94B4C8; 
}


.jqmClose {
    clear: right;
    float: right;
    padding: 0;
    margin: 0.5px;
    cursor: pointer;
}
			
#jqmHeader {
	height: 1.5em;
	background-color: #B6E2F6;
}

#jqmContent {
	width: 576px;
    height: 460px;
    display: block;
    clear: both;
    margin: 0;
    padding: 1em;
}




#druckstueckInfoLayer {
	border: 1px solid #B6E2F6;
    background: white;
    color: #333333;
	padding:0;
    left: 50%;
    top: 20%;
    width: 350px;
	margin-left: -175px;
	height: auto;
    position: fixed;	
}

#druckstueckInfoLayer .druckstueckInfoContent {
	padding: 10px;
}

#druckstueckInfoLayer .druckstueckInfoContent dl {
	clear:left;
	margin-bottom: 10px;
}

#druckstueckInfoLayer .druckstueckInfoContent dt {
	clear:left;
	float:left;
	width: 120px;
	line-height:1.5em;
	height:1.5em;
}

#druckstueckInfoLayer .druckstueckInfoContent dd {
	float:left;
	width:200px;
	line-height:1.5em;
}

.accord.druckstuecktrenner {
	margin-bottom: 1em; 
}

.accord.druckstuecktrenner .accbody {
	padding: 0;
}

.accord.druckstuecktrenner .accbody p {
	//margin-left: 1em;
	margin-left: 0.833em;
}

.druckstuecktrenner .accbody table.alternated {
	width: 100%;
	margin-right: 0;
}

.druckstuecktrenner .accbody table.alternated tr td {
	border-right: none;
}

.druckstuecktrenner .accbody table.alternated tr td.nohpad {
	padding-left: 0;
	padding-right: 0;
}

div.tabContainer div.tabContent .tabItem .tabTop .accord .accord.druckstuecktrenner {
	margin: 1em; 
}


#Content #right #body a.druckstueckinfobtn, a.druckstueckinfobtn {
    background: url("/al-icon-info_s_blau.png") no-repeat;
	display:inline-block;
	width:16px;
	height:15px;
	padding: 0px;
	text-decoration: none;
	border-bottom: 0px;
	vertical-align:bottom;
}

#Content #right #body a.druckstueckinfobtn:hover, a.druckstueckinfobtn:hover {
    background: url("/al-icon-info_s_blau_over.png") no-repeat;
	text-decoration: none;
}

#Content #right #body a.druckstuecklockbtn, a.druckstuecklockbtn {
    background: url("/al-icon-schloss_s_blau.png") no-repeat;
	display:inline-block;
	width:12px;
	height:15px;
	padding: 0px;
	text-decoration: none;
	border-bottom: 0px;
	vertical-align:bottom;
}

#Content #right #body a.druckstuecklockbtn:hover, a.druckstuecklockbtn:hover {
    background: url("/al-icon-schloss_s_blau_over.png") no-repeat;
	text-decoration: none;
}

#Content #right #body a span.druckstuecklockbtn, a span.druckstuecklockbtn {
    background: url("/al-icon-schloss_s_blau.png") no-repeat right ;
	padding-right: 15px;
	padding-left: 6px;
	padding-top: 4px;
	border-bottom: none!important;
}

#Content #right #body a span.druckstuecklockbtn:hover, a span.druckstuecklockbtn:hover {
    background: url("/al-icon-schloss_s_blau_over.png") no-repeat right;
	padding-right: 15px;
	padding-top: 4px;
	border-bottom: none!important;
}

#Content #right #body a.druckstueckbasketbtn, a.druckstueckbasketbtn {
    background: url("/al-icon-warenkorb_s_blau.png") no-repeat;
	display:inline-block;
	width:15px;
	height:14px;
	padding: 0px;
	text-decoration: none;
	border-bottom: 0px;
	vertical-align:bottom;
}

#Content #right #body a.druckstueckbasketbtn:hover, a.druckstueckbasketbtn:hover {
    background: url("/al-icon-warenkorb_s_blau_over.png") no-repeat;
	text-decoration: none;
}

#Content #right #body a.trashbtn, a.trashbtn {
    background: url("/al-icon-muelleimer_s_blau.png") no-repeat;
	display:inline-block;
	width:13px;
	height:15px;
	padding: 0px;
	text-decoration: none;
	border-bottom: 0px;
	vertical-align:bottom;
}

#Content #right #body a.trashbtn:hover, a.trashbtn:hover {
    background: url("/al-icon-muelleimer_s_blau_over.png") no-repeat;
	text-decoration: none;
}

#Content #right #body a.druckstueckversionenheader, a.druckstueckversionenheader {
	display: block;
	background: url(/al-icon-arrow-right-blau-9x9.png) no-repeat scroll left center transparent;
	padding-left: 1.3em;
	color: #333333;
	outline: 0;
}

#Content #right #body a.druckstueckversionenheader.open, a.druckstueckversionenheader.open {
	background: url(/al-icon-arrow-down-blau-9x9.png) no-repeat scroll left center transparent;
}

div.druckstueckversionen {
	padding-left: 0.85em;
	margin-top: 0.5em;
	font-size: 0.94em;
}

div.druckstueckversionen .versions {
	padding-left: 0.4em;
	padding-top: 0.4em;
	display: none;
}

tr.druckstueckversionen {
	display: none;
}

.druckstuecktrenner .accbody table.alternated tr.druckstueckversionen td {
	padding-top: 0;
}

#confirm-warenkorb-layer {
    left: 50%;
    top: 20%;
    width: 380px;
	margin-left: -190px;
	height: auto;
    position: fixed;	
}

.druckstueckLayerContent {
	padding: 1em;
}

.druckstueckLayerButtons {
	margin-top: 1.5em;
	margin-bottom: 1em;
	width: 100%;
	text-align: right;
}

#druckstueckWarenkorbLayer {
    left: 50%;
    top: 20%;
    width: 500px;
	margin-left: -250px;
	height: auto;
    position: fixed;	
}

input.druckstueck-anzahl {
	border:1px solid #B5E5F1;
	outline: 0;
	width: 30px;
	font-family:verdana;
	font-size:12px;
}

input.druckstueck-anzahl.dserror {
	border:1px solid #f00;
}

.dserror-text {
	clear: both;
	color: #f00;
	font-size: 10px;
	line-height: 10px;
	margin: 2px 0 5px 0;
	display: block;
	background: url(errorarrow.png) transparent center left no-repeat;
	padding-left: 15px;
}


/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat -38px -22px;
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */

a.pager, #Content #right #body a.pager {
	display:inline-block;
	width:21px;
	height:17px;
	margin-bottom:3px;
	margin-left:1px;
	background-color:#e4f1f9;
	color:#333333;
	vertical-align:top;
	text-align:center;
	padding-top:4px;
	padding-left:0;
	background-image:none;
}

a.pager:hover, #Content #right #body a.pager:hover {
	background-color:#eff7fb;
}

a.pager.current, #Content #right #body a.pager.current {
	background-color:#f2f8fc;
	width:19px;
	height:16px;
	border:1px solid #b6e2f6;
	padding-top:3px;
	color:#b11a3b;
}

a.pager.disabled, #Content #right #body a.pager.disabled {
	background-color:#f0f0f0;
	pointer:inherit;
}

a.pager.gotofirst, #Content #right #body a.pager.gotofirst {
	background-image:url(pagicons-sprite.png);
	background-position:0px 0px;
}

a.pager.gotofirst:hover, #Content #right #body a.pager.gotofirst:hover {
	background-image:url(pagicons-sprite.png);
	background-position:-21px 0px;
}

a.pager.gotofirst.disabled, #Content #right #body a.pager.gotofirst.disabled {
	background-image:url(pagicons-sprite.png);
	background-position:-42px 0px;
}

a.pager.gotolast, #Content #right #body a.pager.gotolast {
	background-image:url(pagicons-sprite.png);
	background-position:0px -42px;
}

a.pager.gotolast:hover, #Content #right #body a.pager.gotolast:hover {
	background-image:url(pagicons-sprite.png);
	background-position:-21px -42px;
}

a.pager.gotolast.disabled, #Content #right #body a.pager.gotolast.disabled {
	background-image:url(pagicons-sprite.png);
	background-position:-42px -42px;
}

a.pager.gotoprev, #Content #right #body a.pager.gotoprev {
	background-image:url(pagicons-sprite.png);
	background-position:0px -21px;
}

a.pager.gotoprev:hover, #Content #right #body a.pager.gotoprev:hover {
	background-image:url(pagicons-sprite.png);
	background-position:-21px -21px;
}

a.pager.gotoprev.disabled, #Content #right #body a.pager.gotoprev.disabled {
	background-image:url(pagicons-sprite.png);
	background-position:-42px -21px;
}

a.pager.gotonext, #Content #right #body a.pager.gotonext {
	background-image:url(pagicons-sprite.png);
	background-position:0px -63px;
}

a.pager.gotonext:hover, #Content #right #body a.pager.gotonext:hover {
	background-image:url(pagicons-sprite.png);
	background-position:-21px -63px;
}

a.pager.gotonext.disabled, #Content #right #body a.pager.gotonext.disabled {
	background-image:url(pagicons-sprite.png);
	background-position:-42px -63px;
}

#infoserv {
	float: left;
	width: 29.5833em;
}

#infoserv .pressitem {
	border-bottom: 1px solid #C9DFEB;
	padding: 0.8333em 0;
}

#infoserv .pressitem.first {
	padding-top: 5px;
}

#infoserv .pressitem p.date{
	line-height: 0.8333em;
}

#infoserv .nextpagelink {
	padding: 0.8333em 0 0.4166em 0;
}

#druckpanel {
	width: 29.5833em;
	margin-left: 30.5em;
}

#druckpanel #newdruck .date{
	border-top: 1px solid #C9DFEB;
	padding-top: 0.75em;
	margin: 0.5em 0;
}
#druckpanel #newdruck .date.first{
	border-top: none;
	margin-top: 0;
	padding-top: 4px;
}

#druckpanel #newdruck .druckitem {
	padding: 0.375em 0;
}

#druckpanel #newdruck .druckitem a {
	display: block;
	width: 23em;
	line-height: 1.4em;
}

#druckpanel #newdruck .druckitem a.druckstueckbasketbtn,
#druckpanel #newdruck .druckitem a.druckstueckbasketbtn:hover {
	float: right;
	width: 2em;
}

#druckpanel #drucksearch .inner {
	padding: 1em 0.8333em 1.25em 0.8333em;
}

#druckpanel #drucksearch #dqs {
	width: 19em;
	border: 1px solid #C9DFEB;
}


#kontaktsuche {
	border-top: 1px solid #B6E2F6;
	border-right: 1px solid #B6E2F6;
	border-bottom: 1px solid #B6E2F6;
	padding: 0.8333em 0.5833em;
	margin: 2.5em 0 1.25em 0;
}

#contactform {
	height: 1.5em;
}

#kontaktsuche fieldset {
	padding: 0.8533em 0 0.3333em 0;
}

#kontaktsuche fieldset #plz {
	float: left;
	font-size: 0.9166em;
	//border-color: #A6A7A8 #E4E6E7 #E4E6E7 #A6A7A8;
	border-color: #b6e2f6;
	border-style: solid;
	border-width: 1px;
}

/*
#kontaktsuche fieldset #kontactsearch {
	background: url(/btn_search.png) no-repeat left center transparent;
	border: medium none;
    cursor: pointer;
    float: left;
    margin: 0.3em 0 0 0.8333em;
    text-indent: -999em;
    width: 1.0833em;
    height: 1.0833em;
}

#kontaktsuche fieldset #kontactsearch:hover {
	background: url(/btn_search_over.png) no-repeat left center transparent;
}

*/

#kontaktsuche #contactresult {
	display: none;
	border-top: 1px solid #BAD6E6;
	padding: 0.8333em 0 0 0;
	font-size: 0.9166em;
	margin-top: 1em;
}


#kontaktsuche #contactresult a {
	color: #B11A3B;
}

#kontaktsuche #contactresult p {
	margin-bottom: 0;
}

.kontaktsuche-btn-font:before {
	font-family: 'al-olr';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.2em;
	color: #B11A3B;
	margin-left:0.6em;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e615";
}

.kontaktsuche-btn-font:hover:before {
color:rgba(177, 26, 59, 0.6);

}

.kontaktsuche-btn-font{
vertical-align:-0.2em;
}
#karten #mapcontainer{
	position: relative;
}

#karten #creating {
	display: none;
}

#karten .imgwmap {
	border: 3px solid #E4F1F9;
}

#karten #details {
	display: none;
	position: absolute;
	width: 183px;
	background-color: white;
	border: 1px solid #B6E2F6;
	overflow: hidden;
}


#karten #details h3 {
	background-color: #E4F1F9;
	padding: 5px 10px;
	font-size: 1em;
	margin-bottom: 2px;
	line-height: 1.3em;
}

#karten #details .body {
	padding: 3px;
	font-size: 0.9166em;
}


#karten #details .body .text {
	padding: 8px;
}

/**** Sitemap ****/

div#sitemap
{
	padding-bottom: 1.66em;
}

#sitemap-container
{
	text-align:	center;
}

div.sitemap-block
{
	padding-top: 0;
}

div.sitemap-column {
    float: left;
    margin: 20px 0px 0px 18px;
}

div#sitemap.with-3-columns div.sitemap-column {
    width: 305px;
}

div#sitemap.with-4-columns div.sitemap-column
{
	width: 212px;
}

div#sitemap div.node
{
	margin-bottom: 0.4em;
}

#Content #right #body #sitemap a {
    background: url("subnav_level2.png") no-repeat scroll left 0.5em transparent;
    padding-left: 10px;
	color: #333333;
	display: block;
}

div#sitemap .trenner {
    margin: 0;
}

div#sitemap .trenner .inner {
    padding: 0 1.08em;
}

div#sitemap .trenner h2 {
    margin-bottom: 5px;
}


div#sitemap div.box-form {
	float: left;
	width: 100%;
	margin-top: 0.833em;
}

div#sitemap label {
    float: left;
	display: block;
    padding: 0px 30px 0px 5px;
}

div#sitemap div.box-form span.box-form-radio
{
	width: 13px;
	height: 13px;
	background: url(radio_normal.png) no-repeat;
	float: left;
	cursor: arrow;
}

div#sitemap div.box-form span.box-form-radio.active
{
	background: url(radio_active.png) no-repeat;
}

div#sitemap .loading
{
	background:url(ajax-loader-circle.gif) no-repeat center center;
	height:400px;
	width:100%;
}
.searchresult {
	padding: 1px 0;
	border-bottom: 1px solid #AFD0E2;
	margin-bttom: 1px;
}
.searchresult.last {
	border-bottom: none;
}



.srcontainer {
	padding: 0.8333em 1.0833em;
}
.srcontainer:hover {
	background-color: #F1F8FC;
}



#Content #right #body .path {
	font-size: 0.8333em;
}
#Content #right #body .path a {
	background: none;
	padding-left: 0;
}
#Content #right #body .path a.isparent {
	color: #333333;
}

.searchresult {
	cursor: pointer;
	cursor: hand;
}

.searchresult a.title {
	display: block;
	margin-bottom: 1em;
}

#navleft .navinfo {
	font-weight: bold;
	padding: 3px 0 4px 7px;
	border-top: 2px solid #FFFFFF;
	display: block;
}

#filter {
	
}

#filter #searchfield {
	width: 30em;
	border: 1px solid #AFD0E2;
}


#filter #showresnumber {
	float: right;
}

#filter #showresnumbertext {
	float: right;
	padding: 0.25em 0.8333em 0 0;
}

#paggination {
	margin-top: 1.25em;
	border-bottom: 2px solid #AFD0E2;
}

#paggination #pagtext {
	margin: 0.4em 0 0 1.0833em;
	font-weight: bold;
	line-height: 2em;
	display: block:
	width: 30em;
}

.pag {
	float: right;
}

.pag a.disabled {
	cursor:text
}


#searchtip {
	margin-top: 2em;
}


#searchresults {
	border-bottom: 2px solid #AFD0E2;
	margin-bottom: 2px;
}
#searchresults .noresult {
	margin: 1em 0;
}

#typeaheadresults {
	position: absolute;
    width: 29.7em;
}

#Content #right #body #typeaheadresults a {
	background: none;
}

#Content #right #body #typeaheadresults .ui-widget {
	font-size: 1em;
}

#Content #right #body #typeaheadresults > ul {
	width: 100%;
}
/*Stellenangebote*/

#jobs {
	border-bottom: 2px solid #C9DFEB;
}


#jobs #joblist {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

#jobs #joblist table {
	width: 100%;
}


#jobs #joblist tr th {
	background-color: #E4F1F9;
    border-bottom: 2px solid white;
    font-weight: bold;
    padding: 5px 10px;
}

#Content #right #body #jobs #joblist a.sort {
	width: 7px;
	margin-left: 0.5em;
	text-decoration: none;
}

#Content #right #body #jobs #joblist a.updown {
	background: url(/icon-sort-up-down.png) no-repeat left center transparent;
}

#Content #right #body #jobs #joblist a.up {
	background: url(/icon-sort-up.png) no-repeat left center transparent;
}

#Content #right #body #jobs #joblist a.down {
	background: url(/icon-sort-down.png) no-repeat left center transparent;
}



#jobs #joblist tr td {
    border-bottom: 1px solid white;
    padding: 5px 10px;
}

#jobs #joblist tr.even td {
	background-color: #F1F8FC;
}


#jobs #joblist tr td.unternehmen,
#jobs #joblist tr td.einsatz,
#jobs #joblist tr td.ausbildung {
	width: 10em;
}
#jobs #joblist tr td.std {
	width: 8em;
}

#jobs #joblist .title a {
	display: block;
	line-height: 1.2em;
}


#jobs .jobedit,
#jobs .jobdelete {
	float: right;
	margin-left: 1em;
}


#filter #agstandortfieldset {
	display: none;
}


#jobs .adminblock label {
	float: left;
	padding-top: 0.25em;
}

#jobs .adminblock .valueblock{
	margin: 0 0 1em 10em;
}

#jobs .adminblock input.long {
	width: 500px;
}

#Content #right #body #jobs .adminblock legend a {
	padding-left: 10px;
	color: black;
}

#jobs .adminblock #clearbutton {
	display: none;
}

#jobadmin #jobstandortagentur{
	display: none;
}

#jobs #jobfilter {
	padding: 0 0 1em 0;
}

#jobs #jobfilter h2 {
	margin: 0.5em 0 0.5em 0.5em;
}

#jobs #jobfilter label {
	cursor:text;
}


.formWrapper input[type="checkbox"], .formWrapper input[type="radio"]
{
	/*margin: 3px 3px 0px 5px;*/
	margin: 0;
}

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

.formWrapper a.button:hover, .formWrapper a.button-secondary:hover
{
	text-decoration: none;
}

.formWrapper-border h2
{
	margin: 10px 0 10px 7px;
}

.formWrapper-border div.paging h2
{
	margin: 6px 200px 6px 7px;
	
}

.formWrapper-border div.formWrapper h2
{
	margin: 3px 0px 9px 0px;
}


.ui-dialog.customInfo
{
	font-size: 0.8em;
	/*border: 2px solid #B6E2F6;*/ /* #D3E0E7; */
	/* border: 2px outset #B6E2F6; */
	/* border-right: 2px solid #B3CBD8; */
}
.customInfo .ui-resizable-e, .customInfo .ui-resizable-w, 
.customInfo .ui-resizable-s, .customInfo .ui-resizable-n
{
	background-color: #B6E2F6;
}
.customInfo .ui-resizable-e, .customInfo .ui-resizable-w
{
	width: 6px;
}
.customInfo .ui-resizable-s, .customInfo .ui-resizable-n
{
	height: 6px;
}
.customInfo .ui-dialog-titlebar, .customPicker .ui-dialog-titlebar
{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.customInfo .ui-widget-header .ui-icon, .customPicker .picker-header .ui-icon
{
	background-position: 4px 1px;
	background-image: url(btn_close_dialog.png);
}
.ui-dialog.customInfo a.ui-state-hover
{
	background: none;
	border: none;
    padding: 1px;
}

.customPicker .picker-header .ui-icon
{
	float: right;
	margin-right: 3px;
}
.customInfo.ui-widget-content, .customPicker.ui-widget-content
{
	border-width: 0px 2px 2px 0px;
	border-color: #9AB8CA;
	border-style: solid;
}
.customInfo .ui-dialog-titlebar, .customPicker .ui-dialog-titlebar
{
	background: none;
	background-color: #B6E2F6;
	margin: -2px -2px 0px -2px;
}
.customInfo .ui-dialog-titlebar
{
	border: none;
}

.customPicker.ui-datepicker
{
	padding: 0;
}
.customPicker .ui-datepicker-header
{
	background: none;
	background-color: #FFFFFF; /* #B6E2F6; */
	border: none;
}

.customPicker .pickerInnerBorder
{
	border: 1px solid #B6E2F6;
}

.customPicker .picker-header
{
	margin: -3px -1px 0;
	border-width: 1px 1px 0;
	border-color: #B6E2F6;
}

.customPicker .ui-icon-circle-triangle-w
{
	background: none;
	background: url(btn_lastMonth.png) no-repeat  center center transparent;
}

.customPicker .ui-icon-circle-triangle-e
{
	background: none;
	background: url(btn_nextMonth.png) no-repeat  center center transparent;
}

.ui-datepicker td.ui-datepicker-week-end + td.ui-datepicker-week-end a
{
	color: red;
}

.customPicker .ui-state-default {
	background: none;
	background-color: #DDECF5;
	border: none;
    color: #7196AC;
}
.customPicker .ui-state-hover {
	background: none;
	background-color: #A2C9E4;
	color: #FFFFFF;
}

.al-form-dialog .ui-icon-close
{
	background-position: 4px 1px;
	background-image: url("btn_close_dialog.png");
}

/*
.al-form-dialog p
{
	font-size: 0.9em;
}
*/

.formWrapper-border {
    /*border:2px solid #EFF6FC;*/
	border:3px solid #EFF6FC;
    width:99,9%;
    overflow:hidden;
    margin-bottom:10px;
	}
	
.formWrapper-border .formWrapper {
    background:#EFF6FC;
    /* margin:5px; */
	margin:7px;
    overflow:hidden;
    border:1px solid #B5E5F1;
	}
	
.formWrapper div.collapsed {
	display: none;
}
	
.formWrapper h2 {
    margin:0 0 10px 0;
	}
	
.formWrapper div.right {
    float: right;
	}
	
.formWrapper p { 
    margin-right: 40px;
	}
.formWrapper p.pullUp {
	margin-top: -9px;
}
	
.formWrapper fieldset {
    display:block;
    border:none;
	}

.formWrapper fieldset.wrapper{
	/*padding: 12px; */
	padding: 20px 15px 20px 15px;
	}

.formWrapper hr {
     display:block;
    float:none;
    clear:both;
    background:#B2CDDE;
    line-height:1px;
    height:1px;
    font-size:1px;
    border:none;
    /* border-top:1px solid #B2CDDE; */
    width:669px;
    margin:10px 0 20px 0;
	}
	
.formWrapper hr.fat
{
	border-top:1px solid #B2CDDE;
}

hr.dfat
{
	border-top:2px solid #B2CDDE;
}

	
.formWrapper label {
    display:block;
    line-height:16px;
	}
	
.formWrapper .formleft label {
	margin-right: 5px;
	}

.formWrapper select, .formWrapper select, .formWrapper input {
    display:block;
    float:left;
    border:1px solid #B5E5F1;
    position:relative;
	outline: 0;
	}
	
.formWrapper select.error, .formWrapper input.error, .formWrapper .textwrapper textarea.error, .formWrapper span.errorMarker + input {
	border:1px solid #f00;
	margin-bottom: 4px;
}

.formWrapper input[type="radio"].error + label {
	background: url("radioRed.png") no-repeat scroll 0 0 transparent;
}
.formWrapper input[type="checkbox"].error + label {
	background: url("checkRed.png") no-repeat scroll 0 0 transparent;
}
.formWrapper input[type="checkbox"].error {
	margin-top: 1px;
}

.formWrapper input[type="radio"].error + label {
	margin-left: -14px;
	padding-left: 18px;
}
.formWrapper input[type="checkbox"].error + label {
	margin-left: -14px;
	padding-left: 20px;
}
.formWrapper input[type="radio"].error + label.singleLine, 
.formWrapper input[type="checkbox"].error + label.singleLine {
	margin-left: -1px;
	padding-left: 19px;
}
.formLeftCenter .checkboxinner .blockOf3 div input[type="radio"].error + label, 
.formLeftCenter .checkboxinner .blockOf3 div input[type="checkbox"].error + label {
	margin-left: -14px;
	padding-left: 19px;
}

.formWrapper select:focus.error,
.formWrapper input[type="text"]:focus.error,
.formWrapper input[type="password"]:focus.error,
.formWrapper .textwrapper textarea:focus.error,
.formWrapper span.errorMarker + input:focus {
    border:2px solid #f00;
	margin: -2px -1px 4px -1px;
	}

/* Bin mir nicht sicher, was hier der Grund dahinter war
.formWrapper .radioinner input, .formWrapper .checkboxinner input {
    border:0;
	}
*/
 
.formWrapper select:focus,
.formWrapper input.file:focus,
.formWrapper input[type="text"]:focus,
.formWrapper input[type="password"]:focus,
.formWrapper .textwrapper textarea:focus {
    border:2px solid #77c3df;
	margin: -1px;
	}

.formWrapper input {
	outline: none;
	}
	
.formWrapper fieldset.superset fieldset .formleft, 
.expandable fieldset .formleft
{
	width: 247px;
}

.formWrapper fieldset.superset fieldset .formright, 
.expandable fieldset .formright
{
	Margin-left: 607px;
}

.formWrapper fieldset.superset fieldset .formLeftCenter,
.expandable fieldset .formLeftCenter
{
	width: 605px;
}

.formWrapper .formcenter .standardinner .smallInput,
.formWrapper fieldset.superset fieldset .formcenter .standardinner input.smallInput 
{
    /* width: 80px; */
	width: 150px;
}	
.formWrapper .formcenter .standardinner input.smallInputPlus,
.formWrapper fieldset.superset fieldset .formcenter .standardinner input.smallInputPlus 
{ 
	width: 180px;
}	

.formWrapper fieldset.superset fieldset .formLeftCenter .textwrapper textarea
{
	width: 603px;
}

.formWrapper .formcenter .radioinner, .formcenter .standardinner, 
.formcenter .checkboxinner, .formcenter .doubleinput {
	/*margin-bottom: 5px;*/
	margin-bottom: 0px;
	display: block;
	}
	
.formWrapper .formcenter .radioinner
{
	margin-top: 5px;
}
	

.formWrapper .radioinner label, 
.formWrapper .checkboxinner label {
	padding: 0 30px 0 5px;
	float: left;
	}	

.formWrapper .radioinner .expandable label, 
.formWrapper .checkboxinner .expandable label {
	padding: 0 30px 0 5px;
	}
		
.formWrapper .radioinner .expandable .formleft label, 
.formWrapper .checkboxinner .expandable .formleft label,
.formWrapper .radioinner .expandable .formLeftCenter label, 
.formWrapper .checkboxinner .expandable .formLeftCenter label {
	padding: 0px;
	}
	
.formWrapper .radioinner label.singleLine, .formWrapper .checkboxinner label.singleLine {
	margin-left: 18px;
	margin-bottom: 9px;
	float: none;
	padding: 0px;
	}
	
.formWrapper .formleft {
	/* width: 290px; */
	width: 265px;
	float: left;
	line-height: 18px;
	margin-bottom: 9px;
	}	

.formWrapper .formright{ 
	width: 61px;
	/* width: 40px; */
	/* margin-left: 550px; */
	margin-left: 625px;
	clear: right;
	}
	
/* NECESSARY???
.formWrapper fieldset.superset fieldset .formright {
	margin-left: 615px;
} */

.formWrapper .formright img { 
	margin-right: 15px;
	float: right;
	cursor: pointer; 
}

.formWrapper .formcenter {
	float: left;
	/* width: 260px; */
	width: 376px;
	margin-bottom:9px;
	}	
	
.formWrapper .formLeftCenter { 
	float: left;
	width: 625px;
	margin-bottom:9px;
	}	
	
.formWrapper .formcenter .standardinner select{
    /* width: 258px; */
	width: 360px;
	}
	
.formWrapper .formcenter .standardinner select:focus {	
	width: 362px;
	}
	
/*
.formWrapper fieldset.superset fieldset .formcenter .standardinner select {
	width: 333px;
}
*/
	
.formWrapper .formcenter .standardinner input {
    /* width: 250px; */
	width: 358px;
	}
/*
.formWrapper fieldset.superset fieldset .formcenter .standardinner input {
	width: 333px;
} */

.formWrapper .formcenter .doubleinput input {
    /* width: 190px; */
	width: 300px;
	}
/*
.formWrapper fieldset.superset fieldset .formcenter .doubleinput input {
	width: 275px;
} */
	
/*.formWrapper .formcenter .doubleinput input.postcode,*/

/*Aenderung a.fuerstmann 06.06.2012 double inputs duerfen nicht immer auf number geprueft werden, daher umbennant
.formWrapper .formcenter .doubleinput input.number {*/

.formWrapper .formcenter .doubleinput input.double_small,
.formWrapper fieldset.superset fieldset .formcenter .doubleinput input.double_small {
    width: 50px;
	}

/*.formWrapper .formcenter .doubleinput input.number {
    margin-left:5px;
	}*/
	
.formWrapper  .formcenter .doubleinput input:first-child {
    margin-right:5px;
	}	

.formWrapper .form-fullcolumn { /* added by pbuechel */
	width: 100%;
	}
	
.formWrapper .form-fullcolumn .standardinner {
	margin-bottom: 10px;
	display: block;
	clear: both;
	}	

.formWrapper .form-fullcolumn .checkboxinner {
	margin-bottom: 7px;
	display: block;
	clear: both;
	}	

.formWrapper .form-fullcolumn .checkboxinner label {
	margin: 0 0 0 26px;
	}		

.formWrapper fieldset.superset fieldset {
	margin-left: 18px;
	width: 676px;
	}	
	
/*
.formWrapper fieldset.superset > .formright
{
	clear: both;
}
*/
	
.formWrapper .form-fullcolumn  fieldset {
    border: 0;
    display: block;
    overflow: hidden;
    padding: 0;
	}

.formWrapper .textwrapper {
    /* padding: 12px; */
	}	

.formWrapper .textwrapper  label {
    margin-left: 0;
	}
	
.formWrapper .textwrapper label {
    /*font-weight:bold;*/
	margin: 0 0 10px 0;
	}
	
.formWrapper .textwrapper textarea {
    /*width: 100%;*/
	width: 625px;
    float:none;
    clear:both;
    border:1px solid #B5E5F1;
	}
	
.blockOf3 { 
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}

.formcenter .checkboxinner .blockOf3 {
	width: 360px;
}
.formLeftCenter .checkboxinner .blockOf3 {
	width: 625px;
}

.formcenter .checkboxinner .blockOf3 div
{
	margin-left: 30px;
	width: 100px;
	float: left;
}
.formLeftCenter .checkboxinner .blockOf3 div
{
	margin-left: 11px;
	width: 201px;
	float: left;
}
.formcenter .checkboxinner .blockOf3 div:first-child, .formLeftCenter .checkboxinner .blockOf3 div:first-child
{
	margin-left: 0px;
}
.formcenter .checkboxinner .blockOf3 div label, .formLeftCenter .checkboxinner .blockOf3 div label
{
	padding: 0px;
	margin-bottom: 9px;
}
.formLeftCenter .checkboxinner .blockOf3 div label {
	/* width: 183px; */
	width: 182px;
}
.formcenter .checkboxinner .blockOf3 div label {
	/* width: 82px; */
	width: 81px;
}

.blockOf3 div label, .formWrapper .form-fullcolumn .checkboxinner .blockOf3 div label { 
	float: left;
	margin-left: 5px;
}

/*
div.formLeftCenter .blockOf3 label
{
	width: 75%;
}
*/
	
.submitWrapper {
    width:100%;
    position:relative;
	height: 30px;
	}

.submitWrapper input {
    border:1px solid;
    border:none;
    cursor:pointer;
    color:#fff;
    padding:3px;
    width:96px;
	/* height: 22px; */
	text-align: center;
	float: right;
	/* margin:0 19px 0 0; */
	margin: 0px 7px 0px 10px;
	}
	
.submitWrapper a.button, .submitWrapper a.button-secondary {
	float: right;
	width:66px;
	text-align: center;
	margin: 0px 7px 0px 10px;
}
	
input.fileSubst
{
	border:1px solid;
    border:none;
    cursor:pointer;
    color:#fff;
    padding:3px;
	text-align: center;
	/*margin:0 19px 0 0;*/
	float: left;
	width: 96px !important;
	margin-left: 10px;
}

	
input.fileSubst:focus
{
	border: none;
}

input[type="hidden"]
{
	display: none;
}

input[type="submit"], input[type="button"], input[type="reset"]
{
	font-weight: bold;
    height: 22px;
    letter-spacing: 1px;
}

/*
.submitWrapper input[type="submit"], .submitWrapper input[type="button"]
{	
	background: url("bgSubmit.png") no-repeat scroll center center transparent;
}
.submitWrapper input[type="submit"]:hover, .submitWrapper input[type="button"]:hover
{	
	background: url("bgSubmit_o.png") no-repeat scroll center center transparent;
}
*/

.submitWrapper input[type="button"].small
{
	width: 20px;
	background: url("bgSubmit_blue_small.png") no-repeat scroll center center transparent;
}

.submitWrapper input[type="reset"], input.fileSubst, input[type="button"] {	
	background: url("bgSubmit_blue.png") no-repeat scroll center center transparent;
}
.submitWrapper input[type="reset"]:hover, input.fileSubst:hover, input[type="button"]:hover {	
	background: url("bgSubmit_blue_o.png") no-repeat scroll center center transparent;
}

.submitWrapper input[type="button"].spezial
{
	background: url("bgSubmit.png") no-repeat scroll center center transparent;
}

.submitWrapper input[type="button"].neuberechnen {	
	background: url("bg_neuberechnen_blue.png") no-repeat scroll center center transparent;
}
.submitWrapper input[type="button"].neuberechnen:hover {	
	background: url("bg_neuberechnen_blue_o.png") no-repeat scroll center center transparent;
}

	
/* this should be in a more general style sheet? */
small {
    display:block;
    float:none;
    clear:both;
	
	font-size: 0.833em;
    line-height: 1.2em;
    margin: 8px 0;
	}
	
small.afterFrame
{
	margin-left: 7px;
}

.text-error  {
	clear: both;
	color: #f00;
	font-size: 10px;
	line-height: 10px;
	margin: 2px 0 5px 0;
	display: block;
	background: url(errorarrow.png) transparent center left no-repeat;
	padding-left: 15px;
	/* width: 250px; */
	}

.form-fullcolumn .text-error  {
	width: 100%;
	margin: 0 0 13px 0;
	}	

/*
.error, .formWrapper .formLeftCenter fieldset .error  {
	border: 2px solid #f00;
	float: left;
	padding: 1px;
	}
*/

.textwrapper.error, .checkboxinner.error {
	float: none;
	padding: 0px 5px 15px 2px;
}

.radioinner .error input {
	border: 0;
	}		
		
.form-fullcolumn .error  {
	float:none;
	}		
		
.error input, .error select  {
	float: left;
	}
	
	*+html .formWrapper fieldset {
	margin-bottom: 13px;
}
		
*+html .formWrapper .form-fullcolumn .checkboxinner label  {
	width: 95%;
	}	

*+html .formWrapper .form-fullcolumn .error  {
	width: 95%;
	}

div.valid
{
	display: block;
	/* background:url(valid.png) 7px top no-repeat; */
	height: 15px;
}

.formWrapper img.ui-datepicker-trigger
{
	margin-left: 6px;
	cursor: pointer;
}

.formWrapper .ui-autocomplete
{
	position: relative;
}

#cityFrame .ui-autocomplete
{
	margin-left: 60px;
}

div.formright div
{
	display: none;
}

/*input.file
{
	margin-right: 5px;
}*/

.checkboxinner .checkboxinner
{
	margin-left: 18px;
}

.formLeftCenter .checkboxinner
{
	width: 99%;
}

.checkboxinner.expander .checkboxinner
{
	margin-left: 0px;
}

/* paging */
div#pageNumbers
{
	float: right;
	margin-right: 7px;
	margin-top: 7px;
	clear: both;
}
div#pageNumbers br, br.clear
{
	clear: both;
	height: 0px;
}
div#pageNumbers div
{
	background: none repeat scroll 0 0 #E4F1F9;
	border: 1px solid #E4F1F9;
	float: left;
	padding: 3px 0px 1px 6px;
	width: 14px;
	height: 15px;
	margin-left: 1px;
	cursor: pointer;
}
div#pageNumbers div.active
{
	background: none repeat scroll 0 0 #EFF6FC;
	border: 1px solid #B5E5F1;
	color: #f00;
	cursor: auto;
}

div#pageNumbers div.error {
	border: 1px solid #f00;
}

/* custom checkboxes */

span.radio
{
	width: 13px;
	height: 13px;
	background: url(radio_normal.png) no-repeat;
	float: left;
	cursor: default;
}

input[disabled] + span.radio, input.disabled + span.radio
{
	background: url(radio_normal_disabled.png) no-repeat;
}

span.check
{
	width: 14px;
	height: 14px;
	background: url(check_normal.png) no-repeat;
	float: left;
	cursor: default;
}

input[disabled] + span.check, input.disabled + span.check
{
	background: url(check_normal_disabled.png) no-repeat;
}
span.radio.active
{
	background: url(radio_active.png) no-repeat;
}

input[disabled] + span.radio.active, input.disabled + span.radio.active
{
	background: url(radio_active_disabled.png) no-repeat;
}
span.check.active
{
	background: url(check_active.png) no-repeat;
}

input[disabled] + span.check.active, input.disabled + span.check.active
{
	background: url(check_active_disabled.png) no-repeat;
}

.formWrapper input.error + span.radio
{
	background: url(radio_error.png) no-repeat;
}
.formWrapper input.error + span.check
{
	background: url(check_error.png) no-repeat;
}

.formWrapper input.error + span.radio.active
{
	background: url(radio_error_active.png) no-repeat;
}
.formWrapper input.error + span.check.active
{
	background: url(check_error_active.png) no-repeat;
}

div.ctrlInstructions
{
	/*color: red;*/
	margin: 7px;
}	
div.ctrlInstructions h2
{
	margin-left: 0px;
}	

div.disabled
{
	border: 1px solid #b5e5f1;
	/*background-color: #ece9d8;*/
	background-color: rgb(239,246,252);
	/*background-color: #efebde;*/
	padding: 3px;
	float: left;
	color: #222222;
}

form.formControl input[disabled], form.formControl select[disabled], form.formControl textarea[disabled],
form.formControl input[disabled="disabled"],
form.formControl input.disabled, form.formControl select.disabled, form.formControl textarea.disabled,

form.formNoControl input[disabled], form.formNoControl select[disabled], form.formNoControl textarea[disabled],
form.formNoControl input[disabled="disabled"],
form.formNoControl input.disabled, form.formNoControl select.disabled, form.formNoControl textarea.disabled,

form.formStyleOnly input[disabled], form.formStyleOnly select[disabled], form.formStyleOnly textarea[disabled],
form.formStyleOnly input[disabled="disabled"],
form.formStyleOnly input.disabled, form.formStyleOnly select.disabled, form.formStyleOnly textarea.disabled
{
	border: 1px solid #b5e5f1;
	/*background-color: #ece9d8;*/
	/* background-color: rgb(239,246,252) !important; */
	background-color: rgb(239,246,252);
	/*background-color: #efebde !important;*/
	color: #222222;
}

input[disabled="disabled"].ohneborder
{
	border: 0px;
}

input[readonly="readonly"].ohneborder,
input[readonly="readonly"]:focus.ohneborder 
{
	border: none;
	background-color: rgb(239,246,252) !important;
	margin: 1px;
}

div.hidden, .marker, .tabIdHolder, .labelTabIdHolder, .notReady
{
	display: none;
}

input.extrawunsch {
 position: absolute;
 left: -100px;
 top: -100px;
 width: 1px;
 height: 1px;
 overflow: hidden;
 display: inline;
}

/* Warning text instead of buttons if no JS */
div#noJSMessage
{
	display: block !important;
	float: right;
	font-weight: bold;
	margin-top: -15px;
}

.submitWrapper input
{
	display: none;
}

/* mozilla */
div.realUpload
{
	height: 22px;
    width: 360px;
	background: url("btn_browse.png.png") no-repeat scroll right center transparent;
}

div.realUpload input[type="file"]
{
	opacity:0;
	filter:alpha(opacity:0);
	margin-left: 160px;
}

div.fakeUpload
{
	position: absolute;
	margin-top: -20px;
	width: 320px;
	cursor: pointer;
}

.formWrapper .formcenter .standardinner div.fakeUpload input[type="text"]
{
	width: 230px;
}

/* IE */

.lt-ie9 div.realUpload
{
	height: 22px;
    width: 360px;
	background: url("btn_browse.png.png") no-repeat scroll right center transparent;
}

.lt-ie9 div.realUpload input[type="file"]
{
	opacity:0;
	filter:alpha(opacity:0);
	margin-left: 0px;
}

.lt-ie9 div.fakeUpload
{
	position: absolute;
	margin-top: -20px;
	width: 320px;
	cursor: pointer;
}

.lt-ie9 .formWrapper .formcenter .standardinner div.fakeUpload input[type="text"]
{
	width: 230px;
}
/*Pressemitteillungen*/
#press .pressitem {
	border-bottom: 1px solid #C9DFEB;
	padding: 0.833em 0;
}

#press .pressitem .date{
	font-weight: bold;
	float: left
}

#press .pressitem .body{
	margin-left: 10.9166em;
}

#press .pressitem .date ,
#press .pressitem .body .title{
	font-weight: bold;
}

#press .pressitem.allesparten .date{
	font-weight: normal;
	float: none;
	line-height: 0.8333em;
	margin-bottom: 0.5em;
}

#press .pressitem.allesparten .body{
	margin-left: 0;
}

#press .pressitem .body a{
	line-height:1.4em;
}

#press .pressitem .pressedit {
	float: right;
}

#press a.nextpagelink {
	margin: 1em 0;
	display: block;
	border-bottom: 2px solid #C9DFEB;
	padding-bottom: 1em;
}


#press .adminblock label {
	float: left;
	padding-top: 0.25em;
}

#press .adminblock .valueblock{
	margin: 0 0 1em 10em;
}

#press .adminblock textarea {
	width: 500px;
}

#press .adminblock input.long {
	width: 30em;
}

#press .adminblock textarea.onerow {
	height: 3em;
}

#press .adminblock textarea.fourrow {
	height: 7em;
}

#press #presstypeselectorcontainer {
	margin-bottom: 20px;
}

#press .presstypecontainer {
	display: none;
}

#Content #right #body #press .adminblock legend a {
	padding-left: 10px;
	color: black;
}

#Content #right #body #press .adminblock a {
	background: none;
	background-color: white;
}	

#press .adminblock #clearbutton {
	display: none;
}

.presstypecontainer label.checkbox,.presstypecontainer label.radio {
    float: none!important;
}

/* schnelleinstieg: */

.linkbox-big 
{
	position: absolute;
	top: 346px;
	left: 190px;
}

.linkbox-big.not-ready, .linkbox-small.not-ready
{
	display: none;
}


.linkbox-big h2
{
	display: inline;
}

.linkbox-big h2.infoBlock 
{
    height: 28px; /* necessary? */
	
	background-color: #ECF5FB;
	
    line-height: 2.3em;
    margin-bottom: 1.2em;
	margin-right: 2px;
	border-radius: 5px 5px 0px 0px;
	border-color: #E4F1F9;
	
	border-style: solid;
	border-width: 3px 3px 0px 3px;

	/* the following are overwritten when active */
	padding: 6px 7px 5px 32px;
	cursor: pointer;
}

.linkbox-big h2.infoBlock.active 
{
	color: #b11a3b;
	background-color: #ffffff;
	padding: 6px 7px 10px 32px;
	cursor: auto;
}

.linkbox-big h2.infoBlock.produkte 
{
	background: url("al-icon-lupe_s_blau.png") no-repeat scroll 9px 50% #ECF5FB;
}
.linkbox-big h2.infoBlock.produkte.active 
{
	background: url("al-icon-lupe_s_rot.png") no-repeat scroll 9px 50% #ffffff;
}
.linkbox-big h2.infoBlock.druckstuecke 
{
	background: url("al-icon-druckstueck_s_blau.png") no-repeat scroll 9px 50% #ECF5FB;
}
.linkbox-big h2.infoBlock.druckstuecke.active
{
	background: url("al-icon-druckstueck_s_red.png") no-repeat scroll 9px 50% #ffffff;
}
.linkbox-big h2.infoBlock.rechner 
{
	background: url("al-icon-rechner_s_blau.png") no-repeat scroll 9px 50% #ECF5FB;
}
.linkbox-big h2.infoBlock.rechner.active 
{
	background: url("al-icon-rechner_s_rot.png") no-repeat scroll 9px 50% #ffffff;
}

.linkbox-big.active .inner
{
	display: block;
}

.linkbox-big .inner
{
	display: none;
	
	height: 137px;
	width: 380px;
    overflow: hidden;
    
    line-height: 1.5em;
	background-color: #ffffff;
	
	border-color: #E4F1F9;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	padding: 15px 12px 12px 12px;
	
	margin-top: 28px;	/* to compensate for the missing H2s */
}
/* .linkbox-big:last-child .inner, */
div.linkbox-big div.last-inner-big
{
	margin-top: 0px;	/* this one has all the H2s */
}

.linkbox-big .inner .box-form {
    margin-bottom: 10px;
    width: 100%;
}
.linkbox-big fieldset .formright, .linkbox-big fieldset .formleft
{
	display: none;
}

.linkbox-big .inner a.button
{
	position: absolute;
	bottom: 12px;
	right: 14px;
}

.linkbox-big .inner label {
    display: block;
    float: left;
    line-height: 16px;
    padding: 0 30px 0 5px;
}

.linkbox-big .inner fieldset .formcenter .standardinner select,
.linkbox-big .inner fieldset select	/* second one until all selects standard */
{
	width: 100%;
}

#alert-layer {
	border: 1px solid #B6E2F6;
    background: white;
    color: #333333;
	padding:0;
    left: 50%;
    top: 20%;
    width: 350px;
	margin-left: -175px;
	height: auto;
    position: fixed;	
}

#alert-layer .alertContent {
	padding: 10px;
}

#alert-layer .alertContent dl {
	clear:left;
	margin-bottom: 10px;
}

#alert-layer .alertContent dt {
	clear:left;
	float:left;
	width: 120px;
	line-height:1.5em;
	height:1.5em;
}

#alert-layer .alertContent dd {
	float:left;
	width:200px;
	line-height:1.5em;
}

.alertButtons {
	margin-top: 1.5em;
	margin-bottom: 1em;
	width: 100%;
	text-align: right;
}

#content-header.variant1 .right .linkbox-small .inner div.box-form.produkte-box
{
	margin-bottom: -6px;
    margin-top: 4px;
}

#content-header.variant1 .right .linkbox-small.editMode 
{
	margin-left: -50px;
    overflow: visible;
    width: 230px;
}

.schnelleinstieg.linkbox-small .link-box p
{
	margin-bottom: 0.1em;
}

#content-header.variant1 .right .linkbox-small.schnelleinstieg .inner select
{
	font-size: 0.85em;

}

#content-header.variant1 .right .linkbox-small.editMode .inner .link-box select 
{
	width: 150px;
}

.schnelleinstieg form.formStyleOnly select[disabled]
{
	background-color: #FFFFFF;
	color: #A0A0A0;
}

#schnelleinstProdProdukt {
z-index: 1000;
}
#MainNaviContainer #SearchContainer .searchList INPUT#Suchfeld
{
       margin-top: 3px;
       padding-left: 3px;
       height: 23px;
       line-height: 24px;
       width: 150px;
       font-size: 12px;
}

#MainNaviContainer #SearchContainer .searchList INPUT#Suchbutton
{ margin-left: 5px; }

#MainNaviContainer #SearchContainer DIV.searchList
{ padding-right: 8px; }

#MainNaviContainer #SearchContainer .searchList A.dropdown-button
{
       float: left;
       display: block;
       position: relative;
       margin: 3px 2px 0px 3px;
       width: 23px;
       height: 23px;
       //border: 1px solid #80CCEF;
       border: 1px solid #b6e2f6;
	   background-color: transparent;
       cursor: pointer;
}

#MainNaviContainer #SearchContainer .searchList A.open
{
	background-color: #FFFFFF;
}

#MainNaviContainer #SearchContainer .searchList A.dropdown-button:hover
{ border-color: #80CCEF; } 

#MainNaviContainer #SearchContainer .searchList A.dropdown-button > SPAN.arrow-icon
{
       position: absolute;
       top: 10px;
       left: 6px;
       width: 0;
       height: 0;
       border-left: 6px solid transparent;
       border-right: 6px solid transparent;
       border-top: 6px solid #4E97BE;
}

#MainNaviContainer #SearchContainer .searchList A.open > SPAN.arrow-icon
{
	border-top: 6px solid #B11A3B;	
}

/* #MainNaviContainer #SearchContainer .searchList A.dropdown-button:hover > SPAN.arrow-icon
{ border-top: 6px solid #B11A3B; } */

#MainNaviContainer #SearchContainer .searchList UL#TopSearchType
{
       display: none;
       position: absolute;
       top: 26px;
       min-width: 184px;
       margin: 5px 0px 0px;
       padding: 5px 0px;
       list-style: outside none none;
       background-color: #FFFFFF;
       //border: 1px solid rgba(0; 0; 0; 0.15);
       border: 1px solid #B6E2F6;
	   border-radius: 0px 0px 4px 4px;
       //box-shadow: 0px 6px 12px rgba(0; 0; 0; 0.176);
}

#MainNaviContainer #SearchContainer .searchList UL#TopSearchType > LI
{
       margin: 0px;
       padding: 0px;
}

#MainNaviContainer #SearchContainer .searchList UL#TopSearchType > LI > A
{
       display: block;
       padding: 3px 20px;
}

#MainNaviContainer #SearchContainer .searchList UL#TopSearchType > LI > A:hover
{
       color: #FFFFFF;
       background-color: #77C3DF;
}

/* Allgemeine Angaben */
h1 { font-size: 1.333em; font-weight:bold; line-height:1.5em; margin-top:-0.18em; margin-bottom:0.58em; }
h2 { font-size: 1em; font-weight:bold; line-height:1.5em; /*margin-top:-0.21em;*/ position: relative; top: -0.21em; margin-bottom:1.5em; } /* 12px */
h3 { font-size: 0.833em; font-weight:bold; margin-bottom:1em; }

a { color:#333333; text-decoration:none; }
a.nostyle { background:none !important; padding-left:0 !important; color:#333333 !important; }

p { font-size: 1em; line-height:1.5em;  margin-bottom: 1em; max-width: 51em; } /* 12px / 18px */
p.tight { margin-bottom: 0.5em }
/*p .small:only-child { display: block; line-height: 1.1666em; }*/

ul.reddot { list-style-type:none; margin-bottom: 1em; }
ul.reddot li { background:url(reddot_list.png) no-repeat left 7px; padding-left:1.2em; margin-bottom:0.5em; line-height:1.5em; }
ul.reddot li.last { margin-bottom:0 !important; }

ul.reddot ul { padding-left: 0px; padding-top: 0.5em;}
ul.reddot ul li { background:url(reddot_list_lvl2.png) no-repeat left 7px; padding-left:1.2em; }

ul.reddot ul li ul li  { background:url(reddot_list_lvl3.png) no-repeat left 9px;}

ul.linkListe { margin-bottom: 1em; }
ul.linkListe li { line-height:1.6em; margin-bottom:0.5em; padding-left: 0;}
ul.linkListe li a:hover { text-decoration:underline; }

.rightalign {
	text-align: right;
}

.clear { overflow:hidden; height:100%; }
br.clear { clear:both; }
.nomargin { margin:0 !important; }
.small { font-size:0.833em; line-height:1.25em; }

/* Hallesche Abweichungen */
.hallesche ul.reddot li { background:url(reddot_list_h.png) no-repeat left 7px; }
.hallesche a.button { background: transparent url(btn_red_right_h.png) no-repeat scroll top right; }
.hallesche a.button span { background: transparent url(btn_red_left_h.png) no-repeat; }

a.arrow { color:#B11A3B; background:url(img/icons/red_arrow.png) no-repeat left center; padding-left:9px; }
*+html a.arrow {line-height:1.1em;}
a.arrow:hover { text-decoration:underline; }
.hallesche a.arrow { color:#E23E21; background:url(img/icons/red_arrow_h.png) no-repeat left center; padding-left:9px; }


#Content #right .left a:hover,
#Content #right .introtext a:hover,
#Content #right #body a:hover {
	text-decoration: underline;
}


#Content #right #body .tabHeader a,
#Content #right #body .accheader a {
	padding-left: 0;
	margin-left: 0;
	background: none;
}
#Content #right #body .tabHeader a:hover,
#Content #right #body a.button:hover {
	text-decoration: none;
}

/* Bilder */
#Content #right #body .picleft {
	float: left;
	margin: 0 10px 10px 0;
}
#Content #right #body .picright {
	float: right;
	margin: 0 0 10px 10px;
	z-index: 999;
	position: relative;
}




ul li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
    padding-left: 1.2em;
}

ol li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

/* Oli 
#Content #right #body ul li a:only-child {
  display: block;
}
*/

/* Functions */

.trennline {
	height: 1px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #C9DFEB;
	border-left: none;
}

.trennlinedick {
	height: 2px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #C9DFEB;
	border-left: none;
}


.trenner {
    border-top: 2px solid #AFD0E2;
    float: none;
	/*danysan*/
    margin: 0 0 1em 0;
    overflow: hidden;
}

.trenner h2 {
	background-color: #E4F1F9;
    border-top: 2px solid #FFFFFF;
    line-height: 1.5em;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 4px 8em 6px 1em;	
}
	
.trenner .inner {
    overflow: hidden;
    padding: 0 8.5em 0 0.8333em;
	line-height: 1.5em;
}

.brecher {
	border: 2px solid #AFD0E2;
	/*danysan*/
	margin: 0 0 1em 0;
}

.brecher .inner {
    background-color: #E4F1F9;
    border: 2px solid #FFFFFF;
	padding: 0 8em 0 0.5em;
}

.brecher .inner h2 {
	background-color: #E4F1F9;
    border-top: none;
    line-height: 1.5em;
    margin: 0.5em 0 0.5em 0;
    padding: 0;
}	


/* Tables */

/*danysan*/
#Content #right #body .tabContent table {
	margin-right: -7.5em;
}

#Content #right #body .tabContent table tr td:first-child{
	padding-right: 1em;
}


#Content #right #body .tabContent table .trenner,
#Content #right #body .tabContent table .brecher {
	margin-right: 0;
	margin-left: -0.099em;
}

#Content #right #body .tabContent table tr td:first-child .trenner,
#Content #right #body .tabContent table tr td:first-child .brecher {
	margin-left: -1em;
}

#Content #right #body .tabContent table tr td:last-child .trenner,
#Content #right #body .tabContent table tr td:last-child .brecher {
	margin-right: -1em;
}


#Content #right #body .tabContent table .trenner .inner,
#Content #right #body .tabContent table .brecher .inner {
	padding-right: 1em;
}


//#Content #right #body ul li a:only-child,
#content-header .right .linkbox-small .inner ul li a:only-child {
	display: block;
}

.grey {
	width: 100%;
	padding: 0;
	margin: 0;
}
.tabContainer .grey {
	width: 115.6%;
}
.tabContainer .accbody .grey {
    width: 100%;
}

.grey tr th {
	padding: 5px 10px;
	background-color: #E4F1F9;
	border-bottom: 2px solid white;
	font-weight: bold;
	line-height: 1.5em;
}
.grey tr td {
	border-bottom: 1px solid white;
	padding: 2px 10px;
	background-color: #E4F1F9;
	line-height: 1.5em;
}

.grey tr td div.cellborder {
	border-right: 1px solid white;
	padding: 3px 0;
}


.grey tr td.last {
	border-right: none;
}

.alternated{
	width: 100%;
	padding: 0;
	margin: 0;
}

.tabContainer .alternated {
	width: 115.6%;
}

.tabContainer .accbody .alternated {
    width: 100%;
}

.alternated tr th {
	padding: 5px 10px;
	background-color: #E4F1F9;
	border-bottom: 2px solid white;
	border-right: 1px solid #CAE0EC;
	font-weight: bold;
	line-height: 1.5em;
}
.alternated tr td {
	border-bottom: 1px solid white;
	border-right: 1px solid #CAE0EC;
	padding: 5px 10px;
	line-height: 1.5em;
}
.alternated tr.even td {
	background-color: #F1F8FC;
}
.alternated tr td.last,
.alternated tr th.last {
	border-right: none;
}

.alternated tr.last td {
	background-color: #E4F1F9;
	font-weight: bold;
	border-top: 2px solid white;
	border-right: 1px solid #CAE0EC;
}
.alternated tr.last td.last {
	border-right: none;
}


.alternated.noline tr th,
.alternated.noline tr td {
	border-right: none;
}



.alternated.nohead tr td {
	border-right: none;
}
.alternated.nohead.lined tr td {
	border-right: 1px solid #CAE0EC;
}

.alternated.nohead.lined tr td:last-child {
	border-right: none;
}

/* MS 29.10.13 neu eingebaut, da Tabellen in FF, Chrome nicht an Seitenbreite angepasst  */
#Content #right .bottomliner .w50{
	width: 100%;
}

.blindtable td {
	vertical-align: top;
}


.w33 tr th.last,
.w33 tr td.last {
	width: 33%;
}

.w25 tr th.last,
.w25 tr td.last {
	width: 25%;
}

.w50 tr th,
.w50 tr td{
	width: 50%;
}

.tabContainer .w50 tr th:first-child,
.tabContainer .w50 tr td:first-child {
	width: 50%;
}
.tabContainer .w50 tr th,
.tabContainer .w50 tr td{
	width: 50%;
}

.w50 tr td:first-child, 
#Content #right #body .tabContent .w50 tr td:first-child {
	padding-right:0.5em;
}

.w50 tr td.last{
	padding-left: 0.5em;
}

.w50 tr td .trenner {
	margin-right: 0;
}

.w50 tr td .trenner h2 {
	padding-right: 0;
}

.w50 .trenner .inner {
    padding-right: 0;
}


.ytable {
	width: 100%;
	padding: 0;
	margin: 0;
}
.tabContainer .ytable {
	width: 115.6%;
}
.ytable tr td {
	border-bottom: 1px solid #C9DFEB;
	padding: 0.8333em 0.2em 0 0;
}

.ytable tr.first td {
	padding-top: 0;
}

.ytable tr td.first {
	width: 10.3333em;
}

.ytable tr.last td {
	border-bottom: none;
}


#notfound {
	margin: 1.66em 0 0 0;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print { 
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  /*a, a:visited { 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; } /* h5bp.com/t */ 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
