/**
 * Verstecken von Inhalt in normalen Browsern
 **/
 .ignore {
	display:none;
 }

/**
 * Ueberschrift (Erster Rang)
 **/
 #content h1 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 15px;
	font-size:17px;
}

/**
 * Ueberschrift (Zweiter Rang)
 **/
 #content h2 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 15px;
	font-size:14px;
}

/**
 * Ueberschrift (Dritter Rang)
 **/
 #content h3 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	font-size:12px;
}

/**
 * Fliestext
 **/
 #content p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	line-height:145%;
	font-size:12px;
}

/**
 * Auflistung
 **/
 #content ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	list-style-type:none;
}

/**
 * Listenelemente
 **/
 #content li {
	font-size:12px;
	padding:0px 0px 0px 15px;
	line-height:165%;
}

/**
 * Blockquotes
 **/
 #content blockquote {
	padding:5px;
	font-style:italic;
}

/**
 * Bild links
 **/
 .pictureleft {
	float:left;
	margin:10px 20px 7px 10px;
	padding:0px 0px 0px 0px;
}

/**
 * Bild rechts
 **/
 .pictureright {
	float:right;
	margin:10px 10px 7px 20px;
	padding:0px 0px 0px 0px;
}

/**
 * Clear im Fluss
 **/
 #content .clear {
	 clear:both; 
 }

/**
 * Tabelle im Inhaltsbereich
 **/
 #content table {
	border:0px;
}

/**
 * Tabellen-Inhalte
 **/
 #content table td {
	border:0px;
}

/**
 * Abschlussleiste unterhalb des Inhaltes zum Ausrichten von weiteren Links
 **/
 #content div#documentLinkContainer {
	 float:right;
	 margin:0px 0px 0px 0px;
	 padding:2px 0px 0px 0px;
	 width:100%;
}

/**
 * Text innerhalb der Abschlussleiste bei der Suche
 **/
 #content p#listtext {
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:auto;
	font-size:10px;
}

/**
 * Linkliste innerhalb der Abschlussleiste
 **/
 #content ul#listnavigation {
	 float:right;
	 margin:0px 0px 0px 0px;
	 padding:0px 0px 0px 0px;
	 list-style-type:none;
}

/**
 * Linklisten-Element innerhalb der Abschlussleiste
 **/
 #content #listnavigation li {
	 float:left;
	 margin:0px 0px 0px 0px;
	 padding:0px 0px 0px 8px;
	 line-height:145%;
	 background-image:none;
	 font-size:10px;
}
 
/**
 * Farbe (HOVER) eines Links innerhalb der Abschlussleiste
 **/
 #content a:hover.documentLink {
	text-decoration:none;
}

/**
 * Fieldset innerhalb des Inhaltes
 **/
 #content fieldset {
	padding-top:20px;
}

/**
 * Legende innerhalb eines Fieldsets
 **/
 #content legend {
	font-weight:bold;
}

/**
 * Eingabefeld innerhalb des Inhaltes
 **/
 #content .inputField {
	margin:0px 0px 10px 0px;
	width:100%;
	font-size:11px;
}

/**
 * Eingabefeld SPAM-Schutz innerhalb eines Formulares
 **/
 #content .inputFieldSpam {
	font-size:11px;
}

/**
 * Textarea innerhalb des Inhaltes
 **/
 #content .textarea {
	 width:100%;
	 font-size:11px;
}

/**
 * Button innerhalb des Inhaltes
 **/
 #content .button {
	 float:right;
	 padding:0px 0px 0px 0px;
	 width:130px;
	 border: 1px solid;
	 font-size:11px;
	 font-family:verdana;
	 letter-spacing:1px;
}

/**
 * Fehlermeldungen innerhalb des Inhaltes
 **/
 #content p.error {
	 padding:20px 0px 30px 0px;
	 text-align:center;
}

/**
 * OK-Meldungen innerhalb des Inhaltes
 **/
 #content p.ok {
	 padding:20px 0px 30px 0px; 
	 text-align:center;
}

/**
 * Breadcrump Text im Inhalt
 **/
 #content p#breadcrump {
	 float:left;
	 line-height:145%;
	 font-size:10px;
	 padding:0px 0px 0px;
	 margin:0px 0px 0px 0px;
}
 
/**
 * Breadcrump Liste im Inhalt
 **/
 #content ul#breadcrumpliste {
	 float:left;
	 margin:0px 0px 0px 0px;
	 padding:0px 0px 0px 0px;
	 list-style-type:none;
}

/**
 * Breadcrump Listen-Elemente im Inhalt
 **/
 #content #breadcrumpliste li {
	 float:left;
	 margin:0px 0px 0px 0px;
	 padding:0px 7px 0px 9px;
	 line-height:145%;
	 font-size:10px;
}

/**
 * Breadcrump Listen-Elemente im Inhalt
 **/
 #content #breadcrumpliste li.start {
	 padding:0px 7px 0px 4px;
	 background:none;
}

/**
 * Abschlussleiste unterhalb des Inhaltes zum Ausrichten von weiteren Links
 **/
 #content div#breadcrumpContainer {
	 float:left;
	 margin:0px 0px 15px 0px;
	 padding:0px 0px 4px 0px;
	 width:100%;
}

/**
 * Linie
 **/
 #content hr {
	 margin:0px 0px 20px 0px;
	 padding:0px 0px 0px 0px;
	 border:0px;
}

a:active, a:focus{
color:red;
background:transparent;}
