/* CALMAR stylesheet
   (c) 2005-2007 Thorsten Schwennsen */



/*** GLOBAL DEFAULTS ***/

* {
	color:					#000000;
	font-family:			sans-serif;
	font-size:				1em;
	font-style:				normal;
	font-variant:			normal;
	font-weight:			normal;
	line-height:			1.2em;
	text-decoration:		none;
	text-align:				left;
	margin:					0px;
	border:					none;
	padding:				0px;
	}

.off {
	display:				none;
	}

/*** LAYOUT ***/

body {
	background:				#ffffff;
	}

#poster {
	background:				inherit;
	position:				absolute;
	top:					35%;
	bottom:					35%;
	left:					0%;
	right:					0%;
/*	width:					97%;*/
	text-align:				center;
	margin:					0px;
	border:					none;
	padding:				8px;
	z-index:				1;
	}

img {
	display:				block;
	margin:					0px;
	border:					none;
	padding:				0px;
	}


/*** PARAGRAPH LEVEL ***/

dt,
/*ol, ul,*/
p,
h1, h2, h3, h4, h5, h6  {
	padding:				0em 0px;
	}


/*** TEXT MARKUP ***/

em {
	font-style:				italic;
	}


/*** HEADINGS AND SECTIONS***/

h1, h2 {
	font-size:				2.9em;
	font-weight:			bold;
	text-align:				center;
	text-transform:			uppercase;
	}


h2 {
	color:					#4f4c40;

	}

a {
	color:					#9f6a00;
	background-color:		inherit;
	border-bottom:			none; /*1px solid #ffaa00;*/
	padding:				0px 1px 1px 1px;
	}

a:hover {
	color:					#ffaa00;
	border-bottom:			none;
	}

