/* Formate fuer den Hauptteil */

/* ====== KONVENTION ====== */
/*
Fuer den Hauptteil bitte immer das Individualformat "berbo" benutzen, das die div-Umgebung um den Hauptteil auszeichnet.
Also folgendermaßen definieren:
1) #berbo p {...} definiert alle p-Elemente in <div id="berbo">,d.h. im Hauptteil
2) #berbo .form {...} definiert alle Elemente der Klasse "form" im Hauptteil
3) #berbo strong.pv {...} definiert alle strong-Elemente der Klasse "pv" im Hauptteil.
*/


/* ====== Hauptteil (alles in div id="berbo") ====== */
#berbo {
/*	min-width: 650px; */
	margin-top: 30px;  /* ist fuer index-b.html auf 30px anzupassen! */
	margin-left: 25px;
	margin-right: 25px;
	width: 75%;
	line-height: 13pt;
}
#berbo td {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	color: black;
	line-height: 11pt;
	}

#berbo h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	}

#berbo h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	line-height: 10pt;
}


#berbo h3 {
	margin-top: 30px;
	padding-left: 5px;
	font-size: 8pt;
	font-weight: bold;
	color: #474747;/*color: white;*/
	background-color: #f2f2f2; /*background-color: #d6d6d6;*/
}


#berbo p {
}


/* ====== sollte so etwas wie "erste Zeile werden", hat aber noch nicht geklappt ========== */
#berbo li1 {
	text-indent:2cm; 
	margin-left:-1cm
	
}
#berbo .form, .textarea  {
	width: 100%;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}

#berbo .error { 
	color: red; 
}

#berbo a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
#berbo a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

