/* CSS Dokument für Schornsteinfegerschule */



/* Dateiuebergreifende HTML-Tags
---------------------------------------------------------------------- */
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background: #f1f1f1;
	font: 62.5% Tahoma, Arial, Verdana, Helvetica, sans-serif;	/* Basis-Fontgröße 62.5% = 10px;  daraus ergibt sich als Größenangabe zB 10px × 1.2em = 12px */
	color: #000000;
	text-align: left; /* zentriert das Layout für IE 5.x */
	margin-top: 5px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
hr {		/* wird angewendet, um den Fluss einzelner Bereiche mit dem Attribut "Float" wieder zu unterbrechen */

}
.druck {

}
td {
	font-size: 11px;
	font-weight: normal;
}
/* Container / Geruest
---------------------------------------------------------------------- */
#container {

}


/* Titel
---------------------------------------------------------------------- */
#titel {
	display: none;
}
#titel h1.logo {
	display: none;
}
#titel h1.logo span {	/* Text = Firmenname wird durch Logo via Image Replacement ausgeblendet, aber bei abgeschaltetem CSS bzw. von Screenreader ausgegeben */
	display: none;
}
#titel .right {
	display: none;
}

* html #titel .right  {
	display: none;
}
/* Header
---------------------------------------------------------------------- */
#header {
	display: none;
}

#header p.bild {
	display: none;
}
/* Hauptnavigation
---------------------------------------------------------------------- */
#navi {
	display: none;
}
* html #navi {
	display: none;
}
#navi  .ebene_01 {
	display: none;
}
#navi .ebene_01:hover {
	display: none;
}
#navi .ebene_01_on {
	display: none;
}
/* LogIn
---------------------------------------------------------------------- */
#header #login {
	display: none;
}
#header #login h1 {
	display: none;
}
#header #login form {
	display: none;
}
#header #login p {
	display: none;
}
* html #header #login p {
	display: none;
}
#header #login label {
	display: none;
}
#header #login .login_field
{
	display: none;
}
#header #login .login_button {
	display: none;
}
#header #login .login_passwort {
	display: none;
}
/* Balken
---------------------------------------------------------------------- */
#balken {
	display: none;
}
* html #balken {
	display: none;
}
#balken #suche {
	display: none;
}

#balken #suche form {
	display: none;

}
#balken #suche input {
	display: none;
}
#balken input.field {
	display: none;
}
#balken .btn {
	display: none;
}
#balken #breadcrump {
	display: none;
}
* html #balken #breadcrump {
	display: none;
}
#balken #breadcrump a {
	display: none;
}
#balken #breadcrump a:hover {
	display: none;
}

/* Unternavigation
---------------------------------------------------------------------- */
#subnavi {
	display: none;

}
* html #subnavi {
	display: none;
}
#subnavi p.abstand {
	display: none;
}
#subnavi .kasten {
	display: none;
}
#subnavi .kasten .ueberschrift{
	display: none;
}
#subnavi .kasten .ueberschrift h1 {
	display: none;
}
#subnavi .kasten p.linie {
	display: none;

}
#subnavi .box {
	display: none;
}

#subnavi .box  .oben {
	display: none;
}
#subnavi .box  .mitte {
	display: none;
}


#subnavi .box .mitte ul {
	display: none;
}
#subnavi .box .mitte li {
	display: none;
}
#subnavi .box .mitte li a {			/* normale Hyperlinks */
	display: none;
}
#subnavi .box .mitte li a:hover, #subnavi .box .mitte li a:active, #subnavi .box .mitte li a.aktiv, #subnavi .box .mitte li a.ordner:hover {		/* Hyperlinks Highlight und aktiviert */
	display: none;
}
#subnavi .box .mitte li a.ordner {			/* normale Hyperlinks */
	display: none;
}

#subnavi .box .mitte li ul {
	display: none;
}
#subnavi .box .mitte li ul li {
	display: none;
}
#subnavi .box .mitte li ul li a {
	display: none;
}

#subnavi .box .unten {
	display: none;
}


/* Content / Hauptinhaltsbereich
---------------------------------------------------------------------- */
#content {

}
#content #ueberschrift {
	margin:0;
}

#content #ueberschrift h1 {
	color: #000000;
	font-size: 16px;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 18px;
	text-transform: uppercase;
}
#content #ueberschrift p.linie {
	background: url(/includes/images/linie.gif) repeat;
	height: 1px;
	padding: 0px;
	margin-top:5px;
	font-size:0.1em;
	line-height: 0px;
	margin-top: 0em;
	margin-bottom: 0px;
}
#content #inhalt {
	padding-top:10px;
	font-size: 11px;
	line-height: 16px;


}

#content #inhalt label {
	float: left;
	width: 120px;
}
#content #inhalt .formular_field
{
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	padding:0px;
	width: 250px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content #inhalt .formular_field_halb
{
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	padding:0px;
	width: 100px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#content #inhalt .formular_field_lang
{
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	padding:0px;
	width: 250px;
	margin: 0px;
height:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content img {
	padding: 5px;
	border: 1px solid #000000;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#content .bild_ohne_rahmen {
	padding: 0px;
	border: 0px;
	margin:0;
}
#content #inhalt h1 {
	color: #000000;
	font-size: 16px;
	margin-top: 0.7em;
	margin-bottom: 14px;
}

#content #inhalt h2 {
	color: #000000;
	font-size: 14px;
	margin-top: 0.7em;
	margin-bottom: 12px;
}
#content #inhalt h3 {
	color: #000000;
	font-size: 12px;
	margin-top: 0.7em;
	margin-bottom: 12px;
}
#content #inhalt h4 {
	clear: both;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 0;
}
#content #inhalt .rot {
	color: #000000;
}
#content #inhalt .hellgrau {
	background-color: #ffffff;
	padding: 0px;
	margin-bottom:1px;
	margin-top:1px;
}
#content #inhalt .grau {
	background-color: #ffffff;
	padding: 0px;
	margin-bottom:1px;
	margin-top:1px;
	color: #000000;
}
#content #inhalt p {
	line-height: 16px;
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: 11px;
}
#content #inhalt a {
	text-decoration:underline;
}


/* Teaser rechts
---------------------------------------------------------------------- */
#rechte_seite {
	display: none;
}

#rechte_seite p.abstand {
	display: none;
}
#rechte_seite .kasten {
	display: none;
}
#rechte_seite .kasten .ueberschrift{
	display: none;
}
#rechte_seite .kasten .ueberschrift h1 {
	display: none;
}
#rechte_seite .kasten p.linie {
	display: none;

}
#rechte_seite .box {
	display: none;
}

#rechte_seite .box  .oben {
	display: none;
}
#rechte_seite .box  .mitte {
	display: none;
}


#rechte_seite .box .mitte ul {
	display: none;
}
#rechte_seite .box .mitte li {
	display: none;
}
#rechte_seite .box .mitte li a {			/* normale Hyperlinks */
	display: none;
}
#rechte_seite .box .mitte li a:hover, #rechte_seite .box .mitte a:active, #rechte_seite .box .mitte li a.aktiv {		/* Hyperlinks Highlight und aktiviert */
	display: none;
}

#rechte_seite .box .unten {
	display: none;
}
#rechte_seite .box h3 {
	display: none;
}
#rechte_seite .box h3 a:link, #rechte_seite .box h3 a:visited {
	display: none;
}

#rechte_seite .box h3 a:hover, #rechte_seite .box h3 a:active {
	display: none;
}





#rechte_seite .box h3 ul {
	display: none;
}
#rechte_seite .box h3 li {
	display: none;
}

#rechte_seite .box h3 a {			/* normale Hyperlinks */
	display: none;
}
#rechte_seite .box h3 li a:hover, #rechte_seite .box h3 a:active, #rechte_seite .box h3 li a.aktiv {		/* Hyperlinks Highlight und aktiviert */
	display: none;
}

#rechte_seite  .accordion {
	display: none;

}

#rechte_seite  .accordion p {
	display: none;

}
#rechte_seite  .accordion p a {
	display: none;
}
#rechte_seite  .accordion p a:hover {
	display: none;
}

#rechte_seite  .accordion .formular {
	display: none;
}
#rechte_seite  .accordion .formular input {
	display: none;
}
#rechte_seite  .accordion .formular input.feld {
	display: none;
}
#rechte_seite  .accordion .formular .button {
	display: none;
}

/* Fusszeile
---------------------------------------------------------------------- */
#foot {
	display: none;
}
#foot p.copyright {
	display: none;
}
#foot a {
	display: none;
}
#foot a:hover, #foot a:active {
	display: none;
}

#foot p.links {
	display: none;
}


