/* Hauptfarben */ 
/* ec5300 ORANGE */
/* ffca11 HELLORANGE */
/* 2072ec BLAU */
/* 0551c2 DUNKELBLAU */
/* 9eb7ff HELLBLAU */

/* FONT */
/* font-family: 'Cagliostro', sans-serif; */

@charset "utf-8";
/* CSS Document */
/* TAGS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #e5e5e5; margin: 0.75em 0; padding: 0; }
input, select { vertical-align: middle; }
input, select, textarea, button { font-family:Verdana, Geneva, sans-serif; }
strong, th, b { font-weight: bold; }
img { border:0;}
p, article td, article li { 
	
	line-height: 20px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;	
	color: #3d3d3d;	
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}

article {
	
	overflow: hidden;
}
article td {
	text-align: left;  
}
article td:first-child {
	width: 40%; 
}

article li { 
	list-style-image: url(../img/template/hafen_listenpunkt.png);
	list-style-position: inside;
}
#pensionen article li { 
	list-style-image: url(../img/template/pensionen_listenpunkt.png);
	list-style-position: inside;
}

a { color:#0551c2; text-decoration:none; outline:none; font-size: 14px; border: none;}
a:hover { text-decoration:underline;}
article a { color:#0551c2; text-decoration:none; outline:none; font-size: 14px; border: none;}
a.more { color: #0551c2; }
a:focus { background-color: none; }
#pensionen a, #pensionen article a, #pensionen a.more {
	color: #ec5300;
}
a.more:hover {  }
article table { clear:both; }
i, em { font-style:italic; }
u { text-decoration:underline; }
a:focus { outline: none; }
td { vertical-align:top; font-family: Arial, Helvetica, sans-serif;}
.table td {font-size:1.5em; }
h1, h2, h3, h4, h5, h6 { line-height:1.33em; text-align: left;}
h1, h2, h4 {
	font-size: 16px;
	color: #3d3d3d;	
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 1em;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	margin-top: 1em;
}

h3, h3 a, h4, h4 a {
	text-decoration: none;	
	font-size: 16px;
	color: #0551c2;
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: normal;
	line-height: 15px;
    padding-bottom: 0.5em;
}
#pensionen h3, #pensionen h4 {
	color: #ec5300;
}

h5 { font-size:1em; font-weight:bold; }
h6 { font-size:0.8em; font-weight:bold; }

html { height: 100%; }

body {
	font-size:13px;
	line-height:24px;
	color:#000000; 
	text-align:left; 
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
	padding: 0;
	margin: 0;	
}

body.startseite {
	
	background: #FFFFFF);
	background: -moz-linear-gradient(top, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,213,213,1)), color-stop(53%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0 );*/
}



/* MISC */
img.icon { width:16px; height:16px; }
p.fehler {color:#900;}
.hr { margin:1.5em 0; padding:0; height:1px; background:#2072ec; }
#pensionen .hr { background:#ec5300; }
.hr hr { display:none; }
.right { float:right; margin:0 0 12px 12px; text-align:right; }
.left { float:left; margin:0 12px 12px 0; text-align:left; }
.left .imgWrap, .right .imgWrap { margin-bottom:12px;}
.left .imgWrap img, .right .imgWrap img { margin-bottom:12px; border: 1px solid #BBBBBB;}
.schrift_klein { font-size:0.8em !important; line-height:1.4em !important; }
.schrift_kleiner { line-height:1.4em; display:block;}
.highlight { color:#267f11; font-weight:bold; }
.anchor, .versteckt { display:none; }
.accordion { line-height:24px; }

.pTop { margin-top:0.2em; }
.backLink { position:relative; margin:0.75em 0; height:20px; display:none;}
.article { padding: 5px 0 5px 10px; }
.article.second {
	background: url(../img/template/liste_odd_back.png) top center repeat;
	color: #333333;
}
.success { color:#267f11; }
.hint { color:#000000; font-size: 120%; margin-left: 200px;}

.pages { margin-top: 2em; text-align:center; color:#0551c2; text-align:left; }
.pages a { color:#0551c2; text-decoration:none; }
.pages a.disabled { color:#999; font-style:italic; }
#pensionen .pages, #pensionen .pages a {
	color: #ec5300;
}

#content a { text-decoration: none;}
#content ul, ol { margin:1em 0 1em 1.5em; padding:0 0 0 1em;  }
#content ul li { list-style:circle; padding:0; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clear { clear:both; height:0; line-height:0; font-size:0; }

/* Seitenleiste links */
.seitenleiste {
	background: url(../img/template/leiste_background_blue.png) repeat;	
}
#pensionen .seitenleiste, .start-pensionen.seitenleiste {
	background: url(../img/template/leiste_background_orange.png) repeat;
}

.seitenleiste #main-menue {
	border-left: 7px solid #0551c2;
	border-right: 7px solid #0551c2;
	min-height: 499px;
	background: url(../img/template/hafen_logo_verlauf.png) repeat-x top left;
}
#pensionen .seitenleiste #main-menue, .start-pensionen.seitenleiste #main-menue { 
	background: url(../img/template/pensionen_logo_verlauf.png) repeat-x top left;
}

#pensionen .seitenleiste #main-menue, .start-pensionen.seitenleiste #main-menue {
	border-left: 7px solid #ffae00;
	border-right: 7px solid #ffae00;	
}

.menue-mitte, .menue-mitte .seitenleiste {
	min-height: 500px;	
}

/* HEADER, STANDARD NAVIGATION */
#header-box {
	background: url(../img/template/header_background.png) top left repeat-x;
}
#header-box .span8 {
	overflow: hidden;
}

#logo {
	text-align: center;	
	background-color: #2072ec;
	padding-top: 21px;
	border-left: 7px solid #0551c2;
	border-right: 7px solid #0551c2;
	height: 80px;
}
#pensionen #logo, .start-pensionen #logo {
	background-color: #ffca11;
	border-left: 7px solid #ffae00;
	border-right: 7px solid #ffae00;
}

.headline { 
	color: #92AFDB;
    font-family: 'Cagliostro',sans-serif;
    font-size: 60px;
    line-height: 60px;
    margin-top: 40px;	
	white-space: nowrap;
}

.headline-box {
	font-family: 'Cagliostro',sans-serif;
	color: #797979;
	font-size: 23px;
	margin-top: 0.5em;	
	line-height: 30px;
}

#pensionen .headline {
	color: #dcc881;	
}

/* IMAGE GALLERY */

.slider-wrapper.theme-light  {
	max-width: 630px;
    overflow: hidden;
	padding: 0;
}


/* MAIN NAVIGATION */

.navbar {
	width: 100%;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.menu.nav {
	float: left;	
	margin-bottom: 0;
	margin-top: 2em;
	width: 100%;
}

.menu.nav li {
	float: none;
	text-align: left;
	background: url(../img/template/hafen_menue_trenner.png) bottom center no-repeat;
	margin-bottom: 1px;
}
#pensionen .menu.nav li,
.start-pensionen .menu.nav li {
	background: url(../img/template/pensionen_menue_trenner.png) bottom center no-repeat;
}

.menu.nav li a {
	font-family: 'Cagliostro', sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	padding: 11px 0 11px 25px;
	border-left: 10px solid #9eb7ff;	
	position: relative;
	background: none;
	/*text-shadow: 1px 1px 5px #003c95;*/
}
.menu.nav li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	display: none;
	border-style: solid;
	border-width: 6px 0 6px 5px;
	border-color: transparent transparent transparent #ffe792;
}
#pensionen .menu.nav li a,
.start-pensionen .menu.nav li a {
	border-left-color: #ffe792;
	color: #FFFFFF;
	/*text-shadow: -1px 1px 2px #926400;*/
}

.menu.nav li a:hover,
.menu.nav li a.aktiv {
	color: #ffed00;
	background: none;
	padding-left: 15px;
	border-left: 20px solid #ffed00;
}
.menu.nav li a:hover:before,
.menu.nav li a.aktiv:before {
	display: block;
}
#pensionen .menu.nav li a:hover,
#pensionen .menu.nav li a.aktiv,
.start-pensionen .menu.nav li a:hover,
.start-pensionen .menu.nav li a.aktiv {
	border-left-color: #ec5300;
	color: #ec5300;
}
#pensionen .menu.nav li a:hover:before,
#pensionen .menu.nav li a.aktiv:before,
.start-pensionen .menu.nav li a:hover:before,
.start-pensionen .menu.nav li a.aktiv:before {
	border-left-color: #ec5300;
}



/* HAUPTMENÜ UNTERPUNKTE */
.menu-sub.nav {
	margin-bottom: 4em;
}


/* SUCHLEISTE */


/* STANDARD NAVIGATION */
.standard-nav  {
	list-style: none;	
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

.standard-nav li {
	float: left;
	padding-left: 30px;
}

.standard-nav li a, #pensionen .standard-nav li a, .standard-nav li label {
	font-family: 'Cagliostro', sans-serif;
	color: #777777;
}

.standard-nav li a:hover, .standard-nav li a.aktiv {
	background: none;
	color: #111111;
}

/* CONTENT */
#main-inhalt-wrapper {
	background: url(../img/template/article_background.jpg) top center no-repeat;
	background-size: cover;
	height: 100%;
	margin: 0;
	padding: 0;
}

.main-zusatzleiste {
	background: url(../img/template/main_inhalt_seitenleiste.png) repeat-x bottom center;
	/*min-height:  480px;*/
	text-align: center;	
}

#content { min-height:200px; }
#artikel-container article:last-child {
	padding-bottom: 4em;	
}
#artikel-container {
	top: 640px; /* 490 */
    padding-bottom: 3em;
    position: absolute;
	min-height: 580px;
    z-index: 100;
	border-radius: 5px 5px 5px 5px;
	/*background: url(../img/template/main_background.png) repeat-x;*/
	padding: 20px;
	padding-bottom: 0;
}

/* Einzelartikel Anpassungen */
/* Pensionen > Gutschein */
.articlemenue_19 {
	background: url(../img/template/background_gutschein.png) top right no-repeat;
	min-height: 340px;	
}
.articlemenue_19 p {
	width: 50%;	
}

#article_27 {
	background: url(../img/template/background_veranstaltungen.png) top right no-repeat;
	min-height: 680px;	
}
.articlemenue_19 p {
	width: 50%;	
}

.bereichwechlser-link {
	border: 7px solid #0551c2;
	width: 286px;
}
#pensionen .bereichwechlser-link {
	border: 7px solid #FFAE00;
}


.adresse-links {
	padding-left: 2em;	
}
.adresse-links p {
	color: #797979;
}
.adresse-links h2 {
	color: #797979;
}

#rahmen-schilf, #rahmen-schilf-start {
	background: url("../img/template/rahmen_schilf.png") no-repeat scroll right bottom transparent;
    height: 333px;
    position: absolute;
	width: 590px;
	right: 0;
    top: 363px;
    z-index: 11;	
}
#rahmen-schilf-start {
	background: url("../img/template/rahmen_schilf_start.png") no-repeat scroll right 0px transparent;
	width: 100%;
	top: 351px;
}
#main-menue {
	z-index: 100;	
	position: relative;
}
#pensionen #rahmen-schilf {
	background: url("../img/template/rahmen_schilf_pensionen.png") no-repeat scroll right bottom transparent;
}

#main-inhalt-wrapper article {
	position: relative;
    z-index: 10;
	margin-bottom: 2em;
}

/* Tabellen */
article table {
	width: 100%;	
}
article table th, article table td {
	padding: 4px 5px;	
	border-bottom: 1px solid #DDDDDD;
    line-height: 20px;
	text-align: left;
    vertical-align: top;
}
/* Startseite Boxen Aktuelles VEranstaltungen */
.startseite-box-aktuelles h2 a, .startseite-box-veranstaltungen h2 a {
	color: #797979;
    font-family: 'Cagliostro',sans-serif;
    font-size: 23px;
    margin-top: 1em;	
	font-weight: normal;
}
.startseite-box-aktuelles h2, .startseite-box-veranstaltungen h2 { 
	text-align: center; 
	margin-top:1.5em; 
	margin-bottom:0.5em;
	padding-bottom: 1.5em;
	border-bottom: 8px solid #0551c2;
}
.startseite-box-veranstaltungen h2 { 	
	border-bottom: 8px solid #ffae00;
}

.startbox-head { 
	font-family: 'Cagliostro',sans-serif;
	color: #797979;
	font-size: 17px;
	text-align: left;
	line-height: 20px;
	display: block;
	margin-bottom: 1.5em;
	min-height: 60px;
}

.box-wrapper {
	padding: 1.5em;	
	padding-top: 0.5em;
	font-size: 11px;
}

.box-wrapper img {
	float: left;	
	margin-right: 1.5em;
	max-width: 85px;
}

.box-wrapper p {
	font-size: 12px;
	line-height: 15px;
}

.startseite-box-aktuelles .more {
	color: #0551c2;
}
.startseite-box-veranstaltungen .more {
	color: #ffae00;
}

/* vertikaler Trennstreifen */
#start {
	background: #FFFFFF url(../img/template/trenner_vertikal.png) bottom center no-repeat;
}
.start .main-zusatzleiste {
	background: none;
	position: relative;
    z-index: 12;	
}

/* Bildwechsler */
/*#maximage, #maximagePensionen {
	width: 50%;	
	position: scroll;
}
*/
#menue-wrapper {
	
}

#bildcontainer, #bildcontainerPensionen {
	max-height:500px;
	height: 500px;
	overflow: hidden;
	width:50%;	
}

#maximagePensionen {
	margin-left: 52%;
	margin-right: auto;
}
#maximageHafen {
	margin-right: 50%;
	margin-left: auto;
}

/* verbergen, bevor nicht alle geladen wurden */
#maximageHafen img, #maximagePensionen img {
	display: none;
	width: 100%;
	height: 500px !important;
}
#maximageUnterseite img {
	width: 100%;	
}

#bildcontainer, #bildcontainerPensionen, #bildcontainerUnterseite {
	position: absolute;
    top: 100px;
    width: 98%;
    z-index: -1;
}
#bildcontainerPensionen, #bildcontainerUnterseite { 
 	width: 100% 
}

/* GOOGLE MAPS */
#map_canvas, #map_canvas2 {
    color: #000000;
    height: 300px;
    width: 100%;
	margin-bottom: 1em;	
}
#article_28 #map_canvas, #article_29 #map_canvas2 {
    width: 60%;
	float: right;
}



/* SITEMAP */
#sitemap ul { margin:0; padding:0; }
#sitemap ul li { float:left; width:240px; margin:0 5px 10px 0; padding:0; font-size: 20px; line-height: 25px; }
#sitemap ul li.lvl1 { background-image:none !important; }
#sitemap ul li div { z-index: 1; position: relative; }
#sitemap ul li span { padding:5px; display:block; }
#sitemap li ul { margin: -9px 5px 0; padding: 5px; background: none repeat scroll 0 0 #FAFAFA; border: 1px solid #F0F0F0; }
#sitemap li ul li { float:none; width:auto; padding:0 0 0 15px; margin:0; font-size:15px; }
#sitemap li ul li span { font-weight:normal; padding:0; }
#sitemap li ul li ul { padding:0; margin:0; border:0; }
#sitemap ul li a { color:#666666; }
#sitemap ul li a:hover { text-decoration:underline; }

/*SUCHE*/
.search_results h3 { padding:0; margin:0; }
.search_results .depthpath { color:#999; font-style:italic; }
.search_results .depthpath a { color:#666; }
.search_results { margin-top: 1em; }

/* SEITENSPRUNGFUNKTION */
.jumper { text-align:left; padding:0 0 16px 0; padding-left: 160px; }

/* FORMS */
form { margin-top: 2em; }
.form table { width: 100%; }
.form td, .form .klabel {  padding: 5px 0;  }
.form .fehler_text {  padding: 0; }
.form .optsContainer > label:first-child {  font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #58585a;  line-height: 24px; float: left; width: 200px; clear:left;}
.form label.checkbox { display: inline; font-size: 12px;  padding: 0 0 0 0.5em; }
.form .optsContainer > label .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	font-size: 11px;
	display: block;
}
.form .optsContainer > label .shortInfo:before {
	content:' (';
}
.form .optsContainer > label .shortInfo:after {
	content:')';
}
.form input[type="text"], .form select, .form textarea,#submit {	
	box-shadow: none;
	min-width: 400px;
	background-color: #FFFFFF;
	border: none;
    border: 1px solid #2072ec;
    border-radius: 5px 5px 5px 5px;
    color: #2072ec;	
}
.form select { width: 414px; }
#markt_7, #markt_8 {
	min-width: 100px;
	width: 100px; 
}
#pensionen .form input, #pensionen .form select, #pensionen .form textarea, #pensionen #submit {	
    border: 1px solid #ffca11;
    color: #ec5300;	
}
.form textarea {
	min-height: 80px;
	min-width: 400px;
}
#submit {
	padding: 5px;
	background-color: #CCCCCC;
}
#submit:hover {
	color: #FFFFFF;
	background-color: #999999;
}

.form input[type="checkbox"] {	
	background: none;
}
.form .optsBlock {
	min-width: 400px;

}
.form .optsBlock label {
	display:inline;
}
/*input[type="checkbox"] {
	float: left;
	width: 20px;
	min-width: 20px; 	
	margin-right: 0.25em; 
	clear: left;
}*/
/* Checkboxen beim Kontaktormular */
.c5 {
	min-width: 20em;	
}
label[for*="Antwort"], label[for*="Rückruf"], .c5 label {
	float: left;	
}

.optsContainer.c5 {
	float: left;	
	margin-right: 1em;
	margin-top: 1em;
}
label[for*="Rückruf"], input[id*="Rückruf"] {
	margin-top: 1em;	
}

/* Fehlermeldung in Formularen */
.error {
	color: #FF0000;	
}

/* Bootstrap blauer Hover-Schatten entfernen */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	
	box-shadow: none;	
}

.article .form input, .article .form textarea { width: 610px; }
.article .form select { width: 620px; }

.form input.checkbox { width: auto; }
.form .sendBtn { text-align: right; }
.form td.formInput .grid { float: left; }
.form .fehler_text { color: #990000; }
.form .sendenBtn, .btn {
	background:#2072ec;
	border:none;
	padding:5px;
	color:#FFF;
	cursor:pointer;
	margin-top: 1em;
	margin-left: 200px;
}
.form .sendenBtn:hover, .btn:hover {
	background:#9eb7ff;
	color: #FFF;
}
#pensionen .form .sendenBtn {
	background:#ffca11;
}
#pensionen .form .sendenBtn:hover {
	background:#2072ec;
}
.form .optsContainer .optsBlock {
    margin-bottom: 10px;
}
.form .optsCaptcha .optsBlock {
    margin-left: 200px;
}
.btn {
    margin-left: 0;
	margin-right: 10px;
	padding: 5px 15px;
}
.formBtn input:hover {
    background: none repeat scroll 0 0 #880000;
    text-decoration: underline;
}

/* GUESTBOOK */
.gbook { border-top:#ECECEC solid 4px; border-bottom:#ECECEC solid 4px; margin:10px 0; padding:10px 0 0 0; }
.gbook .noEntries { margin:0; text-align:center; font-style:italic; }
.gbook .addEntry { font-weight:bold; text-align:right; }

.entry { margin:0.75em 0; padding:10px 0; font-size:11px; line-height:16px; }
.entry .link { vertical-align:-7px; }
.entry .entryHead { background:#F6F6F6; border-bottom:1px solid #ECECEC; border-top:1px solid #ECECEC; font-weight:bold; }
.entry .entryHead .dateText { font-weight:normal; color:#666; }
.dateText { float:left; }
.entry .entryBody { margin-top:0.75em; }
.entry .comment { font-style:italic; padding:8px 0 8px 16px; color:#666; }
.entry .commentHead { font-weight:bold; }


/* Responsive */


@media (max-width: 1200px) { 
	
	.bereichwechlser-link {
		width: 95.4%;
	}
}

@media (min-width: 1024px) { 
    #artikel-container {
		width: 800px;
	}
}

@media (max-width: 979px) { 
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) { 
	
	
	
}

@media (max-width: 400px) { 
	
	
	
}
	
.nav-tabs > .active > a, .nav-tabs > .active > a:hover { outline:0;}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer { overflow: hidden; position: relative; max-width: 630px;}
.jspPane { position: relative; }
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 2px;
	width: 16px;
	height: 100%;
	background: rgba(255,255,255,0.2);
}

.jspHorizontalBar { display: none; }

.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: none; position: relative; }
.jspDrag {
	background: #7c7978;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHover {  }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspVerticalBar .jspTrack { background-color: #cdcac9;}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background: url(../img/jQuery_scroll.png) no-repeat;
}
.jspArrow.jspDisabled { cursor: default; }
.jspArrowUp.jspDisabled { background-position:-16px 0; }
.jspArrowDown.jspDisabled { background-position:-48px 0; }
.jspArrowUp { background-position:-32px 0; }
.jspArrowDown { background-position:-64px 0; }
.jspVerticalBar .jspArrow { height: 16px; }
.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner { background: #eeeef4; float: left; height: 100%; }

