/* -------------------------------------
GENERAL ITEMS
------------------------------------- */
body{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
h1{
	font-family: "Arial Narrow";
	font-size: 22px;
	color: #748E4F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2{
	font-family: "Arial Narrow";
	font-size: 22px;
	color: #748E4F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* -------------------------------------
PAGE BLOCKS
------------------------------------- */
#BLOCK-page{
	width: 964px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	padding: 13px;
}
#BLOCK-topmenu{
	background-image: url(/images/topmenu/background.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#BLOCK-header{
	margin-top: 10px;
}
#BLOCK-content-header{
	margin-top: 10px;
	margin-bottom: 10px;
}
#BLOCK-spalstext{
	font-family: Verdana;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
#BLOCK-menu{
	margin-top: 5px;
	margin-bottom: 5px;
}
#BLOCK-content{
	background-color: #ECECEC;
	padding: 10px;
}
#BLOCK-footer{
	background-image: url(/images/general/footer-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 8px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 13px;
	padding-right: 8px;
	padding-bottom: 13px;
	padding-left: 8px;
}
#BLOCK-footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#BLOCK-footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#BLOCK-footer a:hover{
	color: #A2BE56;
	text-decoration: none;
}


/* -------------------------------------
SEARCH BOX
------------------------------------- */
.SEARCHBOX-bg{
	background-color: #B6CC7B;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.SEARCHBOX-image{
	margin-bottom: 5px;
}
.SEARCHBOX-text{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 4px;
}
.SEARCHBOX-textfield{
	background-color: #ECF0DE;
	border: 1px solid #748E4F;
	font-family: Verdana;
	font-size: 12px;
	padding: 1px;
	width: 220px;
	margin-bottom: 5px;
}
.SEARCHBOX-dropdown{
	background-color: #ECF0DE;
	border: 1px solid #748E4F;
	font-family: Arial;
	font-size: 12px;
	padding: 1px;
	width: 220px;
}
.SEARCHBOX-button{
	margin-top: 5px;
	position: relative;
	left: 130px;
	width: 110px;
}


/* -------------------------------------
CONTENT AREAS
------------------------------------- */
.CONTENT-home{
	padding: 10px;
}


/* -------------------------------------
SEARCH RESULT
------------------------------------- */
.SEARCH-table{
	margin-bottom: 8px;
	margin-top: 1px;
}
#SEARCH-header-td{
	background-color: #4A312A;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.SEARCH-content-bg{
	background-color: #D3E0B0;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial;
	font-size: 12px;
	color: #4A312A;
}
.SEARCH-button-bg{
	background-image: url(/images/general/bg-search-results-button.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.SEARCH-result-header{
	font-family: Arial;
	font-size: 14px;
	color: #4A312A;
	font-weight: bold;
	padding-bottom: 5px;
}
.SEARCH-details{
	padding-bottom: 5px;
}
.SEARCH-telephone{
	text-align: right;
	padding-bottom: 5px;
}
.SEARCH-address{
	text-align: right;
}
.SEARCH-error{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 10px;
	padding-bottom: 100px;
}

/* -------------------------------------
LISTING
------------------------------------- */
.LISTING-details-bg{
	background-color: #D3E0B0;
	padding: 15px;
}
.LISTING-header{
	font-family: Arial;
	font-size: 20px;
	color: #4A312A;
	font-weight: bold;
	padding-bottom: 12px;
}
.LISTING-contact{
	background-image: url(/images/listings/icon-phone.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
}
.LISTING-address{
	background-image: url(/images/listings/icon-address.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
}
.LISTING-web{
	background-image: url(/images/listings/icon-web.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
}
.LISTING-menu{
	background-image: url(/images/listings/icon-menu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
}
.LISTING-cuisine{
	background-image: url(/images/listings/icon-cuisine.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
}
.LISTING-license{
	background-image: url(/images/listings/icon-license.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
}
.LISTING-chef{
	background-image: url(/images/listings/icon-chef.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
}
.LISTING-payment{
	background-image: url(/images/listings/icon-payment.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 28px;
}
.LISTING-content-td{
	margin-top: 4px;
	border: 1px solid #D3E0B0;
	padding: 15px;
}
.LISTING-content-header{
	font-family: Arial;
	font-size: 18px;
	color: #8AA75E;
	background-image: url(/images/listings/icon-profiledescription.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.LISTING-content-text{
	color: #4A312A;
}


/* -------------------------------------
MENU
------------------------------------- */
.MENU-details-bg{
	background-color: #D3E0B0;
	padding: 15px;
}
.MENU-header{
	font-family: Arial;
	font-size: 20px;
	color: #4A312A;
	font-weight: bold;
	padding-bottom: 12px;
}
.MENU-header-phone{
	font-family: Arial;
	color: #4A312A;
	text-align: right;
}
.MENU-navigation{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.MENU-navigation a:link{
	text-decoration: none;
}
.MENU-navigation a:visited{
	text-decoration: none;
}
.MENU-navigation a:hover{
	text-decoration: none;
	color: #CC0000;
}
.MENU-content-bg{
	padding: 15px;
	border: 1px solid #4A312A;
	margin-top: 10px;
}
.MENU-content-header{
	font-family: Arial;
	font-size: 18px;
	color: #4A312A;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.MENU-content-text{
	color: #4A312A;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.MENU-content-price{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #4A312A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/* -------------------------------------
FORM FIELDS
------------------------------------- */
.FORM-text-reqfield{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.FORM-text-errfield{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px;
}
.FORM-text-buttonarea{
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.FORM-textcol{
	padding: 5px;
	border: 1px solid #999999;
	font-weight: bold;
}
.FORM-fieldcol{
	padding: 5px;
	border: 1px solid #999999;
	background-repeat: no-repeat;
	background-position: 385px center;
}
.FORM-fieldcol-req{
	padding: 5px;
	border: 1px solid #999999;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/images/general/form-reqfield.gif);
}
.FORM-textfield{
	font-family: Verdana;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #A1BD55;
}
.FORM-dropdown{
	font-family: Arial;
	font-size: 12px;
}
.FORM-multiselect{
}
.FORM-radio{
}
.FORM-checkbox{
}
.FORM-webbutton{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #758D36;
	border: 2px solid #A1BD55;
	padding: 2px;
}


/* -------------------------------------
CLIENT
------------------------------------- */
#CLIENT-BLOCK-menu{
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #999999;
	text-align: center;
}
#CLIENT-BLOCK-content{
	padding: 8px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.CLIENT-text-welcome{
	font-family: Arial;
	font-size: 18px;
	color: #333333;
}
.CLIENT-page-header{
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #FFFFFF;
	background-color: #4A312A;
	padding: 8px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CLIENT-listing-steps-active{
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
	background-color: #CCE0AB;
	border: 1px solid #999999;
}
.CLIENT-listing-steps-notactive{
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
}
.CLIENT-list-header{
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	background-color: #4A312A;
}
.CLIENT-list-items{
	padding: 3px;
	text-align: center;
	background-color: #D5DCA7;
}
.CLIENT-list-dropdown{
	font-family: Arial;
	font-size: 12px;
	color: #0000CC;
}
.CLIENT-menu-bg{
	text-decoration: blink;
	background-image: url(/images/clients/bg-menuheader.jpg);
	background-repeat: repeat-x;
	height: 46px;
	width: 710px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.CLIENT-menu-or{
	width: 720px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
	text-align: center;
}



/* -------------------------------------
SEM
------------------------------------- */
.HEADER-links{
	font-family: Arial;
	font-size: 10px;
	color: #C3C3C3;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.HEADER-links a:link{
	color: #C3C3C3;
	text-decoration: none;
}
.HEADER-links a:visited{
	color: #C3C3C3;
	text-decoration: none;
}
.HEADER-links a:hover{
	color: #999999;
	text-decoration: none;
}

