/* CSS FALCH START */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #333333;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	/*height: 100%;
	min-height: 100%;*/
}

body {
	background: #FFFFFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}


/* Basic Layout */

#page-area {
	width: 990px;
	background-color: #1F2B37;
	margin: auto;
	text-align: left;
	padding-top: 25px;
}

#top-area {
	overflow: hidden;
}

/* MENU BASIC */
#MENU-BASIC {
	float: right;
	margin-right: 143px;
	overflow: hidden;
}
#MENU-BASIC ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	border-right: 1px solid #555E67;
}
#MENU-BASIC li {
	list-style-type: none;
	float: left;
	margin: 0;
}
#MENU-BASIC a {
	border-left: 1px solid #555E67;
	border-top: 1px solid #555E67;
	display: block;
	text-decoration: none;
	color: #B2B3C3;
	text-transform: lowercase;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 5px;
}
#MENU-BASIC a:hover {
	color: #FFFFFF;
	background-color: #484A6F;
}
#MENU-BASIC a.active {

}

/* SEARCH */
#SEARCH {
	float: left;
	border-right: 1px solid #555E67;
	border-top: 1px solid #555E67;
	line-height: 1.8em;
	padding: 0 5px;
	color: #B2B3C3;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 1.1em;
}
/* search box */
.tx-macinasearchbox-pi1 .searchbox_input {
	border: 1px solid #FFF;
	background-color: #FFF;
	width: 90px;
	/*height: 14px;*/
}
.tx-macinasearchbox-pi1 .searchbox_submit {
	border: none;
	background: none;
	color: #B2B3C3;
	cursor: pointer;
	padding: 0;
	margin-top: 0;
	height: 14px;
}


/* MENU LANGAUAGE */
#MENU-LANGUAGE {
	float: right;
	background-color: #605597;
	width: 123px;
	padding: 5px 10px;
	height: 258px;
}
#MENU-LANGUAGE a {
	display: block;
	margin-top: 5px;
	border: 1px solid #948EBA;
	text-decoration: none;
	color: #B2B3C3;
	text-transform: lowercase;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 5px;
}
#MENU-LANGUAGE a:hover {
	color: #FFF;
	background-color: #484A6F;
}
#MENU-LANGUAGE a img {
    border: none;
    float: right;
    margin-top: 4px;
}


#banner-left-part {
	float: left;
}


/* MENU MAIN START */
#MENU-MAIN {
	height: 268px;
	width: 917px;
	float: left;
	background-color: #605597;
	background-image: url(../pics/falch-bg-start-menu-borders.gif);
	background-repeat: no-repeat;
	background-position: 0 105px;
}

#MENU-MAIN li {
	list-style-type: none;
	float: left;
	margin: 0;
}
#MENU-MAIN li img {
	border-bottom:1px solid #867FB2;
	border-left:1px solid #cac6e5;
	border-top:1px solid #cac6e5;
}
#MENU-MAIN li a {
	display: block;
}
#MENU-MAIN .menu-main-title {
	height: 27px;
	display: block;
	background-color: #605597;
	width: 128px;
	border-left: 1px solid #867FB2;
}
#MENU-MAIN .menu-main-title a {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #C3B8D8;
	padding: 3px 4px 0 7px;
}
#MENU-MAIN .menu-main-title a:hover {
	color: #FFF;
}

/* level 2 */
#MENU-MAIN ul ul {
	padding-top: 2px;
}
#MENU-MAIN li li {
	display: block;
	border: none;
	float: none;
	background: none;
}
#MENU-MAIN li li a {
	font-size: 1.1em;
	color: #B2B3C3;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 20px;
	padding-left: 7px;
}
#MENU-MAIN li li a:hover {
	color: #FFF;
	background-color:#484A6F;
}

/* Start Footer */

#start-footer {
	clear: both;
	padding-left: 73px;
	overflow: hidden;
}
#INFO-TEXT {
	float: left;
	width: 480px;
	min-height: 126px;
	padding: 10px 30px 10px 5px;
	border-left: 1px solid #37414b;
	border-right: 1px solid #37414b;
	font-weight: bold;
	color: #5E707A;
	font-size: 1.5em;
}
#INFO-TEXT p {
	color: #5E707A;
}
#ADDRESS {
	margin: 95px 0 0 35px;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
}
#ADDRESS p {
	color: #8A8999;
}
#ADDRESS a {
	text-decoration: none;
	color: #8A8999;
}
#ADDRESS a:hover {
	text-decoration: underline;
}