/* CSS Formate fuer Trenckfestspiele.de */


#navi { position:absolute; top: 1px; left: 1px; width:210px; margin-left:3px; }
#inhalt { position:absolute; float:left; top:1px; left: 220px; margin-right:15px; } 
#fuss { position:absolute; top: 660px; width:100%; background-color: white; }
#schirmherr { position:absolute; top:350px; left:850px; width:180px; }


body
{
	background-color: black;
	color: white;
	font-size:100%;
        line-height:110%;
	font-family:'Times New Roman',Times,serif;
	margin-top:0; 
	margin-left:0; 
	margin:0; 
	padding:0;
        background-image:url(./images/trenck_hintergrund.gif);
}

p,li  
{
	color: white;
	font-size:100%;
        line-height:110%;
	font-family:'Times New Roman',Times,serif;
	
}


h1
{
	color:#d3c901;
	font-family:'Times New Roman',Times,serif;
	font-weight:bold;
	line-height:150%;
	font-size:200%;           
}


h2
{
	color:#d3c901;
	font-family:'Times New Roman',Times,serif;
	font-weight:bold;
	font-size:100%;           
}


h4
{
	color: black;
	font-family: 'Arial',Helvetica,Helv;
	font-size:70%;
	line-height:100%;           
}

a:link { text-decoration:underline; font-weight:bold; color:#d3c901; }
a:visited { text-decoration:underline; font-weight:bold; color:#d3c901; }
a:hover { text-decoration:underline; font-weight:bold; color:yellow; }
a:active { text-decoration:underline; font-weight:bold; color:#d3c901; }
a:focus { text-decoration:underline; font-weight:bold; color:yellow; }


