/* 27.09.2007 Stylesheet zum erlernen von Typo3 */




#Content{
   position: absolute;
   top: 64px;
   left: 173px;
   width: 750px;
		padding-left: 50px;
}

#Pfad{
   font-size: small; 
   text-align: right;
   width: 750px;
}
#Pfad a{
   text-decoration: none;
		color: #00407F;
		background-color: white;			
}
#Pfad a:hover{
   text-decoration: underline;	
}
/*
#Pfad a:focus{
   text-decoration: underline;
		font-weight: bolder;	
}*/

div.seitenueberschriftbild {
    font-weight: bold;
    color: #00407F;
    font-size: 1.699em;
    margin: 10px 0px 0px -48px;
    background-image: url(../bausteine/i_viereck_pur.gif);
    padding: 0px 2px 10px 45px;
    background-repeat: no-repeat;
    top: 20px;
    left: 2px;
    z-index: 100;
}

div.arbeitsbereich{
  font-size: 80%;
}

div.ueberschrift{}
          
          
div#NavigationNebenBild ul li{
  list-style-image: url(../bausteine/internal_link.gif);
}
          
/* Kleiner Text unterhalb der Ueberschrift einsetzen innerhalb h1-tag in span-tag*/
div.H1Br{
	font-size: small;
	font-weight: normal;
	color: Black;
	background-color: White;
}
/* Erste Ueberschrift in der Seite */
h1{
    color: #00407F;
    font-size: 1.7em;
	margin-bottom: 15px;
}
/* Kleiner Text unterhalb der Ueberschrift einsetzen innerhalb h1-tag in span-tag*/
h1 .H1Br{
	font-size: small;
	font-weight: normal;
	color: Black;
	background-color: White;
}

#W3CGrafik{
 width: 750px;
}

#W3CGrafik img{
   float: right;
   margin-top: 0px;
	width: 88px;
}

#Fusszeile{
   background-color: transparent;
   color: #00407f;
   display: block;
   margin-top: 2em;
		margin-left: -45px;
		width: 830px;	
}

#Fusszeile span.FusszeileText{
  clear: both;
	float: left;
	width: 750px;
	padding: 1px 20px 0px 45px;	
	font-size: smaller;
	background-color: transparent;
	color: #00407f;
	}


.AenderungDatum{
padding-left: 15px;
}

.RechteSpalte{
   width: 240px; 
   float: right; 
   text-align: left; 
   padding: 9px;
}

.EintragRechts{
   margin: 15px;
}

.EintragLinks{
   margin: 5px;
}

img.PdfIcon{
   margin-right: 10px;
}

.LinkeSpalte{
   width: 240px; 
   float: left; 
   padding: 9px;
}
/* Text unterhalb h1 auf Seiten der 1. Ebene */
div#EinleitungText{
  color: #00407f;
  font-style: italic; 
  margin-bottom: 30px;
}

