/* ### -- -- -- -- -- Global styles -- -- -- -- -- ### */

/*

File:		global.css
Copyright	2009 by Spoma AG (Patrick Schröder)

*/


/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */

html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 0px;
	color: #000;
}

#page {
	position: relative;
	background-color: #FFF;
	width: 957px;
	min-height: 589px;
	margin: 0 auto;
	border: 1px solid #A4328A;
	padding: 0px;
	color: #000;
}
* html #page { height: 589px; } /* only IE 5.5 - 6.x */
html + body #page { height: 589px; } /* only IE 5.0 */

img {
	border: 0px;
	border-style: none;
	outline-style: none;
}

p {
	margin-bottom: 25px;
}

a,
a:link,
a:active,
a:hover,
a:visited {
	background-color: transparent;
	border-style: none;
	outline-style: none;
	font-weight: bold;
	text-decoration: none;
	color: #A4328A;
	cursor: pointer;
}
* html a, a:link, a:active, a:hover, a:visited { cursor: hand; } /* only IE 5.5 - 6.x */
html + body a, a:link, a:active, a:hover, a:visited { cursor: hand; } /* only IE 5.0 */

#header {
	position: relative;
	width: 957px;
	height: 120px;
	/*background-color: #000;*/
}

#supplierLogo {
	position: absolute;
	margin-left: 677px;
	margin-top: 12px;
}

#sponsors {
	position: absolute;
	margin-left: 83px;
	margin-top: 50px;
	font-size: 11px;
}

#poweredbyContainer {
	position: absolute;
	width: 480px;
	height: 30px;
	margin-left: 150px;
	margin-top: 30px;
	overflow: hidden;
}

#poweredby {
	white-space: nowrap;
	line-height: 30px;
	font-size: 0px;
}

#navigation {
	margin-top: 165px;
	margin-left: 16px;
	font-size: 12px;
}

#content {
	width: 531px;
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 11px;
}

#footer {
	width: 957px;
	height: 59px;
	font-size: 10px;
	/*background-color: #003;*/
}

#footertext {
	padding-top: 38px;
	padding-left: 20px;	
}

.calendarSheetMonth {
}

.calendarPersonalisation {
	position: absolute;
	width: 278px;
	height: 200px;
	margin-top: 22px;
	margin-left: 6px;
	border: 1px solid #000;
}

.calendarSheet {
	position: absolute;
	width: 231px;
	height: 202px;
	margin-top: 22px;
	margin-left: 294px;
	margin-right: 6px;
	background-position: 0px 5px;
}

#imgPreviewWithStyles {
    background: #A4328A;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
}