/*
---------------------------------------------------------
Sonja Lannings Pfotopage
Start: 29.02.2008
Autor: Katja & Marco Reichardt - www.huxleys-world.de -
Medium: Screen
---------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body { color: #2e2e2e; font-family: "Lithos Pro Regular", "trebuchet ms"; font-size: 76%; line-height: 120%; background-color: #000000; text-align: center; }

#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 143px;
	background-image: url(../bilder/navigation/banner-oben-text.jpg);
	background-position: bottom left;
}

#header h1 { font-style: normal; height: 44px; line-height: 500px; overflow: hidden; }

#navigation { font-family: "trebuchet ms"; text-align: center; background-image: url(../bilder/navigation/streifen_oben.jpg); height: 20px; }

#navigation ul { font-family: "trebuchet ms"; list-style-type: none; padding-top: 3px; }

#navigation li {
	display: inline;
	font-family: "Lithos Pro Regular", "trebuchet ms";
}

#navigation a, #footer a { color: #9cd81a; font-family: "trebuchet ms"; padding-right: 15px; padding-left: 15px; text-decoration: none; }

#navigation a:hover, #footer a:hover { font-family: "trebuchet ms"; text-decoration: underline; }

#maincontent {
	color: #000;
	background-color: #9cd81b;
	padding-left: 50px;
	padding-right: 50px;
}

#maincontent h2 {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#maincontent h3 {
	padding: 20px 0 15px 0;
}

#maincontent p {
	line-height: 160%;
}

#footer { color: #9cd81a; font-family: "trebuchet ms"; text-align: right; padding: 20px 0 0;
	  <div id="footer">Impressum Copyright by<a href="#">Sonja Lanning</a></div>;
	  

}

#footer a { font-family: "trebuchet ms"; padding-left: 5px; }

