@charset "utf-8";

/* 

	CSS Document 

	Stylesheet-Definitionen für die Bildschirmausgabe

	URL: tonyfoto.de	

*/



/* Farben und Schriften



schwarz [bg_site]  #090909

black home #0A0C0B







*/





html, body, div, p, h1, h2, h3, ul, ol, 

span, a, table, td, form, img, li {

   margin: 0;

   padding: 0;

   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;

}



	html, body {

background: #0A0C0B;

color: #fff;

}



	h1 {

font: 1.3em "Trebuchet MS";

font-weight: 500;

margin: 1em 0 0.2em 0;

border-bottom: 1px solid #333333;

width: 200px;

}



	h2 {

display: block;

font: 1.05em "Trebuchet MS";

font-weight: 500;

margin: 0.2em 0 0.4em 0;



}

	p {

color: #999999;

text-align:center;

}

	a {

color: #e4cc74;

text-decoration: none;

border: 0;

}

	a:visited {

color: #e4cc74;

text-decoration: none;

}

	a:hover, a:active, a:focus {

color: #e4cc74;

text-decoration: none;

}

	a img {

border: 0;

}



/* -------------- Formatierung für die Startseite -----------------*/



	#root {
	position: absolute;
	bottom: 0;
	border: none;
	left:25%;
	
}



	#opener {

float: left;

width: 432px;

height: 447px;

background: transparent url(bilder/opener.jpg) no-repeat;

margin: 0;

padding: 0;

}



	#content {

width: 300px;

height: 90px;

padding: 285px 0 0 50px;

margin-left:428px;

text-align: left;

}

