/* Basis */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
}

* {
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

#layout_wrapper {
	width: 1000px;
    margin-top: 0px;
}

/* Formulare */
.button_warten {
	padding: 3px 10px; 
	width: 90px !important; 
	text-align:center; 
	margin-top: -20px
}

/* Links */
#artikel a, .boxGRAU a, .ui-widget-content a {
	text-decoration: underline;
}
#artikel a:hover, .boxGRAU a:hover, .ui-widget-content a:hover {
	text-decoration: none;
}
.boxGRAU a.icongelb  {
	text-decoration: none;
}
a.hover-underline {
text-decoration: none; background-color: transparent
}
.boxGRAU a:hover.icongelb, a:hover.hover-underline  {
	text-decoration: underline;
}


/* Sonderstile */
.kommentare {margin-left: 20px;}
.text-underline {text-decoration: underline !important}
.green {color:#00b050}
.red {color:#ff0000}

/* Rubriken-Baum (jsTree) */

#breadcrumb .rubrik-bc-link {font-weight: normal !important;}
.rubrik-h1_bc-seperator {
	background-repeat: no-repeat;
}
h1 .rubrik-h1_bc-seperator {
	padding: 0px 10px 0px 10px;
	background-position: 8px 2px;
	background-image: url(/_g_img/icon/pfeil_grau.png);
}
#breadcrumb .rubrik-h1_bc-seperator {
	padding: 0px 15px 0px 20px;
	background-position: 17px 1px;
	background-image: url(/_g_img/icon/pfeil_gelb.png);
}

.jstree-default .jstree-selected, 
.jstree-default .jstree-clicked, 
.jstree-default .jstree-hovered {
	background-color: #ecebf3;
	border-radius: 0px;
	box-shadow: inset 0 0 0px #ecebf3;
	color: #000;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	line-height: 22px !important;
	height: 22px !important;
}
.jstree-default .jstree-selected .jstree-icon, 
.jstree-default .jstree-clicked .jstree-icon, 
.jstree-default .jstree-hovered  .jstree-icon {
margin-top: -1px;
}
.jstree-leaf .jstree-anchor i.jstree-themeicon{
	background-image: none;
	width: 0px; 
	height: 0px;
}
#tree_rubrik ul {
	margin-left: -5px !important;
}
.tree-top {
	margin: 0px 0px 0px -3px;
}

#rubrik_pfad {
	width: 290px;
	margin-bottom: 15px;
}

#content-rubrik-link h1 .topic-item {
	padding-right: 0px;
}
#content-rubrik-link .topic-row {
	padding: 0px 0px 5px 10px;
	background-image: url(/_g_img/icon/pfeil_schwarz.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#content-rubrik-link .topic-row-1 {
	padding: 0px;
	background-image: none;
	margin-left: -5px;
}
#content-rubrik-link .topic-item {
	margin-right: 5px;
	display: inline-block;
	width: 5px;
	height: 12px;
	background-image: url(/_g_img/icon/pfeil_grau.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#content-rubrik-link .topic-item-link {text-decoration: none !important;}
#content-rubrik-link a.topic-item-link:hover {text-decoration: underline !important;}
#content-rubrik-link .no-wrap {
	display: inline-block;
	margin-right: 5px;
}
#content-rubrik-link .no-wrap:nth-last-child(1) .topic-item {display: none;}
