/* Standard-CSS für www.ra-gallina.de */
/* DRAZ-Media PROFI */
/* Farbschema: blau */
/* Module: CMS */


/***** Alles auf Null und übergreifende Einstellungen *****/
html, body, div, p, h1, h2, h3, 
span, a, table, td, form, img {
   margin: 0;
   padding: 0;
   list-style: none; 
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

body {
	margin: 0px;
/*	background: #E1E5EA url('../bilder/blau/body_bg.gif') repeat-y; */
	background: #8DA2B8 url('../bilder/blau/body_bg.gif') repeat-y;
	height:100%;
    font-size: 11px;
    color: #001833;
    line-height: 15px;
}


html {
	height: 100%;
}

#SchmuckstreifenOben {
    position: absolute;
    width: 736px;
    height: 5px;
    background: #001833;
    border-bottom: 1px solid #ffffff;
    font-size: 0px;
}

#SchmuckstreifenLinks {
    position: absolute;
    width: 45px;
    top: 5px;
    height: 99%;
    float: left;
/*    border-bottom: 1px solid #001833; */
  	background: url('../bilder/blau/schmuckstreifen_links.gif') repeat-y;
}

#ContainerMain {
    position: absolute;
    top: 5px;
    left: 45px;
    float: left;
    width: 691px;
    height: auto;
  	background: url('../bilder/blau/containermain_bg.gif') repeat-y;
/*    border-bottom: 1px solid #001833; */
}

#ContainerLogo {
    position: relative;
    width: 690px;
    height: 75px;
  	background: url('../bilder/blau/containerlogo_bg.jpg') no-repeat;
}
#ContainerLogoText {
    margin-left: 10px;
    padding-top: 2px;
}
#ContainerLogoText a {
    color: #001833;
}
#ContainerLogoText a:hover {
    color: #6C0A09;
}

#ContainerUeberschrift {
    position: relative;
    width: 690px;
    height: 44px;
}
/******* Ende *******/


/******* Menuedefinitionen *******/
#MenuepunktStart {
    width: 230px;
    display: block;
    height: 30px;
    background:url('../bilder/blau/menue_startseite.gif') no-repeat;
	margin-bottom: 1px;
}
#MenuepunktStart:hover {
    background-position: 0 -30px;
}

#MenuepunktKanzleiprofil {
    width: 230px;
    display: block;
    height: 30px;
    background:url('../bilder/blau/menue_kanzleiprofil.gif') no-repeat;
	margin-bottom: 1px;
}
#MenuepunktKanzleiprofil:hover {
    background-position: 0 -30px;
}

#MenuepunktScheidungonline {
    width: 230px;
    display: block;
    height: 30px;
    background:url('../bilder/blau/menue_scheidung.gif') no-repeat;
	margin-bottom: 1px;
}
#MenuepunktScheidungonline:hover {
    background-position: 0 -30px;
}

#MenuepunktFamilienrecht {
    width: 230px;
    display: block;
    height: 30px;
    background:url('../bilder/blau/menue_familienrecht.gif') no-repeat;
	margin-bottom: 1px;
}
#MenuepunktFamilienrecht:hover {
    background-position: 0 -30px;
}

#MenuepunktInteressenschwerpunkte {
    width: 230px;
    display: block;
    height: 30px;
    background:url('../bilder/blau/menue_interessenschwerpunkte.gif') no-repeat;
	margin-bottom: 1px;
}
#MenuepunktInteressenschwerpunkte:hover {
    background-position: 0 -30px;
}

#MenuepunktKontakt {
    display: block;
    width: 230px;
    height: 30px;
    background: url('../bilder/blau/menue_kontakt.gif') no-repeat;
    margin-bottom: 1px;
}
#MenuepunktKontakt:hover {
    background-position: 0 -30px;
}
/******* Ende *******/


/******* Spalte links *******/
#ContainerSpalteLinks {
    position: relative;
    display: block;
    float: left;
    width: 230px;
}
#ContainerMenue {
    position: relative;
    float: left;

}
#AdresseUeberschriftBox {
    position: relative;
    float: left;
    width: 230px;
    height: 20px;
    background: #4E647C;
    top: -2px;
}
#AdresseUeberschriftText {
    color: #ffffff;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 2px;
}
#AdresseInhaltBox {
    position: relative;
    float: left;
    width: 230px;
    height: 105px;
    background: url('../bilder/blau/adresse_box_bg.gif') repeat-x;
    top: -2px;
    margin-bottom: 5px;
}
#AdresseInhaltText {
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 7px;
}
#AdresseInhaltText a {
    color: #001833;
}
#AdresseInhaltText a:hover {
    color: #6C0A09;
}


#Copyright {
    color: #4E647C;
    margin-left: 10px;
}
#Copyright a {
    color: #4E647C;
}
#Copyright a:hover {
    color: #6C0A09;
}

/******* Ende *******/


/******* Spalte rechts *******/
#ContainerSpalteRechts {
    position: relative;
    float: left;
    width: 459px;
    margin-left: 1px;
}
#ContainerFlash {
    position: relative;
    display: block;
    float: left;
    left: 0px;
    top: 0px;
    margin-bottom: 1px;
    background: url('../bilder/blau/foto_startseite.jpg') no-repeat;
    width: 459px;
    height: 154px;    
}
.ContainerContentUeberschriftBox {
    position: relative;
    float: left;
    width: 459px;
    height: 20px;
    background: #ECEFF3;
}
.ContainerContentUeberschriftText {
    font-weight: bold;
    margin-left: 10px;
    margin-top: 2px;
}
.ContainerContentInhaltBox {
    position: relative;
    float: left;
    width: 459px;
}
.ContainerContentInhaltText {
    margin-left: 10px;
    margin-top: 7px;
    margin-right: 10px;
}
.ContainerContentInhaltText a {
    color: #001833;
}
.ContainerContentInhaltText a:hover {
    color: #6C0A09;
}
/******* Ende *******/


/******* Formularfelder *******/
.kontakttabelle input, textarea  {
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #001833;
	border: 1px solid #001833;
	width: 200px;
	padding-left: 5px;
	background: #ECEFF3;
}
.kontakttabelle select {
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #001833;
	border: 1px solid #001833;
    width: 110px;
	background: #ECEFF3;
}
.kontakttabelle td {
  	font-size: 11px;
	font-family: Arial, Verdana;
	color: #001833;
	line-height: 17px;
	text-align: left;
}
/******* Ende *******/




/* xCollapsible */

.xMenu {
  margin:0; padding:0;
  position: relative;
  width: 230px;
  float: left;
}

#clpsUL1 ul {
  margin:0; padding:0;
  position: relative;
  width: 210px;
  background:#ECEFF3;
}

#clpsUL1 li {
  margin:0px 0 0px 0;
  padding:2px 0px 2px 10px;
  width: 210px;
  list-style-type:none;
  font-weight: bold;
}

.MenuLevel1 {
	text-decoration: none;
	background: #B3C1D0;
	color: #001833;
	height: 19px;
	position: relative;
	display: block;
	border-left: 4px solid #fff;
}

.MenuLevel1:hover {
	border-left: 4px solid #6C0A09;
}

.MenuLevel1 span {
	position: relative;
	left: 15px;
	top: 2px;
}

.MenuLevel2 a {
	position: relative;
	text-decoration: none;
	font-weight: normal;
	color: #001833;
    width: 200px;
    left: 15px;
}

.MenuLevel2 li {
    background: url('../bilder/blau/pfeil_klein.gif') 10px 3px no-repeat;
	position: relative;
    left: 10px;
}


.MenuLevel2 a:hover {
	text-decoration: none;
	color: #6C0A09;
}

ul#UntermenuepunkteKanzleiprofil {
	display: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 230px;
}
ul#UntermenuepunkteScheidungonline {
	display: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 230px;
}
ul#UntermenuepunkteFamilienrecht {
	display: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 230px;
}
ul#UntermenuepunkteInteressenschwerpunkte {
	display: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 230px;
}
ul#UntermenuepunkteKontakt {
	display: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 230px;
}

