/* 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: center; /* 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 */
	clear: both;
	visibility: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.druck {
	display: none;
}
td {
	font-size: 11px;
	font-weight: normal;
}
.gruen {
	color: #006567;
}
.bild_ohne_rahmen {
	padding: 0px;
	border: 0px;
	margin:0;
}
a.bild_ohne_rahmen  {
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
}

a.bild_ohne_rahmen:hover  {
	text-decoration: none;
	color: #FFFFFF;
	padding:0px;
	background-color: #FFFFFF;
}
p.linie {
	border-bottom:1px solid #dfe0dd;
	height: 1px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	max-height: 1px;
}

option.option_level_0 {
  border-bottom: 1px #fff solid;
  padding: 2px 0 2px 0;
}

option.option_level_1 {
  border-bottom: 1px #fff solid;
  background-color: rgb(163,187,13);
  padding: 2px 0 2px 0;
}

option.option_level_2 {
  border-bottom: 1px #fff solid;
  background-color: rgb(208,236,40);
  padding: 2px 0 2px 0;
}

option.option_level_3 {
  border-bottom: 1px #fff solid;
  background-color: rgb(232,255,89);
  padding: 2px 0 2px 0;
}

option.option_level_4 {
  border-bottom: 1px #fff solid;
  background-color: rgb(239,254,153);
  padding: 2px 0 2px 0;
}

option.option_level_5 {
  border-bottom: 1px #fff solid;
  background-color: rgb(229,228,172);
  padding: 2px 0 2px 0;
}

option.option_level_6 {
  border-bottom: 1px #fff solid;
  background-color: rgb(235,239,214);
  padding: 2px 0 2px 0;
}

/* Lehrgänge linke Seite
---------------------------------------------------------------------- */

.hellgruen_kasten {
	width: 211px;
	margin:0px 0px 1px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #FFFFFF;
	background-color: #a2bb0d;
}
.hellgrau_kasten {
	width: 211px;
	margin:0px 0px 11px 0px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 8px;
	color: #000000;
	background-color: #efefef;
}
.hellgrau_kasten a{
	text-decoration:none;
	color: #006567;
}
.hellgrau_kasten a:hover{
	text-decoration:none;
	color: #006567;
}
.hellgrau_kasten ul {
	margin: 0px;
	padding: 0px;
}
.hellgrau_kasten li {
	list-style: url(none) none;
	line-height: 14px;
	margin-left: 0px;
	padding-bottom:0px;
	font-size: 11px;
	margin-bottom:0px;
}

.hellgrau_kasten li a {			/* normale Hyperlinks */
	background: url(/includes/images/symbol_subnavi_transparent.gif) no-repeat 0px 0px;
	font-size: 1.0em;
	padding-left: 16px;
	display:block;
	margin-bottom:0px;
	padding-bottom:0px;

}
.hellgrau_kasten li a:hover, .hellgrau_kasten li a:active, .hellgrau_kasten li a.aktiv {		/* Hyperlinks Highlight und aktiviert */
	font-size: 1.0em;
	padding-left: 16px;
	display:block;
	text-decoration:underline;
	color: #006567;

}



/* Container / Geruest
---------------------------------------------------------------------- */
#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(/includes/images/background.gif);
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	font-size:11px;
}


/* Titel
---------------------------------------------------------------------- */
#titel {
	height: 77px;
	background: url(/includes/images/background_top.gif) no-repeat;
	margin-bottom: 4px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 24px;
	padding-right: 4px;
}
#titel h1.logo {
	background: url(/includes/images/logo.gif) no-repeat;
	height: 77px;
	width: 382px;
	float: left;
	margin:0px;
	padding:0px;
	font-size:1.0em;
}
#titel h1.logo span {	/* Text = Firmenname wird durch Logo via Image Replacement ausgeblendet, aber bei abgeschaltetem CSS bzw. von Screenreader ausgegeben */
	visibility: hidden;
}
#titel .right {
	margin-top:57px;
	margin-right: 25px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom:0px;
	text-transform:uppercase;
	height:20px;
	padding:0px;
	float: right;
}

* html #titel .right  {
	margin-top:57px;
	margin-right: 13px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom:0px;
	text-transform:uppercase;
	height:20px;
	padding:0px;
	float: right;
}
/* Header
---------------------------------------------------------------------- */
#header {
	height: 119px;
	margin-left: 3px;
	margin-right: 3px;
	width:965px;
	padding:0px;
	margin-top:0px;
	background-color: #006567; 
	padding:0px;
}

#header p.bild {
	background-color: #ffffff; 
	height: 119px;
	width: 468px;
	margin-left: 18px;
	margin-right: 2px;
	padding-left:2px;
	padding-right:2px;
	margin-bottom:0px;
	margin-top:0px;
	float:left;
}
/* Hauptnavigation
---------------------------------------------------------------------- */
#navi {
	padding-left: 15px;
	padding-top: 6px;
	margin-left: 10px;
	margin-right: 2px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	float:left;
	width:200px;

}
* html #navi {
	padding-left: 5px;
	padding-top: 6px;
	margin-left: 10px;
	margin-right: 2px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	float:left;
	width:200px;
}
#navi  .ebene_01 {
	background: url(/includes/images/background_subnavi.gif) no-repeat 0px 1px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
	display: block;
	height: 17px;
	margin:0px;
}
#navi .ebene_01:hover {
	color: #bddd00;
	background: url(/includes/images/background_subnavi_on.gif) no-repeat 0px 1px;
}
#navi .ebene_01_on {
	color: #bddd00;
	padding-left: 20px;
	background: url(/includes/images/background_subnavi_on.gif) no-repeat 0px 1px;
	padding-top: 4px;
	padding-bottom: 0px;
	display: block;
	height: 17px;
	margin:0px;
	text-decoration: none;
}
/* LogIn
---------------------------------------------------------------------- */
#header #passwort {
	color: #FFFFFF;
	height: 10px;
	width: 210px;
	margin-left: 18px;
	margin-right: 2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:5px;
	float:left;
	font-size: 10px;

}
#header #passwort a {
	color: #FFFFFF !important;
	font-size: 10px;
	text-decoration:underline;
}
#header #login {
	color: #FFFFFF;
	height: 90px;
	width: 210px;
	margin-left: 18px;
	margin-right: 2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:10px;
	float:left;
	font-size: 11px;
	font-weight: bold;
}
#header #login h1 {
	font-size: 11px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	background: url(/includes/images/login_linie.gif) no-repeat;	
	height:23px;	
}
#header #login form {
	margin:0px;
	padding:0px;
}
#header #login p {
	margin:0px;
	padding-top:5px;
	padding-bottom:0px;
	clear:both;
}
* html #header #login p {
	margin:0px;
	padding-top:2px;
	padding-bottom:0px;
	clear:both;
}
#header #login label {
	float: left;
	width: 74px;
}
#header #login .login_field
{
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #2a2a2a;
	border: 1px solid #858585;
	padding-right: 8px;
	width: 125px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#header #login .login_button {
	float: left;
	padding-right:4px;
	margin:0px;
}
#header #login .login_passwort {
	float: left;
	padding:0px;
}
/* Balken
---------------------------------------------------------------------- */
#balken {
	background: url(/includes/images/background_balken.gif);
	padding-left: 12px;
	padding-top: 2px;
	margin-left: 3px;
	margin-right: 2px;
	font-size: 11px;
	height:20px;
	color: #3d3d3d;
	clear: both;
}
* html #balken {
	background: url(/includes/images/background_balken.gif);
	padding-left: 12px;
	padding-top: 2px;
	margin-left: 3px;
	margin-right: 2px;
	color: #3d3d3d;
	font-size: 11px;
	height:28px;
}
#balken #suche {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:12px;
	width: 230px;
	float:left;
}

#balken #suche form {
	margin-bottom: 0px;
	display: block;
	float: left;

}
#balken #suche input {
	color: #3b3b3b;
	font: 10px/10px Tahoma, Arial, Verdana,  Helvetica, sans-serif;
}
#balken input.field {
	width: 100px;
	border: 1px solid #7f7f7f;
	padding-left: 5px;
	float: left;
}
#balken .btn {
	float: left;
	padding-left:3px;
}
#balken #breadcrump {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:12px;
	width: 600px;
	float:left;
}
* html #balken #breadcrump {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:12px;
	width: 600px;
	float:left;
}
#balken #breadcrump a {
	font-size: 11px;
	text-decoration:none;
	color: #3d3d3d;
}
#balken #breadcrump a:hover {
	text-decoration:underline;
}

/* Unternavigation
---------------------------------------------------------------------- */
#subnavi {
	float: left;
	width: 219px;
	margin-top: 43px;
	margin-left: 13px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;

}
* html #subnavi {
	float: left;
	width: 219px;
	margin-top: 43px;
	margin-left: 7px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#subnavi p.abstand {
	height: 50px;
	margin:0px;
	padding:0px;
}
#subnavi .kasten {
	width: 219px;
	margin:0px;
	padding:0px;
}
#subnavi .kasten .ueberschrift{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-left: 5px solid #a2bb0d;
	line-height: 14px;
}
#subnavi .kasten .ueberschrift h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #006567;
	font-size:12px;
	text-transform: uppercase;
}
#subnavi .kasten p.linie {
	background: url(/includes/images/linie.gif) no-repeat;
	height: 1px;
	padding: 0px;
	margin-top:2px;
	margin-bottom: 8px;
	width: 219px;
	font-size:0.1em;

}
#subnavi .box {
	width: 219px;
	margin:0px;
	padding:0px;
}

#subnavi .box  .oben {
	background: url(/includes/images/box_oben.gif) no-repeat;	
	height: 9px;
	margin:0px;
	border:0px;
	padding:0px;
	font-size:0.1em;
}
#subnavi .box  .mitte {
	border-left: 1px solid #dfe0dd;
	border-right: 1px solid #dfe0dd;
	margin: 0px;
	padding-left:12px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
}


#subnavi .box .mitte ul {
	margin: 0px;
	padding: 0px;
}
#subnavi .box .mitte li {
	list-style: url(none) none;
	line-height: 14px;
	margin-left: 0px;
	padding-bottom:4px;
}
#subnavi .box .mitte li a {			/* normale Hyperlinks */
	background: url(/includes/images/symbol_subnavi.gif) no-repeat 0px 0px;
	color: #000000;
	font-size: 11px;
	padding-left: 14px;
	margin-left: 0px;
	display:block;
}
#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 */
	color: #000000;
	font-size: 11px;
	padding-left: 14px;
	display:block;
	text-decoration:none;
	background-color: #ececec;
}
#subnavi .box .mitte li a.ordner {			/* normale Hyperlinks */
	background: url(/includes/images/symbol_subnavi_ordner.gif) no-repeat 0px 0px;
	color: #000000;
	font-size: 11px;
	padding-left: 14px;
	display:block;
}

#subnavi .box .mitte li ul {
	margin: 0px;
	padding: 0px;
}
#subnavi .box .mitte li ul li {
	list-style: url(none) none;
	line-height: 14px;
	margin-left: 16px;
	padding-top:4px;
	padding-bottom:0px;
}
#subnavi .box .mitte li ul li a {
	background: url(/includes/images/symbol_subnavi.gif) no-repeat 0px 0px;
	color: #000000;
	font-size: 11px;
	padding-left: 14px;
	display:block;
}

#subnavi .box .unten {
	background: url(/includes/images/box_unten.gif) no-repeat;	
	height: 9px;
	margin:0px;
	border:0px;
	padding:0px;
	font-size:0.1em;
}


/* Content / Hauptinhaltsbereich
---------------------------------------------------------------------- */
#content {
	width: 474px;
	float: left;
	margin-top: 20px;
	padding:0;
	margin-bottom:0;

}
#content #ueberschrift {
	margin:0;
	padding-left: 20px;
	padding-right: 20px;
}

#content #ueberschrift h1 {
	color: #006567;
	font-size: 14px;
	margin-top: 0em;
	margin-bottom: 4px;
	line-height: 18px;
	text-transform: uppercase;
}
#content #ueberschrift h3 {
	color: #006567;
	font-size: 12px;
	margin-top: 0.7em;
	margin-bottom: 12px;
}
#content p.linie {
	border-bottom:1px solid #dfe0dd;
	height: 1px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	max-height: 1px;
}

#content #inhalt {
	padding-top:10px;
	min-height: 400px;
	margin:0px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #dfe0dd;
	border-left: 1px solid #dfe0dd;
	font-size: 11px;
	line-height: 16px;
	min-height: 350px;	/* MindesthÃ¶he fuer Contentbereich, damit der Teaser nichr Ã¼berhÃ¤ngt. Zahl Ã¤ndern je nachdem wie lang der Teaser ungefÃ¤hr (maximal) sein wird. Muss sein wegen der absolut positionierten Teaser, welche sich nicht in den Container einpassen und diesen auch nicht nach unten "drÃ¼cken". Sind die Teaser lÃ¤nger als der Inhaltsbereich, stehen sie unten Ã¼ber) */
	height: auto;	/* Hack fÃ¼r die MindesthÃ¶he im IE */
	_height: 350px;
}
#content #inhalt form {
	margin:0px;
	padding:0px;
}
#content #inhalt label {
	float: left;
	width: 120px;
}
#content #inhalt .formular_field
{
	font-size: 11px;
	color: #2a2a2a;
	border: 1px solid #858585;
	padding:0px;
	width: 250px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content #inhalt .formular_field_tsm
{
	font-size: 11px;
	color: #2a2a2a;
	border: 1px solid #858585;
	padding:0px;
	width: 400px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content #inhalt .formular_field_tsm_suche
{
	font-size: 11px;
	color: #2a2a2a;
	border: 1px solid #858585;
	padding:0px;
	width: 320px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content #inhalt .formular_field_suche
{
	font-size: 12px;
	color: #2a2a2a;
	border: 1px solid #858585;
	padding:0px;
	width: 250px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content #inhalt .formular_field_02
{
	font-size: 11px;
	color: #2a2a2a;
	border: 1px solid #858585;
	padding:0px;
	width: 350px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content #inhalt .formular_field_halb
{
	font-size: 11px;
	color: #2a2a2a;
	border: 1px solid #858585;
	padding:0px;
	width: 100px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

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


#content #inhalt h1 {
	color: #006567;
	font-size: 16px;
	margin-top: 0.7em;
	margin-bottom: 14px;
}

#content #inhalt h2 {
	color: #006567;
	font-size: 14px;
	margin-top: 0.7em;
	margin-bottom: 12px;
}
#content #inhalt h3 {
	color: #006567;
	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;
	color: #006567;
}
#content #inhalt .rot {
	color: #ec0101;
}
#content #inhalt .hellgrau {
	background-color: #f1f1f0;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin-bottom:1px;
	margin-top:1px;
}
#content #inhalt .grau {
	background-color: #dedede;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin-bottom:1px;
	margin-top:1px;
	color: #006567;
}

#content #inhalt p {
	line-height: 16px;
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: 11px;
}

#content img {
	padding: 5px;
	border: 1px solid #cdcdcd;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#content .bild_ohne_rahmen {
	padding: 0px;
	border: 0px;
	margin:0;
}
#content a.bild_ohne_rahmen  {
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
}

#content a.bild_ohne_rahmen:hover  {
	text-decoration: none;
	color: #FFFFFF;
	padding:0px;
	background-color: #FFFFFF;
}
#content ul {
	list-style-image: url(/includes/images/liste.gif);

}


#content ul.pfeil {
	margin: 0px;
	padding: 0 0 0 0px;
}

#content ul.pfeil li {
	list-style: url(none) none;

margin: 0px;
	background: url(/includes/images/pfeil_hellgruen_neu.gif) no-repeat 0px 0px;
padding-top:2px;
padding-left:25px;
padding-bottom:6px;

}
#content a {
	text-decoration: underline;
	color: #006567;
	padding-left:2px;
	padding-right:2px;
}

#content a:hover {
	text-decoration: none;
	background-color: #006567;
	color: #FFFFFF;
	padding-left:2px;
	padding-right:2px;
}


#content #sitemap ul {
	margin: 0px;
	padding: 0px;
}
#content #sitemap ul li {
	list-style: url(none) none;
	line-height: 14px;
	margin-left: 0px;
	padding-bottom:4px;
}
#content #sitemap ul li ul {
	margin: 0px;
	padding: 0px;
}
#content #sitemap ul li ul li {
	list-style: url(none) none;
	line-height: 14px;
	margin-left: 20px;
	padding-bottom:4px;
	padding-top:4px;
}
#content #sitemap ul li ul li ul {
	margin: 0px;
	padding: 0px;
}
#content #sitemap ul li ul li ul li {
	list-style: url(none) none;
	line-height: 14px;
	margin-left: 20px;
	padding-bottom:4px;
	padding-top:4px;
}
#content #sitemap li a {			/* normale Hyperlinks */
	background: url(/includes/images/symbol_subnavi.gif) no-repeat 0px 0px;
	color: #006567;
	font-size: 11px;
	padding-left: 14px;
}

#content .abstand {
	height: 30px;
}


/* Teaser rechts
---------------------------------------------------------------------- */
#rechte_seite {
	float: left;
	width: 219px;
	margin-top: 43px;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#rechte_seite p.abstand {
	height: 30px;
	margin:0px;
	padding:0px;
}
#rechte_seite .kasten {
	width: 219px;
	margin:0px;
	padding:0px;
}
#rechte_seite .kasten .ueberschrift{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-left: 5px solid #a2bb0d;
	line-height: 1.4em;
}
#rechte_seite .kasten .ueberschrift h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #006567;
	font-size:1.2em;
	text-transform: uppercase;
}
#rechte_seite .kasten p.linie {
	background: url(/includes/images/linie.gif) no-repeat;
	height: 1px;
	padding: 0px;
	margin-top:2px;
	margin-bottom: 8px;
	width: 219px;
	font-size:0.1em;

}
#rechte_seite .box {
	width: 219px;
	margin:0px;
	padding:0px;
}

#rechte_seite .box  .oben {
	background: url(/includes/images/box_oben.gif) no-repeat;	
	height: 9px;
	margin:0px;
	border:0px;
	padding:0px;
	font-size:0.1em;
}
#rechte_seite .box  .mitte {
	border-left: 1px solid #dfe0dd;
	border-right: 1px solid #dfe0dd;
	margin: 0px;
	padding-left:12px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}


#rechte_seite .box .mitte ul {
	margin: 0px;
	padding: 0px;
}
#rechte_seite .box .mitte li {
	list-style: url(none) none;
	line-height: 14px;
	margin-left: 0px;
	padding-bottom:4px;
}
#rechte_seite .box .mitte li a {			/* normale Hyperlinks */
	background: url(/includes/images/symbol_subnavi.gif) no-repeat 0px 0px;
	color: #000000;
	font-size: 1.2em;
	padding-left: 16px;
	display:block;
}
#rechte_seite .box .mitte li a:hover, #rechte_seite .box .mitte a:active, #rechte_seite .box .mitte li a.aktiv {		/* Hyperlinks Highlight und aktiviert */
	color: #000000;
	font-size: 1.2em;
	padding-left: 16px;
	display:block;
	text-decoration:none;
	background-color: #ececec;
}

#rechte_seite .box .unten {
	background: url(/includes/images/box_unten.gif) no-repeat;	
	height: 9px;
	margin:0px;
	border:0px;
	padding:0px;
	font-size:0.1em;
}
#rechte_seite .box h3 {
	padding: 4px 10px;
	color: #222;
	border: 1px solid #efefef;
	background: #ffffff;
	cursor: pointer;
	margin: 0px;
}
#rechte_seite .box h3 a:link, #rechte_seite .box h3 a:visited {
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #222;
}

#rechte_seite .box h3 a:hover, #rechte_seite .box h3 a:active {
	color: #222;
}





#rechte_seite .box h3 ul {
	margin: 0px;
	padding: 0px;
}
#rechte_seite .box h3 li {
	list-style: url(none) none;
	line-height: 14px;
	margin-left: 0px;
	padding-bottom:0px;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom:0px;
}

#rechte_seite .box h3 a {			/* normale Hyperlinks */
	background: url(/includes/images/symbol_subnavi_transparent.gif) no-repeat 0px 0px;
	color: #000000;
	font-size: 1.0em;
	padding-left: 16px;
	display:block;
	text-transform: uppercase;
	margin-bottom:0px;
	padding-bottom:0px;
}
#rechte_seite .box h3 li a:hover, #rechte_seite .box h3 a:active, #rechte_seite .box h3 li a.aktiv {		/* Hyperlinks Highlight und aktiviert */
	color: #000000;
	font-size: 1.0em;
	padding-left: 16px;
	display:block;
	text-transform: uppercase;
	text-decoration:none;
}

#rechte_seite  .accordion {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background-color: #fcfcfc;
	margin: 0px;
	padding-left:28px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:11px;

}

#rechte_seite  .accordion p {
 	margin-top: 10px;
 	margin-bottom: 20px;
	height:110px;

}
#rechte_seite  .accordion p a {
 	color: #006567;
}
#rechte_seite  .accordion p a:hover {
 	color: #006567;
}

#rechte_seite  .accordion .formular {
	margin: 0px;
	padding: 0px;
	display: block;
	clear:both;

}
#rechte_seite  .accordion .formular input {
	color: #3b3b3b;
	font: 11px/11px Tahoma, Arial, Verdana,  Helvetica, sans-serif;
}
#rechte_seite  .accordion .formular input.feld {
	width: 160px;
	border: 1px solid #7f7f7f;
	padding-left: 5px;
	float: left;
}
#rechte_seite  .accordion .formular .button {
	float: left;
	padding-left:0px;
}

/* Fusszeile
---------------------------------------------------------------------- */
#foot {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	padding-top: 6px;
	margin-top: 0px;
	height:27px;
	background: url(/includes/images/background_footer.gif) no-repeat;
	font-size: 11px;
}
#foot p.copyright {
	float: left;
	width: 630px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
}
#foot a {
	color: #ffffff;
	background: url(/includes/images/symbol_footer.gif) no-repeat 0px 5px;
	padding-left: 12px;
	padding-right: 30px;
}
#foot a:hover, #foot a:active {
	color: #ffffff;
}

#foot p.links {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Content / TSM-spezifisch
---------------------------------------------------------------------- */
ul.tsm_cat_list {
  list-style-image: none !important;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.tsm_cat_list li {
  padding: 0;
  margin: 0;
}

a.tsm_cat_link {
  width: 408px;
  height: 18px;
  border: 1px #7f7f7f solid;
  background: transparent url(/includes/images/tsm_list_bg.png) left top no-repeat;
  padding: 2px 0 0 21px !important;
  margin-bottom: 2px;
  display: block !important;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: bold;
}

a.tsm_cat_link:hover {
  background: transparent url(/includes/images/tsm_list_bg_hover.png) left top no-repeat;
  color: #006567 !important;
}
