/*  ========================================== 
Stylesheet für www.josenoguero.com, Juli 2009
Autor: J. M. Jiménez
==========================================  */

/* ======================================
   1. Kalibrierung und allgemeines Styles
   ====================================== */
   
*	{
	padding: 0;
	margin: 0;
	}
	
body	{
		color: #797877;
		background-color: #fff;
		font-family: "Times New Roman", Times, serif;
		font-size: 62.5%;
		}
		
h1	{
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 4em;
	padding: 0;
	}
		
a	{
	text-decoration: none;
	outline: none;
	}
a:link	{
		color: #c4c3c0;
		}
a:visited	{
			color: #c4c3c0;
			}
a:hover,
a:focus,
#startseite #navi01 a	{
						color: #797877;
						}	
		
/* ================================
   2. Styles für die Layoutbereiche
   ================================ */
   
#wrapper	{
			color: #797877;
			background-color: #fff;
			width: 993px;
			margin: 59px auto 0 auto;
			}
#kopfbereich	{
				background-color: #fff;
				text-align: right;
				}
#navibereich	{
				padding-bottom: 121px;
				}
#navibereich ul	{
				font-size: 1.8em;
				font-weight: bold;
				margin-left: 48px;
				}
#navibereich li	{
				display: inline;
				list-style-type: none;
				margin: 0 8px 0 0;
				}