html, body {
	height: 100%;
	max-height: 100%;
}

body {
	font: normal 72.5%/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	background: #411100 url('images/background-tile.jpg') repeat bottom left;
}


/************************************
 * Styles
 *
 ************************************/

.centered { text-align: center; }

/************************************
 * Basic elements
 *
 ************************************/

p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #b71e2d;
}

a:focus {
	outline: none;
}

a:visited {
	color: #766;
}

a:hover, a:active {
	color: #e72e41;
	text-decoration: underline;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3 {
	margin: 0 0 1.2em 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	line-height: normal;
}
h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
}

h2 img {
	vertical-align: top;
	margin-left: 1em;
}

h3 {
	font-size: 110%;
	margin-bottom: 0.2em;
}

address {
}
	
address a:link, address a:visited, address a:active {
}

address a:hover {
}

sub {
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
    font-size: smaller;
}
   
sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    font-size: smaller;
}

ul {
	list-style-image: url('images/list-star.gif');
	margin: 0 0 1.4em 0;
	padding: 0;
}

li {
	margin-left:24px;
}

/************************************
 * Layout
 *
 ************************************/


#page {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 996px;
	height: 100%;
	min-width: 996px;
}


#content-header {
	padding: 0;
	margin: 0;
	background: transparent url('images/content-header.png') no-repeat bottom center;
	height: 231px;
	clear: both;
	position: relative;
}

#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#navigation div {
	position: relative;
}


#subnavigation {
	position: relative;
	height: 2em;
	clear: both;
	padding: 0.2em 0 0.6em 0;
}

#container {
	padding: 0;
	width: 996px;
	margin: 0px auto;
	clear: both;
	background: transparent url('images/container-background-1px.png') repeat-y top left;
}

#content-wrapper {
	width: 882px;
	margin: 0 auto;
	clear: both;
}
	
	
#content {
	margin: 0px auto;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 0 10px 80px 10px;
}

	
.colmask {
	clear: both;
	float: left;
	width: 100%;				/* width of page */
	overflow: hidden;
}

.colright, .colmid, .colleft {
	float: left;
	width: 100%;				/* width of page */
	position: relative;
}

.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: 0 0 1.6em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

.col1 {
	background: #e7e0c0 url('images/content-background.gif') repeat-x bottom left;
}

.threecol {
}

.threecol .colmid {
	right:25%;				/* width of the right column */
}

.threecol .colleft {
	right:50%;				/* width of the middle column */
}

.threecol .col1 {
	width:50%;				/* width of center column content (column width minus padding on either side) */
	left:100%;				/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:27%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:81%;				/* Please make note of the brackets here:
  							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

#content-bottom {
	padding: 0;
	margin: 0;
	background: transparent url('images/content-bottom.png') no-repeat top center;
	height: 65px;
	clear: both;
	padding-bottom: 60px;
}


#footer {
	background: transparent url('images/footer-crowd.png') no-repeat bottom left;
	bottom: 0;
	left: 0;
	height: 136px;
	clear: both;
	width: 100%;
	text-align: left;
	display: none;
}

html>body #footer {
	position: fixed;
	bottom: 0;
	z-index: 10; /* Prevent certain problems with form controls */
}

/************************************ 
 * Forms
 *
 ************************************/
	
form {
	display: inline;
}

label {
	margin: 0.6em 0 0.2em 0;
	display: block;
}

span.required {
	color: #f00;
}

input, textarea {
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: auto;
}

input.inputField {
	display: block;
	margin: 0.2em 0 1em 0;
	width: 18em;
}

input.button {
	background-color: #f7f7f7;
}

select {
	/*display: block;*/
	margin: 0 0 0.4em 0;
}

input.hidden {
	display: none;
}

input#aihe, textarea#viesti {
	width: 400px;
}

input#mailingListEmail {
	width: 150px;
	margin: 0 0 0 0;
	float: left;
}

input#mailingListSubmit {
	width: 16px;
	float: right;
	margin-right: 4px;
	margin-top: 3px;
}

/************************************ 
 * Finetuned specific elements
 *
 ************************************/

.col1 h1 {
	color: white;
	text-align: center;
	padding: 0.4em 0.5em;
	margin-bottom: 0.8em;
	background: #411111 url('images/h1-background.jpg') repeat-x top left;
	border-bottom: 1px solid #333;
}

#content h2, #content h3 {
	padding: 0 0.6em 0 0;
	margin: 1em 0 0.4em 0;
}

#content p {
	margin: 0 0 1.4em 0;
}

#content p.marginless {
	margin: 0;
}

#content img {
	margin: 0.2em 1em 1em 0;
}

#content table {
	border-collapse: collapse;
}

#content th {
	text-align: left;
	font-weight: normal;
}

#content td {
	vertical-align: top;
	padding: 1px;
	text-align: left;
}

#content td p {
	margin: 0;
	padding: 0;
}

.box-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ul {
	padding-right: 1em;
}

.box-content p a#toggleCrowd, .box-content p a#toggleCrowdEng {
	cursor: pointer;
	text-decoration: none;
}

.box-content p a#toggleCrowd img {
	margin-bottom: 0.4em;
}
	


/************************************ 
 * Sidebar boxes
 *
 ************************************/

.box {
	width: 100%;
	padding-bottom: 0.8em;
	background-color: white;
	clear: both;
}

.box-heading {
	color: #411111;
	font-weight: bold;
	padding: 4px;
	font-size: 125%;
	border-bottom: 1px solid #ccc;
	background: #f6f1d5 url('images/box-heading-background.jpg') repeat-x top left;
}

.box h2 {
	margin-bottom: 0;
	line-height: 1em;
}

.box-content {
	display: block; 
	min-height: 2em;
	height: auto !important;
	height: 2em;
	padding: 0.6em 2px 0.6em 2px;
}

.box-footer {
}



/************************************ 
 * News
 *
 ************************************/

div.shortNewsEntry {
}


dl.news dt {
	float: left;
	width: 37%;
	margin-right: 1%;
	padding: 0;
	text-align: left;
}

dl.news dd {
	float: right;
	width: 61%;
	margin: 0;
	padding: 0;
}

/************************************ 
 * Events
 *
 ************************************/

dl {
	width: 100%;
	margin: 0;
	padding: 2px 0;
	clear: both;
	display: block;
}

dt {
	float: left;
	width: 36%;
	margin-right: 2px;
	padding: 0;
	text-align: right;
}

dd {
	float: right;
	width: 62%;
	margin: 0;
	padding: 0;
}

#content table {
	margin: 0 0 1.4em 0;
	border-collapse: collapse;	
}

#content table.program {
	width: 420px;
} 

#content table.program td {
	padding: 0.1em 8px 0.1em 0px;
	line-height: 1.3em;
}

#content table.program td.date {
	text-align: right;
	padding-right: 8px;
	width: 5em;
}

#content table.program td.name {
	width: 180px;
}

#content table.program td.tickets {
	width: 6em;
}

#content table.program td.start {
}
#content table.program td.presales {
	margin: 0;
	padding: 1px;
	border: 0;
	width: 16px;
	text-align: center;
}

#content table.program td.presales img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

#content p.programInfo {
	line-height: 1.4em;
	text-align: center;
}

#content p.programInfo img {
	padding: 0.4em 0 0.8em 0;
	border: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

div.singleEvent {
	margin-top: 0.6em;
}

/************************************ 
 * Netstore
 *
 ************************************/

#content div.product {
	margin: 0 0 1.6em 12px;
	padding: 0 1em 0 0;
	clear: both;
	position: relative;
}

#content div.product span.big {
	font-size: 150%;
	line-height: 200%;
	font-weight: bold;
}

#content div.product p {
	margin: 0 0 0.4em 0;
	padding: 0;
}

#content div.product img {
	background-color: white;
	padding: 10px;
	float: left;
	margin: 0 1.6em 0 0;
	border-right: 1px solid #411111;
	border-bottom: 1px solid #411111;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

#content div.product label {
	display: inline;
	padding-top: 0.4em;
}

#content div.product input.image {
	margin-top: 3px;
}


/************************************ 
 * Fixes and special cases
 *
 ************************************/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block;}
/* End hide from IE Mac */

.hidden {
	display: none;
} 
 
 