/* **************************************************
Projekt: Perivital
Datei: styles.css
Datum: 04.07.2010
Autor: Prokop Bernhard
Letzte Aktualisierung: 04.07.2010
************************************************** */		

* {
	margin: 0;
	padding: 0;
}

/* **************************************************
Allgemeine Einstellung - Body-Bereich
************************************************** */		

body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Arial Narrow";
		font-size: smaller;
		line-height: 13px;
		background: white;}

/* **************************************************
Einstellungen div-Container
************************************************** */		

#wrapper { 
			width: 797px;
			height: 660px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -330px;
			margin-left: -398px;
			}
			
/* **************************************************
Einstellungen Header-Bereich
************************************************** */		

#content {width: 797px;
			height: 647px; 
			color: black; 
			}

