﻿.rslides {
    margin: 0px auto 0px auto !important;
}

/*#region GENERAL */
body
{
    margin-right: 0px;
    line-height: 20px;
    margin-left: 0px;
	font-family: Verdana, 'Lucida Sans', Tahoma;
	font-size: 14px;
}
a
{
	text-decoration: none;
    cursor: pointer;
	color: Black;
}
h1 {
    margin-top: 0px;
    font-size: 20px;
    color: Black;
}
h2 {
    margin-top: 0px;
    font-size: 18px;
    color: Black;
}
h3 {
    margin-top: 0px;
    font-size: 16px;
    color: Black;
}
.ShopTableSeatingGroup .Title {
    font-weight: 700;
}
#ui-datepicker-div {
    z-index: 2 !important;
}
.ui-datepicker-trigger {
    vertical-align: middle;
    padding-left: 10px;
}
.ui-datepicker-calendar .Full {
}
.Full .ui-state-default, .ui-widget-content .Full .ui-state-default, .ui-widget-header .Full .ui-state-default
{
    background: none;
    background-color: #f19b7a;
    color: black;
}
.Free .ui-state-default, .ui-widget-content .Free .ui-state-default, .ui-widget-header .Free .ui-state-default
{
    background: none;
    background-color: #97b77f;
    color: black;
}
.Free .ui-state-default.ui-state-active, .Full .ui-state-default.ui-state-active {
    border: 1px solid black;
}
/*#endregion */

/*#region BODY */
.DarkBody {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat;
    /* background-image: url(../../../Images/Patterns/black-felt.png); */
    background-color: #0d0d0d;
    background-size: auto;
    margin-right: 1px;
    margin-top: 0px;
    color: Black;
}
.DarkBodyFrontpage {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat;
    /* background-image: url(../../../Images/Patterns/black-felt.png); */
    background-color: black;
    background-size: auto;
    margin-right: 1px;
    margin-top: 0px;
    color: Black;
}
@-moz-document url-prefix() {
	.DarkBody, .DarkBodyFrontpage {
		margin-right: 0px;
	}
}
.Button.Main {
    background-color: #c3032a;
    color: white;
}
.Button.Main.Green {
    background-color: #3DB503;
}
/*#endregion */

/*#region COLUMNS */
.ColumnRight .Box {
	max-width: 409px;
	background-color: white;
}
.ColumnRight .Box.Border {
	border: 1px solid #c3032a;
}
.ColumnRight .Box img {
	vertical-align: bottom;
	max-width: 100%;
	width: 409px;
}
.ColumnRight .Box.Border img {
	width: 407px;
}
.ColumnRight .BoxSpacer {
	height: 15px;
}
.ColumnRight .Box .Title {
	font-weight: normal;
	font-size: 17px;
	padding: 23px 0px 0px 33px;
	height: 51px;
	color: black;
}
.ColumnRight .Box .Text {
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	padding: 23px 0px 0px 0px;
	height: 147px;
	color: black;
}
.ColumnRight .BoxIframe {
	max-width: 100%;
	height: 204px;
	width: 409px;
}
.ColumnRight .BoxIframe.h205 {
	height: 205px;
}
/*#endregion*/

/*#region ARTICLE */
.Article ul {
    margin: 0px;
}
.Article {
    line-height: 20px;
}
.Article img {
    border: 1px solid #454545;
}
/*#endregion */

/*#region ADDRESS */
.FrontpageAddress .Tel {
    font-style: italic;
    color: black;
}
.FrontpageAddress .Mail {
    color: black;
}
.Address, .AddressShop {
    text-align: center;
    background-color: Black;
    margin-right: auto;
    margin-left: auto; 
    width: 1140px; 
}
.Address {
    padding-bottom: 10px;
}
.AddressShop {
    padding-bottom: 70px;
}
/*#endregion */

.FrontpageLogin {
    margin-bottom: 16px;
	padding: 0px;
    border: 0px solid #454545;
}
.FrontpageLogin .LogOn {
    padding-bottom: 0px !important;
}
.InputText {
    /* font-family: Verdana, 'Lucida Sans', Tahoma; */
    font-size: 14px;
    color: #7f7f7f;
}
/*
.Title {
    line-height: 24px;
    font-size: 24px;
    color: #555349;
}
*/
.Text, .BlackText, .BlackBoldText, .BoldText, .Validator, .PageTitle {
    /* font-family: Verdana, 'Lucida Sans', Tahoma; */
    font-size: 14px;
}
.BoldText {
    font-weight: bold;
}
.LargeBlackText {
    /* font-family: Verdana, 'Lucida Sans', Tahoma; */
    font-size: 16px;
    color: Black;
}
.LargeText {
    /* font-family: Verdana, 'Lucida Sans', Tahoma; */
    font-size: 16px;
}
.Button:disabled
{
	color: #bbb;
}
.PageTitle
{
	font-size: 16px;
}
.Text, .SmallText
{
	color: #111111;
}
.SmallText
{
	font-size: 10px;
}
A.SmallText:hover
{
	text-decoration: underline;
	cursor: pointer;
}
A.Text, A.BlackText
{
	text-decoration: none;
}
.BlackText
{
	color: Black;
}
.WhiteBoldText
{
	font-weight: bold;
	color: Black;
}
.RedText {
    color: red;
}
.RedBoldText {
    font-weight: bold;
    color: red;
}
.Validator
{
    font-weight: bold;
	color: Red;
}
.HiddenSpinner
{
	display: none;
}
.HeaderStyle
{
	background-color: #c3032a;
	color: White;
}

.GiftcardAmount {
    height: 18px;
    width: 100%;
}
.GiftcardAmount[disabled] {
    color: gray;
}
.LogOnTable .Greetings {
    width: 100%;
}

.Carousel {
    display: none;
}