/* commented backslash hack v2 \*/ 
html, body{height:100%;overflow:hidden} 
/* end hack */ 

body 
{
	font-size:10px;
	font-family:Verdana;
	scrollbar-arrow-color:#232323;
	scrollbar-base-color:#d3d3d3;
	scrollbar-darkshadow-color:#B0B0B0;
	scrollbar-face-color:#f5f5f5;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#BCBCBC;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #000000;
}
#outer{
	margin-left:245px;
	background:#ffffff;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	color: #000000;
	min-height:100%;
}

#outercontainer
{
/*	border-left:solid 15px #3C7BB6;
	border-right:solid 15px #3C7BB6; */
	background:#ffffff;
	min-height:100%;
}
 
* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:153px;
	background:#ffffff;
/*	border-top:15px solid #3C7BB6; */
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:245px;
	float:left;
	background:#ffffff;
	margin-left:-245px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	background-image:url('../grafik/background/3a_lang.gif');
}
* html #left {padding-bottom:32px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	background:#ffffff;
	width:260px;
	float:right;
	background-image:url('../grafik/background/4a_lang.gif');
	margin-right:-260px;/*must be 1px less than width otherwise won't push footer down */
	
}

#footer {
	width:100%;
	clear:both;
	height:0px;
	background-color: #ffffff;
	color: #000000;
	text-align:center;
	position:relative;
}


#clearheader{height:153px;}/*needed to make room for header*/
#clearfooter{clear:both;height:0px;}/*needed to make room for footer*/
*html #clearfooter{clear:both;height:18px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {position:relative;z-index:1;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;}

html > body  #minHeight{float:left;width:0px;height:100%;} /*safari wrapper thanks to Tim Connor*/


#mainscroll
{
	float:left;
	overflow:hidden;
}

.copyright
{
	position:absolute;
	top:76px;
	left:7px;
	}
	
.copyright a
{
	color:#4F4F4F;
	}

.headtable
{
	background-color:#ffffff;
	height:20px;
}

.TrefferAnzeige {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #ffffff;
	color:#000000
	text-decoration:none;
	border:1px solid #9C99C4;
	padding:5px 0px 6px 0px;
	text-align:center;
}

.suchanzeige2 {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #DBDDF2;
	color:black;
	margin:9px 2px 1px 2px;
	text-decoration:none;
}

.suchanzeige1 {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
/*	background: #F9F9F9; */
	color:black;
	margin:9px 2px 1px 2px;
	text-decoration:none;
}

.suchanzeige2 td{
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #DBDDF2;
	color:black;
	text-decoration:none;
}

.suchanzeige1 td{
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
/*	background: #F9F9F9; */
	color:black;
	text-decoration:none;
}



.suchanzeige3 {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #E4E4E4; 
	color:black;
	padding:8px 2px 8px 4px;
	text-decoration:none;
}

.suchanzeige3 td{
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #E4E4E4; 
	color:black;
	text-decoration:none;
}

.scroll{ overflow:auto; }


#scrolldiv
{float:left;
	width:100%;
	position:relative;
}

#innerscrolldiv
{
	overflow:hidden;}

.infoheader
{
	margin-top:4px;
	font-weight:bold;
	padding-left:5px;
	margin-bottom:9px;
	color:#232323;
}

.infotext
{
	width:100px;
	font-weight:normal;
	margin-top:3px;
	color:#000000;
}

.kurzinfotext
{
	width:230px;
	font-weight:normal;
	margin-top:3px;
}

a 
{
	color:#0C47A8;
	text-decoration:none;
}

input
{
	font-family:Verdana,Arial;
	font-size:9px;
	text-decoration:none;
}

input.radio
{
	font-family:Verdana,Arial;
	font-size:9px;
	cursor:pointer;
}

.radio label {position:relative;top:-2px;margin-right:3px;margin-left:-1px;}

input.buttonsehrgross {
	width:100px;
	height:19px;
	background:#c4daef;
	cursor:pointer;
}

input.buttonsearch
{
	width:50px;
	height:19px;
	background:#F3F3F3;
	cursor:pointer;
}

.drop
{
	font-family:Verdana,Arial;
	font-size:10px;
	background:#F3F3F3;
}

input.buttonsehrklein {
	width:20px;
	height:19px;
	background:#F3F3F3;
	cursor:pointer;
}

input.button {
	height:19px;
	background:#F3F3F3;
	cursor:pointer;
}

input.txtbox {
	background:#F3F3F3;
	font-size:10px;
}


#logo
{
	background-image:url('../grafik/header_mitte.png');
	background-repeat:no-repeat;
	background-position:center 0px;
	background-color:#E2E2E2;
	height:92px;
}

#bgrand 
{
	padding-top:6px;
	background-image:url('../grafik/rotblau.gif');
	background-repeat:repeat-x;
}

.lktitel
{
	margin:0px 27px 0px 0px;
	float:right;
	font-size:22px; 
	font-family:Verdana;
	width:197px;
}

.lktitel div
{
	margin-top:4px;
	font-size:11px; 
}

.lktitel a
{
	color:White;
}


.border
{
	background:#3C7BB6;
	width:15px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:solid 0px white;
}

.homelink
{
	margin-top:4px;
	width:234px;
	height:12px;	
}

.inhalt {
	font-family:Verdana,Arial;
	font-size:11px; 
	line-height:15px;
	font-weight:normal;
	color:#555555;
	background: #FFFFFF;
	text-decoration:none;	
	margin-bottom:9px;
}

.inhaltTitel {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#555555;
	background: #FFFFFF;
	text-decoration:none;	
	margin-bottom:10px;
}

.titeldatum
{
	letter-spacing:1px;
}


.apptitle
{
	padding:6px 14px 0px 4px;line-height:16px;font-size:11px;
}

.TitelAnzeige {
	font-family: Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	color:#515151;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	background-image:url('../grafik/background/2b.gif');
	letter-spacing:3px;
	height:11px;
}

.TitelAnzeigeCenter {
	font-family: Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	color:white;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	background-image:url('../grafik/background/2b.gif');
	letter-spacing:3px;
	height:11px;
	padding-bottom:1px;
	padding-top:1px;
}

.trefferliste {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}

.standard {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	background: #ffffff;
	text-decoration:none;	
}

.nonlink
{
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #E4E4E4;
	color:#818181;
	width:31px;
	text-decoration:none;
	float:left;
	text-align:center;
	padding:3px 3px 3px 4px;
}


.punkt {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #E9E9E9;
	color:#0C47A8;
	text-decoration:none;
	float:left;
	padding:3px;
}

.punktnon {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #f6f6f7;
	color:#818181;
	text-decoration:none;
	float:left;
	text-align:left;
	padding:3px 3px 3px 5px;
}


.punkt_over {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #f6f6f7;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	float:left;
	padding:3px;
}

.punkt_select {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #D1D9E7;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	float:left;
	padding:3px;
}

.punkt1 {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #f6f6f7;
	color:#0C47A8;
	text-decoration:none;
	float:left;
	text-align:left;
	padding:3px 0px 3px 3px;
}

.punkt1non {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #f6f6f7;
	color:#818181;
	text-decoration:none;
	float:left;
	text-align:left;
	padding:3px 0px 3px 3px;
}

.punkt1_over {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #e4e4e4;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	float:left;
	text-align:left;
	padding:3px 0px 3px 3px;
}

.punkt1_select {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #D1D9E6;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	float:left;
	text-align:left;
	padding:3px 0px 3px 3px;
}

.punkt2 {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #ffffff;
	color:#0C47A8;
	text-decoration:none;
	height:15px;
	padding-top:3px;
	padding-left:10px;
}

.punkt2_over {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #f6f6f7;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	height:15px;
	padding-top:3px;
	padding-left:10px;
}

.punkt2_select {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	background: #D1D9E7;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	height:15px;
	padding-top:3px;
	padding-left:10px;
}

.selindex {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	color:#0C47A8;
	text-align:center;
	padding:0px 3px 5px 4px;
	text-decoration:none;
	cursor:pointer;
	line-height:7px;
}

.selindex_over {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	color:#0C47A8;
	text-align:center;
	padding:0px 3px 5px 4px;
	text-decoration:none;
	cursor:pointer;
	line-height:7px;
	font-weight:bold;
}

.index {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	color:#0C47A8;
	text-align:center;
	padding:6px 3px 5px 4px;
	text-decoration:none;
	cursor:pointer;
	line-height:7px;
}

.index_over {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	color:#0C47A8;
	text-align:center;
	padding:6px 3px 5px 4px;
	text-decoration:none;
	cursor:pointer;
	line-height:7px;
	font-weight:bold;
}

.index_selectgerichte {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	width:35px;
	text-align:center;
	padding:6px 3px 11px 4px;
	background-image:url('../grafik/background/Jahreszahlen_auswahl.gif');
	background-repeat:no-repeat;
	line-height:7px;
}

.index_selectles {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	width:35px;
	text-align:center;
	padding:6px 3px 11px 4px;
	background-image:url('../grafik/background/Jahreszahlen_auswahl.gif');
	background-repeat:no-repeat;
	line-height:7px;
}

.index_selectlr {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	width:25px;
	text-align:center;
	padding:6px 3px 11px 4px;
	background-image:url('../grafik/background/LR_auswahl.gif');
	background-repeat:no-repeat;
	line-height:7px;
}

.index_selectgesetze {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	width:18px;
	text-align:center;
	padding:6px 3px 11px 4px;
	background-image:url('../grafik/background/Gesetzstellen_auswahl.gif');
	background-repeat:no-repeat;
	line-height:7px;
}

.index_selectstw {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#0C47A8;
	text-decoration:none;
	cursor:pointer;
	width:18px;
	text-align:center;
	padding:6px 3px 11px 4px;
	background-image:url('../grafik/background/Gesetzstellen_auswahl.gif');
	background-repeat:no-repeat;
	line-height:7px;
}


.menuewidthjahr
{
	width:4px;
}


.menuewidthlr
{
	width:27px;
}


.menuewidthakten
{
	width:4px;
}

.menuewidthgesetze
{
	width:20px;
}

.menuewidthles
{
	width:37px;
}

.menuewidthgerichte
{
	width:37px;
}

.menuewidthstw
{
	width:20px;
}


.menuejahr
{
	padding-left:5px;
	padding-top:5px;
}


.menuelr
{
	background-image:url('../grafik/background/lr_lang.gif');
	padding-bottom:5px;
}

.menueakten
{
	padding-left:15px;
}

.menuegesetze
{
	background-image:url('../grafik/background/Gesetzstellen_lang.gif');
}

.menuegerichte
{
	background-image:url('../grafik/background/Jahreszahlen_lang.gif');
	padding-bottom:5px;
}

.menueles
{
	background-image:url('../grafik/background/Jahreszahlen_lang.gif');
	padding-bottom:5px;
}

.menuestw
{
	background-image:url('../grafik/background/Gesetzstellen_lang.gif');
}

.blue
{
	color:#3B7CB6;
	font-weight:bold;}

.entscheidungsdiv
{
	padding:10px;
	font-family:"Times New Roman", Times, serif; 
	line-height:20px;
	font-size:16px;
}

.entscheidungsdiv table
{
	margin:5px 0px 5px 0px;
	font-family:"Times New Roman", Times, serif; 
	line-height:20px;
	font-size:16px;
}

.resultleiste td
{
	background-image:url('../grafik/background/6b.gif');
}

.gerichthead 
{
	background-color:#e4e4e4;
	padding:2px 3px 2px 3px;	
	font-size:12px;
	font-weight:bold;
	margin:0px 12px 3px 12px;
}

.gerichthead img
{
	margin-right:5px;
	cursor:pointer;
}

.resulttitle
{
	margin-bottom:10px;
	font-size:11px;
	cursor:pointer;
	margin-left:15px;
	margin-right:12px;
	color:Black;
}

.resulttitle div
{
	padding:3px 2px 3px 2px;
}

.resultmenu
{
	margin:5px 0px 16px 22px;
	text-align:center;
}

label{margin-left:2px;position:relative;top:-1px;}

.rightmenutitle{margin:3px 0px 3px 6px; font-weight:bold; }

/*printing*/
.printheader
{
	font-family: Verdana;
	font-size:12px;
	border-style: solid;
	padding: 0px;
	margin-right: 0px;
	padding-right: 0px;
	border-width: 0px; 
	border-bottom-width: 1px; 
	border-color: black;
	margin-bottom: 1px;	
}

.artinput
{
	width:50px;
}

.artinputtit
{
	display:inline;
	margin-right:3px;
	position:relative;
	top:-1px;
}

.eintragpunkte
{
	display:none;
}


.navbuttons
{
	padding-top:1px;
}

.navbuttons img
{
	cursor:pointer;
}

#lpreferenzlink span 
{
	padding:2px;
}

.seitennummer
{
	float:right;
	margin-right:15px;
	cursor:pointer;
	position:relative;
	top:-1px;
}

.seitennummer label
{
	position:relative;
	top:-2px;
	color:#144596;
}

.referenz
{
	width:130px;
	display:inline;
}

.referenzen
{
	margin:8px 0px 17px 11px;
	width:228px;
}

.lrtoplink
{
	cursor:pointer;
	color:#0C47A8;
	padding:2px 2px 2px 2px;
	width:100px;
	margin-top:3px;
}

.lrlink
{
	float:right;
	cursor:pointer;
	color:#0C47A8;
	padding:2px 2px 2px 2px;
	margin-top:3px;
	width:100px;
	text-align:right;
}


.lrbaum
{
	font-family:Verdana,Arial;
	font-size:11px;
	margin:0px 10px 0px 6px;
	padding:3px 3px 3px 4px;
}

.lrimg
{
	float:left;
	width:34px;
}

.lrnrtext 
{
	margin-left:34px;
}


.lr1 {float:left;width:50px;}

.lr3{float:right;}

.lrtit{font-weight:normal;width:95%;}

.gesetzstellen {
	float:right;
	cursor:pointer;
	color:#0C47A8;
	width:100px;
}

.gesetzstellen font{
	font-family:Verdana;
	font-size:12px;
}

.gesetzstellenleft
{
	float:left;
	width:100px;
}

.lrposlink
{
	background-image:url('../grafik/buttons/strich.gif');
	background-repeat:no-repeat;
	padding:2px 0px 2px 10px;
	background-position:4px 8px;
	margin-left:4px;
	cursor:pointer;
	color:#0C47A8;
}

.stwlinks
{
	background-image:url('../grafik/buttons/strich.gif');
	background-repeat:no-repeat;
	padding:2px 0px 2px 10px;
	background-position:4px 8px;
	margin-left:4px;
}

.printrb
{
	position:relative;
	top:-3px;
	color:#144596;
}

.ganzesProt
{
	position:relative;
	top:-4px;
	margin-left:4px;}
	
.quicklink
{
	width:223px;
	padding:2px 0px 2px 2px;
	background-color:#E9E9E9;
}

.me_typ
{
	padding:1px 0px 2px 1px;
	margin-left:14px;
}

.mtbl1a{
	float:left;
	width:58px;
	text-align:right;
	margin:2px 4px 2px 4px;
}

*html .mtbl1a
{
	width:54px;
}

.mtbl1b{
	margin-top:2px;
	margin-bottom:2px
}

.mtbl1{
	margin-top:2px;
	margin-bottom:2px
}

.mtd1
{
	width:58px;
	padding-right:10px;
	text-align:right;
}

.mTbl 
{
	margin-top:8px;
	margin-bottom:4px
}

.mTd
{
	width:14px;
	padding-top:2px;
}

.linkeintrag
{
	width:213px;
	padding:2px 10px 2px 10px;
	text-align:left;
	margin-left:1px;
}

.me_sub
{
	padding:1px 0px 2px 1px;
}

.me_sub_no
{
	margin:0px 0px 2px 69px;
}

.me
{
	padding:1px 0px 2px 1px;
	width:204px;	
}

.l_klatl
{
	text-align:right;
	width:9px;
	padding-right:2px
}

.klatl
{
	text-align:right;
	width:67px;
	padding-right:2px
}

.klat
{
	margin:2px 0px 2px 0px;
}

.openartikelimg 
{
	margin-right:4px;
	cursor:pointer;
}

.topsuche label 
{
	position:relative;
	top:-2px;
	left:2px;
}

.buaartikel 
{
	background-color:#D2E6FF;
}


.m1
{
	margin-left:13px;
	cursor:pointer;
}


.m11
{
	float:left;
}

.m12
{
	margin-left:55px;
}

.m13
{
	margin-left:14px;
}

.m14
{
	margin-left:14px;
}

.m15
{
	margin-left:14px;
}

.m2 
{
	clear:both;
	font-weight:bold;
	margin:6px 0px 4px 0px;
	font-size:11px;
	cursor:pointer;
}
	
.m3
{
	clear:both;
	font-style:italic;
	margin:6px 0px 4px 0px;
	cursor:pointer;
}
	
.m4 
{
	clear:both;
	font-weight:bold;
	margin:3px 0px 4px 0px;
	cursor:pointer;
}

.m5 
{
	clear:both;
	font-weight:bold;
	margin:6px 0px 6px 0px;
	cursor:pointer;
}
.m6
{
	clear:both;
}


.m61
{
	cursor:pointer;
}

.m7 
{
	clear:both;
	font-weight:bold;
	margin:3px 0px 4px 0px;
	cursor:pointer;
}

.m8 
{
	clear:both;
	font-size:11px;
	margin:3px 0px 4px 0px;
	cursor:pointer;
}

.m9 
{
	clear:both;
	font-size:10px;
	margin:3px 0px 4px 0px;
	cursor:pointer;
}

.mi 
{
	position:relative;
	top:1px;
	float:left;
	cursor:pointer;
}

.m
{
	font-weight:bold;
}

.m0
{
	margin-left:13px;
	cursor:pointer;
	margin-bottom:8px;
}

.mk
{
	margin-top:5px;
	text-align:center;
	font-size:11px;
}


.o1 
{
	margin-left:13px;
}


.chron1 
{
	float:left;
	background-color:#f6f6f7;
	padding:3px 3px 3px 3px;
	margin-left:16px;
	margin-right:3px;
}

.chron2
{
	float:left;
	padding:3px 3px 3px 3px;
	background-color:#f1f1f1;
	margin-left:16px;
	margin-right:3px;
}

.tdchron
{
	width:95%;
	text-align:left;
}

/*suche*/
.highlight
{
	color:white;
	background-color:#6699CC;
	padding-left:2px;
	padding-right:2px;
}

.erlassebtn
{
	padding-top:2px;
}

html* .erlassebtn
{
	padding-top:0px;
}

.aktenz
{
	padding:2px 2px 2px 2px;
	cursor: pointer;
	color:#0C47A8;
}

.high
{
	background-color: #f6f6f7;
}

.sel
{
	background-color: #D1D9E7;
}


.akttage
{
	margin-top:2px;
	margin-bottom:13px;
}

.akttop
{
	font-weight:bold;
}

.inhalttreffer 
{
	margin:0px 0px 2px 3px;	
	height:26px;
}

#aktenzeichen { margin-top:10px; }
#rightminiscroller {clear:both}

.eintrag 
{
	font-size:12px;
	padding:10px;
}

.eintrag a
{
	color:Black;
}

.lslink div
{
	padding:2px 0px 2px 2px;
	width:127px;
	color:#0C47A8;
	cursor:pointer;
}
