/* *****************************************************************
   Projektidentifikation: VP_Internet                                
   BearbeitungsStand    : 22.11.2013                            
   Bearbeiter           : S.Gawehns                                
   Produktidentifikation: VP_ansicht_2_0_0.css           
   Version              : V 2.0.0                                  
  *****************************************************************
   Aenderungen
   Stand           :   
   Bearbeiter      :                                                
   Kurzbeschreibung:                                            
                                                                
  *****************************************************************
                                                                 
   Stylesheet-Angaben für die Interansicht

  ***************************************************************** */
	  
/****************************************************/
@CHARSET "ISO-8859-1";

div.tab
{
    margin: 1em auto;
    width: 100%;
}

.kasten
{
    margin-left: 5.8em; /* 5em(span.left) + 1em(Luecke) */
    text-align: left;
}
.jvvleft
{
    float: left;
    width: 5em;
    text-align: right;
    word-wrap: normal;
}
.bildt
{
    float: left;
    width: 5em;
    text-align: left;

}
.leftueb
{
    float: left;
    width: 5em;
    text-align: right;
    font-weight: bold;
}
.rightueb
{
    margin-left: 5.8em; /* 5em(span.left) + 1em(Luecke) */
    text-align: left;
    font-weight: bold;
}

.suchegliederung
{
    padding-top: 3rem;
}

#jvvFormular {
    position: relative;
    display: block;
    width: 70%;
}

#jvvFormular label {
    font-weight: bold;
    font-family: unset;
    color: #3c506e;
    font-size: 0.8rem
}

#jvvFormular input[type='text']{
    display: block;
    width: 100%;
    border: 0;
    background: #eaeff6;
    padding: 10px;
}


#jvvFormular input[type='submit'],
#jvvFormular input[type='reset'] {
    border: 0;
    background: transparent;
    font-family: unset;
    font-weight:bold;
}

#jvvFormular input[type='submit']:hover,
#jvvFormular input[type='reset']:hover {
    text-decoration: underline;
}

#jvvFormular input[type='submit'],
#jvvFormular input[type='reset']
{
    padding: 10px 55px 10px 10px;
    margin: 20px 0;
    height: 38px;
    background: url("./_Bilder_Logos_Icons/images/system_bilder/aero-button.png") no-repeat center right;
    cursor: pointer;
    margin-right: 0.6em;
    font-size: 0.8rem;
}

#jvvFormular input[type='reset'] {
    background: url("./_Bilder_Logos_Icons/images/system_bilder/cross-button.png") no-repeat center right;
}

#jvvFormular br {
    display: none;
}

.layout-container #dbOutput a::before {
    content: none;
}

.layout-container #dbOutput a::after {
    content: none;
}
.layout-container #dbOutput a {
    color: #3c506e;
    font-weight: bold;
    padding-left: 0em;
}
.layout-container #dbOutput table{
    border:none;
}
.layout-container #dbOutput td{
    border:none;
}
.layout-container #dbOutput h4{
    color: #233755;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px !important;
}
.layout-container #dbOutput li::before{
    content:none;
}
.layout-container #dbOutput .startliste li{
        background: url("./_Bilder_Logos_Icons/images/system_bilder/list_style_image.gif") no-repeat scroll 0 10px transparent;
        list-style-type: none;
        color: #333;
        margin-left: 3px;
        margin-bottom: 0.5em;
        padding-left: 12px;
    }
.layout-container #dbOutput ul li::marker{
    color:grey;
}
.layout-container #dbOutput a:hover{
    text-decoration: underline;
}

/* Anpassungen fuer Ueberschrift */ 
	.layout-container .formularzeile {
		margin-bottom: 1em; 
		display: flex; 
		flex-direction: column; 
	}
	
	.layout-container .blau {
		background-color: #003064 !important;
	}
	
	/* Anpassung fuer LinkZeile */ 
		.layout-container .linkzeile li{
		display:inline;
	
	}
	
	.layout-container .linkzeileninhalt {
		max-width:1200px;
		display:flex;
		flex-direction:column;
		justify-content:flex-start;
		align-items:flex-start;
		width:100%;
	}
	
	.layout-container .linkzeilenkachel {
		margin: 0;
  		padding: 0;
  		width: 50% !important;
  		flex-direction: row;
  		background: none;
	}
	
	.layout-container .linkzeilenkachel-info{
		justify-content: flex-start
	}
	
	.layout-container #dbOutputMitRahmenlayoutCSS li::before {
		content:none;
	} 
	
	.layout-container #dbOutputMitRahmenlayoutCSS a::after {
	     margin-bottom: 0;
		 content: url(https://storage.justiz.nrw.de/rahmenlayout/cached/6cd5a74293e7dbcb57b6f722ffebf90453d49a0057b1505417c949880b091991.svg);	     
		 display: inline;
	     width: 0.35em;
	     margin-right: 0.2em;
	     display:inline-block; 
  		margin-left: 0.2em;
  		margin-right: 0.2em;
  		white-space: nowrap;
	}
	
	.layout-container #dbOutputMitRahmenlayoutCSS a:hover{
	     text-decoration:none; 
	}
	
		.layout-container #dbOutputMitRahmenlayoutCSS a{
	     color: #ffffff; 
	}

