html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}

.hover:hover {
	background-color: #e5e5e5;
}

/* extrawurst IE */
.down {
	width:150px;
	position: absolute;
	overflow:auto;
	margin-top: -12px;
}
.blurred {
	width:90px;
	position: relative;
	overflow:auto;
}


ul.horizontal {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.horizontal li {
	float: left;
	margin: 0;
	padding: 0 0.4em 0 0;
}

/*########## TICKER ############*/

/*
.tickercontainer {
	width: 970px; 
	height: 20px; 
	margin: 0; 
	padding: 0;
	overflow: hidden;
	margin-top: 32px;
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 5px;
	width: 58px;
	overflow: visible;
}

ul.newsticker {
	position: relative;
	left: 750px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	width:2000px;
	color: #888;
	font-size: 12px;
}*/

/* Scroller Box */
#tickerHolder {
 position: relative;
 width: 970px;
 height: 20px;
 overflow: hidden;
 margin: 0; 
	padding: 0;
	margin-top: 40px;
}

* html #tickerHolder {
	margin-top:10px;
}

#ticker {
 white-space: nowrap;
 /*line-height: 18px;*/
 font-size: 12px;
 color: #222;
 margin:0;
 padding:0;
}

#ticker p {
 padding: 0;
}


/*########## MAIN STRUCTURE ##########*/
#container {
	margin: 0 auto;
	padding: 0 15px 5px 15px;
	width: 980px;
	min-height: 700px; height: auto !important; height: 700px;
	background-color: #ffffff;
}

#header {
	margin: 0;
	padding: 0;
	width: 980px;
	min-height: 3px; height: auto !important; height: 3px;
	border-bottom: 2px dotted #e5e5e5;
}

#banner {
	margin: 10px 0 0;
	padding: 0;
	width: 950px;
	min-height: 78px; height: auto !important; height: 78px;
}

#main-navi {
	margin: 8px 0 0 0;
	padding: 0;
	width: 980px;
	min-height: 22px; height: auto !important; height: 22px;
	float: left;
}

#left {
	width: 200px;
	min-height: 500px; height: auto !important; height: 500px;
	float: left;
	margin: 10px 0 0;
	padding: 0;
}

#content {
	width: 528px;
	min-height: 500px; height: auto !important; height: 500px;
	float: left;
	margin: 10px 0 0 11px;
	padding: 0;
}

#right {
	width: 230px;
	min-height: 500px; height: auto !important; height: 500px;
	float: right;
	margin: 10px 0 0;
	padding: 0;
}

#footer {
	margin: 12px 0 0 0;
	padding: 0;
	width: 980px;
	border-top: 2px dotted #e5e5e5;
	float: left;
}
#footer ul {
	padding:8px 0px;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	color:#222222;
	font-size:10px;
}
#footer ul li a:hover, #footer ul li a:active {
	color:#888;
}


#schedule-box {
	width: 220px;
	border: 5px solid #ca0010;
	padding: 0;
	margin: 4px 0 0 0;
}

.bottom-dotted {
	border-bottom: 2px dotted #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}


#eventTable {
	border:1px solid #5467a1;
}

#eventTable thead {
	background:#d9e5f1;
}