@charset "utf-8";
header, nav, main, section, footer {
	display: block;
}
a {}
h1 {
	margin: 0;
	padding: 15px 0;
	font-size: 22px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#sitecontainer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
header {
	position: relative;
	height: 360px;
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
header #logo {
	background-image: url(../images/logo_ctcon.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 230px;
	width: 445px;
	position: absolute;
	left: 225px;
	top: 50px;
}

#topnav {
	position: absolute;
	transform: rotate(-7.3deg);
	padding-left: 352px;
	bottom: 55px;
	font-size:14px
}
#topnav a {
	display: inline-block;
	margin-right: 26px;
	margin-left: 0px;
	font-weight: bold;
	color: #e02328;
	text-decoration:none;
}
main {
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	min-height: 250px;
	background-color: #e02328;
	padding: 0 55px;
	color:#FFF;
}
main #content {
	position:relative;
}
main #content a {
	color:#fff;
}
main #content ul {

}
main #content li {
    list-style-type: "-";
    margin-left: 0.5em;
	padding-left: 0.5em;
}

main #home {
	margin-top: -50px;
}
main #home #topspacer {
	height: 0px;
}
main #home #content #comicfigur {
	float: left;
	width: 378px;
	height: 626px;
}
main #home #content #comicfigur img {
	width: 378px;
	height: 626px;
}
main #home #content #redbottomcenter {
	clear: both;
}
main #home #bottomspacer {
	height: 100px;
}

main #program #topspacer {
	height: 0px;
}
main #program #imgZk {
    width: 120px;
    position: relative;
    right: 180px;
    float: right;
}
main #program #bottomspacer {
	height: 130px;
	width: 100%;
}

main #press #topspacer {
	height: 0px;
}
main #press #bottomspacer {
	height: 0px;
}

main #tickets #topspacer {
	height: 0px;
}
main #tickets h3 {
	margin: 20px 0 5px 0;
}
main #tickets .lblTicket {
	width: 20em;
	display:inline-block;
}
main #tickets .lblTicketCt {
	width: 25.5em;
	display:inline-block;
}
main #tickets .lblUnit {
	width: 3em;
	display:inline-block;
}
main #tickets .lblAddress {
	width: 6.5em;
	display: inline-block;
	text-align: right;
	margin: 0 0.5em 0;
}
main #tickets input[name=count] {
	text-align:right;
	width:1.5em;
}
main #tickets input {
	border:none;
	margin-bottom: 2px;
}
main #tickets button {
    border: 1px solid #fff;
	background-color: #e02328;
	cursor: pointer;
	margin-bottom: 1px;
	color: #fff;
}
main #tickets input[type=submit] {
    border: 2px solid #fff;
	background-color: #e02328;
	cursor: pointer;
	margin-bottom: 1px;
	color: #fff;
	font-weight: bold;
	padding:3px;
}
main #tickets #bottomspacer {
	height: 140px;
}

footer {
	padding: 0 0 25px 0;
}
footer #partner {
	padding:0 55px;
}
footer #law {
	margin-top: 30px;
	padding:0 55px;
	font-size:smaller;
	text-align:center
}
footer a {
	color:#000
}
