
html, body {
	height: 100%;
	width: 100%;
}

body {
	padding:0px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

.underline_hover a:hover {
    text-decoration: underline;
}

/* Aligns*/
.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

/* Paddings and Margins*/
.block {
	display: block;
}

/* Heights */
.height26 {
	height: 26px;
}

.height90 {
	height: 90px;
}

.height245 {
	height: 245px;
}

.height315 {
	height: 315px;
}

.height470 {
	height: 470px;
}
/* Colors */
.font_white {
	color: #ffffff;
}

.font_black {
    color: #000000;
}

.white {
	background-color: #ffffff;
}

.black {
	background-color: #000000;
}

/* Fonts */

.bold {
	font-weight: bold;
}

/* Scrollbar */
.scrollbar {
    scrollbar-base-color: #202020;
    scrollbar-darkshadow-color: #202020;
    scrollbar-shadow-color: #454444;
    scrollbar-track-color: #454444;
}

.action_center {
    margin-top: expression((document.body.clientHeight > 649)? 50 : 2);
}
/* Header: START */
.flag_ducth {
	display: inline;
	float: right;
	margin: 12px 6px 0px 0px;
}

.flag_english {
	display: inline;
	float: right;
	margin: 12px 11px 0px 0px;
}

.flag_separator {
	display: inline;
	float: right;
	color: #FFE11E;
	margin: 9px 15px 0px 0px;
}

.contact_button {
	display: inline;
	float: right;
	margin: 14px 17px 0px 0px;
}

.home_button {
	display: inline;
	float: right;
	margin: 12px 12px 0px 0px;
}

.border_black img{
	border: 2px solid #000000;
}

.border_yellow img{
	border: 2px solid #FFE11E;
}

/* Header: END */

/* Front page: START */
.front_content {
	display: inline;
	float: left;
	width: 390px;
	height: 322px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Front page: END */

/* Content page: START */
.logo_content {
	margin: 21px 0px 0px 0px;
}

.content_content {
	width: 450px;
	height: 300px;
	color: #ffffff;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 115px 0px 0px 20px;
	padding: 0px 5px 0px 0px;
}

.content_menu_section {
	display: inline;
	float: left;
	margin: 20px 0px 0px 20px;
}

.festivaldi_menu_title {
	font-family: Comic Sans MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	width: 115px;
	margin: 13px 0px 0px 55px;
	text-decoration: none;
	color: #D3150B;
	text-align: center;
}

.festivaldi_menu_item1 {
	width: 174px;
	height: 188px;
	color: #ffffff;
	background-image: url(../images/menu-level1-1.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 195px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.festivaldi_menu_item2 {
	width: 174px;
	height: 188px;
	color: #ffffff;
	background-image: url(../images/menu-level1-2.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 195px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.festivaldi_menu_item3 {
	width: 174px;
	height: 188px;
	color: #ffffff;
	background-image: url(../images/menu-level1-3.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 195px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.content_back_button {
	display: inline;
	float: left;
	margin: 43px 0px 0px 52px;
	vertical-align: top;
}

.content_back_button1 {
	width: 100px;
	height: 10px;
	display: inline;
	float: left;
	margin: 45px 0px 0px 0px;
}

.content_back_button1 a {
	color: #FFDC00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* Content page: END */

/* Footer : START */
.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFE11E;
	margin: 9px 0px 0px 3px;
}

.copyrights a {
	color: #FFE11E;
}

.copyrights a:hover {
	text-decoration: underline;
}

.powered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFE11E;
	margin: 3px 3px 0px 0px;
}

.powered a {
	color: #FFE11E;
}
/* Footer: END */
