body {
	margin: 0px;
	padding: 0px;
	font-family: "Myrad", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #474a55;
	background-color: #ffffff;
	background-image: url('../img/background.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

td {
	font-family: "Myrad", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #474a55;
}

table {
	font-family: "Myrad", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #474a55;
}

.redfont {
	color: #890000;
	font-weight: bold;
	position: absolute;
	top: 50px;
	left: 200px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

.white {
	color: white;
	font-size: 18px;
	font-weight: bold;
}

img {
	border: 0px;
}

div {
	border: 0px solid red;
}

p.orderform{
	margin-top: 2px;
	margin-bottom: 2px;
}

.violett {
	background-color: #260e32;
}

.container {
	left: 50%;
	width: 900px;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.highlight {
	color: #b6321c;
	font-weight: bold;
}

.superheadline {
	font-weight: bold;
	font-size: 26px;
	line-height: 25px;
}

.subtitle {
	font-size: 13px;
}

.gray {
	padding: 7px 7px 7px 7px;
	background-color: gray;
	color: white;
	width: 162px;
	font-size: 11px;
}

.clear {
	clear: both;
}

.clearright {
	clear: right;
}

input {
	border: 0px;
	background-color: #474a55;
	color: silver;
	font-size: 15px;
	font-weight: bold;
	padding: 2px;
	width: 250px;
}

input.button {
	color: #474a55;
	background-color: silver;
	font-size: 12px;
	width: 150px;
}

input.alert {
	background-color: #890000;
}

a:link{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url('../img/overlay/tv.png');
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url('../img/overlay/close.png');
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
