@CHARSET "UTF-8";

/**
 * Template Stylesheet for cepresso.com
 * 
 * @author Jonas Kohlbrenner
 * @copyright Copyright ©2010, Jonas Kohlbrenner
 * 
 */

/* ******************** Fonts ********************* */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
	margin: 0;
	padding: 0;
}

html, body
{
	background: #26140c url("/lib/img/background.jpg") center top repeat-x;
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	height: 100%;
	text-align: center;
}

/* ******************** Layout ******************** */
div#backgroundContainer
{
	background: transparent url("/lib/img/caffetiera.jpg") top right no-repeat;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: 100%;
}
div#contentContainer
{
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	width: 700px;
}
* html div#contentContainer
{
	height: 100%
}
/* ******************** Headlines ******************** */
h1.title
{
	color: #47b3c3;
	font-family: "Baskerville", "Baskerville Old Face", "Georgia", "Times New Roman", serif;
	font-size: 5em;
	font-weight: normal;
	margin-bottom: 1em;
	position: relative;
	top: 300px;
	right: 225px;
}

h1
{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}