/*	standards		*****************************************************************************/

html {

	font-size: 100.01%;

}

p, form {

	padding: 0;

	margin: 0;

}

body {

	color: #222;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size: 0.813em;

	margin: 0px;

	padding: 0px;

	background-image: url(../CssImagesNew/body_bg.png);

	background-repeat: repeat-x;

	background-color: #a4a6a7;

}

a			{ color: #222; text-decoration: underline; }

a:hover		{ color: #222; text-decoration: none; }

a.link-blue	{ color: #2a4e6f; font-size: 0.70em; }

a [class^="icon-"]	{ text-decoration: none !important; }

td			{ font-size: expression( document.implementation ? '1em' : '0.813em' ); } /* ie5x td-hack */

small		{ font-size: 0.91em; }

img			{ border: 0px none; }

.ui-widget,.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 1em !important; } /* overwrite jquery ui-style */

.ui-widget-content, ui-cluetip-content { border: 0px none !important; } /* overwrite jquery ui-style */

.ui-autocomplete.ui-widget-content { border: 1px #CCC solid !important; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0px !important; -webkit-border-top-left-radius: 0px !important; -khtml-border-top-left-radius: 0px !important; border-top-left-radius: 0px !important; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0px !important; -webkit-border-top-right-radius: 0px !important; -khtml-border-top-right-radius: 0px !important; border-top-right-radius: 0px !important; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0px !important; -webkit-border-bottom-left-radius: 0px !important; -khtml-border-bottom-left-radius: 0px !important; border-bottom-left-radius: 0px !important; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0px !important; -webkit-border-bottom-right-radius: 0px !important; -khtml-border-bottom-right-radius: 0px !important; border-bottom-right-radius: 0px !important; }



.marg-bottom {

	margin-bottom:1em;

}



/*	header			******************************************************************************/

#header-container {	

	height: 159px;

	color: #CCC;

	margin-bottom: 10px;

	background-image: url(../CssImagesNew/header_bg.png);

	background-repeat: repeat-x;

	background-position: left bottom;

	background-color: #fdfeff;

}

#header-container .block-navi {

	width: 960px;

	margin: 0 auto;

	position: relative;

	height: 159px;

}

#header-container .logo {

	left:0; top:0;

	position: absolute;

}

#header-container .navi-user {

	font-size: 0.923em;

	right:0; top:0px; margin-top: 20px;

	position: absolute;

	/*z-index:101;*/

}

#header-container .navi-user a {

	color: #666;

	text-decoration: none;

	padding: 0 0.333em 0 0.333em;

}

#header-container .navi-user a.selected {

	font-weight: bold;

}

#header-container .navi-meta {

	font-size: 0.923em;

	right:0; bottom:60px;

	position: absolute;

}

#header-container .navi-meta a {

	color: #666;

	text-decoration: none;

	font-weight: bold;

	padding: 0 0.333em 0 0.333em;

}

#header-container .navi-meta a:hover, #header-container .navi-meta a.selected {

	color: #222;

}

#header-container .navi-main {

	left:0;

	bottom:0;

	position: absolute;

}

#header-container .navi-main { bottom:-1px; }

#header-container .navi-main ul, .navi-main li {

	list-style: none;

	display: block;

	height: 37px;

	padding: 0;

	margin: 0;

}

#header-container .navi-main li {

	float: left;

	margin-right: 2px;

}

#header-container .navi-main li a {

	color: #feffff;

	font-weight: bold;

	text-decoration: none;

	font-size: 1.154em;

	line-height: 37px;

	text-shadow: #444 0px -1px 0px;

	height: 37px;

	padding-left: 12px;

	display: block;

	background-image: url(../CssImagesNew/navi-sprite.png);

	background-repeat: no-repeat;

}

#header-container .navi-main li.recherche			{ width: 239px; }

#header-container .navi-main li.publikationsliste	{ width: 238px; }

#header-container .navi-main li.rechtsprechung		{ width: 238px; }

#header-container .navi-main li.zeitschriften		{ width: 239px; margin-right: 0px; }

#header-container .navi-main li.recherche a			{ background-position: 0px -50px; }

#header-container .navi-main li.publikationsliste a	{ background-position: 0px 0px; }

#header-container .navi-main li.rechtsprechung a	{ background-position: 0px -100px; }

#header-container .navi-main li.zeitschriften a		{ background-position: 0px -150px; }

#header-container .navi-main li.recherche a:hover				{ background-position: 0px -430px;}

#header-container .navi-main li.publikationsliste a:hover		{ background-position: 0px -380px;}

#header-container .navi-main li.rechtsprechung a:hover			{ background-position: 0px -480px;}

#header-container .navi-main li.zeitschriften a:hover			{ background-position: 0px -530px;}

#header-container .navi-main li.selected a	{ color:#000; text-shadow: #FFF 0px 1px 0px;}

#header-container .navi-main li.recherche.selected a			{ background-position: 0px -250px;}

#header-container .navi-main li.publikationsliste.selected a	{ background-position: 0px -200px;}

#header-container .navi-main li.rechtsprechung.selected a		{ background-position: 0px -200px;}

#header-container .navi-main li.zeitschriften.selected a		{ background-position: 0px -250px;}

#header-container .navi-tabs {

	height: 10px;

	left:0; bottom:-10px;

	position: absolute;

}

#header-container .navi-tabs { bottom:-11px; }

#header-container .navi-tabs div {

	line-height: 1px;

	font-size: 1px;

	height: 10px;

	margin-right: 2px;

	float: left;

}

/*#header-container .navi-tabs div.selected {

	background-color: #E7E7E7;

	background-image: url(../CssImagesNew/navi-sprite.png);

	background-repeat: no-repeat;

	background-position: 0px -370px;

}*/

#header-container .navi-tabs div.tab-recherche			{ width: 239px; }

#header-container .navi-tabs div.tab-publikationsliste	{ width: 238px; }

#header-container .navi-tabs div.tab-rechtsprechung		{ width: 238px; }

#header-container .navi-tabs div.tab-zeitschriften		{ width: 239px; margin-right: 0px; }





/*	signing			***********/

#navi-user {

	/*margin-top: 32px;

	font-size: 0.923em;

	line-height:32px;*/

}

#navi-user a.signin {

	text-decoration: none;

	font-weight: bold;

}

/*#navi-user a.signin:hover {

	background: #f00;

	background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;

}*/

/*#navi-user a.signin, #navi-user a.signin:hover {

	background-position:0 3px!important;

}*/



a.signin {

	position:relative;

	/*z-index:101;*/

}

a.signin span {

	padding: 0px 28px 0px 0px;

	background:transparent url("../CssImagesNew/account_arrow_down.gif") no-repeat right center;

	/*padding: 4px 16px 6px 0;*/

}

#navi-user a.signin {

	outline:none;

}

a.signin.menu-open span {

	/*background-image:url("../CssImagesNew/account_arrow_up.gif");*/

}

#signin_menu, 

#prompt-login-container {

	color: #666;

	width:320px;

	z-index:51;

	/*font-size: 0.923em;*/

	text-align:left;

	padding: 0;

	margin: 0px;

}

#signin_menu {

	top: 55px;

	right: 0px; 

	border:1px #CCC solid;

	background-color:#FFF;

	-moz-box-shadow: 2px 2px 10px rgba(68,68,68,0.2);

	-webkit-box-shadow: 2px 2px 10px rgba(68,68,68,0.2);

    box-shadow: 2px 2px 10px rgba(68,68,68,0.2);

	position:absolute;

	display:none;

}

#signin_menu span.arrow {

	height: 12px;

	width: 19px;

	position: absolute;

	right: 30px;

	top: -10px;

	background-image: url("../CssImagesNew/signin_menu_arrow.gif");

	background-repeat: no-repeat;

}

#signin_menu form {

}

#signin_menu .clearField, 

#prompt-login-container .clearField {

	width: 258px;

}

#signin_menu li {

	margin: 0;

	display: block;

}

#signin_menu li a {

	padding: 0.615em 0.615em 0.615em 20px;

	border-bottom: 1px #DDD solid;

	display: block;

}

#signin_menu li a:hover {

	background-color: #f3f3f3;

}

#signin_menu label {

	font-weight:normal;

}

#signin_menu a, 

#prompt-login-container a {

	color: #666;

	text-decoration: none;

}

#signin_menu .login,

#prompt-login-container .login {

	padding: 0.769em 0.769em 0.769em 20px;

	background-image: url(../CssImagesNew/block-search_bg.png);

	background-repeat: repeat-x;

	background-color: #fafafa;

}

#signin_menu p, 

#prompt-login-container p {

	padding: 0.615em 0.615em 0.615em 20px;

}

#signin_menu .login p,

#prompt-login-container .login p {

	padding: 0;

	margin-bottom: 5px;

	clear: both;

}

#signin_menu .login p.l,

#prompt-login-container .login p.l {

	padding-right: 15px;

	margin-bottom: 5px;

	float: left;

	clear: none;

}

#signin_menu .login p.r,

#prompt-login-container .login p.r {

	padding-left: 0;

	float: left;

	clear: none;

}

#signin_menu ul {

	list-style: none;

	padding: 0;

	margin: 0;

}

#signin_menu .bt-blue, 

#prompt-login-container .bt-blue {

	/*line-height: 30px;*/

	display: block;

	float: left;

}

/*#signin_menu .stay-logged, 

#prompt-login-container .stay-logged {

	margin: 0px 0px 0px 5px;

}

#signin_menu #staylogged, 

#prompt-login-container #staylogged {

	margin-left: 20px;

}*/

#prompt-login-container .block-infos {

	padding-left: 20px;

}

#prompt-login-container .layer-login-error {

	color: red;

	font-weight: bold;

	padding: 2px 10px 10px 20px;

	background-color: #fafafa;

}



/*	content			******************************************************************************/

#content-container-main {

	text-align: left;

	width: 960px;

	margin-right: auto;

	margin-left: auto;

}

/*
 * Default error page enhancements.
 * (P.Gasser, SLXWEB-622, 210513)
 */

#content-container-main .error
{
    background-color: White;
}

#content-container-main .error .header
{   
    float: left; 
    padding: 20px 20px 10px 10px;
    vertical-align: middle;
    width: 300px;
}

#content-container-main .error .header h1
{   
    margin: 0px;
}

#content-container-main .error .header p
{   
    padding: 5px 0;
}

#content-container-main .error .headericon
{   
    padding-top: 12px;
    margin-left: 300px;
}

#content-container-main .error .error-content
{   
    clear:both;
    padding-bottom: 15px;
}

#content-container-main .error .error-content h3
{   
    font-weight: bold;
    margin: 0px 10px 0px 10px;
}

#content-container-main .error .error-content h4
{   
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}

#content-container-main .error .error-content p
{   
    margin: 0;
    padding: 0px 0px 5px 0px;
}

#content-container-main .error .error-content p.message
{
    margin: 0;
    padding: 5px 5px 5px 0.8em;
    font-size: 1.0em;
}

/*	footer			******************************************************************************/

#footer-container {

	color: #FFF;

	text-shadow: #444 0px 1px 0px;

	text-align: left;

	white-space: nowrap;

	width: 960px;

	padding-top: 10px;

	padding-bottom: 10px;

	margin-right: auto;

	margin-left: auto;

	border-top: 1px #dddede solid;

	clear: both;

}

#footer-container table {

}

#footer-container a {

	color: #FFF;

	text-decoration: none;

}

#footer-container td.copy {

	float: left;

}

#footer-container td.icon {

	width: 1%;

	padding-right: 0.462em;

}

#footer-container td.meta {

	white-space: nowrap;

	width: 1%;

}





/*	forms			******************************************************************************/

input, select, textfield {

	font-size: 1em;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

input[type=submit], input[type=reset], input[type=button] { /*clear ie border*/

	/*filter:chroma(color=#000000); bt gets blurry*/

}

.form-default input, .form-default select {

	color: #666;

	padding: 6px;

	margin: 3px 6px 3px 0;

	border-top: 1px #c0c0c0 solid;

	border-right: 1px #d9d9d9 solid;

	border-bottom: 1px #d9d9d9 solid;

	border-left: 1px #d9d9d9 solid;

	background-color: #FFF;

}

.form-default label {

	margin: 3px 6px 3px 0;

}



.form-default input.image {

	margin: 0 2px 2px 0;

	border: none;

	background-color: transparent;

}

.form-default select { /*uA multiple selects*/

	padding: 0;

}

.form-default option {

	padding: 3px 6px;

}

option.selected {

	color: #222;

	background-color: #f3f3f3;

}

input.input-blurred {

	color: #999999;

}

input.input-active {

	color: #2a4e6f;

}

.form-default input.form-systemstyle, .form-large input.form-systemstyle {

	padding: 0;

	margin: 3px 6px 3px 0;

	border: none;

	background-color: transparent;

}

label { vertical-align: middle }



input.bt-white, a.bt-white {

	color: #7d7d7d;

	font-size: 13px;

	line-height: 18px;

	font-weight: bold;

	text-shadow: #FFF 0px 1px 0px;

	padding: 6px 10px;

	border: 1px #999999 solid;

	background-image: url("../CssImagesNew/bt-white_bg.png");

	background-repeat: repeat-x;

	background-color: #FFF;

	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;

	text-decoration: none;

	cursor: pointer;

}

input.bt-white-small, a.bt-white-small {

	color: #666;

	font-size: 10px;

	line-height: 23px;

	font-weight: normal;

	text-shadow: #FFF 0px 1px 0px;

	padding: 2px 4px;

	border: 1px #DDD solid;

	background-image: url(../CssImagesNew/block-title-white_bg.png);

	background-repeat: repeat-x;

	background-color: #F3F3F3;

	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;

	text-decoration: none;

	cursor: pointer;

}

input.bt-white-small:hover, a.bt-white-small:hover {

	background-color: #ebebeb;

}

input.bt-blue, a.bt-blue {

	color: #FFF !important;

	font-size: 13px;

	line-height: 18px;

	font-weight: bold;

	text-shadow: #444 0px -1px 0px;

	padding: 6px 10px;

	border: 1px #2a4e6f solid;

	background-image: url(../CssImagesNew/block-title-blue_bg.png);

	background-repeat: repeat-x;

	background-color: #2a4e6f;

	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;

	text-decoration: none;

	cursor: pointer;

}

input.bt-blue:hover, a.bt-blue:hover {

	-moz-box-shadow: 1px 1px 2px #999;

	-webkit-box-shadow: 1px 1px 2px #999;

    box-shadow: 1px 1px 2px #999;

}

/*form input.bt-lightblue {

	color: #FFF;

	padding: 4px 8px 4px 8px;

	border-bottom: 1px #6d6f70 solid;

	border-left: 1px #c9cbcc solid;

	border-top: 1px #c9cbcc solid;

	border-right: 1px #6d6f70 solid;

	background-color: #98a7b7;

}*/

.bt-delete {

	color: #666;

	line-height: 18px;

	padding: 0 6px 0 10px;

	text-decoration: none !important;

}

.bt-link {

	color: #222;

	padding: 0;

	text-decoration: underline;

}

.bt-link:hover {

	text-decoration: none;

}

.bt-plus {

	color: #222;

	padding: 0 25px 0 0;

	text-decoration: none;

	background-image: url(../CssImagesNew/bt_plus_blue.gif);

	background-repeat: no-repeat;

	background-position: right center;

}



/*	tables			******************************************************************************/

.table-wide td {

	/*color: #222;*/

	vertical-align: top;

	padding: 0 25px 4px 0;

}

table.table-form-wide td {

	vertical-align: middle;

	padding: 0 1em 0 0;

}

.table-large td {

	vertical-align: top;

	padding: 0 1em 1em 0;

}

.table-small td {

	vertical-align: middle;

	padding: 0 0.18em 0.18em 0;

}

.table-tutorial td {

	vertical-align: middle;

	padding: 0 1.27em 0.91em 0;



}

table.table-lined th, table.table-lined td {

	text-align: left;

	vertical-align: top;

	background-color: #FFFFFF;

}

table.table-lined th {

	vertical-align: middle;

	font-size: 0.769em;

	font-weight: normal;

	text-transform: uppercase;

	text-shadow: #FFF 0px 1px 0px;

	padding: 0.2em 1.0em;

	margin: 0px;

	border-top: 1px #DDD solid;

	border-bottom: 1px #DDD solid;

	background-image: url(../CssImagesNew/block-title-white_bg.png);

	background-repeat: repeat-x;

	background-color: #f3f3f3;

	white-space: nowrap;

}

table.table-lined tr td {

	vertical-align: middle;

	font-size: 0.923em;

	padding: 0.333em 0.833em;

	border-top: 1px #FFF solid;

	border-bottom: 1px #DDD solid;

}

table.table-lined tr td.td-button {

	width: 1%;

	padding: 0.333em;

}

table.table-lined p.inactiv {

	display: inline;

}



/*	content			******************************************************************************/

.block-linewrapper {

	margin-bottom: 10px;

	border-bottom: 1px #dddede solid;

}



/* gui				******************************************************************************/

.dropshadow {

	-moz-box-shadow: 2px 2px 10px #444444;

	-webkit-box-shadow: 2px 2px 10px #444444;

    box-shadow: 2px 2px 10px #444444;

}



.clear-float {

	display: block;

	clear:both;

}

br.clear-float {

	font-size: 1px;

	line-height: 0px;

	height:0px;

	display: block;

}



.highlight {

	background-color: #fff7b2;

}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

input[type="checkbox"].input-validation-error {
border: 0 none;
}

.validation-summary-errors
{
    color: #ff0000;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

.input-validation-error-checkbox {

	border: 1px solid #ff0000;
	background-color: #ffeeee;
	float: left;
    padding-right: 1px;
    white-space: nowrap;
}

.cancel {

	color: #FFF;

	padding: 4px 8px 4px 8px;

	border-bottom: 1px #6d6f70 solid;

	border-left: 1px #c9cbcc solid;

	border-top: 1px #c9cbcc solid;

	border-right: 1px #6d6f70 solid;

	background-color: #2a4e6f;

	width: 55px;

	text-align: center;

	cursor: pointer;

}



.alle {

	color: #FFF;

	padding: 4px 8px 4px 8px;

	border-bottom: 1px #6d6f70 solid;

	border-left: 1px #c9cbcc solid;

	border-top: 1px #c9cbcc solid;

	border-right: 1px #6d6f70 solid;

	background-color: #2a4e6f;

	width: 65px;

	text-align: center;

	cursor: pointer;

}



.inactiv {

	color: red;

	font-weight:bold;

}







/*===============================================================================================*/

/*	GENERAL CSS																						 */

/*===============================================================================================*/



/*	cols		  	******************************************************************************/





/*meta*//*

.col-left {

	width: 366px;

	clear: left;

	float: left;

}

.col-right {

	width: 550px;

	float: right;

}

*/



/*	block-top			**************************************************************************/

.block-top {

	margin-bottom: 10px;

	background-image: url(../CssImagesNew/block-top_bg.gif);

	background-repeat: repeat-y;

}



/*	block-icons		******************************************************************************/

.block-icons {

	color: #FFF;

	width: 104px;

	padding: 0;

	margin-bottom: 8px;

	border-top: 1px #7d8690 solid;

	background-color: #2a4e6f;

}



/*	block-filter		******************************************************************************/

.block-filter h3 {

	font-size: 13px;

	font-weight: normal;

	text-shadow: #FFF 0px 1px 0px;

	padding: 6px 10px;

	margin: 0;

	border: 1px #DDD solid;

	background-image: url(../CssImagesNew/block-title-white_bg.png);

	background-repeat: repeat-x;

	background-color: #f3f3f3;

    cursor: pointer;

	position: relative;

}

.block-filter h3:hover {

	background-color: #ebebeb;

}

/*.block-filter h3.sub span.titlewrapper {

	display: block;

	position: relative;

}*/

/*.block-filter h3 span.titlewrapper {

	display: block;

	position: relative;

}*/

.block-filter h3 span.arrow {

	width: 13px;

	height: 13px;

	top: 8px;

	right: 10px;

	position: absolute;

}

/*.block-filter h3.sub span.arrow {

	top: 0;

	right: 4px;

}*/

.block-filter h3.collapse-open span.arrow {

	background: url(../CssImagesNew/collapse_arrow_small_down.gif) no-repeat 0 0;

}

.block-filter h3.collapse-close span.arrow {

	background: url(../CssImagesNew/collapse_arrow_small_up.gif) no-repeat 0 0;

}

.block-filter h5 {

	color: #666;

	font-size: 10px;

	line-height: 14px;

	font-weight: normal;

	text-transform: uppercase;

	text-shadow: #FFF 0px 1px 0px;

	padding: 2px 10px;

	margin: 0px;

	border-top: 1px #DDD solid;

	background-image: url(../CssImagesNew/block-title-white_bg.png);

	background-repeat: repeat-x;

	background-color: #f3f3f3;

	position: relative;

	cursor: pointer;

}

.block-filter h5:hover {

	background-color: #ebebeb;

}

/*.block-filter h5.sub span.titlewrapper {

	display: block;

	position: relative;

}*/

.block-filter h5 span.arrow {

	width: 13px;

	height: 13px;

	top: 3px;

	right: 10px;

	position: absolute;

}

/*.block-filter h5.sub span.arrow {

	top: 0;

	right: 4px;

}*/

.block-filter h5.collapse-open span.arrow {

	background: url(../CssImagesNew/collapse_arrow_small_down.gif) no-repeat 0 0;

}

.block-filter h5.collapse-close span.arrow {

	background: url(../CssImagesNew/collapse_arrow_small_up.gif) no-repeat 0 0;

}

.block-filter .filter-contentwrapper {

	/*font-size: 0.923em;*/

	background-color: #fbfbfb;

	border-right: 1px #DDD solid;

	border-bottom: 1px #DDD solid;

	border-left: 1px #DDD solid;

}

.block-filter .clickable-content {

    cursor: pointer;

}

/**/

.col-right .block-filter {

	margin-bottom: 0.769em;

}

.col-right .block-filter h3 {

	font-size: 1em;

	font-weight: bold;

	color: #feffff;

	text-shadow: #444 0px -1px 0px;

	padding: 6px 10px;

	margin: 0;

	border: 1px #213d58 solid;

	background-image: url(../CssImagesNew/block-title-blue_bg.png);

	background-repeat: repeat-x;

	background-color: #2a4e6f;

    cursor: auto;

	position: relative;

}

.col-right .block-filter .filter-content {

}

.col-right .block-filter .filter-content a, .col-right .block-filter .filter-content label {

	display: block;

	/*font-size: 0.923em;

	padding: 6px 10px;*/

	padding: 0.615em 0.615em 0.615em 10px;

}

.col-right .block-filter .filter-content a:hover {

	background-color: #ebebeb;

}

.col-right .block-filter .filter-content, .col-right .block-filter .filter-text {

	color: #666;

}

.col-right .block-filter .filter-content a , .col-right .block-filter .filter-text a {

	text-decoration: none;

}

.col-right .block-filter .filter-content img {

	padding: 0 2px;

	vertical-align: middle;

}

.col-right .block-filter .filter-text {

	padding: 0.615em 0.615em 0.615em 10px;

	color: #666;

}

.col-right .block-filter .filter-content.underline, .col-right .block-filter .filter-text.underline {

	border-bottom: 1px #DDD solid;

}

.col-right .block-ad {

	color: #FFF;

	padding: 0.615em;

	margin-bottom: 15px;

	position: relative;

	border-top: 1px #d2ca88 solid;

	background-color: #b4a738;

	background-image: url(../CssImagesNew/block-highlight_bg.png);

	background-repeat: repeat-x;

}

.col-right .block-ad .controls {

	top: 10px;

	right: 10px;

	position: absolute;

}

/*
 * CitingAssetLinks.ascx styles for citation filtering by categories and publication.
 * (P.Gasser, SLXWEB-680, 210513)
 */

.block-filter h3 .filter-icon-base
{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 25%;
    left: 16.5em;
}

.filter-icon
{
    background-image: url(../Images/funnel.png);
}

.filter-icon:hover
{
    cursor: pointer;
    background-image: url(../Images/funnel_new.png);
}

.filter-icon-edit
{
    background-image: url(../Images/funnel_new.png);
}

.filter-icon-edit:hover
{
    cursor: pointer;
    background-image: url(../Images/funnel_delete.png);
}

.filter-icon-active
{
    background-image: url(../Images/funnel_preferences.png);
}

.filter-icon-active:hover
{
    cursor: pointer;
    background-image: url(../Images/funnel_edit.png);
}

.filter-icon-change
{
    background-image: url(../Images/funnel_edit.png);
}

.filter-icon-change:hover
{
    cursor: pointer;
    background-image: url(../Images/funnel_delete.png);
}

.content-hide
{
    display: none;
}

.filter-content span.filtergroup
{
    cursor: pointer;
    text-decoration: none;
    padding: 0.615em 0.615em 0.615em 10px;
    color: #222222;
    display: block;
}

.filter-content span.highlight
{
    cursor: default;
    font-weight: bold;
    background-color: #FFFFFF;
    padding-left: 1em;
}

.filter-content img.filtergroup-icon
{
    width: 16px;
    height: 16px;
    
    background-image: url(../Images/funnel.png);
    background-repeat: no-repeat;
    
    display: block;
    overflow: hidden;
    float: left;
}

.filter-content img.filtergroup-icon:hover
{
    width: 16px;
    height: 16px;
    
    background-image: url(../Images/funnel_delete.png);
    background-repeat: no-repeat;
    
    display: block;
    overflow: hidden;
    float: left;
}

.citing-asset-links-content
{
    /* 
    This class is used only for tagging CitingAssetLinks.ascx content 
    for visual effects controlled by javascript (JQuery)
    (P.Gasser, SLXWEB-680, 240513)
    */
}

/*
 * jQueryUI Accordion styles override for usage in the control CitingAssetLinks.ascx to group
 * citation links by publication.
 * (P.Gasser, SLXWEB-680, 210513)
 */

.block-filter .filter-contentwrapper .ui-accordion-header
{
    padding: 0.615em 1.615em 0.615em 10px;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 0px;
}

.block-filter .filter-contentwrapper .ui-accordion .ui-accordion-header .ui-accordion-header-icon
{
    left: 16.5em;
}

.block-filter .filter-contentwrapper .ui-accordion .ui-state-default
{
    background: none;
    background-color: #EBEBEB;
}

.block-filter .filter-contentwrapper .ui-accordion .ui-accordion-content 
{
    padding: 0px 0px 0px 0.8em;
}

div.accordion_indent
{
    margin-left: -0.8em;
    padding-left: 0.8em;
}

a.accordion_indent
{
    margin-left: -0.8em;
    padding-left: 1.6em !important; 
}

i.icon-position
{
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0.65em;
    left: 16.5em;
}


/*	block-trefferliste	******************************************************************************/

.block-trefferliste {

	margin-bottom: 10px;

	/*border-top: 1px #DDD solid;*/

	background-color: #FFF;

}

.hits {
	color: #222;
	padding: 6px 15px;
	text-shadow: #FFF 0px 1px 0px;
	border-bottom: 1px #DDD solid;
	background-image: url(../CssImagesNew/block-title-white_bg.png);
	background-repeat: repeat-x;
	background-color: #f3f3f3;
}

.hits a {
	padding: 0 0.231em;
	/*text-decoration: none;*/
}


.hits a.selected {

	font-weight: bold;

	text-decoration: underline;

}

.block-trefferliste .text {

	padding: 15px;

	border-bottom: 1px #DDD solid;

	position: relative;

}

.block-trefferliste .text.odd {

	background-image: url(../CssImagesNew/block-title-white_bg.png);

	background-repeat: repeat-x;

	background-color: #fafafa;

}

.block-trefferliste .text.asset_reference_hit { /* PhM: for SLXWEB-381 */

	background-color: #eff3f9;

}

.block-trefferliste .text:hover {

	background-color: #ebebeb;

}

.block-trefferliste .text h3 {

	margin: 0 0  1em 0;

	font-size: 1em;

	width: 540px;

	float:left;

    color: #2a4e6f;
}

.block-trefferliste .text .logo {

	width: 80px;

	margin-left: 20px;

	float:left;

}

.block-trefferliste .text .icon {

	width: 22px;

	margin-left: 20px;

	float:left;

}

.block-trefferliste .text h4 {

	clear: left;

	color: #2a4e6f;

	font-size: 1em;

	margin: 0;

	text-transform: uppercase;

}

.block-trefferliste .text p {

	font-size: 0.923em;

	clear: left;

}

.block-trefferliste .text a {

	text-decoration: none;

}

.block-trefferliste .recent h3{
	color: #9d8eae;
}


/*
    Marks the document links in portlets and titles in preview overlay as recently visited.
    (P.Gasser, 110113, SLXWEB-678)
*/
a.recent
{
    color:#9d8eae !important;
}

.block-trefferliste .highlight { /*g20110419*/

	color: #222;

	background-color: #fff7b2;

}





/*	block-search		**************************************************************************/

.block-search {

	padding: 15px;

	margin-bottom: 10px;

	border: 0px none;

	background: #FFF;

}



.block-search .search-filters {

	padding: 0 15px 15px 15px;

	background-color: #FFF;

}

.block-search .col-filters {

	width: 322px;

}



.block-search .thesaurus-label {

	margin-right: 10px;

}

.block-search a {

	text-decoration: underline;

}

.block-search a:hover {

	text-decoration: none;

}



/*.block-search h3 {debug

	color: #2a4e6f;

	font-size: 1em;

	padding: 0;

	margin: 0 0 8px 0;

}*/







/*	tabs/publikationen	**************************************************************************/

.panes .pane, .panesSub .pane {			/* initially all panes are hidden */ 

	display:none;		

}

.panes > div, .panesSub > div {

	display:none;	

	clear: left;

}

ul.tabs {

	list-style:none; 

	margin:0 !important; 

	padding: 0px;

}

ul.tabs li {

	text-indent: 0;

	padding: 0;

	margin: 0 4px 15px 0;

	list-style-image: none !important;

	float: left;

}

ul.tabs li.last-child {

	margin-right: 0;

	margin-bottom: 15px;

}

ul.tabs li a {

	color: #222;

	padding: 6px 10px;

	text-shadow: #FFF 0px 1px 0px;

	text-decoration: none !important;

	border: 1px #DDD solid;

	background-image: url(../CssImagesNew/block-title-white_bg.png);

	background-repeat: repeat-x;

	background-color: #f3f3f3;

	display: block;

}

ul.tabs li a:hover {

	background-color: #ebebeb;

	-moz-box-shadow: 1px 1px 1px #DDD;

	-webkit-box-shadow: 1px 1px 1px #DDD;

    box-shadow: 1px 1px 1px #DDD;

}

ul.tabs li a.current {

	color: #FFF;

	text-shadow: #444 0px -1px 0px;

	border: 1px #2a4e6f solid;

	background-image: url(../CssImagesNew/block-title-blue_bg.png);

	background-repeat: repeat-x;

	background-color: #2a4e6f;

	outline: none;

}



/*	tips	**************************************************************************************/



#cluetip-close {

	/*padding: 5px;*/

	/*text-align: right;/

	

	/* makes cluetip only close if exactly the close button is clicked (SLXWEB-325, jheeb, 23.05.2011) */

	/*width: 20px;*/

	/*margin-left: 290px !important;*/

	/*g.mod*/

	right: 10px;

	top: 8px;

	position: absolute;

}



#prompt-login-container p, #prompt-login-container table {

	padding-bottom: 20px;

}



/*	standard tooltip	**************************************************************************/

#cluetip-title {

	display:none !important;

}

#cluetip-inner, #loginttip {

}

#cluetip-inner > p { /*small tooltip (footnotecall)*/

	font-size: 0.846em;

	padding: 8px;

}

/*.tooltip {*/

#cluetip, .tooltip {

	text-align: left;

	background-color: #FFF;

	border: 1px #DDD solid !important;

}

.tooltip .block-infos {

	font-size: 10px;

	line-height: 14px;

	font-weight: normal;

	text-transform: uppercase;

	text-shadow: #FFF 0px 1px 0px;

	padding: 4px 8px;

	border-bottom: 1px #DDD solid;

	background-image: url(../CssImagesNew/block-title-white_bg.png);

	background-repeat: repeat-x;

	background-color: #f3f3f3;

}

.tooltip .block-infos a {

	text-decoration: none;

}

.tooltip .block-infos b {

	font-weight: normal;

}

.tooltip .block-text {

	padding: 0.615em;

}

.tooltip .block-text .metadata-title, .tooltip .block-text h4 {

	color: #222;

	font-weight: bold;

	font-size: 1em;

	margin: 0;

}

.tooltip .block-text .metadata-subtitle {

	color: #222;

	font-weight: normal;

}

.tooltip .block-text .metadata-text {

	color: #666;

}

.tooltip table {

	border: 0px none;

}

.tooltip .topic {

	float: left;

}

.tooltip .time {

	float: right;

}





/*  tristate checkbox			******************************************************************/

.tristate-checkbox {

    margin-right: 5px;

}