html{
	margin:0;
	padding:0;
	overflow:auto;
}

body{
	margin: 0;
	line-height: 25px;
}

body, table, p{
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Century gothic,Verdana,Helvetica,Arial;
	color:#333333;
}
h1 {
	font-size:180%;
	margin-bottom:22px;
}
h2 {
	font-size:150%;
	margin-bottom:18px;
}
h3 {
	font-size:1.2em;
	line-height:1.2em;
	margin:0;
}

img{
	border:0;
}

a {
	color:#1959A0;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
}

div.error{
	color:#cd0025;
}

div#header div.left, div#header div.right,
div#footer div.left, div#footer div.right{
	font-family:Century gothic,Verdana,Helvetica,Arial;
	font-size:1.2em;
	line-height:1.2em;
}

div#container {
	background:#FFFFFF;
	width:800px;
	margin:0 auto;
}
	div#container div#header{
		position:relative;
		width:800px;
		height:123px;
		float:left;
		overflow:hidden;
	}
		div#container div#header div#logo{
			background: url('../images/logo.jpg') no-repeat left top;
			width:300px;
			height:40px;
			position:absolute;
			top:35px;
			left:0;
		}
		div#container div#header div#contact{
			height:30px;
			position:absolute;
			top:18px;
			right:0;
			text-align:right;
		}
			div#container div#header div#contact a{
				color:#072D5C;
			}
		div#container div#header div#info{
			height:30px;
			position:absolute;
			top:50px;
			right:0;
			text-align:right;
			font-family:Century gothic,Verdana,Helvetica,Arial;
			font-size:1.6em;
		}
			div#container div#header div#info a{
				color:#072D5C;
				font-weight:bold;
			}
		
		div#container div#header div.left{
			width:611px;
			height:20px;
			margin-top:96px;
			padding:4px 0 0 6px;
			float:left;
			font-weight:bold;
			color:#FFFFFF;
			background-color:#518DCC;
		}
		html>body div#container div#header div.left{
			width:591px;
		}
		div#container div#header div.right{
			width:174px;
			height:20px;
			margin-top:96px;
			margin-left:3px;
			padding:4px 0 0 6px;
			float:left;
			font-weight:bold;
			color:#FFFFFF;
			background-color:#072D5C;
		}
		html>body div#container div#header div.right{
			width:194px;
		}
		div#container div#header div.right h3{
			color:#FFFFFF;
		}
	div#container div#content{
		width:800px;
		float:left;
	}
		div#container div#content div.left{
			width:615px;
			padding:0 0 3px 0px;
			float:left;
		}
		html>body div#container div#content div.left{
			width:597px;
		}
		div#container div#content div.right{
			width:174px;
			margin-left:3px;
			padding:0 0 3px 0;
			float:left;
		}
		html>body div#container div#content div.right{
			width:194px;
		}
			div#container div#content div.right input{
				width:100%;
			}
			div#container div#content div.right a{
				color:#000000;
				display:block;
				padding-left:6px;
			}
			div#container div#content div.right a:hover{
				background-color:#EBFFFF;
			}
			div#container div#content div.right a.selected{
				font-weight:bold;
			}
			div#container div#content div.right h3.performances,
			div#container div#content div.right h3.categories{
				width:194px;
				height:20px;
				padding:4px 0 0 6px;
				float:left;
				font-weight:bold;
				color:#FFFFFF;
				background-color:#1959A0;
				margin:1px 0 3px 0;
			}
			div#container div#content div.right h3.categories{
				background-color:#518DCC;
			}
	div#container div#footer{
		width:800px;
		padding-top:40px;
		float:left;
	}
		div#container div#footer div.left{
			width:611px;
			height:20px;
			padding:4px 0 0 6px;
			float:left;
			font-weight:bold;
			color:#FFFFFF;
			background-color:#518DCC;
		}
		html>body div#container div#footer div.left{
			width:591px;
		}
		div#container div#footer div.right{
			width:174px;
			height:20px;
			padding:4px 0 0 6px;
			margin-left:3px;
			float:left;
			font-weight:bold;
			color:#FFFFFF;
			background-color:#072D5C;
		}
		html>body div#container div#footer div.right{
			width:194px;
		}
		
		div#container div#footer div.text{
			line-height:18px;
		}
		div#container div#footer div.text a{
			background:url('../images/icon_arrow.jpg') left no-repeat;
			padding-left:15px;
		}
		
		div#container div#footer div#welcome,
		div#container div#footer div#theater,
		div#container div#footer div#film,
		div#container div#footer div#remaining{
			width:197px;
			float:left;
			margin:0 3px 20px 0;
		}
		div#container div#footer div#welcome h2,
		div#container div#footer div#theater h2,
		div#container div#footer div#film h2,
		div#container div#footer div#remaining h2{
			height:20px;
			color:#FFFFFF;
			padding:6px 0 0 4px;
			font-size:1.2em;
			line-height:1.2em;
			margin:0;
		}
		div#container div#footer div#welcome h2{
			background-color:#518DCC;
		}
		div#container div#footer div#theater h2{
			background-color:#FF6600;
		}
		div#container div#footer div#film h2{
			background-color:#660033;
		}
		div#container div#footer div#remaining h2{
			background-color:#669900;
		}
		
		div#container div#footer div#site{
			margin-top:30px;
			text-align:right;
		}
			div#container div#footer div#site a{
				color:#000000;
				text-decoration:underline;
			}
/* Agenda */
div#container div.left div.performance{
	width:100%;
	float:left;
	padding:0 0 10px 0;
}
	div.left div.performance span.title{
		width:548px;
		display:block;
		float:left;
		height:20px;
		padding:4px 0 0 6px;
		background-color:#1959A0;
		color:#FFFFFF;
		margin-bottom:5px;
		font-family:Century gothic,Verdana,Helvetica,Arial;
		font-weight:bold;
		font-size:1.2em;
		line-height:1.2em;
	}
		div.left div.performance span.title a{
			color:#FFFFFF;
		}
	div.left div.performance span.category{
		display:block;
		float:left;
		width:34px;
		padding:4px 0 0 6px;
		height:20px;
		margin-left:3px;
	}
	div.left div.performance div.image{
		float:left;
		width:150px;
	}
	div.left div.performance div.performanceInfo{
		float:right;
		width:442px;
	}
	div.left div.performance div.performanceDescription{
		float:right;
		width:442px;
	}
	div.left div.performance a.reservate_button{
		float:left;
		display:block;
		width:100px;
		height:24px;
		background:url("../images/button_reserveer.jpg");
	}
	
	div.left div.performance span.left{
		width:200px;
		float:left;
	}
		div.left div.performance span.left div.image{
			width:200px;
		}
		div.left div.performance span.left div.performanceInfo{
			width:200px;
		}
	div.left div.performance span.right{
		width:392px;
		float:left;
	}
		div.left div.performance span.right div.performanceDescription{
			width:392px;
		}
div.left div.performance span.CAB {background:#f60;}
div.left div.performance span.FAM {background:#518DCC;}
div.left div.performance span.FLM {background:#603;}
div.left div.performance span.JEU {background:#008080;}
div.left div.performance span.JFL {background:#396;}
div.left div.performance span.MUZ {background:#f06;}
div.left div.performance span.TON {background:#690;}

