/*
 *   This file contains arbitrary styles that are only related to this particular application
 */

 .ul_guided_tour
 {
    list-style-type: none;

    margin: 0px;
    padding-left: 0px;
    margin-top: 13px;
    display: inline;

 }

  .li_guided_tour
 {
    padding-bottom: 4px;
    margin-top: 4px;
    margin-left: 0px;
    padding-left: 0px;
    list-style-position: inside;
 }

a.guide_tour_link
{
    color: #961515;
    font-size: 10pt;
}

a.guide_tour_link:hover
{
    text-decoration: none;
}

.color_1{ color: #000000; }
.color_2{ color: #FF0000; }
.color_3{ color: #5B0000; }

.cal {
	padding-top: 10px;
	padding-right: 4px;
}

.cal_left {
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 18px;
}
.cal_visual {
	position: absolute;
	top: 10px;
	left: 453px;
	z-index: 0;
}
.full_row_frontpage {
    width: 625px;
    position: relative;
    float: left;
    display: block;
	background: url(/resources/images/custom/bg_stage.jpg) no-repeat fixed 200px bottom;
	
}
.contact_visual {
	position: absolute;
	top: 10px;
	left: 453px;
	z-index: 1;
}
.order_button a {
	position: absolute;
	top: 550px;
	left: 490px;
	z-index: 2;
	padding: 10px;
	border: 1px dotted #ff0000;
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
}
.order_button a:hover{
		background-color: #FF0000;
		color: #fff;
}
.schmal
{
    padding-top: 10px;
    padding-bottom: 7px;
	padding-left: 18px;
    padding-right: 18px;
	margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3em;
    width: 430px;
}

.button a {
	position: absolute;
	z-index: 2;
	padding: 10px;
	border: 1px dotted #ff0000;
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
	left: 18px;
}
.button a:hover{
		background-color: #FF0000;
		color: #fff;
}
td {
	font-family: arial, sans-serif;
    font-size: 10pt;
    color: #FFF;

}