html, body {
	margin: 0px;
	padding: 0px;
	min-height: 101%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14 px;
	background: #f3f9fb;
}
.spacer-gif {
	clear:both;
	width:100%;
}
#layout {
  width: 945px;
  background-color: white;
  background-image: url(../../../typo3conf/ext/tmpl_llid/CSS/layout-schatten.png);
  background-position: right;
  background-repeat: y-repeat;
 
}


/* --------------  KOPF -------------------------- */

#kopf {
   color: black;
	background-color: white;
   background-image: url(../../../typo3conf/ext/tmpl_llid/CSS/layout-schatten-oben.png);
   background-position: top right;
   background-repeat: no-repeat;
	width: 945px;
   height: 115px;
}

#kopf .logo {
	width: 200px;
   height: 110px;
	float: left;
}

#kopf .login {
   
	float: left;
	width: 250px;
   height: 100px;
   padding-top:10px;
   background-image: url("../../../typo3conf/ext/tmpl_llid/CSS/login.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 482px;
}

#kopf form {
	font-size:0.8em;
	padding-top: 7px;
	padding-left: 25px;
}

#kopf .login .Einloggen {
   padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;	
	padding-left: 22px;
	
}

#kopf .login .Loginfeld {
   padding: 0px;
	margin: 0px;
	font-size: 11px;
	padding-left: 0px;
}

#kopf .login .loginbottom {
   margin-top: 3px;
	margin-left: 80px;
	height: 16px;
	padding-bottom: 7px;
	width: 116px;


}

#kopf .login * .beschriftung {
	width: 80px;
	display: block;
	float: left;
}

#kopf .login * input {
   border: none;
	border: 1px solid #4D7D8F;
	width: 114px;
	height: 14px;
	font-size: 10px;
}

#kopf .login .registrieren {
   padding: 0px;
	margin: 0px;
	font-size: 11px;
	padding-left: 25px;
	padding-top: 7px;
	z
}

#kopf .login .registrieren a {
  text-decoration: none;
  color: black;
  padding-right: 35px; /* Link auf Pfeil erweitern */

}

.kopf p.drucken {
	position: relative;
	top: -16px;
}

/* ENDE Kopf */


/* TYPO3 Anpassungen */

/* Bildunterschirft */

.csc-textpic-caption {
	font-size: 10px;
}





/* --------------------- MAINMENÜ --------------------------- */
#mainmenu {
   color: black;
	background-color: white;
	width: 932px;
	height: 22px;
	font-size: .9em;
	border-top: 1px dotted #477A8D;
   padding-top: 7px;
	background-image: url(../../../typo3conf/ext/tmpl_llid/CSS/menuleiste.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	z-index: 999;
}


#mainmenu ul.dd {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 99;
}

#mainmenu ul.dd * ul {
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	position: absolute;
	z-index: 99;

  /* Typo3 Steuerung START */
	 
	/* Hintergrund des DropDown Menüs  */
   	background-image: url(../../../typo3conf/ext/tmpl_llid/CSS/pulldownmenu.png);
	
	/* Typo3 Steuerung ENDE */	
	
	
	/* MARKE:454rr5 :: Bestimmt die Breite des Hintergrunds des DropDown Menüs, 
	muss mit dem Rahmen (siehe weiter unten) abgestimmt werden. */
	width: 256px;



	 	
}



#mainmenu ul.dd li {
	float:left;
}


#mainmenu ul.dd li * li a
{
	/* Typo3 Steuerung START */
	
	/* Rahmen rund um das DropDown Menü definieren 
	TIP: Wird die selbe Farbe wie bei der Menüzeile gewählt kann auch hier ein leichter 3D Effekt erzielt werden.
	*/
	/*border-top: 1px solid #ccc;*/
	
	/* Typo3 Steuerung ENDE */
	
    float: none;
    position: relative;
	/* Bestimmt die Breite (Rahmen) des DropDown Menüs muss mit dem Wert MARKE:454rr5 abgeglichen werden */
	 width: 200px;

}


#mainmenu ul.dd li a.punkt:before {
	content:url('../../../typo3conf/ext/tmpl_llid/CSS/menupunkt.png');
}

#mainmenu ul.dd li a.punkt:hover {
  color: #900;
}


#mainmenu ul.dd ul * ul {
	left:98%;
	top:0px;
	

}

#mainmenu ul.dd a {
	display:block;
	border-bottom: 1px solid #D0E1E8;
	
}

#mainmenu ul.dd ul * a {
	height: 100%;
   border: none;
}


#mainmenu ul.dd li:hover ul ul, 
#mainmenu ul.dd li:hover ul ul ul, 
#mainmenu ul.dd li:hover ul ul ul ul {
	display: none; 
}

#mainmenu ul.dd li:hover ul, 
#mainmenu ul.dd ul li:hover ul, 
#mainmenu ul.dd ul ul li:hover ul {
 	display: block;
}




#mainmenu ul.dd li a:link, 
#mainmenu ul.dd li a:visited, 
#mainmenu ul.dd li a:active {
	
	/* Testfarbe des Menüs */
	color: #000;
	font-weight: bold;
   margin-left:14px;
	text-decoration: none;
}

#mainmenu ul.dd li a:hover {

	/* Typo3 Steuerung START */
	
	/* Farbe für das Überfahren des DropDown Menüs*/
	/*background-color: silver;*/
	/* Typo3 Steuerung ENDE */ 
	display: block;
}


#mainmenu ul.dd li ul li {
	padding-top: 9px;
	padding-left: 14px;

}

#mainmenu ul.dd li ul li a{
	border-bottom: 2px groove black;
	text-transform: none;

}

#mainmenu ul.dd li ul li a:hover {
   color: #900;
	border-bottom: 2px groove #900;
}

/* ENDE - menu.css */
























/* -------------------- BILD ----------------------------------- */
#bild {
   color: black;
	background-color: white;
	width: 929px;
	padding-left: 3px;
	height: 184px;
}

/* ----------------- TRENNER --------------------------- */

#trenner {
   color: black;
	background-color: white;
	/* sbs - Änderung V0.0.1 auf V0.0.2
	background-image: url(../../../typo3conf/ext/tmpl_llid/CSS/trenner.png);
	background-position: left top;
	background-repeat: no-repeat;
	*/
	width: 932px;
	/* sbs - Änderung V0.0.1 auf V0.0.2
	height: 1px;
	*/
	border-bottom: 1px dotted #477A8D;
}


/* ---------------- KLICKPFAD -------------------------- */

#klickpfad {
   color: black;
	background-color: white;
	width: 907px;
	padding-left: 25px;
	height: 14px;
	padding-bottom: 0px;
}

#klickpfad a {
	font-size: 0.7em;
	color: black;
	text-decoration: none;
}

#klickpfad a:hover { 
   text-decoration: underline;
}


/* -------------- BAUCH --------------------------------- */

#bauch {
   color: black;
	background-color: white;
	width: 932px;
}


/* ------- bauch links */

#bauch .links {
   color: black;
	/* sbs - Änderung V0.0.1 auf V0.0.2
	background-color: white;
	*/
	background-color: #F4F4F4;
   float: left;
	/* sbs - Änderung V0.0.1 auf V0.0.2
	border: 1px dashed #477A8D;
	*/
	margin-left: 10px;
	margin-top: 18px;
	width: 180px;
}



#bauch .links * input {
   border: none;
	border: 1px solid #4D7D8F;
	height: 14px;
	font-size: 11px;
}


#bauch .links h1 {
	font-size: 1em;
	background-image: url(../../../typo3conf/ext/tmpl_llid/CSS/links_h1.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: white;
	margin: 4px 2px 0px 3px;
	padding-top: 2px;
	padding-left: 10px;
	height: 24px;
}

#bauch .links h2 {
	color: #900;
	padding-left:10px;
	font-size: 1em;
	
}

#bauch .links p {
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 10px;
	color: #555;	
	/*text-align: justify;*/
	
}

#bauch .links a.rot {
	color: #900;
	font-weight: bolder;
}

#bauch .links a:hover.rot {
	color: #400;
	font-weight: bolder;
}

#bauch .links a.schwarz {
	color: #000;
}

#bauch .links a:hover.schwarz {
	color: #477A8D;
}

#bauch .kleiner_Abstand {
	margin: 0px;
}


/* ------- bauch mitte */

#bauch .mitte {
   color: black;
	background-color: white;
   float: left;
	padding-left: 10px;
	padding-right: 10px;
}


.schmal {
	width: 540px;
}

.breit {
	width: 700px;
}


#bauch .mitte .kopf {
   font-size: .9em;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 10px;

}



#bauch .mitte a .kopf  {
	color: #555;
	text-decoration: none;
}

#bauch .mitte a .kopf img {
	border: none;
}



#bauch .mitte .content {
   font-size: .75em;
	color: #555;	
	text-align: justify;
}


#bauch .mitte .content a {
	color: #555;
	border-bottom: 1px dotted #477A8D;
	text-decoration: none;
}

#bauch .mitte .content a:hover {
	color: #477A8D;
	text-decoration: underline;
	border-bottom: none;
}


#bauch .mitte .content h1{
	font-size: 1.2em;
}

#bauch .mitte .content h2{
	font-size: 1.1em;
	border-top: 1px dotted #477A8D;
}

#bauch .mitte .content h3{
	font-size: 1em;
	border-top: 1px dotted #477A8D;
	border-bottom: 1px dotted #477A8D;
	/* sbs - Änderung V0.0.1 auf V0.0.2
	background-image:url(../../../typo3conf/ext/tmpl_llid/CSS/hintergurnd_content_h1.png);
	background-position: center;
	background-repeat: no-repeat;
	*/
	padding: 4px 7px;
   /*	color: #fff;*/
	height: 16px;	
}

#bauch .mitte.schmal .content h3 {
/* sbs - Änderung V0.0.1 auf V0.0.2
   background-image:url(../../../typo3conf/ext/tmpl_llid/CSS/hintergurnd_content_h1_schmal.png);
*/
}

#bauch .mitte.breit .content h3 {
/* sbs - Änderung V0.0.1 auf V0.0.2
   background-image:url(../../../typo3conf/ext/tmpl_llid/CSS/hintergurnd_content_h1_breit.png);
*/
}


/* ------- bauch rechts */
#bauch .rechts {

   color: black;
	background-color: white;
   float: left;
   width: 150px;
	padding-left: 15px;
	margin-top: 18px;
}

#bauch .rechts p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

#bauch .rechts a {
	text-decoration: none;
}


#bauch .rechts a img {
	border: none;

}


#bauch .clear {
	height: 0px;
   clear: both;	
}

/* ---------------------- FUSS -------------------------- */
#fuss {

   color: black;
	background-color: white;
	background-image: url(../../../typo3conf/ext/tmpl_llid/CSS/hintergrund_fuss.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	width: 902px;
	text-align: right;
	padding-right: 30px;
}

#fuss a {
	color: black;
	text-decoration: none;
	font-size: .9em;
	font-weight: bolder;
}

#fuss a:hover {
	color: white;
}
/* Kontaktformular */
.csc-mailform { border: none; }
.csc-mailform-field { clear: left; }
.csc-mailform-field label { display: block; float: left; margin-right: 10px; width: 40px; clear: left; margin-bottom: 20px; }
.csc-mailform-field input { display: block; float: left; margin-left: 10px; }
.csc-mailform-field textarea { display: block; float: left; margin-left: 10px; }
input#mailformformtype_mail { width: 80px; margin-left: 60px; margin-top: 10px; }
