﻿/* CSS for the Style */
body 
{
	background-color : #000000;
	color            : #666666;
	font-family      : Arial, Verdana, sans-serif;
	font-size        : 12px;
}

.address
{
	color          : #6a6e6f;
	font-family    : Arial, Verdana, sans-serif;
	font-size      : 12px;
	line-height    : 15px;
	text-transform : uppercase;
	font-weight    : bold;
}

h2
{
	color       : #6a6e6f;
	font-family : Arial, Verdana, sans-serif;
	font-size   : 14px;
	line-height : 17px;
	font-weight : normal;
}

.content
{
	color       : #6a6e6f;
	font-family : Arial, Verdana, sans-serif;
	font-size   : 14px;
	font-weight : normal;
	line-height : 17px;
}

.content_subtitle
{
	color       : #6a6e6f;
	font-family : Arial, Verdana, sans-serif;
	font-size   : 14px;
	font-style  : italic;
}

.content_title
{
	color          : #6a6e6f;
	font-family    : Arial, Verdana, sans-serif;
	font-size      : 28px;
	letter-spacing : -1px;
	font-weight    : bold;
	line-height    : 30px;
	text-transform : uppercase;
}

.mandatory_field
{
	color         : #6a6e6f;
	font-size     : 9px;
	padding-right : 58px;
}

.hidden_div
{
	display    : none;
	visibility : hidden;
}

.nav_item
{
	background-color : #FFFFFF;
	color            : #6a6e6f;
	margin-top       : 10px;
	padding-left     : 15px;
	padding-right    : 15px;
	padding-top      : 2px;
	padding-bottom   : 2px;
	text-transform   : uppercase;
}

.nav_item_selected
{
	background-color : #dcd458;
	color            : #6a6e6f;
	margin-top       : 10px;
	padding-left     : 15px;
	padding-right    : 15px;
	padding-top      : 2px;
	padding-bottom   : 2px;
	text-transform   : uppercase;
}

.btn_form
{
	background-color : #dcd458;
	color            : #000000;
	padding-left     : 150px;
	padding-right    : 153px;
	font-weight      : bold;
	text-transform   : uppercase;
}

.opening_hours
{
	color       : #6a6e6f;
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 14px;
	font-weight : bold;
}

h1
{
	color          : #FFFFFF;
	font-family    : Arial, Verdana, sans-serif;
	font-size      : 49px;
	font-weight    : bold;
	letter-spacing : 1px;
	line-height    : 48px;
	text-transform : uppercase;
}

.align_right
{
	text-align : right;
}

.uppercase_content
{
	color          : #6a6e6f;
	font-family    : Arial, Verdana, sans-serif;
	font-size      : 12px;
	text-transform : uppercase;
}

.error
{
	color       : #FF0000;
	font-weight : bold;
}

.form_text
{
	font-size : 11px;
	width     : 180px;
	height    : 15px;
	border    : 1px solid #dcd458;
}

.form_combobox
{
	border-color     : #dcd458;
	background-color : #ffffff;
	font-size        : 11px;
	height           : 19px;
}

/* CSS for the Link */
a:active, a:hover, a:link, a:visited
{
	color           : #7b7b7b;
	font-family     : Arial, Verdana, sans-serif;
	font-size       : 12px;
	text-decoration : none;
}
