*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #ffffff;
	text-align: center;		/* ie < ie7 */
}
a:link, a:visited{
	color: rgb(178,38,38);
	text-decoration: none;
}
a:hover{
	color: rgb(178,38,38);
	text-decoration: underline;
}
a img{
	border: 0;
}
img{
	border: none; 
	display: block;
}
p{
	text-align: justify;
}
.spiel p{
	margin:0px 0px 12px 0px;
}
.ten{
	font-size: 10px
}
.eleven{
	font-size: 11px
}
.twelve{
	font-size: 12px
}
.thirteen{
	font-size: 13px
}
.fourteen{
	font-size: 14px
}
.sixteen{
	font-size: 16px
}
.eighteen{
	font-size: 18px
}
.twenty{
	font-size: 20px
}
.twentytwo{
	font-size: 22px
}
.twentyfour{
	font-size: 24px
}
.twentysix{
	font-size: 26px
}
.thirty{
	font-size: 30px
}
.arial{
	font-family: arial, helvetica, sans-serif
}
.bold{
	font-weight: bold
}
.blackBackground{
	background-color: #000000
}
.blue{
	color: #0000CC
}
.ggBackground{
	background-color: #d9d9d9;
}
.ggForeground{
	color: #000000
}
.productDisplay{
	background-image: url(/images/v8/decorations/product_background.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	border: solid #cccccc;
	border-width: 1px;
}
.tableBackground{
	background-color: #d9d9d9;
	background-image: url(/images/v8/headings/tableback.png);
	background-repeat: repeat-x;
}
.tableBorder{
	border: solid #d9d9d9;
	border-width: 1px;
}
.grey{
	color: #656877
}
.greyBackground{
	background-color: #656877
}
.greyBackgroundDark{
	background-color: rgb(90,90,90)
}
.greyBackgroundLight{
	background-color: #cccccc
}
.greyBar{
	background-image: url(/images/v8/headings/greybackground.png);
	background-repeat: repeat-x;
}
.greyBorder{
	border: solid #656877;
	border-width: 2px;
}
.red{
	color: #FF2222
}
.white{
	color: #FFFFFF
}
.whiteBackground{
	background-color: #ffffff 
}
.yellowBackground{
	background-color: #fef200
}
input.right{
	text-align:right
}

#mainpage{
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
#mainheader{
	width: 100%;
}
#mainheader #masthead{
	background-image: url(/images/v8/headings/headerback.gif);
	background-repeat: repeat-x;
	margin-bottom: 4px;
	position: relative;
	height: 92px;
	width: 100%;
}
#mainheader #masthead #links{
	position: absolute;
	top: 12px;
	right: 368px;
}
#mainheader #masthead #links p{
	padding: 5px 12px 5px 0px;
	text-align: right;
}
#mainheader #masthead #cart{
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	height: 82px;
	padding: 10px 10px 0px 10px;
}
#mainheader #message{
	background-color: rgb(123,11,11);
	color: #ffffff;
	font-size: 16px;
	margin: 4px 0px 10px 0px;
	width: 100%;
}
#mainheader #tabs{
	width: 100%;
}
#mainheader #tabs img{
	display: inline;
	float: left;
	margin-left: 10px;
}
#mainheader #searchbar{
	background-image: url(/images/v8/headings/searchbarback.png);
	background-repeat: repeat-x;
	clear: both;
	position: relative;
	height: 47px;
	width: 100%;
}
#mainbody{
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
#mainbody h3{
	margin: 10px 0px 10px 0px;
	text-align: left;
}
#mainbody #mainmenu{
	border-right: 2px solid #cccccc;
	display: inline;
	float: left;
	font-size: 12px;
	margin-top: 10px;
	width: 138px;
}
#mainbody #mainmenu .subheading{
	font-size: 14px;
	font-weight: bold;
}
#mainbody #mainmenu ul{
	list-style: none;
	margin-bottom: 10px;
}
#mainbody #mainmenu ul li{
	margin-left: 10px;
	text-indent: -10px;
}
#mainbody #mainright{
	display: inline;
	float: right;
	margin-bottom: 15px;
	width: 860px;
}
#mainbody #maincontent{
	display: inline;
	float: left;
	margin: 0px 15px;
	text-align: center;
	width: 700px;
}
#mainbody #maincontentwide{
	display: inline;
	float: left;
	margin: 0px 15px;
	text-align: center;
	width: 830px;
}
#mainbody #mainbanners{
	display: inline;
	float: right;
	width: 130px;
}
#mainbody #mainbanners img{
	margin-top: 10px;
}
#mainfooter{
	border-top: 2px solid #cccccc;
	clear: both;
	width: 100%;
}
#mainfooter #footlinks{
	font-size: 12px;
	padding-top: 12px;
	text-align: center;
}
#mainfooter #foottext{
	color: #444444;
	font-size: 11px;
	margin-top: 15px;
}
.error{
	background-color: rgb(123,11,11);
	color: #ffffff;
	font-size: 16px;
	margin: 50px;
}
.error p{
	padding:20px 25px
}
.error a:link, .error a:visited{ 
	text-decoration: underline;
}
.formgrid{
	table-layout: fixed;
}
.formgrid td{
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
}
.whitelink a:link, .whitelink a:visited{ 
	color: #ffffff
}
.whitelink a:hover{
	text-decoration: underline;
}
