body{
    background: #000;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
	font-family: "Tahoma";
	font-size: 8pt; 
	color: #FFF;
}
a, a:active, a:hover, a:link, a:visited{
	color: black;
	border: 0;
}
a#color{
	color: red;
}
a img{
	border: 0;
	color: black;
}
a:active img {
	border: 0;
}
h3{
	margin-bottom: 10px;
	margin-top: -2px;
	font-size: 10pt;
}
#top{
    background-image: url(../images/top.png);
    background-repeat: repeat-x;
    height: 34px;
	width: 100%;
	padding-top: 14px;
	text-align: center;
	position: absolute;
	z-index: 60;
}
#main, #mainTwo{
    background: #1a1a1a;
	background-image: url(../images/main-bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
    width: 845px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 210px;
	position: absolute;
	z-index: 65;
}
.clearer{
	clear: both;
}
#navi{
	height: 57px;
	margin-top: -50px;
	margin-left: 4px;
}
#navi_mainSpace{
	float: right;
	height: 57px;
	width: 253px;
}
#navi_third{
	float: right;
	height: 57px;
	width: 162px;
	background-image: url(../images/navi_contact_s.png);
	background-repeat: no-repeat;
}
#navi_thirdActive{
	float: right;
	height: 57px;
	width: 162px;
	background-image: url(../images/navi_contact.png);
	background-repeat: no-repeat;
}
#navi_third:hover{
	background-image: url(../images/navi_contact.png);
	background-repeat: no-repeat;
}
#navi_fourth{
	float: right;
	height: 57px;
	width: 142px;
	background-image: url(../images/navi_programm_s.png);
	background-repeat: no-repeat;
}
#navi_fourthActive{
	float: right;
	height: 57px;
	width: 142px;
	background-image: url(../images/navi_programm.png);
	background-repeat: no-repeat;
}
#navi_fourth:hover{
	background-image: url(../images/navi_programm.png);
	background-repeat: no-repeat;
}
#navi_main{
	float: right;
	height: 57px;
	width: 142px;
	background-image: url(../images/navi_haendler_s.png);
	background-repeat: no-repeat;
}
#navi_mainActive{
	float: right;
	height: 57px;
	width: 142px;
	background-image: url(../images/navi_haendler.png);
	background-repeat: no-repeat;
}
#navi_main:hover{
	background-image: url(../images/navi_haendler.png);
	background-repeat: no-repeat;
}
#navi_sec{
	height: 57px;
	width: 142px;
	background-image: url(../images/navi_main_s.png);
	background-repeat: no-repeat;
}
#navi_secActive{
	height: 57px;
	width: 142px;
	background-image: url(../images/navi_main.png);
	background-repeat: no-repeat;
}
#navi_sec:hover{
	background-image: url(../images/navi_main.png);
	background-repeat: no-repeat;
}
#text{
	color: #000;
	margin-top: -20px;
}
#specials{
    background: #1a1a1a;
}
#countdown{
	color: #FFF;
}
#header{
	background-image: url(../images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 285px;
	width: 845px;
	position: absolute;
	z-index: 50;
}
#copyright{
	position: absolute;
	z-index: 70;
	width: 100%;
	padding-top: 5px;
	text-align: right;
	font-size: 7pt;
}
#container{
	position: absolute;
    width: 845px;
    left: 50%;
	margin-left: -422px;
}
td.specials_middlebox{
	padding: 0 10px;
	padding-bottom: 5px;
}
#specials td p{
	padding-top: 5px;
	padding-right: 22px;
	padding-left: 4px;
	margin: 0;
}
#specials td.tdleft_redcap{
	padding-top: 5px;
	padding-left: 18px;
	text-align: right;
}

td.content_top{
	background-image: url(../images/content-box_topS.png);
	background-repeat: no-repeat;
	width: 845px;
	height: 30px;
}
td.content_middle{
	background-image: url(../images/content-box_middle.png);
	background-repeat: repeat-y;
	width: 845px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
}
td.content_bottom{
	background-image: url(../images/content-box_bottom.png);
	background-repeat: no-repeat;
	width: 845px;
	height: 35px;
}

/*
TEXT BOX
*/

td.box_text, td.box_textTwo{
	background-color: #eee;
}
td.box_textTwo{
	color: #505050;
}
td.box_tl{
	background-image: url(../images/text-box_tl.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 12px;
}
td.box_tm{
	background-image: url(../images/text-box_tm.png);
	background-repeat: repeat-x;
	height: 11px;
}
td.box_tr{
	background-image: url(../images/text-box_tr.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 12px;
}
td.box_ml{
	background-image: url(../images/text-box_ml.png);
	background-repeat: repeat-y;
	width: 11px;
}
td.box_mr{
	background-image: url(../images/text-box_mr.png);
	background-repeat: repeat-y;
	width: 11px;
}
td.box_bl{
	background-image: url(../images/text-box_bl.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 12px;
}
td.box_bm{
	background-image: url(../images/text-box_bm.png);
	background-repeat: repeat-x;
	height: 11px;
}
td.box_br{
	background-image: url(../images/text-box_br.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 10px;
}

/*
SPECIAL BOX
*/

td.sbox_text{
	background-image: url(../images/clear_box.png);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
}
td.sbox_tl{
	background-image: url(../images/special-box_tl.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 10px;
}
td.sbox_tm{
	background-image: url(../images/special-box_tm.png);
	background-repeat: repeat-x;
	height: 1px;
}
td.sbox_tr{
	background-image: url(../images/special-box_tr.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 10px;
}
td.sbox_ml{
	background-image: url(../images/special-box_ml.png);
	background-repeat: repeat-y;
	width: 1px;
}
td.sbox_mr{
	background-image: url(../images/special-box_mr.png);
	background-repeat: repeat-y;
	width: 1px;
}
td.sbox_bl{
	background-image: url(../images/special-box_bl.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 10px;
}
td.sbox_bm{
	background-image: url(../images/special-box_bm.png);
	background-repeat: repeat-x;
	height: 1px;
}
td.sbox_br{
	background-image: url(../images/special-box_br.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 10px;
}

table.table_text{
	width: 800px;
}
table.table_textSanta{
	width: 680px;
}
table.table_textTwo{
}

#santaMain{
	position: absolute;
	margin-top: 149px;
	margin-left: 40px;
}
#santaH{
	position: absolute;
	margin-top: 142px;
	margin-left: 40px;
}
#santaP{
	position: absolute;
	margin-top: 388px;
	margin-left: -80px;
}
#santaK{
	position: absolute;
	margin-top: 91px;
	margin-left: 40px;
}
