/*============================================================
	Stylesheet für die Produktansicht

	Datei:	produktansicht.css
	Datum:	29. Februar 2008
	Autor:	Tobias Bathcke
=============================================================*/

/*==============================================
	"body" Styles
==============================================*/

body { 
	color: #615d5c; /* Schriftfarbe */
	background-color: #fdebc9; /* Hintergrundfarbe */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
}

/*===========================================
	"Textbereich"
============================================*/

#wrapper {
	width: 900px;
	margin: auto;
}

#textbereich {margin: 0 0 5% 25%;}

#bild_dbs {width: 700px; margin-left: 100px;}

#text_dbs {width: 75%; text-align: left;}

#fussbereich{margin-top: 150px;}
