@import url("style_navi.css");
@import url("style_content.css");
@import url("style_rte.css");

body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f2ebe0;
	text-align: center;
	line-height: 1.3em;
}
body * {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}
ul {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.hide {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	left: -999em;
}

div#OUTER-CONTAINER {
	background-color: #e5f3fc;
	background-image: url(../images/tash/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
	div#CONTAINER {
		width: 894px;
		margin: 0 auto;
		text-align: left;
	}
		div#HEADER {
			background-color: #008fc7;
		}
			div#LOGO {
				display: block;
				width: 246px;
				height: 52px;
				float: left;
			}
				a#LOGO img {
					display: block;
				}
			div#HEADER-STATIC-COUNTER {
				width: 640px;
				float: right;
			}
				div#COUNTER {
					clear: both;
					color: #ffffff;
					font-weight: bold;
					float: right;
					padding-top: 16px;
					line-height: 1.5em;
				}
					div#COUNTER .text-next-tombola {
						display: block;
						width: 157px;
						float: left;
						background-image: url(../images/tash/bg_counter_next-tombola.gif);
						background-repeat: no-repeat;
						background-position: left bottom;
						height: 18px;
					}
					div#COUNTER .text-count {
						font-size:2em;
						float: left;
					}
					div#COUNTER .text-days {
						width: 55px;
						float: left;
						background-image: url(../images/tash/bg_counter_days.gif);
						background-position: left bottom;
						background-repeat: no-repeat;
						height: 18px;
					}
					div#COUNTER .text-days.one-day {
						width: 23px;
						margin-right: 22px;
					}
					
						div#COUNTER span span {
							position: absolute;
							left: -999em;
						}
			div#HEADER-NAVI-SEARCH {
				background-image: url(../images/tash/bg_navi-search.gif);
				background-repeat: repeat-x;
				background-position: left top;
				padding-top: 6px;
				clear: both;
				width: 894px;
				background-color: #1b6f92;
				height: 3.65em;
				overflow: hidden;
			}
			div#HEADER-FLASH {
				background-image: url(../images/tash/bg_header.gif);
				background-repeat: repeat-x;
				background-position: left top;
			}
				div#HEADER-FLASH img {
					display: block;
				}
				
div#MAIN {

}
	div.CONT-LEFT {
		width: 668px;
		float: left;
	}
		div.CONTENT {
			background-color: #ffffff;
		}
	div.CONT-RIGHT {
		width: 216px;
		float: right;
	}
div#FOOTER {
	background-image: url(../images/tash/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 142px;
}
	div#FOOTER-INNER {
		width: 894px;
		margin: 0 auto;
		text-align: left;
	}
		div#PARTNER {
			color: #a09d99;
			font-size: 0.9em;
			padding: 7px 0 0 1px;
		}
			div#PARTNER * {
				vertical-align: top;
			}
			div#PARTNER img {
				margin-left: 7px;
			}
		h4.hl-infotelefon {
			color: #727272;
			font-size: 1.2em;
			padding-top: 9px;
		}
		p.txt-infotelefon {
			color: #727272;	
			font-size: 0.8em;
			line-height: 1.3em;
			padding-top: 10px;
		}