.koreBasicLayer {
	font-family:Verdana;
	font-size:11px;
	position:relative; 
	width: 380px;
	clear: both;
	float: none;
	left: 0px;
	top: 0px;
	margin-bottom: 16px;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 1;
	display: block;
	border: 0px none #000000;
}

/**
================================================
     Link Styles
================================================
**/

a.koreLink:link {
    color: #013253;
	font-size:11px;
    text-decoration: underline;
}
a.koreLink:visited {
    color: #013253;
	font-size:11px;
    text-decoration: underline;
}
a.koreLink:hover {
    color: #CC0000;
	font-size:11px;
    text-decoration: underline;
}
a.koreLink:active {
    color: #CC0000;
	font-size:11px;
    text-decoration: underline;
}

/**
================================================
     Ergebnis-Seiten Styles
================================================
**/
div.koreErgebnisTitel {
	font-weight:bold;
	margin-top:16px;
	margin-bottom:16px;
}
div.koreAbsatz {
	margin-bottom: 16px;
}
table.koreErgebnisAngabenTabelle {
	width: 100%;
	border: 0px none;
	margin: 0px;
	padding: 0px;	
	border-collapse:collapse;
}
table.koreErgebnisAngabenTabelle tr {
	height:24px;
}
table.koreErgebnisAngabenTabelle td.korePosition {
	width: 140px;	
}
table.koreErgebnisAngabenTabelle td.korePosition {
	width: 180px;
}
ul.koreList {
	list-style-position: outside;
	list-style-image: none;
	margin-left:20px;
	list-style-type: disc;
}
table.koreGerichtErgebnisTabelle {
	width: 100%;
	border: 0px none;
	margin: 0px;
	padding: 0px;	
	border-collapse:collapse;
}
table.koreGerichtErgebnisTabelle tr {
	height: 24px;
	vertical-align: top;
}
table.koreGerichtErgebnisTabelle td.korePosition {
	width: 220px;	
}
table.koreGerichtErgebnisTabelle td.koreWert {
	width: 180px;	
}
table.koreAnwaltErgebnisTabelle {
	width: 100%;
	border: 0px none;
	margin: 0px 0px 12px;
	padding: 0px;	
	border-collapse:collapse;
}
table.koreAnwaltErgebnisTabelle tr {
	height: 24px;
	vertical-align: middle;
}
table.koreAnwaltErgebnisTabelle td.korePosition {
	width: 220px;
}
table.koreAnwaltErgebnisTabelle td.koreWert {
	width: 120px;
	text-align: right;
}

/**
================================================
     Eingabeseiten Styles
================================================
**/
div.koreFormularAbschnitt {
	margin-top: 10px;
	margin-bottom: 0px;
}
.koreFormularAbschnittInhalt {
	margin-top: 10px;
}
.koreFormularTitel {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	margin-top:16px;
	margin-bottom:16px;
}
.koreFormularFehler {
	color: #800000;
	font-weight: bold;
	text-align: left;
	margin-top:0px; 
	margin-bottom:16px;
}
table.koreAllgemeineAngaben {
	width: 100%;
	border: 0px none;
	margin: 0px;
	padding: 0px;	
	border-collapse:collapse;
}
table.koreAllgemeineAngaben tr {
	height: 35px;
	vertical-align: top;
}
table.koreAllgemeineAngaben td.koreLabel {
	width: 110px;
}
table.koreAllgemeineAngaben tr.koreGerichtZeile {
	height:50px;
}
table.koreRadioTabelle {
	width: 100%;
	border: 0px none;
	border-collapse:collapse;
	border-spacing: 0px;
	padding:0px;
	font-size: 10pt;
}
table.koreRadioTabelle tr {
	vertical-align:top;
	border:0px none;	
}
table.koreRadioTabelle td {
	border:0px none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;	
}
div.koreRadioTabelleRadioTitle {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
div.koreRadioTabelleRadio {
	font-size: 11px;
	margin-left:10px;
	margin-bottom:4px;
}
table.koreGerichtRadioTabelle {
	width: 100%;
	border: 0px none;
	border-spacing: 0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
table.koreGerichtRadioTabelle tr {
	vertical-align:top;
	height:16px;
}
table.koreGerichtRadioTabelle td.koreGerichtRadioCell {
	width:30px;
}
table.koreCheckboxTabelle {
	width: 100%;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
table.koreCheckboxTabelle tr {
	vertical-align: top;
}
table.koreCheckboxTabelle td {
	padding-bottom:12px;
}
table.koreCheckboxTabelle td.koreCheckboxCell {
	width: 25px;
}
td.koreInfoCell {
	width: 40px;
	text-align:right;
}
/* 
================================================
     Formular Styles
================================================
*/

/* Textfeld Streitwert */
input.koreStreitwert {
	width:110px;
	height:14px;
	border: 1px solid #88A7C7;
	background:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:0px;
	color: #000000;
	vertical-align: top;
}

/* Textfeld Auftraggeber/ Prozessgegner */
input.koreAuftraggeber{
	width:20px;
	height:14px;
	border: 1px solid #88A7C7;
	background:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:0px;
	color: #000000;
	vertical-align: top;
}

/* Radio Button */
input.koreRadioButton {
	font-size: 10px; 
	background-color: #ffffff; 
	color: #000000; 
	border: none; 
	padding-right: 0px; 
	padding-left: 0px;
}

/* Checkbox */
input.koreCheckbox {
	font-family: Verdana;
	font-size: 10px;
	border: none;
	width: auto;
	margin-top:0px;
}

/* Submit Button */
input.koreSubmitButton {
	margin: 0;
	font-family: Verdana;
	font-size: 0px;
	height: 15px;
	width: 84px;
	text-align: right;
	line-height: 90%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: white;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: white;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: white;
	font-weight: bold;
	background-image: url(http://kostenrechner.anwalt-suchservice.de/kostenrechner/images/manager/berechnen.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #EAEFF3;		   
}
/* Back Button */
input.koreSubmitButton_back {
	margin: 15px;
	font-family: Verdana;
	font-size: 10px;
	height: 15px;
	width: 110px;
	text-align: normal;
	line-height: 90%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: white;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: white;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: white;
	font-weight: bold;
	background-color: #EAEFF3;	  
}

/* Streitwert-Assistent-Button */
input.koreStreitwertAsistent {
	margin: 0;
	font-size: 0px;
	height: 15px;
	width: 78px;
	margin: 0px 0px 0px 0px;
	padding-top:20px;
	text-align: left;
	border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: white;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: white;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: white;
    font-weight: bold;
    background-image: url(http://kostenrechner.anwalt-suchservice.de/kostenrechner/images/manager/assistent.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #EAEFF3;		
}

/* Info-Button */
input.koreInfoButton {
    margin: 0;
	font-size: 1px;
	height: 15px;
	width: 15px;
	margin: 0px 0px 0px 0px;
	padding-top:20px;
	text-align: left;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: white;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: white;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: white;
    font-weight: bold;
    background-image: url(http://kostenrechner.anwalt-suchservice.de/kostenrechner/images/manager/info.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #CCD6E0;
}
    

/** 
================================================
     Hilfe/ Info Popup Styles
================================================
**/
body.koreInfoBasis {
	font-family: Verdana;
	font-size:11px; 	
	color: #000000;
	background-color:#FFFFFF;
}
div.koreInfoTitel {
	font-weight: bold;
	margin-bottom:24px;
}
div.koreInfoAbsatz {
	margin-bottom:16px;
}
/** 
================================================
     Streitwert Assistent Popup Styles
================================================
**/
body.koreAssistentStandard {
	font-family:Verdana; 
	font-size:11px; 
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color:#000000; 
	background-color: #FFFFFF;
}
div.koreAssistentTitel {
	font-weight: bold;
	margin-bottom: 12px;
}
div.koreAssistentHinweis {
	margin-bottom: 12px;
	font-weight: bold;
}
div.koreAssistentBeschreibung {
	margin-bottom: 12px;
}
table.koreAssistentTabelle {
	font-family:Verdana; 
	font-size:11px; 
	background-color: #EAEFF3;
	border-collapse: collapse;
}
table.koreAssistentTabelle td {
	border: thin solid #FFFFFF;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
}
div.koreAssistentButtons {
	margin-top: 24px;
}
div.koreAssistentButtons input {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	width: 60px;
	background-image: none;
}

div.koreAssistentButtons input.koreSubmitButton {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	width: 60px;
	background-images: none;
	background-color: #CCD6E0;
	}
input.koreAssistentRadioButton {
	font-size: 10px; 
	color: #000000; 
	border: none; 
	padding-right: 0px; 
	padding-left: 0px;
}
input.koreSubmitButton_weiter_back {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	width: 60px;
	background-color: #CCD6E0;
	}
	
/* Text ueber Suchmaske */
.onlyPartner{ 
display: none;
}