

/**
 * Media Markt World Cup CSS
 * 
 * @author mg
*/
html, body
{
	margin: 0;
	height: 100%;
}

body
{
	background: #ea1e00 url(images/bg.gif) repeat-x;
	color: #393939;
	font: normal 13px "arial", "helvetica", "sans-serif";
}

a
{
	color: #393939;
}

img
{
	border: none;
}

img, object
{
	vertical-align: bottom; /* for html5 */
}

.clear
{
	clear: both;
}

hr
{
	border: 0;
	border-bottom: 2px dotted #ccc;
}

p
{
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h1, h2, h3
{
	font-size: 2.2em;
	margin: 0 0 0.6em 0;
}

h4, h5, h6
{
	font-size: 1.5em;
	margin: 0 0 0.3em 0;
}

#main
{
	width: 100%;
	height: 100%;
}

#page
{
	width: 900px;
	height: 583px;
	margin: 0 auto;

	background: url(images/swirl.jpg) no-repeat center 39px;
	
	position: relative;
}

#footer
{
	height: 42px;
	width: 885px;
	
	position: absolute;
	bottom: 0;
}

#header
{
	display: block;
	margin: 0 auto;
	width: 429px;
	height: 98px;
	margin-bottom: 25px;
}

#logo
{
	display: block;
	margin-left: 20px;
}

#content
{
	padding: 85px 30px 30px 30px;
}

.flash-fail
{
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	
	color: #295C72;
	background-color: #efefef;
	border: 1px outset #ccc;
	font-family: "bitstream vera sans"," lucida console", "verdana";
}

.flash-fail img
{
	float: left;
	margin-right: 10px;
}

.flash-fail a
{
	color: #295C72;
}

/* Vouchers */
.module-vouchers
{
	width: 430px;
	margin: 0 auto;
}

.module-vouchers form
{
	margin: 0;
}

.module-vouchers form input.text
{
	width: 424px;
	font-size: 2em;
}

.module-vouchers form select
{
	width: 430px;
	font-size: 2em;
}

.module-vouchers form label
{
	display: block;
	font-weight: bold;
	font-size: 1.6em;
	color: #000;
}

.module-vouchers .voucher-result h1
{
	text-transform: uppercase;
	font-size: 1.5em;
}

.module-vouchers .voucher-result
{
	font-size: 1.8em;
}

.module-vouchers .voucher-result strong
{
	font-size: 1.1em;
}

.module-vouchers .voucher-details
{
	font-size: 0.8em;
}

.module-vouchers hr
{
	margin: 30px 0;
}

.module-vouchers br
{
	line-height: 10px;
}

.module-vouchers .voucher-result h1.voucher-invalid span
{
	color: #ea1e00;
	text-decoration: underline;
}

.module-vouchers .voucher-result h1.voucher-valid span
{
	color: #00820c;
	text-decoration: underline;
}

.module-vouchers label.error
{
	color: #ea1e00;
	display: block;
}

.module-vouchers form select.error, .module-vouchers form input.error
{
	border: 1px solid #ea1e00;
}
