/* Spez_home_df.css (home) */
/* -------------------------------------- */
body { font-family: Verdana, Arial, Helvetica; background-color: #4D4C4E; 
       margin-left: 0px;margin-right: 0px; margin-top: 0px; margin-bottom: 0px; }

A:link    { color: white; text-decoration: none; }
A:visited { color: white; text-decoration: none; }
A:hover   { color: white; text-decoration: none; }
A:active  { color: white; text-decoration: none; }

A.gelb:link    { color: yellow; text-decoration: none; }
A.gelb:visited { color: yellow; text-decoration: none; }
A.gelb:hover   { color: yellow; text-decoration: none; }
A.gelb:active  { color: yellow; text-decoration: none; }

#kopf { 		background: #d0d0d0; 
              background-position:5px 5px;
              background-repeat:no-repeat;
              background-image:url('../img/maturaarbeit.gif');}
#kopfzeile_de { 
		position: absolute;
		top:0;
	    display: none;
	    }
		
#kopfzeile_fr { 
		position: absolute;
		top:0;
	    display: none;}
		
#flagge_fr { 
		position: absolute;
		top:0;
	    display: none;}
		
#inhaltcontainer {
		position: absolute;
		top:121px;
		bottom:0px;
		left:140px; /* 155px*/
		width:640px; 
		float:left;
		background:#4D4C4E;
		}
			  


