/**********************************************************************
PRINT-CSS für Rechtsanwaeltinnen Reich-Brinkmann:
http://www.familienrecht-wipperfuerth.de
***********************************************************************/
/**********************************************************************
Technische Umsetzung: Agathe Gwiozdzik
Gestaltung: Franz Radigk

BergNet GmbH  http://www.berg.net		 
***********************************************************************/





/*------------------------------------------
#Grundsaetzliche Eigenschaften
-------------------------------------------*/
body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
body,
html,
ul,
ol,
p,
h1,
h2,
h3,
h4,
a,
div,
table,
th,
td,
tr {
	margin: 0px;
	padding: 0px;
}


/*------------------------------------------
#seite: Umschliesst alle folgenden Elemente
-------------------------------------------*/
#seite {
	width: 100%;
	background-image: none;
	background-repeat: repeat-y;
	margin: 0px;
}


/*------------------------------------------
Kopfbereich
-------------------------------------------*/
#headeroben { /*Balken mit Ueberschrift*/
	height: 28px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	float: left;
}
#headeroben h1 {
	font-size: 1.3em;
	background-color: #FFFFFF;
	padding: 0px 0px 5px;
	width: 100%;
}
#headerunten { /*Dieser Balken folgt darunter, ohne Inhalt*/
	background-color: #FFFFFF;
	display: none;
}


/*------------------------------------------
#mitte: Umschliesst #content und #navi
-------------------------------------------*/
#mitte {
	background-color: #FFFFFF;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	float: left;
}


/*------------------------------------------
Navigation und die Aufzählungen
-------------------------------------------*/
#navi {
	width: 160px;
	float: left;
	display: none;
	font-style: normal;
}
#navi ul {
	list-style-type: none;
	list-style-position: outside;
}
#navi ul li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	display: inline;
}


/*------------------------------------------
Klassen der Navigation
.navi_a1: erste Ebene
.navi_a2: erste Ebene aktiv 
.navi_b1: zweite Ebene
.navi_b2: zweite Ebene aktiv
-------------------------------------------*/
.navi_a1,
.navi_b1 { /*gleiche Attribute*/
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #000000;
	background-color: #B7DDE5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.navi_a1 {
	font-size: 13px;
	padding-left: 10px;
	width: 140px;

}
.navi_b1 {
	font-size: 11px;
	padding-left: 20px;
	width: 130px;
}
.navi_a2,
.navi_b2 { /*gleiche Attribute*/
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.navi_a2{
	font-size: 13px;
	padding-left: 10px;
	background-color: #54C3D4;
}
.navi_b2 {
	font-size: 11px;
	padding-left: 20px;
	background-color: #54C3D4;
}
a.navi_a1:hover,
a.navi_b1:hover {
	background-color: #54C3D4;
}


/*------------------------------------------------
#navifuss: befindet sich unterhalb der Navigation 
-------------------------------------------------*/
#navifuss {
	font-style: italic;
	padding: 10px;
	display: block;
	width: 130px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/*------------------------------------------
#content: umschliesst #links und #rechts 
-------------------------------------------*/
#content {
	width: 100%;
	float: left;
	padding-right: 0px;
	background-color: #FFFFFF;
	padding-left: 0px;
	font-style: normal;
	line-height: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#content a,
#adresse a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover,
#adresse a:hover {
	color: #54C3D4;
}
#content h1 {
	font-size: 1.2em;
	margin-top: 4px;
	margin-bottom: 4px;
}
#content hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#content img {
	margin-top: 6px;
	border: 2px solid #000000;
}
#content ul,
#content ol {
	list-style-type: none;
	list-style-position: outside;
	line-height: 16px;
} 
#content ul {
	margin-top: 8px;
}
#content ul li{
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#content ol {
	margin-top: 14px;
	margin-left: 30px;
}
#content ol li {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #links { /*linke Spalte*/
	float: left;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#content #rechts { /*rechte Spalte*/
	float: left;
	width: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
}

#content th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #FFFFFF;
}
#content td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #FFFFFF;
}
#content table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	width: 100%;
}
#content iframe {
	margin-top: 30px;
}
/*------------------------------------------
Formular
------------------------------------------*/
#formular {
	padding-top: 4px;
}
#formular label {
	text-align: right;
	float: left;
	width: 6em;
	padding-bottom: 4px;
	padding-top: 4px;
}
#formular fieldset {
	width: 350px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#formular textarea, #formular input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 250px;
}
#formular br {
	clear: left;
}


/*------------------------------------------
Fusszeile
-------------------------------------------*/
#footer {
	background-color: #FFFFFF;
	clear: both;
	height: 28px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#adresse { /*befindet sich im container #footer*/
	font-size: 0.8em;
	background-color: #FFFFFF;
	padding-top: 10px;
}


/*------------------------------------------
Weitere Klassen
-------------------------------------------*/
.clr { /*zum saubermachen bei vielen floats*/
	clear: both;
	font-size: 1px;
}
/*Zusatzklasse für den home-link: Randstärke
ist rausgenommen, sonst wird diese in 
Kombination mit dem Kopfbalken zu stark*/
.randoben1 {
	border-top-width: 0px!important;
	border-top-style: solid !important;
	border-top-color: #FFFFFF!important;
}
.bildunterschrift {
	font-size: 0.8em;
	color: #666666;
	margin-bottom: 14px;
	display: block;
}
.button { /*für die Ausrichtung des Sendebuttons im Formular*/
	margin-left: 80px;
}

