/* CSS Document */

/*

Dunkelrot:   #840F16
Hauptrot:    #A93231
Hellrot:     #F8C996
Dunkelgrau:  #333333
Hellgrau:    #EAEAEA
Mittelgrau:  #E3E2E2
Rot Intern:  #CC0000
     

*/

/* Allgemeine Elementformatierungen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
background: #E3E2E2;
color: #333;
font: 100.01% verdana,arial,sans-serif;
margin: 0;
padding: 0 0 20px 0;
text-align: center;
font-size: 100.1%;
behavior:url('csshover2.htc'); /*F�r IE, damit Hover-Zustand bei Formularfeldern angezeigt wird*/
} 

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, legend {
  padding: 0;
  margin: 0;
}


ul { list-style: none; }

li li { font-size: 100% !important; }

a { text-decoration: underline; }

form { margin: 0; padding: 0;}

input, select, textarea {font-size: 95%;}

img, img a{	border: 0;}


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.unsichtbar {
display: none;
position: absolute !important;
top: -6000px !important;
left: -6000px !important;
height: 1px !important;
width: 1px !important;
}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}


/* Rahmen  * * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  max-width: 58em;
  width: 95%;
  text-align: left;
  margin: 20px auto 0 auto;
  
  background: #FFF;
  border: 1px solid #A93231;
}
/*#rahmen {  fuer den IE 
  width:expression(document.body.clientWidth > 1200? "1100px": "auto" );
}*/

/* Aussen, Innen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#aussen{
width: auto;
padding-left: 12em;
}

#innen{
width: 100%;
position: relative;
float: left;
}

/* Sprunglinks
 * * * * * * * * * * * * * * * * * * * * * * * * * */
 #sprunglinks {
  position: absolute;
  width: 100%;
  top: -6000px;
  left: -6000px;
  z-index: 20;
  }
  
  .sprung {
  position: absolute;
  width: 100%;
  top: -6000px;
  left: -6000px;
  }
  
 /* Servicemenu 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#servicemenue
{
width: 100%;
text-align: right;
}

#servicemenue ul{
 list-style: none;
 margin: 0 0.5em;
 padding: 0.3em 0;
 }
 
#servicemenue li{
  display: inline;
  padding: 0 0.3em;
  }
  * html #servicemenue li{    /* f�r den IE 5, der keine paddings akzeptiert */
  height: 0.3em;
  }

#servicemenue a {
  color: #333;   
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  }

#servicemenue a:link, #servicemenu a:visited {
  color: #333;   
  text-decoration: none;
}

#servicemenue a:focus, #servicemenue a:hover, #servicemenue a:active {
  color: #A93231;
  background-color: #E3E2E2;
  text-decoration: underline;
  }

#schriftgroesser {
background-color:  #F8C996;
}  

#schriftgroesser a:focus, #schriftgroesser a:hover, #schriftgroesser a:active {
  color: #A93231;
  background-color: #F8C996;
  text-decoration: underline;
  }

 /* Adressleiste 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#adressleiste {
background: #A93231;
margin: 1.2em 0 0;
padding: 0 0.5em;

}

#adressleiste p {
color: #FFF;
font-size: 80%;
font-weight: bold;
text-transform: uppercase;
text-align: right;
padding: 0.4em;

}
 /* Bilderleiste mit Logo
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#bilderleiste {
width: 100%;
background: #F8C996 url(../images/fotos/impressionen-brandenburg.gif) top right  no-repeat;
padding: 0;
margin-bottom: 0.5em;

}

#bilderleiste img{
  float: left;
 }
 
#bilderleiste img.impression{
  float: right;
  }

 /* Hauptmenu 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#hauptmenue {
float: left;
text-align: right;
width: 12em;
margin: 0 0 0 -12em;
padding: 0;
position: relative;
}

#hauptmenue ul {
font-size: 80%;
line-height: 160%;
padding: 2.1em 0;
}

#hauptmenue li {
text-transform: uppercase;
}

#hauptmenue a {
  color: #333;   
  text-decoration: none;
  display: block;
  padding-left: 20px;
}


* html #hauptmenue a{height: 0.5em;} /* f�r IE 5, sonst werden Linien nicht komplett durchgezogen */


#hauptmenue a:focus, #hauptmenue a:hover, #hauptmenue a:active {
  color: #A93231;
  text-decoration: underline;
  }

#hauptmenue li.on {
	background: #E3E2E2 url(../images/layout/pfeil-aktiv-brandenburg.gif) 0 0.2em no-repeat;	
}

#hauptmenue li a.on {
	background: #E3E2E2 url(../images/layout/pfeil-aktiv-brandenburg.gif) 0 0.2em no-repeat;	
}

#hauptmenue li.onintern {
background: #E3E2E2 url(../images/layout/pfeil-aktiv-brandenburg.gif) 0 0.7em no-repeat;	
}

#hauptmenue li a.onintern {
background: #E3E2E2 url(../images/layout/pfeil-aktiv-brandenburg.gif) 0 0.7em no-repeat;	
}

#hauptmenue .intern a{
color: #CC0000;
padding-top: 0.5em;
}

 /* Suche 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#suche {
text-align: left;
font-size: 80%;
margin: 0.5em 0 1.5em 2.8em;
padding: 0;

width:80%;
}


#suche label {
font-weight: bold;
color: #A93231;
padding-left:0px !important;
margin-left:0px !important;
}

#sucheEingabe{
width:81%;
}
	
.sucheAbschicken{
	
float:right;
width:1.3em;
height:1.3em;
/*Nur f�r IE*/
margin-top:0.125em;
}

/*�berschreibt im Netscape/Mozilla das Margin, das nur f�r den IE gesetzt wurde*/
*[class="sucheAbschicken"]{
margin-top:0.02em;
}

* html #suche label { padding-left: 0.5em; }

fieldset {
border: 0;
}

 /* Inhalt 
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#brotkruemel {
padding-left: 0.2em;
}

#hauptbereich {
  float: left;
  position: relative;
  width: 100%;
   }

* html #hauptbereich { width: auto; }

#hauptbereich p {
 font-size: 80%;
  line-height: 1.4em;
  margin: 1em 1.5em;
}

#hauptbereich ul {
  line-height: 1.3em;
  list-style-image: url(../images/layout/listenpunkt_brandenburg.gif);
  list-style-position: outside;
}

#hauptbereich ol {
  line-height: 1.3em;
  list-style-position: outside;
}

* html #hauptbereich ul {
  list-style-image: url(../images/layout/listenpunkt_ie_brandenburg.gif);
}

#hauptbereich li {
 font-size: 80%;
 margin-left: 1.5em;
}

#hauptbereich h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 1.2em;
  color: #840F16;
    }
  
#hauptbereich a:link, #hauptbereich a:visited {
 color: #840F16;
}
  
#hauptbereich a:focus, #hauptbereich a:hover, #hauptbereich a:active {
  color: #840F16;
  background: #F8C996;
  }
  
#hauptbereich h1 {font-size: 90%;}
#hauptbereich h2 {font-size: 85%;}
#hauptbereich h3, h4, h5, h6 {font-size: 80%;}

#hauptbereich strong {
color: #840F16;
}

#hauptbereich .textmarke {
text-decoration: none;
}

#hauptbereich .linkliste a{
color: #333333;
}

#hauptbereich ul.linkliste {
list-style: none; !important;
}

* html #hauptbereich  ul.linkliste{
list-style-image: none; !important;
}

#hauptbereich .linklisteueberschriften a{
text-decoration: none;
font-weight: bold;
}

#hauptbereich .linklisteueberschriften li{
list-style-image: url(../images/layout/linkpfeil_brandenburg.gif);
}

* html #hauptbereich .linklisteueberschriften li{
list-style-image: url(../images/layout/linkpfeil_ie_brandenburg.gif);
}

 /* Inhalts�berschrift 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#inhaltsueberschrift {
background: #A93231;
margin: 0;

position: relative;
}

#inhaltsueberschrift h1 {
color: #fff;
font-size: 80%;
font-weight: bold;
text-transform: uppercase;
padding: 0.4em 0;
}

 /* Inhaltsbox 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#inhaltsbox {
background: #EAEAEA;
margin: 0 1.5em;
height:600px;
}

/*�berschreibt im Netscape/Mozilla das height, das nur f�r den IE gesetzt wurde*/
#inhaltsbox[id]{
    height:auto;
    min-height:600px;
}


/* Inhaltstext
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#inhaltstextLeft {
	
float:none;
margin-right:160px;
margin-left:10px;
margin-top: 20px;
margin-bottom: 20px;
}

/*f�r die landkarte*/
#inhaltstextLeftFloat { 
float:left;
width:28em;
}

#inhaltstextRight {
float:none;
margin-right:10px;
margin-left:160px;
margin-top: 20px;
margin-bottom: 20px;
}

#inhaltstextPur {
float:none;
margin-right:20px;
margin-left:20px;
margin-top: 20px;
margin-bottom: 20px;
}


#inhaltstextLeftSub {
float:none;
margin-right:230px;
margin-left:10px;
margin-top: 20px;
margin-bottom: 20px;
}

.inhaltstext p {
	margin: 0 10px;
	margin-top:0px !important;
	padding: 0;
}

.intern {
color: #CC0000;
}

/* Tabellen 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

table {
width: 90%;
border: 1px solid #A93231;
border-collapse: collapse;
margin: 10px;
}

.spalte1_veranstaltung {
width: 15%
}

.spalte2_veranstaltung {
width: 30%
}

.spalte3_veranstaltung {
width: 25%
}

.spalte4_veranstaltung {
width: 30%
}

td, th {
font-size: 75%;
padding: 5px 10px;
border: 1px solid #A93231;
}

th {
color: #fff;
text-transform: uppercase;
padding-top: 8px;
text-align: left;
background: url(../images/layout/th_hg-brandenburg.gif) 1px 1px no-repeat;
}

.streifen td {
background: #EAEAEA;
}

.streifenRot td{
background: #F8C996;
}

.tableCellNormal{
	margin-left:0em;
	font-weight:bold;
	
}
.tableCellEingerueckt{
	margin-left:1.5em;
}

caption {
	font-size: 80%;
	font-style: italic;
	color: #A93231;
}

 /* Infokasten */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.infokastenRechts {
font-size: 100% !important;
background-color: #CCC;
width: 130px;
margin: 20px 7px 7px 0;
position:absolute;
right:35px;
}

.infokastenRechtsFloat {/*F�r die Landkarte*/
font-size: 100% !important;
background-color: #CCC;
width: 130px;
margin: 20px 7px 7px 0;
float:right;
}

.infokastenLinks{
font-size: 100% !important;
background-color: #CCC;
width: 130px;
margin: 20px 7px 7px 0;
position:absolute;
left:35px;	
}



#infokasten img {
 border-bottom: 2px solid #E3E2E2;
}

#infokasten h2 {
font-size: 70% !important;
color: #840F16;
margin: 5px 7px;
padding: 0;
}

#infokasten p {
color: #000;
font-size: 70% !important;
font-weight: bold;
margin: 0 7px 10px 7px;
padding: 0;
}

#infokasten li {
font-size: 70% !important;
}

#infokasten div {
	color: #000;
	font-size: 70% !important;
	font-weight: normal;
	margin: 0 7px 0px 7px;
	padding: 0;
}

/*Infokasten Formular*/
#infokasten form {
	margin-left:0.3em; 
	margin-bottom:0.3em;
	margin-left:0px !important;	
}

#infokasten label {
	color: #000;
	font-size: 70% !important;
	font-weight:bold;
	margin: 0 0px 0px 0px;
	padding: 0;
	margin-left:3px;	
}

#infokasten #submitIt{
	margin-top:0.5em;
	margin-bottom:0.3em;
}

#infokasten input{
	width:110px;
	color:black !important;
	background-color:#F1F5D3;
	margin-left:3px;	
	border: 1px #A93231 solid;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	color: #840F16;	
}

#infokasten input:focus{
	width:110px;
	background-color:white;
	border: 1px #C0C0C0 inset;
	color:black;	
}

#infokasten select{
	color:black;
	background-color:white;
	margin-left:3px;
	font-size:0.75em;	
	width:120px;
}

#infokasten select:focus{
	background-color:white;
}

#infokasten form{
}

#infokasten fieldset{
	padding:2px;
	border: 1px solid white;
	margin-left:0px !important;
	padding-bottom:10px;
}

#infokasten hr{
	width:90%;
	border:solid 1px white; 
}

#infokasten legend{
	font-size:0.75em;
	margin-left:10px;	
	font-size:0.75em;	
	color:black;
}

#infokasten input.submit{
	background-color:#C0C0C0 !important;	
	width:114px;
	margin-left:7px;
	border: 1px #C0C0C0 outset;	
}

/* Infokasten Submen� */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.infokastenRechtsSub {
font-size: 100% !important;
background-color: #CCC;
width:210px;
margin: 20px 7px 7px 0;
position:absolute;
right:35px;
}
.infokastenRechtsSub a{
text-decoration: none;
}

.infokastenRechtsSub li{
list-style-image: url(../images/layout/linkpfeil_brandenburg_sub.gif);
border-bottom: 1px solid #E3E2E2;
}

* html .infokastenRechtsSub li{
  list-style-image: url(../images/layout/linkpfeil_ie_brandenburg_sub.gif);
}
 /* Fuss
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#fuss {
  background: #F8C996;
  border-top: 1px solid  #A93231;

}

#fuss ul {
  list-style: none;
  padding: 0.3em 0 0.3em 13em;
 }
 
#fuss li{
  font-size: 80%;
  font-weight: bold;
  display: inline;
  padding: 0 0.3em;
  }
  * html #fuss li{    /* f�r den IE 5, der keine paddings akzeptiert */
  height: 0.3em;
  }
 
#fuss a {
  color: #840F16;   
  }

#fuss a:focus, #fuss a:hover, #fuss a:active {
  color: #A93231;
  background-color: #E3E2E2;
  text-decoration: underline;
  }
  
  /*Suchergebnisinfos f�r Presse und Notarverzeichnis (Ihr Suche nach XYZ ergab folgende ...)
*******************************************************************************************/
.suchErg_verw{ /*Suche verwerfen*/
	font-size:70%;
	float:right;
}

.suchErg_label{
	font-size:80%;	
	font-family:arial;	
	margin-top:0.3em;
}
li.suchErg_anfrage{
	font-size:90%;
	font-weight:bold !important;	
	font-family:arial;
	margin-left:2em;	
}

 /* Notarverzeichnis Ergebnisdarstellung
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.nv_ganzname{
clear:left; border-bottom:solid 2px black;margin-bottom:0.25em;font-size:0.8em;
}

.nv_guetestelle{
font-size:0.7em;
}

.nv_adresse{
float:left; font-size:0.8em;
}
.nv_teleff{
float:right; font-size:0.8em;
}
.nv_clear{
clear:both;
}

.nv_vormaliger{
clear:both;
margin-bottom:0.25em;
font-size:0.8em;
}

.nv_netz{
margin-bottom:1.5em;
font-size:0.6em;
border-bottom:dashed 1px black;
padding-bottom:0.5em;
}


 /* Pressemeldungen Ergebnisdarstellung
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.pm_eintrag{
	font-size:0.8em;
}
.pm_datum{
	float:left;
	margin-bottom:0.3em;
}
.pm_titel{
	font-weight:bold;
	margin-bottom:0.5em;
	margin-left:5.0em;
}

 /* Sammelschreiben Ergebnisdarstellung
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.ss_titel{
	font-weight:bold;
	margin-bottom:0.5em;
	margin-left:0.5em;
}


/*Navigation innerhalb der Suchergebnis-Listen(Presse/Notare)
*****************************************************************/
.list_navi_link{
	display:block; 
	width:1.7em; 

	float:left; 
	border:solid 1px #A93231;
	background-color:white;
	font-size:90%;
	text-align:center;
	text-decoration:none;
	font-weight:bold !important;	
	font-family:arial;
	margin-right:4px;	
	color:#333333 !important;	
}
*>.list_navi_link{
width:auto;
min-width:1.7em;
}
.list_navi_currrent{
	display:block; 
	width:1.7em; 

	float:left; 
	font-size:90%;
	font-weight:bold;	
	text-align:center;	
	font-family:arial;	
	margin-right:4px;
	
	/*border-top:solid 2px black;*/
	background-color:#A93231;
	border:solid 1px #A93231;		
	color:#A93231 !important;	
	margin-bottom:6px;	
	color:white !important;	
}
*>.list_navi_currrent{
width:auto;
min-width:1.7em;
}
.list_navi_ends{
	display:block; 
	width:1.4em; 
	
	float:left; 
	font-weight:bold !important;
	text-align:center;
	font-family:arial;	
	margin-right:2px;	


}
.list_navi_blank{
	display:block; 
	width:0.3em; 
	float:left; 	
	font-weight:bold;
	margin-right:3px;
	font-size:90%;	
}

/*Notarlandkarte*/
#ntLandkarte{
	margin-left:10px;
}
