/* - - - - - - - - - - - - - - - - - - - - -

Created By: Christian Klinger / Klinger-webDESIGN
Website: http://www.klinger-webdesign.de
Date: 2011-04-15

- - - - - - - - - - - - - - - - - - - - - */

body {
	font-size: 80%;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
}

.wrapper {
	width: 800px;
}

pre {
	font: 120% "Courier New",Courier,monospace;
	color: #222;
	padding: 5px 20px;
	background: #ccc;
	overflow-x: auto;
	overflow-y: hidden;
	width: 800px;
}