@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/images/curtainTop.jpg);
	background-repeat:repeat-x;
	margin:0;
}
body, html {
	height:100%;
}
body, input, select, option, submit, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
/* IE 6 PNG fix */
img, div, td { behavior: url(iepngfix.htc) }
img {
	border:0;
}
a {
	outline:0;
}
a:link, a:active, a:visited {
	color:#db4101;
}
a:hover {
	color:#f5a700;
}
h1 {
	margin:0 0 5px;
	padding:0;
}
h2 {
	font-weight:bold;
	font-size:13px;
	color:#db4101;
	margin:0 0 15px;
	padding:0;
}

#curtainLeft {
	position:absolute;
	margin-top:-80px;
}
#curtainRight {
	position:absolute;
	right:0;
	margin-top:-80px;
}
#bottomLeft {
	position:fixed;
	bottom:0;
	z-index:-100;
}

#wrapper {
	width:640px;
	margin:80px auto 0;
	background-image:url(/images/trylleklovnen-holger.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#wrapper-minimal {
	width:640px;
	margin:80px auto 0;
}
.content {
	padding-left:12px;
}
#statementsWrapper {
	margin:25px 0;
}
.quoteStart {
	width:35px;
	background-image:url(/images/quoteStart.png);
	background-repeat:no-repeat;
}
.quoteEnd {
	width:35px;
	background-image:url(/images/quoteEnd.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.quote {
	color:#df5201;
	font-size:18px;
	font-style:italic;
}
.quote-author {
	font-size: 14px;
}
ul {
	margin:0px;
	padding:0 0 0 20px;
}
li {
	list-style-image:url(/images/bullet.png);
	margin:0;
}

#bottom {
	margin: 20px 0;
}
.bookingLine {
	font-size:17px;
}
.yellow {
	color:#f5a700;
}
.attention {
	font-family:'Arial Black', Gadget, sans-serif;text-transform:uppercase;
}
.red {
	color:#db4101;
}
