@import url('reset.css');

body {
	background:url('../images/body-bg.png') 0 0 repeat-x #900000;
	color:#fff;
	font:0.7em Tahoma, Geneva, sans-serif;
}
a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fc0;
}
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
}
address { font-style:normal; }

#wrapper {
	width:920px;
	margin:10px auto;
}

/**
 * Logo
 */
.header h1 a {
	background:#000 url('../images/panden.jpg') no-repeat 50% 100%;
	display:block;
	height:158px;
	text-indent:-9999px;
	margin:0 1px 0 0;
}

/**
 * Main navigation
 */
.mainNav {
	overflow:auto;
	margin:8px 0;
	height:32px;
	background:url('../images/bar.png') no-repeat 0 0;
}
.mainNav li {
	float:left;
	background:url('../images/nav-div.png') no-repeat 100% 50%;
}
.mainNav a {
	display:block;
	padding:8px 10px;
}
.mainNav a:active {
	position:relative;
	top:1px;
}
.mainNav .active a {
	color:#fc0;
	font-weight:bold;
}

/**
 * Columns
 */
.columns {
	clear:both;
	overflow:auto;
	padding:10px 20px 0 20px;
	background:url('../images/column-center.png') repeat-y 0 0;
}
.columnTop, .columnBot {
	background:url('../images/column-tops.png') no-repeat 0 0;
}
.columnTop { height:7px; }
.columnBot {
	background-position:0 -8px;
	height:53px;
}

/**
 * Gallery
 */
.gallery li {
	width:106px;
	height:106px;
	display:block;
	float:left;
	margin:0 8px 8px 0;
	background:url('../images/img-border.png') no-repeat 0 0;
}
.gallery li img {
	width:90px;
	height:90px;
	margin:8px;
}
.gallery h2 {
	font-size:160%;
	letter-spacing:-1px;
	margin:0 0 12px 0;
}

.leftCol {
	width:260px;
	background:url('../images/col-div.png') no-repeat 100% 50%;
	float:left;
}
.leftCol .building {
	width:180px;
	margin:0 auto;
}
.leftCol h2 {
	font-size:160%;
	letter-spacing:-1px;
	margin:8px 0 4px 0;
}
.leftCol table { width:240px; }
.leftCol th,  
.leftCol td {
	padding:6px 8px 6px 4px;
	border-right:1px solid #a33813;
}
.leftCol tr { border-bottom:1px solid #a33813; }
.leftCol .last {
	border:none;
}
.leftCol th { text-align:left; }
.leftCol .galleryLink {
	display:block;
	margin:12px 0 0 0;
}

.rightCol {
	width:600px;
	margin:0 0 0 20px;
	float:left;
}
.rightCol .content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	letter-spacing:-1px;
	margin:6px 0;
}
.rightCol .content p {
	margin:4px 0;
}
.rightCol .postDate {
	font-size:90%;
	text-align:right;
}
.rightCol .postDate span {
	font-size:80%;
	font-weight:bold;
}
.rightCol .offers a {
	display:block;
	width:234px;
	height:142px;
	background:url('../images/offer.jpg') no-repeat 0 0;
	text-indent:-9999px;
	margin:0 auto;
}
.rightCol .offers a:hover { background-position:0 -144px; }

/**
 * Right column contact
 */
.rightCol .mail,
.rightCol .contact {
	font-size:160%;
	letter-spacing:-1px;
	margin:0 0 6px 0;
}
.rightCol form img {
	float:left;
	margin:0 8px 0 0;
}
.rightCol .contact { clear:both; }
.rightCol form label {
	display:block;
	width:100px;
	float:left;
}
.rightCol form div { margin:6px 0; }
.rightCol .inputText {
	border:none;
	font-size:100%;
	width:190px;
	height:14px;
	padding:10px 7px;
	background:url('../images/txtbox.png') no-repeat 0 0;
}
.rightCol .inputText:focus { background-position:0 -34px; }
.rightCol .inputArea {
	width:300px;
	max-width:300px;
	height:150px;
	max-height:200px;
	padding:6px;
	font:100% Tahoma, Geneva, sans-serif;
	border:2px solid #db1a46;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.rightCol .inputSelect {
	font:100% Tahoma, Geneva, sans-serif;
	border:2px solid #db1a46;
	width:200px;
	padding:4px;
}
.rightCol #selectBox,
.rightCol #selectBox div {
	width:198px;
}
.rightCol #selectBox {
	background:#fff;
	border:2px solid #db1a46;
	margin:0 0 0 103px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	z-index:99;
	position:relative;
}
.rightCol #selectBox div {
	position:absolute;
	background:#fff;
	border:2px solid #db1a46;
	margin:0 0 0 -2px;
} 
.rightCol #selectBox div a:hover {
	background:#dc6681;
	color:#fff;
}
.rightCol #selectBox span a {
	display:block;
	background:url('../images/arrow.png') no-repeat 185px 50%;
	z-index:100;
	position:relative;
}
.rightCol #selectBox a {
	display:block;
	color:#000;
	padding:4px 6px;
	margin:0;
}
.rightCol .inputArea, .rightCol .inputSelect {
	margin:0 0 0 3px;	
}
.rightCol .inputBtn {
	margin:0 0 0 102px;
	background:url('../images/submit-btn.png') no-repeat 0 0;
	text-indent:-9999px;
	width:82px;
	height:31px;
	border:none;
	display:block;
	line-height:0;
}
.rightCol .inputBtn:active {
	background-position:0 -31px;
}

.footer {
	background:url('../images/bar.png') no-repeat 0 0;
	margin:12px 0 0 0;
	padding:10px 0;
	font-size:90%;
	text-indent:10px;
}

#ticket-flash-container
{
	background: url(../images/ticket-balloon.png) 0 0 no-repeat;
	position: fixed;
    bottom: -150px;
    left: 50%;
    margin-left: -227px;
    width: 454px;
	height: 142px;
}

#ticket-flash
{
	color: #fff;
	display: block;
    font-size: 1.2em;
	text-shadow: 1px 1px #7D2822;
	padding: 60px 0 0;
	width: 454px;
    height: 82px;
	position: relative;
}
#ticket-flash:hover { text-decoration: none; }
#ticket-flash span
{
	display: block;
	text-align: center;
	margin-left: 160px;
	width: 240px;
}

#ticket-flash #ticket-flash-close
{
	font-size: .8em;
	position: absolute;
	top: 24px;
	right: 24px;
	width: auto;
	margin: 0;
}

.g-recaptcha {
	padding:10px 7px;
	width:190px;
}

/**
 * Util classes
 */
.bold { font-weight:bold; }
.special {
	color:#fc0;
	font-weight:bold;
}
