/*
-----------------------------------------------
$Id styles.css.php 1174739304, 2007-03-24 13:03:24 msslovi0 $
räuchermännchen.com
Stylesheet:	raeuchermaenner.css
Author:		Matt Slovig
Version:	16 January 2008
Revision:	16 January 2008
Colors:
	Dark red: #2C231E
	Light Brown: #FFF7D6
----------------------------------------------- */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 1.5em;
}

body {
	color: #000;
	background: #F3F0DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#content-wrapper {
	width: 800px;
	margin: 0 auto;
}

a {
	color: #800;
}

h1 {
	width: 750px;
	height: 750px;
	background: url(../img/raeuchermaennchen.jpg) no-repeat;
	text-indent: -999em;
}

	h1 a {
		width: 750px;
		height: 750px;
		text-indent: -999em;
		display: block;
	}


h2 {}

	h2.highlight {
		font-weight: normal;
		display: inline;
		font-size: 100%;
	}
	
p.pre {
	display: inline;
}

p {
	margin: 1em 0;
}