html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
	background: url(../img/background-tile.jpg) 0 0 repeat;
    background-attachment: fixed;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 16px;
	margin: 0;
	padding: 0;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #c00;
}

a.more-link {
	color: #c00;
	text-decoration: none;
}

a.more-link:hover {
	text-decoration: underline;
}

p {
    margin: 1em 0
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

h3 {
	color: #c00;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2em;
}

td, th {
    padding: 0;
}

strong {
    font-weight: bold;
}

i {
	font-style: italic;
}

.found {
	font-size: 10px;
	color: #ccc;
	margin-top: 15px;
}

.intro {
	font-size: 14px;
}

.date {
	font-size: 10px;
}
	
.content {
    left: 100px;
    padding: 0 0 80px 0;
    position: absolute;
    top: 418px;
    width: 480px;
}

.schaulager-logo {
    left: 100px;
    position: absolute;
    top: 20px;
}


/* ---------- Header ---------- */

.header {
    left: 100px;
    position: absolute;
    top: 58px;
    width: 480px;
}

.header-title {
    display: block;
    margin-bottom: 6px;
}


/* ---------- Background Image ---------- */

.background-image {
	min-width: 1024px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}


/* ---------- Language Navigation ---------- */

.langnav {
    height: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.langnav li {
    float: right;
}

.langnav li a {
    background-image: url(../img/langnav.png);
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    text-indent: -9999px;
}

.langnav-de {
    background-position: 0 0;
    width: 63px;
}

.langnav-de:hover {
    background-position: -63px 0;
}

.langnav-en {
    background-position: 0 -12px;
    width: 60px;
}

.langnav-en:hover {
    background-position: -63px -12px;
}

.language-de .langnav-de,
.language-en .langnav-en {
    display: none;
}

.langnav li a.sitenav {
	background: transparent url('../img/sitenav.png') 0 0 no-repeat;
    display: block;
	height: 12px;
	margin: 1px 24px 0 0;
    text-indent: -9999px;
	width: 168px;
}

.langnav li a.sitenav:hover {
	background-position: -168px 0;
}


/* ---------- Main Navigation ---------- */

.mainnav {
    height: 31px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainnav li {
    float: left;
    margin-right: 6px;
}

.mainnav li a {
    background-image: url(../img/mainnav.png);
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    text-indent: -9999px;
    width: 152px;
}

.mainnav-tours {
    background-position: 0 0;
}

.mainnav-tours:hover,
.section-tours .mainnav-tours {
    background-position: -152px 0;
}

.mainnav-media {
    background-position: 0 -31px;
}

.mainnav-media:hover,
.section-media .mainnav-media {
    background-position: -152px -31px;
}


/* ---------- Misc ---------- */

.textbox {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 60px;
    padding-bottom: 20px;
    width: 400px;
}

.button {
    background: transparent url(../img/buttons.png) 0 0 no-repeat;
    border: 0;
    height: 31px;
    text-indent: -9999px;
    width: 152px;
}

.language-de .send-button {
    background-position: 0 0;
}

.language-de .send-button:hover {
    background-position: -152px 0;
}

.language-en .send-button {
    background-position: 0 -31px;
}

.language-en .send-button:hover {
    background-position: -152px -31px;
}

.noway {
    display: none;
}


/* ---------- HOMEPAGE ---------- */

.textbox-home {
    font-size: 12px;
    padding: 12px 20px 22px 20px;
    width: 440px;
}


/* ---------- MEDIA ---------- */

.textbox-media {
	font-size: 12px;
    padding: 12px 20px 22px 20px;
    width: 440px;
}

.pdf-download-link {
	background: transparent url('../img/pdf-icon.gif') 0 2px no-repeat;
	line-height: 24px;
	padding: 4px 0 4px 24px;
}

.film-download-link {
	background: transparent url('../img/film-icon.jpg') 0 2px no-repeat;
	line-height: 24px;
	padding: 4px 0 4px 24px;
}

.image-download-wrapper {
	margin: 36px 0 20px -12px;
}

.image-download {
	float: left;
	margin: 0 0 20px 12px;
	width: 101px;
}

.image-download-link {
	background: transparent url('../img/download-pfeil.gif') 0 2px no-repeat;
	display: block;
	padding-left: 17px;
	text-decoration: none;
	width: 101px;
}

.image-download-link:hover {
	text-decoration: undeline;
}


/* ---------- Guided Tours ---------- */

.textbox-tours {
    font-weight: bold;
}

.textbox-tours-disclaimer,
.textbox-tours-errors {
    color: #c00;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-right: 70px;
    width: 390px;
}

.textbox-tours-confirmation {
    color: #c00;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 40px;
}

.form-table {
    margin: 15px 0;
}

.form-table th {
    background-color: #c00;
    border-bottom: 1px solid #c00;
    color: #fff;
    font-size: 12px;
    height: 19px;
    padding: 2px 13px 0;
    text-align: left;
    width: 126px;
}

.form-table td {
    background-color: #fff;
    border-bottom: 1px solid #56575a;
    color: #000;
    padding: 0 5px;
    width: 318px;
}

.form-table-first th {
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}

.form-table-first td {
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}

.form-table-last th {
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}

.form-table-last td {
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.form-table .textfield {
    border: 0;
    height: 21px;
    margin: 0;
    padding: 0;
    width: 318px;
}

.form-table .textfield-day,
.form-table .textfield-time {
    width: 80px;
}

.form-table td label {
    color: #c00;
    font-size: 12px;
    font-weight: bold;
}

.form-day-label {
    padding: 0 12px 0 8px;
}

.form-time-label {
    padding: 0 12px;
}

.form-message {
    border: 0;
    margin: 3px 0 0 0;
    padding: 0;
    width: 460px;
}

