.knotendetails {
	/*display: none;*/
}

.edited {
	color: red;
	font-size: 16px;
}

.edited2 {
    color: red;
    font-size: 16px;
}

.icon-button {
	margin-right: 10px;
}

.icon-button-4 {
    width: 100%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.warten {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .7 )
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .warten {
    display: block;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.scroll {
height: 250px;
overflow-y: scroll;
overflow-x: hidden;
width: 100%;
padding: 0px;
} 
/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    background: #871d33 url("../images/menu-bg.png") repeat scroll 0 0;
    text-transform: uppercase;
    color: white;
    font-family: Arial,"Helvetica Neue",Helvetica,Roboto,sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px;
    
}

.modal-header .h_2{
	margin-top: 10px;
	color: white;
	width: 500px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    zoom: 1;
}

.modal-body {
	padding: 2px 16px;
    margin-top: 20px;	
}

.modal-footer {
    padding: 2px 16px;
    background-color: #871d33;
    color: white;
}

.modal-buttons {
	text-align: right;
	margin-right: 10px;
}

.spacer {
	height: 25px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.thesaurus_ueberschrift {
	font-size: 16px;
	margin-botton: 8px;
	margin-left: 5px;
}

.thesaurus_auswahl {
    
}

.thesaurus_beschreibung {
    font-size: 14px;
    margin-botton: 8px;
    margin-left: 5px;
}

.rc_spacer {
    height: 10px;
}

.rc_ueberschrift {
	margin-left: 20px;
	font-size: 12px;
}

.rc_titel {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
}

.referenz_uebersicht {
	display: block;
}

.synonymeintrag {
	/*color: #871d33;
	line-height: inherit;
    text-decoration: underline;*/
}

.pflichtfeld-stern {
	color: red;
	font-weight: bold;
}




.ttip {
    position: absolute;
    width: 300px;
    height: 150px;
    color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px #303030;
    -moz-box-shadow: 0 1px 2px #303030;
    box-shadow: 0 1px 2px #303030;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    background-image:-moz-linear-gradient(top, #871d33, #FF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#871d33), to(#871d33));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#871d33', endColorstr='#871d33', GradientType=0);
    background-color:#000;
    display: none
}
.contents {
    font-size: 15px;
    font-weight:bold
}
.note {
    font-size: 13px;
    text-align:center;
    display:block;
    width: 100%
}
#background{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}
#large {
    display: none;
    position: absolute;
    background: #FFFFFF;
    padding: 0px;
    z-index: 10;
    min-height: 0px;
    min-width: 0px;
    color: #000000;
}

.captcha {
	 width: 150px;
	 margin-top: 25px;
	}
	
pre.bash {
  background-color: black;
  color: white;
  font-size: medium ; 
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  width: 70%;
  display: inline-block;
}

.hinweis_klein {
	font-size: 0.75rem;
  	font-weight: bold;
}

#jurperson {
	margin: 0px !important;
}

