@charset "UTF-8";
/**
 * @file		global.css
 * @author		Patrick Schröder
 * @copyright	2010 DI.NET AG
 * @license	GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
 */

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;
}

#poweredByText {
	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: 412px;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 3px;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 11px;
}

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

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

#calendarType-1_sheet {
	width: 531px;
	height: 230px;
	background: #FFF url(../images/sheet/desk.jpg) no-repeat;
}

#calendarType-2_sheet {
	margin-left: 78px;
	width: 374px;
	height: 299px;
	background: #FFF url(../images/sheet/wall.jpg) no-repeat;
}

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

.calendarType-2_calendarSheet {
	position: absolute;
	width: 360px;
	height: 30px;
	margin-left: 6px;
	margin-top: 265px;
}

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

.calendarType-2_personalization {
	position: absolute;
	width: 360px;
	height: 245px;
	margin-top: 18px;
	margin-left: 6px;
	border: 1px solid #000;
}

#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;
}
